Hy,
I have downloaded some custom bases, and 'installed' them on my server.
But i have no idea why there not spawning. Because only the first custom base i installed is spawning.
And when i try to add another custom map additions, there just not spawning.
Does someone have an idea what im doing wrong here?
In my server.pbo, i have a "buildings" folder, with all the Custom bases .sqf files. Except from the NorthWestAirfield.sqf i got that in a diffirent folder called "mapaddons", but i dont understand why that one is spawning but the otherones aren't?
In my server_functions all the way in the bottom i got the usual:
//MapAddons
execVM "\z\addons\dayz_server\mapaddons\NorthWestAirfield.sqf";
execVM "\z\addons\dayz_server\buildings\NEAF_S4M.sqf";
execVM "\z\addons\dayz_server\buildings\traderstary.sqf";
execVM "\z\addons\dayz_server\buildings\novy.sqf";
execVM "\z\addons\dayz_server\buildings\dichina.sqf";
execVM "\z\addons\dayz_server\buildings\bor.sqf";
My server RTP: https://www.dropbox.com/s/1v6eqk9r1fowrsq/arma2oaserver.RPT?dl=0
Thank you very much for you time!
(PS, im still a bit noobish)