Making a map: Questions
Posted: Sun Dec 14, 2008 2:51 pm
Hi fellow modders!
I'm new to modding/mapping since a couple weeks ago, been reading tutorials and stuff and I'm doing well.
I'm making a Kashyyyk map and i got several problems which i cannot find the tutorial for it.
My problems:
1- My map needs vehicles, i know that vehicles names are in the assets/sides folder. I know in Zero Editor i need to add a vehicle spawn point and a control region in conquest layer, i need to set on which class the vehicles need to spawn to after that i add in the .Lua what vehicles the game must read in order to make them spawn. Did that done that. Results: Only 2 of 8 vehicles spawn. AND i dunno what went wrong
Maybe some vehicles don't work??
2- After i know how to add the team's own vehicles on my map, i need to know how to add vehicles from OTHER teams. Like CIS vehicles for Rebels.
I tried experimenting adding this line under:
ReadDataFile("SIDE\\imp.lvl",
"imp_inf_rifleman",
"imp_inf_rocketeer",
"imp_inf_engineer",
"imp_inf_sniper",
"imp_inf_officer",
"imp_inf_dark_trooper",
"imp_hero_bobafett",
"imp_fly_destroyer_dome",
"imp_fly_trooptrans",
"imp_fly_tiebomber_sc",
"imp_walk_atat",
"imp_walk_atst",
ReadDataFiles("SIDE\\cis.lvl"),
"(The vehicle name here)"
In bold is what i added and that didn't work. (btw, tiebomber was the only vehicles that spawned)
Hope you can help
I'm new to modding/mapping since a couple weeks ago, been reading tutorials and stuff and I'm doing well.
I'm making a Kashyyyk map and i got several problems which i cannot find the tutorial for it.
My problems:
1- My map needs vehicles, i know that vehicles names are in the assets/sides folder. I know in Zero Editor i need to add a vehicle spawn point and a control region in conquest layer, i need to set on which class the vehicles need to spawn to after that i add in the .Lua what vehicles the game must read in order to make them spawn. Did that done that. Results: Only 2 of 8 vehicles spawn. AND i dunno what went wrong
Maybe some vehicles don't work??
2- After i know how to add the team's own vehicles on my map, i need to know how to add vehicles from OTHER teams. Like CIS vehicles for Rebels.
I tried experimenting adding this line under:
ReadDataFile("SIDE\\imp.lvl",
"imp_inf_rifleman",
"imp_inf_rocketeer",
"imp_inf_engineer",
"imp_inf_sniper",
"imp_inf_officer",
"imp_inf_dark_trooper",
"imp_hero_bobafett",
"imp_fly_destroyer_dome",
"imp_fly_trooptrans",
"imp_fly_tiebomber_sc",
"imp_walk_atat",
"imp_walk_atst",
ReadDataFiles("SIDE\\cis.lvl"),
"(The vehicle name here)"
In bold is what i added and that didn't work. (btw, tiebomber was the only vehicles that spawned)
Hope you can help