Galactic Civil War only? [Solved]

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Locked
User avatar
StormtrooperCommander
Private
Posts: 31
Joined: Fri Jul 10, 2009 8:09 am

Galactic Civil War only? [Solved]

Post 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.
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: Galactic Civil War only?

Post 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:
User avatar
Par3210
Jedi
Jedi
Posts: 1033
Joined: Sun Jun 14, 2009 10:31 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Owning people in SWBF2
Contact:

Re: Galactic Civil War only?

Post 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.
-_-
Gametoast Staff
Gametoast Staff
Posts: 2678
Joined: Sat May 07, 2005 1:22 pm

Re: Galactic Civil War only?

Post by -_- »

HERE

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