Turning off some logging--any known issues?
server.cfg
removing line of
logFile = "server_1.log";
or setting it to null
logFile = "";
http://community.bistudio.com/wiki/server.cfg
hiveext.ini
ConsoleLevel = none
Level = none
Any known issues changing the logging levels to those?
anyone having issues with loot suppression/substitution not working 100% in 1.7.5.1?
I took the latest spawn_loot.sqf and made the changes for the iItem and canType arrays, but still am getting spawns for Mountain Dews.
Additionally, people are getting battleye filters for addmagazinecargo...
Trying to pull my filters from a v11 build into the current v16
If I fresh install and use the default filters from the commit, it runs fine.
If I copy over my folder of filters from my v11 install, it instantly closes the window after launch
any ideas?
Did some syntax change or is a...
Trying to have an event (refuel, etc) fire a server wide or local based (~4k) rHINT or rinfoText or something but having now luck...
things I've tried (that end up killing the entire refuel script)
[] rSPAWN {["Hello World", "Hello WORLD"] spawn BIS_fnc_infoText} call RE;
[nil, nil...
with the latest version, is everything good to go as long as its doing
"Scanning.........." ?
Had some initial problems and dont want to break anything--with the previous version I could tell it was properly reloading and scanning the filters.
actually, you did
mission.sqm
class Effects
};
};
note the lack of open bracket { after class Effects (line 42 of the code).
this is why we need to see a full mission file... (the .pbo including the init, etc)
I recommend putting up your full mission file or something. I tried this and nothing happened. I also tried spawning the buildings in using the database as a vehicle and no re-ammo happened.
your directions say to use it after
randomSeed=2920725; class Intel { startWeather=0.25...
I've managed to get the following script working on my non-rmod chernarus dayz
kh_vehicle_refuel.sqf
private["_target","_caller","_id","_isNearFeed"];
_target = _this select0;
_caller = _this select1;
_id = _this select2;
if(isNil "ib_refueling_in_progress")then{ ib_refueling_in_progress...
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.