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.
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.
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 )
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.)