Adding a new vehicle spawn

$toney

Well-Known Member
Hi I've found the object_spawns list of where all the vehicle spawns are but would like to know how I go about adding new spawn points to my map. What are the fields used in object_spawns? Could some one give me a break down please?

INSERT INTO `object_spawns` VALUES ('30728533', 'UAZ_Unarmed_TK_EP1', '[0,[12140.168, 12622.802,0]]', '[[[], []], [[\"20Rnd_762x51_DMR\"], [5]], [[], []]]', '[[\"palivo\",1],[\"motor\",1],[\"karoserie\",1],[\"wheel_1_1_steering\",1],[\"wheel_1_2_steering\",1],[\"wheel_2_1_steering\",1],[\"wheel_2_2_steering\",1]]', '', null);
INSERT INTO `object_spawns` VALUES ('26883451', 'UAZ_Unarmed_TK_CIV_EP1', '[0,[6279.4966, 7810.3691,0]]', '[[[], []], [[\"10Rnd_127x99_m107\"], [5]], [[], []]]', '[[\"palivo\",1],[\"motor\",1],[\"karoserie\",1],[\"wheel_1_1_steering\",1],[\"wheel_1_2_steering\",1],[\"wheel_2_1_steering\",1],[\"wheel_2_2_steering\",1]]', '', null);
I'd like to know what each field represents. Thanks. Also how do I get the co-ordinates on the map of where I want the new vehicle to spawn?
 
You need a program called, Navicat
This allows you access your SQL database.

Then you can alter vehicles in the 'objects_classes"
also add spawn locations in the "object_spawns"

z2.JPG


z1.JPG




This tool will help you with locations,

http://www.armaholic.com/page.php?id=9588
 
Hi pal sorry forgot I put a question here solved this a long time ago! :)

Thanks for the help though!

EDIT: Wow awesome tool though thanks for sharing dude! :D
 
Back
Top