openmultiplayer / upgrade

Port code from older include versions to the newer, more well-tagged and const-correct, versions.
Mozilla Public License 2.0
9 stars 2 forks source link

Help #5

Open N0-FeaR opened 7 months ago

N0-FeaR commented 7 months ago

When i click upgrade.exe not happens how do i use this program?

mysy00 commented 6 months ago

https://github.com/openmultiplayer/upgrade?tab=readme-ov-file#usage

You use it by accessing it from your command line. If you're using a recent version of Windows, I believe you should be able to right click in your gamemode folder and have an option to "Open terminal here" or something like that. If not, you will have to cd to your gamemodes folder manually.

N0-FeaR commented 6 months ago

Thanks, i get this

upgrade : The term 'upgrade' is not recognized as the name of a cmdlet, function, script file, or operable program. Che ck the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

mysy00 commented 6 months ago

If upgrade.exe is in another directory, you have to specify the full path to it.

It actually might be easier for you to open your terminal wherever upgrade.exe is and then specify the correct path to your gamemode/include files.

Y-Less commented 6 months ago

You might also need to use .\upgrade.exe in powershell not just upgrade.exe.

N0-FeaR commented 5 months ago

You might also need to use .\upgrade.exe in powershell not just upgrade.exe.

Thank you that works!