Vehicles ?
Moderator: Moderators
- REivEN
- 1st Lieutenant

- Posts: 451
- Joined: Wed Jul 04, 2007 11:59 am
- Projects :: Jane - Sister Of the Courier Mod
- xbox live or psn: No gamertag set
- Location: What do you expect?
Vehicles ?
How do i add vehicles to a map 
-
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 ?
I'm postitive the documentation covers this.
I know people hate hearing this ^, But the docs do help.
I know people hate hearing this ^, But the docs do help.
- Frisbeetarian
- Jedi

- Posts: 1233
- Joined: Wed Sep 12, 2007 3:13 pm
Re: Vehicles ?
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

- Posts: 1361
- Joined: Tue Sep 18, 2007 10:17 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: The lost world of pickels
- Contact:
Re: Vehicles ?
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.
- REivEN
- 1st Lieutenant

- Posts: 451
- Joined: Wed Jul 04, 2007 11:59 am
- Projects :: Jane - Sister Of the Courier Mod
- xbox live or psn: No gamertag set
- Location: What do you expect?
Re: Vehicles ?
tx woner11
