The LUA file that this mod replaces got moved to a different path with update r4516, and is overriding the path this mod places the LUA file at. This is why this mod’s additional custom games options aren’t appearing. I personally suggest installing this mod as a mod folder and loading the mod through it so that bypassing the Plutonium updater won’t be necessary to keep this mod applied, but an alternative method would be to modify the install_survivals.bat
file and replace the first xcopy
line with this:
xcopy /i "%CD%\privategamelobby_project.lua" "%localappdata%\Plutonium\storage\t6\raw\ui_mp\t6\menus" /y
Basically, just add raw\
before ui_mp
.