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".
CP Names
Moderator: Moderators
-
GuitarMan
- Command Sergeant Major

- Posts: 268
- Joined: Tue Jul 11, 2006 6:41 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
Darth_Z13
- Jedi High Council

- Posts: 2275
- Joined: Sat Jun 17, 2006 9:51 am
- xbox live or psn: Xanthius Wylon
- Location: Canada
RE: CP Names
Ya you change it in Zeroeditor like this.

Make sure that you change it in the LUA afterwards or else your allies and enemies won't spawn.

Make sure that you change it in the LUA afterwards or else your allies and enemies won't spawn.
-
GuitarMan
- Command Sergeant Major

- Posts: 268
- Joined: Tue Jul 11, 2006 6:41 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: CP Names
Ok. I will try that.
