Page 1 of 1

Removing a Mode

Posted: Thu May 08, 2008 9:05 pm
by Blade
I think I saw a thread about this somewhere, but I can't find it again...

Anyway, I have a Conquest mode in my map, which I want to take out, because I haven't done any work on it, and it crashes. How would I go about both removing the mode (Making it unplayable) and making it non-selectable in the Instant Action menu? It adds unwanted Memory, and I doubt I'll ever do anything to it...

-Thanks for the help
Blade

Re: Removing a Mode

Posted: Thu May 08, 2008 9:23 pm
by tnt_1992
take mode_con_c = 1 and mode_con_g =1

and also take out adddownloadablecontent(***","***g_con",4) and adddownloadablecontent(***","***c_con",4)


to take it out of both eras.

Re: Removing a Mode

Posted: Fri May 09, 2008 1:34 am
by Fingerfood
tnt_1992 wrote:take mode_con_c = 1 and mode_con_g =1

and also take out adddownloadablecontent(***","***g_con",4) and adddownloadablecontent(***","***c_con",4)


to take it out of both eras.
That's in the addme, fyi.

And the *** is your 3-letter map name.

Re: Removing a Mode

Posted: Fri May 09, 2008 8:44 pm
by tnt_1992
sry, forgot to say out of the addme ment to add that.