Side rep and dc:side rep dont work together?
Posted: Thu Jul 06, 2006 2:27 pm
ok I am having a problem with my riflemans msh. To lower the file size of my map I have to delete some of my vehicles from my modded rep side. so I have my lua reading from
both assets and dc:. before I added the
ReadDataFile("SIDE\\rep.lvl",etc.. .... all my skins worked, but when I added it my rep rifleman skin went to its default, but all the other units still have their custom skins, I have cleaned and remunged it and it still wont work. has this happened to anyone else? thnks!
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_walk_atte",
"rep_walk_atxt",
"rep_hero_obiwan",
"rep_inf_ep2_marine",
"rep_inf_ep3_jettrooper")
ReadDataFile("SIDE\\rep.lvl",
"uta_fly_ride_gunship",
"uta1_prop_gunship",
"rep_walk_oneman_atst",
"rep_hover_fightertank",
"rep_hover_barcspeeder")
both assets and dc:. before I added the
ReadDataFile("SIDE\\rep.lvl",etc.. .... all my skins worked, but when I added it my rep rifleman skin went to its default, but all the other units still have their custom skins, I have cleaned and remunged it and it still wont work. has this happened to anyone else? thnks!
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_walk_atte",
"rep_walk_atxt",
"rep_hero_obiwan",
"rep_inf_ep2_marine",
"rep_inf_ep3_jettrooper")
ReadDataFile("SIDE\\rep.lvl",
"uta_fly_ride_gunship",
"uta1_prop_gunship",
"rep_walk_oneman_atst",
"rep_hover_fightertank",
"rep_hover_barcspeeder")