Page 1 of 1
2 problems. no vehicles and no vehicle sounds.
Posted: Wed Mar 08, 2006 8:32 pm
by mnl1121
hello everyone. this is my first post, but i have been reading threads for about a week and i realize that this problem (well the vehicle sounds anyways) is already known, but theres one problem. im a new modder and i really don't know too much.
can someone explain in the easiest way possible how to fix the vehicle sounds.
oh and 1 more thing. i haven't tried everyting but i can't get my vehicles to actually spawn. i want to put speeder bikes and an ATTE for the republic but they won't spawn.
thanks for any help in advance!!
RE: 2 problems. no vehicles and no vehicle sounds.
Posted: Wed Mar 08, 2006 8:51 pm
by Unknown
you will have to go into your c_con.lua script in your world folder and add those vehicles to the list. also pay attention to whether you have a comma at the end of the quotes or a ) because each vehicle name should have a comma at the end of the quotes except for the last one, which should have a ) at the end of the quotes. of corse this applies to the unit list for each side, and not all of the units for both teams.
RE: 2 problems. no vehicles and no vehicle sounds.
Posted: Wed Mar 08, 2006 9:53 pm
by mnl1121
thanks unknown
ill do that and see if it works right now
RE: 2 problems. no vehicles and no vehicle sounds.
Posted: Wed Mar 08, 2006 10:33 pm
by mnl1121
nope it didn't work
what would be the names for an atte and a speeder bike
to add a speeder bike to the list it would be "rep_hover_speederbike",
and for an atte it would be "rep_walk_atte")
is that right b/c i added it munged it and it didnt do anything
EDIT: this is what the c_con.lua looks like now
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",
"rep_hover_speederbike",
"rep_walk_atte")
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")
please tell me whats wrong
RE: 2 problems. no vehicles and no vehicle sounds.
Posted: Wed Mar 08, 2006 10:38 pm
by Captain_Mazda
You have to do more than that for a mobile CP. PM me and I'll show you how it's done.
RE: 2 problems. no vehicles and no vehicle sounds.
Posted: Thu Mar 09, 2006 11:00 am
by mnl1121
i tried that yesterday and it didn't work
any suggestions?
RE: 2 problems. no vehicles and no vehicle sounds.
Posted: Thu Mar 09, 2006 11:34 am
by Rends
about missing shipped vehicle sounds read here:
index.php?name=PNphpBB2&file=viewtopic&t=3812
Posted: Thu Mar 09, 2006 2:08 pm
by Darth-Derkie
Assign vehicle spawn points to a side.
Posted: Thu Mar 09, 2006 10:09 pm
by mnl1121
do u mean a team? or something else?
sorry derkie im still just a noobie modder
oh and RENDS i think i can try whatever that is saying, but like i said i am still only a noobie modder. i don't understand half the stuff everyone says on these boards.
if i can't get it working (which i doubt i will) ill tell u.
but thx everyone for the help. (even though i still am doing someting wrong
)
Posted: Fri Mar 10, 2006 11:58 am
by [RDH]Zerted
The Getting Started guide talks about how to add vehicles to a map and make them work.
side = team
To set the vehicles to a team, select your vehicle spawn point. Look on the bottom left side of ZeroEdit. You should see the fields Name, Label, Team. You should change Team from 0 to 1 or 2. (1 and 2 correspond to the teams in your lua file. If in the lua, your teams are somethings else, like 6 and 4, use 6 and 4 instead of 1 and 2.)