1. GameUserSettings.ini
1.1 INI Header
[WBUI2]
1.2 INI Option
JsonURL="url"
- Default:
"https://raw.githubusercontent.com/DC-Modding/WBUI2-Wiki/main/default.json"
- You have to host the file as "raw" somewhere and enter the URL wrapped in double quotes
""
- You can use github for that purpose. You can find a detailed guide on how to host the Json here
Debug=True/False
- Default:
False
- Enables Debug-Logging which prints a lot more infos into the shootergamelog
- Should only be set to
True
if you have been told to or want to try to debug yourself
DisableDebugWebhook=True/False
- Default:
False
- Disables the DebugLogging mentioned on the Startpage/CF-Mod-page
ForceLoadSaveGame=True/False
- Default:
False
- When set to
True
, the mod will load settings fromWBUI2\Config.sav
and automatically set theUse Ingame Settings
checkbox totrue
- The SaveGame is located at
\ShooterGame\Saved\SaveGames\WBUI2\Config.sav
- You can copy the
WBUI2
folder to another server'sSaveGames
folder to transfer settings - If you wish to make changes to the settings, choose one of the following methods:
- Option 1: Use the Ingame Editor to adjust settings directly in-game
- Option 2: Set
ForceLoadSaveGame=False
inGameUserSettings.ini
to load settings from the last specified source (either the INI URL, URL from Ingame Settings, or the Ingame Editor)
info
Example INI
[WBUI2]
JsonURL="https://raw.githubusercontent.com/DC-Modding/WBUI2-Wiki/main/default.json"
Debug=False
DisableDebugWebhook=False
ForceLoadSaveGame=False