RE: hmm...
Posted: Sun Jun 04, 2006 6:18 pm
My game's crashing. I replaced the REP.lvl with MY rep.lvl. (LOTS OF PICS AHEAD!!)
Here's my LUA:
Here's some pics:
(PLEASE LOOK AT THESE CAREFULLY!!)
My odf files:

part of my jettrooper2.odf

My msh files:

My jettrooper2 msh:

My Sides\rep\repshell file:

Is this where you place the .lvl files?

Please look over these carefull and tell me if you see anything wrong. If you need anything eles I will gladly get more specific pics.
Here's my LUA:
Code: Select all
SetMemoryPoolSize ("Combo::Deflect",100) -- should be ~1x #combo
ReadDataFile("sound\\yav.lvl;yav1cw")
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_jettrooper2",
"rep_hero_anakin")
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")
ReadDataFile("SIDE\\tur.lvl",
"tur_bldg_laser",
"tur_bldg_tower")
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_ep3_jettrooper2",1, 4},
},
cis = {
team = CIS,
units = 20,
reinforcements = 150,
soldier = { "cis_inf_rifleman",9, 25},
assault = { "cis_inf_rocketeer",1, 4},
engineer = { "cis_inf_engineer",1, 4},
sniper = { "cis_inf_sniper",1, 4},
officer = {"cis_inf_officer",1, 4},
special = { "cis_inf_droideka",1, 4},
}
}
SetHeroClass(CIS, "cis_hero_darthmaul")
SetHeroClass(REP, "rep_hero_anakin")
-- Level Stats
-- ClearWalkers()
Here's some pics:
(PLEASE LOOK AT THESE CAREFULLY!!)
My odf files:
part of my jettrooper2.odf
My msh files:
My jettrooper2 msh:
My Sides\rep\repshell file:
Is this where you place the .lvl files?
Please look over these carefull and tell me if you see anything wrong. If you need anything eles I will gladly get more specific pics.



