jetero
03-01-2006, 11:39 AM
Hello, i started learning zero editor and i have a question about including vehicles in my map.
I followed the "getting started" tutorial, but i am stuck where i want to insert a vehicle.
The vehicle doesnt appear ingame...
So, do i need to include thevehicle.odf and ALL the files that are written in the odf ? because theres a LOT of files to add then...
OR
Is every vehicle already included in the installed game? and i only need to include the name of the vehicle here? :
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_jettrooper",
"rep_hover_fightertank",
"rep_hero_anakin",
"rep_hover_barcspeeder")
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")
I am a bit confused and i don't know if i am clear enough.
thanks.
I followed the "getting started" tutorial, but i am stuck where i want to insert a vehicle.
The vehicle doesnt appear ingame...
So, do i need to include thevehicle.odf and ALL the files that are written in the odf ? because theres a LOT of files to add then...
OR
Is every vehicle already included in the installed game? and i only need to include the name of the vehicle here? :
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_jettrooper",
"rep_hover_fightertank",
"rep_hero_anakin",
"rep_hover_barcspeeder")
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")
I am a bit confused and i don't know if i am clear enough.
thanks.