Unit and hero list? [Solved]
Moderator: Moderators
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
Unit and hero list? [Solved]
I'm sure there's a forum about this already but does anybody have a list of the units and heroes etc
for LUA
ex: ep3_rep_rifleman
thanks
for LUA
ex: ep3_rep_rifleman
thanks
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Character Spawn list
Character Spawn list:
Republic
CIS
Rebel
Imperial
Hero/Jedi
Other
Republic
Hidden/Spoiler:
Hidden/Spoiler:
Hidden/Spoiler:
Hidden/Spoiler:
Hero/Jedi
Hidden/Spoiler:
Other
Hidden/Spoiler:
-
Elmo
- Field Commander

- Posts: 962
- Joined: Wed Nov 08, 2006 5:13 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
-
Hebes24
- Sith Master

- Posts: 2594
- Joined: Sat Jun 03, 2006 5:15 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: In An Epic Space Battle!
- Contact:
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
I switched it around some more i switched the SBDs to marienes and the snipers to genosions and the jedi master to the jettrtooper ep2 eliminated the droieka and made grievous the cis hero well here it is...
SetupTeams{
rep = {
team = REP,
units = 20,
reinforcements = 150,
soldier = { "rep_inf_ep3_rifleman",9, 25},
assault = { "rep_inf_ep3_rocketeer",1, 4},
engineer = { "rep_inf_ep3_engineer",1, 4},
sniper = { "rep_inf_ep3_sniper",1, 4},
officer = {"rep_inf_ep3_officer",1, 4},
special = { "rep_inf_ep2_jettrooper",1, 4},
},
cis = {
team = CIS,
units = 20,
reinforcements = 150,
soldier = { "cis_inf_marine",9, 25},
assault = { "cis_inf_rocketeer",1, 4},
engineer = { "cis_inf_engineer",1, 4},
sniper = { "geo_inf_geonosian",1, 4},
officer = {"cis_inf_officer",1, 4},
special = { "",1, 4},
}
}
SetHeroClass(CIS, "cis_hero_grievous")
SetHeroClass(REP, "rep_hero_anakin")
thanks
SetupTeams{
rep = {
team = REP,
units = 20,
reinforcements = 150,
soldier = { "rep_inf_ep3_rifleman",9, 25},
assault = { "rep_inf_ep3_rocketeer",1, 4},
engineer = { "rep_inf_ep3_engineer",1, 4},
sniper = { "rep_inf_ep3_sniper",1, 4},
officer = {"rep_inf_ep3_officer",1, 4},
special = { "rep_inf_ep2_jettrooper",1, 4},
},
cis = {
team = CIS,
units = 20,
reinforcements = 150,
soldier = { "cis_inf_marine",9, 25},
assault = { "cis_inf_rocketeer",1, 4},
engineer = { "cis_inf_engineer",1, 4},
sniper = { "geo_inf_geonosian",1, 4},
officer = {"cis_inf_officer",1, 4},
special = { "",1, 4},
}
}
SetHeroClass(CIS, "cis_hero_grievous")
SetHeroClass(REP, "rep_hero_anakin")
thanks
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
-
Bac-Talan
- Captain

- Posts: 487
- Joined: Wed Nov 30, 2005 8:14 pm
-
fat_walrus
make it like this: (I'm typing it from scratch not copying it so there might be a mistake)
ReadDataFile("SIDE\\rep.lvl",
"rep......whatever"
WHEN YOU GET TO THIS LINE
|
"rep_hero_anakin")
THEN ADD A COMMA AND THE CORRECT ENTRY SO IT LOOKS LIKE THIS
|
"rep_hero_anakin",
"rep_inf_ep2_jettrooper")
and do that same thing for the geonosian and marine droid (under the ReadDataFile("SIDE\\cis".lvl,
ReadDataFile("SIDE\\rep.lvl",
"rep......whatever"
WHEN YOU GET TO THIS LINE
|
"rep_hero_anakin")
THEN ADD A COMMA AND THE CORRECT ENTRY SO IT LOOKS LIKE THIS
|
"rep_hero_anakin",
"rep_inf_ep2_jettrooper")
and do that same thing for the geonosian and marine droid (under the ReadDataFile("SIDE\\cis".lvl,
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Just to clarify the character list
Just to clarify the character list, it is actually:EGG_GUTS wrote:ok I replaced the jettrooper with jed_knight_01-04 and it won't show up
jed_knight_01
jed_knight_02
jed_knight_03
jed_knight_04
not "jed_knight_01-04"
YesElmo wrote:Ace, if i want to change the hero on the map, do i just add that name into my LUA?
And delete the other one?
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
-
MasterSaitek009
- Black Sun Slicer
- Posts: 619
- Joined: Wed Aug 23, 2006 4:10 pm
Change that to line to: "cis_hero_grievous", Everything else seems to be in order though. Happy Modding!ReadDataFile("SIDE\\cis.lvl",
"cis_inf_rifleman",
"cis_inf_rocketeer",
"cis_inf_engineer",
"cis_inf_sniper",
"cis_inf_officer",
"cis_inf_droideka",
"cis_hero_darthmaul",
"cis_hover_aat")
*****MasterSaitek009*****
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
Would i have to change
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_inf_ep3_jettrooper", to rep_inf_ep2_jettrooper
"rep_hover_fightertank",
"rep_hero_anakin",
"rep_hover_barcspeeder")
ReadDataFile("SIDE\\cis.lvl",
"cis_inf_rifleman", to cis_inf_marine
"cis_inf_rocketeer",
"cis_inf_engineer",
"cis_inf_sniper", to geo_inf_geonosian
"cis_inf_officer",
"cis_inf_droideka",
"cis_hero_darthmaul",
"cis_hover_aat")
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_inf_ep3_jettrooper", to rep_inf_ep2_jettrooper
"rep_hover_fightertank",
"rep_hero_anakin",
"rep_hover_barcspeeder")
ReadDataFile("SIDE\\cis.lvl",
"cis_inf_rifleman", to cis_inf_marine
"cis_inf_rocketeer",
"cis_inf_engineer",
"cis_inf_sniper", to geo_inf_geonosian
"cis_inf_officer",
"cis_inf_droideka",
"cis_hero_darthmaul",
"cis_hover_aat")
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
-
EGG_GUTS
- Master Bounty Hunter

- Posts: 1626
- Joined: Thu Dec 07, 2006 7:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: CANADA!
Ok where would I get geo.lvl
and i still have these problems:
my cis marine won't show up
problems I've fixed (thanks to you guys):
Droieka gone
Grievous works now
ep2 jettrooper works now
thanks
EDIT: Ok i fixed the marines (typing problem)
well here's another question for a hero like cis_hero_jangofett would you switch it with say SBDs to play with him with out getting certain amount of points
and i still have these problems:
my cis marine won't show up
problems I've fixed (thanks to you guys):
Droieka gone
Grievous works now
ep2 jettrooper works now
thanks
EDIT: Ok i fixed the marines (typing problem)
well here's another question for a hero like cis_hero_jangofett would you switch it with say SBDs to play with him with out getting certain amount of points
