Editing sides... *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

Post Reply
Rekubot
Jedi
Jedi
Posts: 1080
Joined: Wed Apr 05, 2006 12:34 pm
Projects :: No Mod project currently.
Games I'm Playing :: Shadow Complex
xbox live or psn: Rekubot
Location: UK

Editing sides... *Solved!*

Post by Rekubot »

Okay, I have put a droid marine into my map, as well as the usual ones, but I want to do two things with it:

1) Currently the droid marine is at the bottom of the list when you are choosing what class/profession you want to be. I want it to be at the top. How would I change where its position is on the list?

2) I wish to rename the droid marine to 'battledroid' (for now), as well as change the skin to a plain version of the droid. I know how to change the skin, but how do I rename the marine?

Edit: Don't worry about question two, I've found a thread that can help me.

Thanks in advance!
Last edited by Rekubot on Sat Jun 24, 2006 10:23 am, edited 1 time in total.
RC-1290

Post by RC-1290 »

See wich one is on top and let it swap places by editing the lua.

so would it be like this:

rep = {
team = REP,
units = 20,
reinforcements = 150,
soldier = { "rep_inf_ep3_rifleman",9, 25},
engineer = { "rep_inf_ep3_engineer",1, 4},

},

you should swap the "rep_inf_ep3_engineer",1, 4 and the "rep_inf_ep3_rifleman",9, 25 to let it look like this:

rep = {
team = REP,
units = 20,
reinforcements = 150,
soldier = { "rep_inf_ep3_engineer",1, 4},
engineer = { "rep_inf_ep3_rifleman",9, 25},

},



I bet there is a better way tough...
Rekubot
Jedi
Jedi
Posts: 1080
Joined: Wed Apr 05, 2006 12:34 pm
Projects :: No Mod project currently.
Games I'm Playing :: Shadow Complex
xbox live or psn: Rekubot
Location: UK

Post by Rekubot »

Thanks ~DREADNOUGHT', that worked like a charm! :)
busterkinkade

Could you post that link?

Post by busterkinkade »

Could you post that link which fixes the name of the units, thanks!
Rekubot
Jedi
Jedi
Posts: 1080
Joined: Wed Apr 05, 2006 12:34 pm
Projects :: No Mod project currently.
Games I'm Playing :: Shadow Complex
xbox live or psn: Rekubot
Location: UK

Post by Rekubot »

There are two links, busterkinkade. One here and one here. Hope that helps.
busterkinkade

Post by busterkinkade »

Thanks!
Post Reply