How can I play MOTD solo?
-
MOTD does not show up on the solo map and whenever i load into a custom game, it puts me into a multiplayer variant instead of a singleplayer one (eg, can only hold one plane part at a time) any way I can play it solo?
-
theres a command that makes you play solo in custom games, i dont have it rn btw
-
alternatively you can load this as a gsc script, it basically forces the solo features on the map
main(){ replacefunc(maps\mp\zm_alcatraz_utility::check_solo_status, ::solo); } solo(){ level.is_forever_solo_game = 1; }