Skip to content

Config Update

Marvin1099 edited this page Jun 8, 2024 · 13 revisions

Version 1.001 to 1.005

In this update a config file was added.
This file i 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 you steam compat folder
  • Use VirtualEnvironment=$VPATH to set a custom path for the venv eg. wemod_venv
  • Use RepoUser=$GITHUB_USERNAME to set the github user,
    to get prefix downloads from eg. DaniAsh551
  • Use RepoName=$NAME_OF_REPO to set the github repo,
    to get prefix downloads from eg. wemod-launcher
  • Use WeModLog=$LOG_PATH to set the wemod log file path eg. wemod.log
  • Use PackagePrefix=int to set on how many script starts to package the prefix zip.
    This can also be set to: true : This means always package the zip,
    less then 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
eg. remove WEMOD_LOG=$LOG_PATH in front of the steam command if you want to use WeModLog=$LOG_PATH in the config,
SteamCompatDataPath is exluded 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 sting is new

This update includes a name and version sting in the config file,
therefore this is the fist release with a version.

Clone this wiki locally