How to spawn vehicles from other sides
Posted: Thu Nov 15, 2007 10:48 am
I want the republic to use the CIS aat on my map.
I am modifying mygeeto so there are vehicle spawn points. I copied every
file related to the aat from the CIS to REP, odfs, mshs and req and added
the name in the rep.req thing. I write this in the LUA:
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_inf_ep2_rifleman",
"rep_inf_ep2_rocketeer",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_sniper",
"rep_inf_ep3_sniper_felucia",
"rep_inf_ep2_engineer",
"cis_hover_aat")
But it wont spawn. Is there any way to fix this WITHOUT using ZE cause it wont work on vista?
There is a place where you define the class of each unit,
soldier or assault and whatever, but nothing about tanks and such. Can anyone please help?
I am modifying mygeeto so there are vehicle spawn points. I copied every
file related to the aat from the CIS to REP, odfs, mshs and req and added
the name in the rep.req thing. I write this in the LUA:
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_inf_ep2_rifleman",
"rep_inf_ep2_rocketeer",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_sniper",
"rep_inf_ep3_sniper_felucia",
"rep_inf_ep2_engineer",
"cis_hover_aat")
But it wont spawn. Is there any way to fix this WITHOUT using ZE cause it wont work on vista?
There is a place where you define the class of each unit,
soldier or assault and whatever, but nothing about tanks and such. Can anyone please help?