Adding/Removing Game Modes

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

Post Reply
Sandtrooper956
Corporal
Corporal
Posts: 158
Joined: Thu Jul 31, 2014 3:58 pm
Projects :: Just some little things
Games I'm Playing :: SWBF2 and EAW
xbox live or psn: No gamertag set

Adding/Removing Game Modes

Post 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!
Noobasaurus
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2006
Joined: Tue Aug 17, 2010 5:56 pm

Re: Adding/Removing Game Modes

Post 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.
Sandtrooper956
Corporal
Corporal
Posts: 158
Joined: Thu Jul 31, 2014 3:58 pm
Projects :: Just some little things
Games I'm Playing :: SWBF2 and EAW
xbox live or psn: No gamertag set

Re: Adding/Removing Game Modes

Post by Sandtrooper956 »

Thanks, ill mess around with that now. And I did look in the FAQ, but I guess not hard enough. Thanks!
Post Reply