CP Names

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
GuitarMan
Command Sergeant Major
Command Sergeant Major
Posts: 268
Joined: Tue Jul 11, 2006 6:41 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

CP Names

Post by GuitarMan »

I was wondering if you can change CP names? Like instead of just CP1, is the any way to change it to "Controll Room" for example?

Now I found something in the LUA that may help. (it is highlited in blue)


cp1 = CommandPost:New{name = "cp1"}
cp2 = CommandPost:New{name = "cp2"}
cp3 = CommandPost:New{name = "cp3"}
cp4 = CommandPost:New{name = "cp4"}
cp5 = CommandPost:New{name = "cp5"}
cp6 = CommandPost:New{name = "cp6"}

Maybe you could change "cp1" to "Controll Room".
Darth_Z13
Jedi High Council
Jedi High Council
Posts: 2275
Joined: Sat Jun 17, 2006 9:51 am
xbox live or psn: Xanthius Wylon
Location: Canada

RE: CP Names

Post by Darth_Z13 »

Ya you change it in Zeroeditor like this.

Image

Make sure that you change it in the LUA afterwards or else your allies and enemies won't spawn.
GuitarMan
Command Sergeant Major
Command Sergeant Major
Posts: 268
Joined: Tue Jul 11, 2006 6:41 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

RE: CP Names

Post by GuitarMan »

Ok. I will try that.
Post Reply