Interesting mission file =)
What does the superadmin.sqf do?
I couldent find what prupose it served. I changed the PUID to mine as well.
I like how the loot spawns, finally I can tweak the loot without spending hours doing it on my server.
Were do I look for the client rpt log?
Why don't you use this, to set the building heights?
_bldObj setVehicleInit "this setPosASL [getposASL this select 0, getposASL this select 1, 40]"; //what height you want!
if (isServer) then {
_bldObj = objNull;
if (true) then
{...
I tried it out....lol I was like now were did this spawn :P
I ran around around on the ground, went on top of it. went around it. I could see all 4 of the construction.
http://imageshack.com/a/img801/343/hbcf.jpg
http://imageshack.com/a/img839/2551/la0y.jpg
But I can not see any errors.
Ok - Here is a file that I just tested on my Epoch Server.
http://pastebin.com/9FVS2CGU
I called this building.sqf
and put this in my mapaddons folder inside my server pbo
Then open system\system_monitor.sqf and call the file from there
call complie preProcessFileLineNumbers...
I would do it Mr Weeglley.
But I would optimize first.
Use notepad++
You can replace the vehicle_xxx with a simple command using notepad++
Make sure you have regular expression selected in Notepad++.
search for: _vehicle_(\d+)= objNull;
and replace with: _bldObj = objNull;
replace...
Code for the buildings as reached max char.
class Item20
{
position[]={13062.828,0.34161228,3825.6414};
azimut=-32.551899;
id=20;
side="EMPTY";
vehicle="Land_Hangar_2";
init="this setPos [getPos this select...
I modded the bridge and added some ladders, so you can access the bridge from the water.
Some more screens here http://steamcommunity.com/id/fully/screenshots/?appid=33930
Here is the code. Sorry we used it in the mission file on our Wasteland Server =)
/*
Fully's Skalisty...
Your start command line is not telling the server were the common files are stored!
EG
"C:\were ever this is\Arma 2 Operation Arrowhead\Expansion\beta\arma2oa.exe" "-mod=C:\were ever this is\Arma 2 Operation Arrowhead;
in your server.cfg
// MISSIONS CYCLE (see below)
class Missions
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.