2 problems. no vehicles and no vehicle sounds.

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
mnl1121

2 problems. no vehicles and no vehicle sounds.

Post 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!! :)
Unknown

RE: 2 problems. no vehicles and no vehicle sounds.

Post 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.
mnl1121

RE: 2 problems. no vehicles and no vehicle sounds.

Post by mnl1121 »

thanks unknown
ill do that and see if it works right now
mnl1121

RE: 2 problems. no vehicles and no vehicle sounds.

Post 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
Last edited by mnl1121 on Wed Mar 08, 2006 10:49 pm, edited 3 times in total.
Captain_Mazda

RE: 2 problems. no vehicles and no vehicle sounds.

Post 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.
mnl1121

RE: 2 problems. no vehicles and no vehicle sounds.

Post by mnl1121 »

i tried that yesterday and it didn't work

any suggestions?
User avatar
Rends
Sith
Sith
Posts: 1278
Joined: Fri Oct 15, 2004 6:34 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Germany
Contact:

RE: 2 problems. no vehicles and no vehicle sounds.

Post by Rends »

about missing shipped vehicle sounds read here:
index.php?name=PNphpBB2&file=viewtopic&t=3812
Darth-Derkie
1st Lieutenant
1st Lieutenant
Posts: 453
Joined: Thu Feb 03, 2005 6:32 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: The Netherlands

Post by Darth-Derkie »

Assign vehicle spawn points to a side.
mnl1121

Post 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 :( )
User avatar
[RDH]Zerted
Gametoast Staff
Gametoast Staff
Posts: 2982
Joined: Sun Feb 26, 2006 7:36 am
Projects :: Bos Wars AI - a RTS game
Games I'm Playing :: SWBF2 and Bos Wars
xbox live or psn: No gamertag set
Location: USA
Contact:

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