Yea I know where mod.arena is, but I tried removing cmp arc gamemode at all and you can still switch between modes so that causes the game to crash if you change from cmp arc to zom and back.
1. Remove the cmp map from mod.arena as Dukip said
2. Write "rawfile,mod.arena" in mod.csv box in Launcher
3. In your main.menu (back up original first) find line ~269:
Code Snippet
Plaintext
#define SET_DEFAULT_MAP_AND_MODE\ exec "set ui_gametype cmp; set ui_mapname "FIRST_PLAYABLE_CAMPAIGN_LEVEL
Change to this:
Code Snippet
Plaintext
#define SET_DEFAULT_MAP_AND_MODE\ exec "set ui_gametype cmp; set ui_mapname "yourmapname
where yourmapname is obviously your map name. Idk why but mine only works when there's only a double-quotation mark before yourmapname, not after, so it looks like this
4. In pc_gamesetup_coop.menu (again back up original first) find line 66:
Comment it out. Then, if you want, change the index (first parameter) of all the next CHOICE_ options by -1 so there isn't a blank space where the game mode option is, but that's not essential.
5. Save, then build mod twice.
Report back with any problems, I rushed so I'm willing to bet a better scripter will correct me but w/e ¯\_(ツ)_/¯
1. Remove the cmp map from mod.arena as Dukip said
2. Write "rawfile,mod.arena" in mod.csv box in Launcher
3. In your main.menu (back up original first) find line ~269:
Code Snippet
Plaintext
#define SET_DEFAULT_MAP_AND_MODE\ exec "set ui_gametype cmp; set ui_mapname "FIRST_PLAYABLE_CAMPAIGN_LEVEL
Change to this:
Code Snippet
Plaintext
#define SET_DEFAULT_MAP_AND_MODE\ exec "set ui_gametype cmp; set ui_mapname "yourmapname
where yourmapname is obviously your map name. Idk why but mine only works when there's only a double-quotation mark before yourmapname, not after, so it looks like this
Comment it out. Then, if you want, change the index (first parameter) of all the next CHOICE_ options by -1 so there isn't a blank space where the game mode option is, but that's not essential.
5. Save, then build mod twice.
Report back with any problems, I rushed so I'm willing to bet a better scripter will correct me but w/e ¯\_(ツ)_/¯
It works, but I've seen in some maps that they don't completely remove gamemode select option, it just does nothing upon clicking on it. And I don't see the name of my map in the list: But pretty much your tut is good, thx.
It works, but I've seen in some maps that they don't completely remove gamemode select option, it just does nothing upon clicking on it. And I don't see the name of my map in the list: (Image removed from quote.) But pretty much your tut is good, thx.