[Release] [ZM] Select your character options for solo custom game
-
hate to revive a dead thread but just letting anyone know now before they install, no matter what you do it doesn't work anymore. I've tried legit everything and it still doesn't load in
-
hello; i had this mod working before but now i updated plutoniom by mistake and it doesnt seem like working anymore, any fix for this? or can someone update the mod maybe its outdated please and thank you.
edit: i followed this very nice person's instructions in a previous reply and it actually worked.
-
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 firstxcopy
line with this:xcopy /i "%CD%\privategamelobby_project.lua" "%localappdata%\Plutonium\storage\t6\raw\ui_mp\t6\menus" /y
Basically, just add
raw\
beforeui_mp
.Hadi77KSA I still cant get this to work... followed your advice step by step. This is an amazing mod I hope it gets revived...
-
Hadi77KSA I still cant get this to work... followed your advice step by step. This is an amazing mod I hope it gets revived...
Astroolean install the mod into a mod folder and load it from the in-game mods menu.
xcopy /i "%CD%\privategamelobby_project.lua" "%localappdata%\Plutonium\storage\t6\mods\zm_player_select\ui_mp\t6\menus" /y xcopy /i "%CD%\scripts" "%localappdata%\Plutonium\storage\t6\mods\zm_player_select\scripts\zm" /e /y
-
Astroolean install the mod into a mod folder and load it from the in-game mods menu.
xcopy /i "%CD%\privategamelobby_project.lua" "%localappdata%\Plutonium\storage\t6\mods\zm_player_select\ui_mp\t6\menus" /y xcopy /i "%CD%\scripts" "%localappdata%\Plutonium\storage\t6\mods\zm_player_select\scripts\zm" /e /y
Hadi77KSA That worked, thanks!