Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
How do I add these to my server? I've googled it, but haven't been able to find an answer. Could someone please help? my host is HFB, and I wanted to add a couple of the bases and buildings.
sleep 20;
//////////BUILDINGS//////////
[] ExecVM "buildings\lopatino.sqf";
[] ExecVM "buildings\NovyLugBase.sqf";
[] ExecVM "buildings\dichina.sqf";
[] ExecVM "buildings\oilfieldsbase.sqf";
[] ExecVM "buildings\chernobase.sqf";
[] ExecVM "buildings\rog.sqf";
[] ExecVM "buildings\train_wreck.sqf";
[] ExecVM "buildings\berezino.sqf";
[] ExecVM "buildings\klen.sqf";
[] ExecVM "buildings\last_stand.sqf";
[] ExecVM "buildings\skal.sqf";
[] ExecVM "buildings\balota_airstrp.sqf";
[] ExecVM "buildings\ne_airstrip.sqf";
[] ExecVM "buildings\nw_airstrip.sqf";
[] ExecVM "buildings\stary.sqf";
sleep 20;
//////////BUILDINGS//////////
[] ExecVM "buildings\lopatino.sqf";
[] ExecVM "buildings\NovyLugBase.sqf";
[] ExecVM "buildings\dichina.sqf";
[] ExecVM "buildings\oilfieldsbase.sqf";
I'm also having the same issue where I am trying to implement .sqf bases/areas but they aren't showing up in-game. My thread is here: http://opendayz.net/threads/not-able-to-add-custom-buildings-via-sqf.12423/#post-62731
Whats the point of sleep 20; before spawning these?
With all the custom scripts, I was running. (40+)
I staggered the starting of them, too ease the server load.
Oh ok, makes sense. I moved all my buildings to server files since my mission file started to be too big.
Not sure how it effects the starting time, but it takes pretty long to load the server now.
Out of interest, how did you load them serverside? Got a guide?
I can't seem to get this to work serverside, would it be possible to get a snippet of your file to make sure I'm doing it right? I can load everything I want via the mission file but can't seem to get it to work serverside..![]()
Should be pretty straight forward. Call your base.sqf from bottom of server_functions.sqf just like you did in init.sqf before.I can't seem to get this to work serverside, would it be possible to get a snippet of your file to make sure I'm doing it right? I can load everything I want via the mission file but can't seem to get it to work serverside..![]()
Should be pretty straight forward. Call your base.sqf from bottom of server_functions.sqf just like you did in init.sqf before.
hey do you think you can make a small change to your Dichina base.