Skip to content

Environment Variables

Marvin1099 edited this page Jun 8, 2024 · 6 revisions

You can use Environment variables in from of the script to Access some functionality, You may want to use the config file instead of the Environment variables, but sometimes it may not be possible to use the config file, in that case you can use the following:

  • FORCE_UPDATE_WEMOD=1 to force update wemod.exe
  • REPO_STRING=DaniAsh551/wemod-launcher sets the repo link part to use for download
    to use replace DaniAsh551/wemod-launcher with the desired username and reponame
  • PACKAGEPREFIX=true to make a zip of your active prefix
  • WEMOD_LOG=wemod.log sets the WeMod log path
    to use set wemod.log to the desired path

Example

If you are using Environment variables your Launch Options may look like this:

PACKAGEPREFIX=false FORCE_UPDATE_WEMOD=1 /home/$USER/wemod-launcher/wemod %command%
Clone this wiki locally