Adding Custom Buildings on a server already edited

Hey,

I've had my DayZ server for awhile now and it's growing incredibly quickly! I've added custom buildings and stuff to the server before,

But now the bliss building website thing's down,

What's the most effective/efficient way to add buildings on a map that already has customs on?

Thanks,

Video's would greatly be appreciated.
 
Whenever I am adding buildings to my server, I use the Arma II OA editor.

I place the buildings where I want them, save the file, find the coordinates and enter them in the bliss config on the server hosting site. I find this to be the easiest way.

I can explain it more thoroughly if you want. That was just a brief explanation of it.
 
Whenever I am adding buildings to my server, I use the Arma II OA editor.

I place the buildings where I want them, save the file, find the coordinates and enter them in the bliss config on the server hosting site. I find this to be the easiest way.

I can explain it more thoroughly if you want. That was just a brief explanation of it.

Thanks, The bliss site's down

I just remember pasting it through SQL and it automatically putting them in, although now it just errors, I think this is cause I've got some on the map already

Now that bliss is up, I've got the location of everything
INSERT INTO `1613`.`building` (`id`, `class_name`) VALUES ('200','Base_WarfareBBarrier10xTall'), ('201','Land_Misc_deerstand'), ('202','Land_A_FuelStation_Shed'), ('203','Land_A_Hospital'), ('204','Land_A_FuelStation_Feed'), ('205','MAP_R2_RockTower'), ('206','Hhedgehog_concreteBig'), ('207','Land_Fort_Watchtower_EP1'), ('208','Land_ladder');

INSERT INTO `1613`.`instance_building` (`building_id`, `instance_id`, `worldspace`) VALUES ('200','1613','[-21.09,[3898.84,10555.6]]'), ('200','1613','[-77.49,[3890.82,10546.01]]'), ('200','1613','[-10.26,[3883.05,10578.11]]'), ('200','1613','[-54.16,[3870.64,10569.9]]'), ('200','1613','[7.38,[3897.25,10578.57]]'), ('200','1613','[-32.27,[3882.1,10534.55]]'), ('200','1613','[-14.68,[3868.28,10528.42]]'), ('200','1613','[-46.26,[3861.85,10559.03]]'), ('200','1613','[-28.68,[3849.93,10549.74,-0.01]]'), ('200','1613','[31.39,[3828.03,10519.37]]'), ('200','1613','[11.57,[3837.02,10547.77,0.03]]'), ('200','1613','[-32.27,[3854.79,10523.09]]'), ('200','1613','[156.57,[3800.51,10519.23]]'), ('200','1613','[174.15,[3815.11,10523.15,0.07]]'), ('200','1613','[120.31,[3778.85,10497.99]]'), ('200','1613','[134.01,[3788.32,10510.65,0.1]]'), ('200','1613','[18.12,[3764.85,10482.09]]'), ('200','1613','[41.2,[3752.21,10489.39,0.24]]'), ('200','1613','[44.42,[3740.63,10499.93]]'), ('200','1613','[62,[3731.55,10511.71,0.18]]'), ('200','1613','[121.71,[3732.11,10524.99]]'), ('200','1613','[110.01,[3738.74,10538.2,0.19]]'), ('200','1613','[-27.31,[3759.38,10563.07]]'), ('200','1613','[-69.03,[3744.72,10550.78,0.14]]'), ('200','1613','[-267.06,[3809.91,10576.67]]'), ('200','1613','[-248.77,[3812.96,10590.9,0.57]]'), ('200','1613','[34.47,[3825.44,10553.12]]'), ('200','1613','[52.05,[3814.37,10563.38,0.4]]'), ('200','1613','[175.83,[3793.89,10601.35]]'), ('200','1613','[194.19,[3808.1,10599.2,0.66]]'), ('200','1613','[-62.8,[3781.02,10580.81]]'), ('200','1613','[-34.33,[3771.76,10570.25,0.37]]'), ('200','1613','[-80.94,[3784.88,10593.16]]'), ('201','1613','[-39.4,[3885.27,10541.71]]'), ('201','1613','[-150.29,[3810.68,10594.26]]'), ('202','1613','[11.66,[3798.19,10588.32,0.35]]'), ('203','1613','[221.12,[3759.08,10502.93]]'), ('200','1613','[-73.22,[3774.66,10485.58]]'), ('204','1613','[-74.81,[3789.57,10591.71]]'), ('204','1613','[-74.81,[3788.72,10588.59]]'), ('204','1613','[-76.73,[3800.67,10590.58]]'), ('204','1613','[-74.81,[3799.77,10586.56]]'), ('200','1613','[161.19,[3842.14,10518.02]]'), ('205','1613','[-16,[3742.6,10518.82,18.21]]'), ('206','1613','[-177.41,[3899.85,10575.26]]'), ('206','1613','[62.84,[3901.63,10563.39]]'), ('206','1613','[64.8,[3888.12,10558.16]]'), ('207','1613','[159.78,[3893.41,10559.97]]'), ('208','1613','[191.81,[3799.21,10593.72,-0.33]]');


Would I now need to manually type them in?

Thanks
 
Just add everything through the mission file. Why people arse around with DB buildings ill never know.

Check my kamenka outpost thread for a "how to"
 
Just add everything through the mission file. Why people arse around with DB buildings ill never know.

Check my kamenka outpost thread for a "how to"


Able to link me? I can't find anything on your profile leading to threads, the forum lacks user friendly movement from one spot to another >.>
 
No worries, I'm on my iPad otherwise I would have linked it to start with

No worries, I noobed out anyway.

I've looked at it buttt

To use something like this for my server,

Would I litterally do this?

INSERT INTO `1613`.`building` (`id`, `class_name`) VALUES ('200','Base_WarfareBBarrier10xTall'), ('201','Land_Misc_deerstand'), ('202','Land_A_FuelStation_Shed'), ('203','Land_A_Hospital'), ('204','Land_A_FuelStation_Feed'), ('205','MAP_R2_RockTower'), ('206','Hhedgehog_concreteBig'), ('207','Land_Fort_Watchtower_EP1'), ('208','Land_ladder');

INSERT INTO `1613`.`instance_building` (`building_id`, `instance_id`, `worldspace`) VALUES ('200','1613','[-21.09,[3898.84,10555.6]]'), ('200','1613','[-77.49,[3890.82,10546.01]]'), ('200','1613','[-10.26,[3883.05,10578.11]]'), ('200','1613','[-54.16,[3870.64,10569.9]]'), ('200','1613','[7.38,[3897.25,10578.57]]'), ('200','1613','[-32.27,[3882.1,10534.55]]'), ('200','1613','[-14.68,[3868.28,10528.42]]'), ('200','1613','[-46.26,[3861.85,10559.03]]'), ('200','1613','[-28.68,[3849.93,10549.74,-0.01]]'), ('200','1613','[31.39,[3828.03,10519.37]]'), ('200','1613','[11.57,[3837.02,10547.77,0.03]]'), ('200','1613','[-32.27,[3854.79,10523.09]]'), ('200','1613','[156.57,[3800.51,10519.23]]'), ('200','1613','[174.15,[3815.11,10523.15,0.07]]'), ('200','1613','[120.31,[3778.85,10497.99]]'), ('200','1613','[134.01,[3788.32,10510.65,0.1]]'), ('200','1613','[18.12,[3764.85,10482.09]]'), ('200','1613','[41.2,[3752.21,10489.39,0.24]]'), ('200','1613','[44.42,[3740.63,10499.93]]'), ('200','1613','[62,[3731.55,10511.71,0.18]]'), ('200','1613','[121.71,[3732.11,10524.99]]'), ('200','1613','[110.01,[3738.74,10538.2,0.19]]'), ('200','1613','[-27.31,[3759.38,10563.07]]'), ('200','1613','[-69.03,[3744.72,10550.78,0.14]]'), ('200','1613','[-267.06,[3809.91,10576.67]]'), ('200','1613','[-248.77,[3812.96,10590.9,0.57]]'), ('200','1613','[34.47,[3825.44,10553.12]]'), ('200','1613','[52.05,[3814.37,10563.38,0.4]]'), ('200','1613','[175.83,[3793.89,10601.35]]'), ('200','1613','[194.19,[3808.1,10599.2,0.66]]'), ('200','1613','[-62.8,[3781.02,10580.81]]'), ('200','1613','[-34.33,[3771.76,10570.25,0.37]]'), ('200','1613','[-80.94,[3784.88,10593.16]]'), ('201','1613','[-39.4,[3885.27,10541.71]]'), ('201','1613','[-150.29,[3810.68,10594.26]]'), ('202','1613','[11.66,[3798.19,10588.32,0.35]]'), ('203','1613','[221.12,[3759.08,10502.93]]'), ('200','1613','[-73.22,[3774.66,10485.58]]'), ('204','1613','[-74.81,[3789.57,10591.71]]'), ('204','1613','[-74.81,[3788.72,10588.59]]'), ('204','1613','[-76.73,[3800.67,10590.58]]'), ('204','1613','[-74.81,[3799.77,10586.56]]'), ('200','1613','[161.19,[3842.14,10518.02]]'), ('205','1613','[-16,[3742.6,10518.82,18.21]]'), ('206','1613','[-177.41,[3899.85,10575.26]]'), ('206','1613','[62.84,[3901.63,10563.39]]'), ('206','1613','[64.8,[3888.12,10558.16]]'), ('207','1613','[159.78,[3893.41,10559.97]]'), ('208','1613','[191.81,[3799.21,10593.72,-0.33]]');


There's my code to paste in, and call it 'Base 1.sqf' and then add

[] ExecVM "Base 1.sqf";
at the bottom of my init file and repack would this work as that? or am I doing something wrong, Thanks
 
Back
Top