1.7.6.1 - Vehicles spawn DB

MvK

New Member
Hi everyone,

I'm looking for either :
- a object_spawns table with 300+ vehicles (350 is what I seek)
- or an easy way to set 200 more spawns of vehicles on my map

I'm wondering why I can't find a table from someone's database with lots of vehicle spawns on this forum or elsewhere on google..

Is it possible to use someone's table in my DB ?
If yes, could someone upload his own object_spawns (300+) ?
I'm sure many ppl would be interested.

I can't think of setting 200 new spawns manually with having to get xyz location for each..
And also, I'd like not to know exactly where I spawned each of them ;)
 
so others should do your work and you sell it as your own on your server then?...
GOOD LUCK with this one ^^
i guess NO ONE will give you their own db tables...

but i will give you a little advice... check out TSW Antihack... there you can spawn vehicles and teleport them on a live map... they will spawn after a serverrestart...
no need to add every vehicle manually in the db...
but TSW is also not for free (€10 / serverinstance)
 
My intention wasn't to steal other ppl's work, I'm sorry if it sounds like that.
(I'm french and my english isn't perfect I know).

I was just surprised not to see some db's available to download as there like 5000+ servers with huge amount of vehicles and I wasn't able to find anything easy to set vehicles spawn.
 
Ok so as I got a lot of help from others topics on this forum (but not on this one...) for all the others mods I wanted to add to my server here's my contribution for this community :

I found a script for Bliss and I adapted it to Pwnozor's server database :
- it's PHP script that add vehicle spawns to your database from mission.sqf file you generated by map editor (Ctrl+E ingame main menu).
https://code.google.com/p/dayz-vehicle-spawns/source/browse/vehicle_spawn.php


Also, here's my drop of object_spawns table with ~500 vehicle spawns.
With 3 friends, we add them manually trough the map editor.
(There might be few double spawns bug, I'm working on a script to delete double entries)
https://code.google.com/p/dayz-vehicle-spawns/source/browse/object_spawns.sql

I'll probably write a lil' tutorial to explain how to add vehicles..
 
Ok so as I got a lot of help from others topics on this forum (but not on this one...) for all the others mods I wanted to add to my server here's my contribution for this community :

I found a script for Bliss and I adapted it to Pwnozor's server database :
- it's PHP script that add vehicle spawns to your database from mission.sqf file you generated by map editor (Ctrl+E ingame main menu).
https://code.google.com/p/dayz-vehicle-spawns/source/browse/vehicle_spawn.php


Also, here's my drop of object_spawns table with ~500 vehicle spawns.
With 3 friends, we add them manually trough the map editor.
(There might be few double spawns bug, I'm working on a script to delete double entries)
https://code.google.com/p/dayz-vehicle-spawns/source/browse/object_spawns.sql

I'll probably write a lil' tutorial to explain how to add vehicles..

Thanks man, that bliss script changed to hivemind is all I needed.
 
Ok so as I got a lot of help from others topics on this forum (but not on this one...) for all the others mods I wanted to add to my server here's my contribution for this community :

I found a script for Bliss and I adapted it to Pwnozor's server database :
- it's PHP script that add vehicle spawns to your database from mission.sqf file you generated by map editor (Ctrl+E ingame main menu).
https://code.google.com/p/dayz-vehicle-spawns/source/browse/vehicle_spawn.php


Also, here's my drop of object_spawns table with ~500 vehicle spawns.
With 3 friends, we add them manually trough the map editor.
(There might be few double spawns bug, I'm working on a script to delete double entries)
https://code.google.com/p/dayz-vehicle-spawns/source/browse/object_spawns.sql

I'll probably write a lil' tutorial to explain how to add vehicles..
How do i use these scripts?
 
Back
Top