-
Notifications
You must be signed in to change notification settings - Fork 13
The Self Update
Marvin1099 edited this page Jul 7, 2024
·
14 revisions
This update adds auto updating, If you are not above or on this version run:
cd /home/$USER/wemod-launcher
git reset --hard origin
git pull
sudo chmod -R ug+x .
To update to the newest version
In Addition:
- Any exit will now use exit_with_message to provide some info on why the program closed
- A simple troubleshooter was added
- If the game closes to fast it will be send back to the main python script.
Use WaitOnGameclose=int or None in the config to set the timeout to x secs (None means wait forever).
Or use WAIT_ON_GAMECLOSE=int or None in front of the command.
If you want to block auto updates you will have to add:
- SelfUpdate=False , in the config or have to add
- SELF_UPDATE=False , in front of the wemod run command