Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Readme for noobs #5

Open
AmberElferink opened this issue Jan 11, 2020 · 1 comment
Open

New Readme for noobs #5

AmberElferink opened this issue Jan 11, 2020 · 1 comment

Comments

@AmberElferink
Copy link

Okay, so I just succesfully did it. I don't know how to adress all of your issues (which are also old) but maybe for the future this will help some.
First of all:

  • Start Steam, go to Settings -> Downloads -> Steam Library Folder. Add the Folder "Steam" where the you are trying to import are. You can do only one extra folder (so there are two listed in total)! Somehow GetOnTop does not correctly do it for more drives. If you imported more folders already, reinstall steam, and only import one this time.
  • Fully Exit Steam

Starting Powershell

  • Run Powershell as admin (Right click and Run as admin).

  • Type and enter: set-executionpolicy remotesigned
    Type and enter: y
    Otherwise you won't be able to run the script. We will change it back later, don't worry about the security warning.

  • Go to your folder where you have downloaded the GetOnTop folder. (Extract the .zip first). Copy the address to the GetOnTop extracted folder, for instance: C:\Users\YOURUSERNAME\Downloads\Steam-GetOnTop-master\Steam-GetOnTop-master

  • type cd "your copied path within those quotes" and press enter. Do not forget those quotes! For example:
    type and enter: cd "C:\Users\YOURUSERNAME\Downloads\Steam-GetOnTop-master\Steam-GetOnTop-master"

  • Type and enter: .\Publish-SteamAppManifests.ps1

  • Let it do stuff until the column screen pops up. If not many games have the -1 in the first column, you can search them manually and enter the appID's in the first row, see Searching appIDs Manually below. If many are -1, I have a trick. This case just press the Create button in the bottom right corner.

If there were many games with appID -1 in the box, do the following:

  • Type and enter: .\Publish-SteamAppManifests.ps1 -IncludeGamesNotOwned
    It gives you a warning that it will take long and be less successful, in my experience, this is not the case. It also finds games you actually do own better, don't ask me why. It only takes slightly longer.
  • Type and enter: y
  • Let it run, now it will probably find more games and have less -1's in the appID column.

Searching appIDs Manually

Finalizing

  • When you're done with everything, hit the Create button in the column screen if you haven't done so already.
  • Type and enter in powershell: Set-Execution Policy Undefined
  • Type and enter: y
    This will reset your security so no unwanted apps will execute.
  • Start steam, there will be a Download queue which will not download, but only verify the files of the games automatically.
@jpzex
Copy link

jpzex commented Jul 4, 2022

Well, I followed the exact Readme and it did not tell me I had to Initialize first, i had to discover this myself, I think this step should be explicited before running the Publish part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants