[Release] [ZM] Select your character options for solo custom game
-
Was actually just thinking about this, would it be possible to put map specific characters onto survival maps? like putting someone from tranzit into town survival? and then from there would it be possible to get crazy with it slam someone like Takeo into farm?
-
_Sloop_ That requires deeper modding than what is currently possible with current Plutonium. In Plutonium's next update it will be possible to use https://github.com/Laupetin/OpenAssetTools to link a new fastfile with assets for different characters and load it on Plutonium.
-
JezuzLizard Very interesting
-
Is there a 'random' setting for characters in case you still want that option?
-
Sakaarason
Yes. It will default to random for every map:
-
can i play any of these in a custom game with friends?
-
okay it lets me choose my character on the lobby. but, in game its still being random character
-
undefined Hadi77KSA referenced this topic on
-
undefined G0LD3N 4RM referenced this topic on
-
either im retarded or this does not work at all
-
lord Izaiha I second this. I tried both methods and I can't get this to work at all
-
it doesn't work
-
it does work for me either
-
neither
-
Not working for me either, both options
custom maps and character select aren't showing in custom games -
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
.