Page 1 of 1
how to list vehicles available on a map?
Posted: 2017-02-20 08:21
by sardaukar2016
Any of you guys knows how to show a list of available vehicles to spawn on a map?
Also, is it possible to show only civilian/land/air/sea/chosen faction spawnable vehicles?
For example how to display a list of all spawnable mec land vehicles on Kashan Std map - how do I do that?
Re: how to list vehicles available on a map?
Posted: 2017-02-20 08:28
by Bastiannn
Re: how to list vehicles available on a map?
Posted: 2017-02-20 09:10
by sardaukar2016
No, no that's not what I'm looking for...
The info you gave just explains how to spawn objects, but I'd like to know a command that would list a category of/all objects that are available to spawn on a map of choice. They only say that if you spawn an object that is not available on the map, the server will crash, which I already know.
The problem is testing all possible vehicles one by one by hand (and crashing the server in the process) takes forever.
So how do I for example list all civilian vehicles available to spawn on Kashan standard map?
I know you can spawn a civ_bik_atv even though it's not listed in the assets, but that's just from testing it by hand (takes too long).
Re: how to list vehicles available on a map?
Posted: 2017-02-20 10:49
by rPoXoTauJIo
Short answer is you can't.
Long answer is that you should go&open mods/pr/levels/<mapname>/server.zip/gamemodes/<gamemode>/<layer>/gameplayobjects.con, and look at all object spawner templates available.
Additional spawner templates available through init.con team inits, but you gotta follow some links there.
Re: how to list vehicles available on a map?
Posted: 2017-02-20 11:03
by Outlawz7
sardaukar2016 wrote:
For example how to display a list of all spawnable mec land vehicles on Kashan Std map - how do I do that?
PR Map Gallery
Re: how to list vehicles available on a map?
Posted: 2017-02-20 15:20
by Suchar
sardaukar2016 wrote:Any of you guys knows how to show a list of available vehicles to spawn on a map?
Also, is it possible to show only civilian/land/air/sea/chosen faction spawnable vehicles?
For example how to display a list of all spawnable mec land vehicles on Kashan Std map - how do I do that?
I sent you a PM.
Re: how to list vehicles available on a map?
Posted: 2017-03-04 19:38
by Michael Z Freeman
sardaukar2016 wrote:Any of you guys knows how to show a list of available vehicles to spawn on a map?
Also, is it possible to show only civilian/land/air/sea/chosen faction spawnable vehicles?
For example how to display a list of all spawnable mec land vehicles on Kashan Std map - how do I do that?
I did something like this
for Battlegroup42 maps where each map has ammo/health and other assets marked
using this script. I started modifying the script for BF2 and it looks like its should be possible. I also intended to add spawn locations for each BG42 vehicle (they have a LOT of vehicles!) but had not got round to it yet.