Config Update
Version 1.001 to 1.005
In this update a config file was added.
This file is being managed automatically.
Editing this file is OPTIONAL.
In the file wemod.conf you can add the following under [Settings]
- Use SteamCompatDataPath=$SPATH to override your Steam compat folder
- Use VirtualEnvironment=$VPATH to set a custom path for the venv, e.g. wemod_venv
- Use RepoUser=$GITHUB_USERNAME to set the GitHub user, to get prefix downloads from, e.g. DaniAsh551
- Use RepoName=$NAME_OF_REPO to set the GitHub repo, to get prefix downloads from, e.g. wemod-launcher
- Use WeModLog=$LOG_PATH to set the WeMod log file path, e.g. wemod.log
- Use PackagePrefix=int to set how many script starts it takes to package the prefix zip. This can also be set to: true: this means always package the zip, less than 1 or any string that is not true: this means never package the zip.
Keep in mind if you use this you don’t want to use the environment variable equivalent, e.g. remove WEMOD_LOG=$LOG_PATH in front of the Steam command if you want to use WeModLog=$LOG_PATH in the config. SteamCompatDataPath is excluded from this, since it has to be set manually.
For info on environment variables that can be set, check out Environment Variables To learn how to use all the options of the config, check out Config Usage
The Version String is New
This update includes a name and version string in the config file, therefore this is the first release with a version.