Page 1 of 1

Adding/Removing Game Modes

Posted: Mon May 04, 2015 9:21 pm
by Sandtrooper956
I have been working on my own map lately and have a question. How would I add a new game mode to my map in such as hunt? And how do I remove a game mode such as hero assault? Thanks!

Re: Adding/Removing Game Modes

Posted: Mon May 04, 2015 9:38 pm
by Noobasaurus
For adding hunt mode: http://www.gametoast.com/viewtopic.php?f=27&t=12104 or http://www.gametoast.com/viewtopic.php?f=27&t=12542
Try using Ctrl + F on the FAQ. There are many useful resources there.

For removing a mode, look in your addme. Look for

Code: Select all

 mode_eli_g = 1, 
and

Code: Select all

AddDownloadableContent("SBS","SBSg_eli",4)
Delete these parts. Be sure to leave the rest intact so you don't mess anything up. However, I'm fairly sure that you can just remove the downloadable content line and it should work.

Re: Adding/Removing Game Modes

Posted: Mon May 04, 2015 9:55 pm
by Sandtrooper956
Thanks, ill mess around with that now. And I did look in the FAQ, but I guess not hard enough. Thanks!