Vehicles ?

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
User avatar
REivEN
1st Lieutenant
1st Lieutenant
Posts: 451
Joined: Wed Jul 04, 2007 11:59 am
Projects :: Jane - Sister Of the Courier Mod
Games I'm Playing :: CSGO FNV
xbox live or psn: No gamertag set
Location: What do you expect?

Vehicles ?

Post by REivEN »

How do i add vehicles to a map :oops:
Caleb1117
2008 Most Original Avatar
Posts: 3096
Joined: Sun Aug 20, 2006 5:55 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: X-Fire: caleb1117 ಠ_ಠ

Re: Vehicles ?

Post by Caleb1117 »

I'm postitive the documentation covers this.
I know people hate hearing this ^, But the docs do help.
User avatar
Frisbeetarian
Jedi
Jedi
Posts: 1233
Joined: Wed Sep 12, 2007 3:13 pm

Re: Vehicles ?

Post by Frisbeetarian »

I know I had trouble doing this too, even after I followed and checked multiple times the docs. Once you follow the documents, you have to make sure that the vehicle is added to the lua to have it in game.
woner11
Sith
Sith
Posts: 1361
Joined: Tue Sep 18, 2007 10:17 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: The lost world of pickels
Contact:

Re: Vehicles ?

Post by woner11 »

Check the getting started documentation in the mod tools, it tells you how to make vehicles spawns. Then edit your lua so it says: ReadDataFile("dc:SIDE\\rep.lvl"."rep_hover_speederbike") this is if it is in your cusotms sides folder. Otherwise if the vehicle is your assets folder it would look like: ReadDataFile("SIDE\\rep.lvl"."rep_hover_speederbike"). Also, change the rep.lvl to whatever the overall req is inside that folder. For example, it might be cis.lvl, all.lvl, kit.lvl, etc. Once that is done add your vehicle name in where it says rep_hover_speeder. So I guess it would look like this: ReadDataFile("SIDE\\[foldername].lvl","[vehicle_name]"). Munge and your done. I know this is kinda complicated and repetitive, but I hope it helps.
User avatar
REivEN
1st Lieutenant
1st Lieutenant
Posts: 451
Joined: Wed Jul 04, 2007 11:59 am
Projects :: Jane - Sister Of the Courier Mod
Games I'm Playing :: CSGO FNV
xbox live or psn: No gamertag set
Location: What do you expect?

Re: Vehicles ?

Post by REivEN »

tx woner11
Post Reply