Page 1 of 1

Galactic Civil War only? [Solved]

Posted: Tue Jul 21, 2009 5:58 am
by StormtrooperCommander
How do you make your map only for galactic civil war? Because my new map is only based on at-st's and imperial stuff.

Re: Galactic Civil War only?

Posted: Tue Jul 21, 2009 6:03 am
by Deviss
StormtrooperCommander wrote:How do you make your map only for galactic civil war? Because my new map is only based on at-st's and imperial stuff.
is simple in your addme.lua only incluide the era_g :P , if you don't know how do it, please post your addme.lua and i modify it for you :wink:

Re: Galactic Civil War only?

Posted: Tue Jul 21, 2009 6:06 am
by Par3210
i think this is in the everything you need to know thread
But anyway. Go to your addme.lua, and take out all these lines that I have HIGHLIGHTED IN RED.
Hidden/Spoiler:
AddNewGameModes(sp_missionselect_listbox_contents,
"ABC1%s_%s",
{era_g = 1, mode_con_g = 1,era_c = 1, mode_con_c = 1, mode_eli_g = 1,}
Next go down to the section which looks like this:
Leave it so it only looks like this:
Hidden/Spoiler:
AddDownloadableContent("ABC1","ABC1g_con",4)
AddDownloadableContent("ABC2","ABC2g_eli",4)
Hope this helps. And make sure you remember that the 3 letter code i used (ABC) MUST be replaced by YOUR 3 LETTER CODE.
Again if this does not help check in the everything you need to know thread.

Re: Galactic Civil War only?

Posted: Tue Jul 21, 2009 4:18 pm
by -_-
HERE

I'm beginning to think that you don't even bother using the search function or read through the FAQ at all.