UPDATED AS OF 08/04/2012 - 10:02
Ok so I got pestered for this, so here it is.
100% Custom Loot tables, no loot suppression, full control of what loot spawns in your server and where.
Steps:
Decompress your mission pbo
Create a fixes folder
create building_spawnLoot.sqf
Put this code into...
I have received quite a few pm's due to my previous post in this topic, So I can see its not as simple to figure out as I thought people would. So I will write up a tutorial on how to achieve custom loot spawns tonight or tomorrow.
only 5 zombies spawn while in a chopper.
inside player_spawncheck.sqf
if (_inVehicle) then {
_maxZombies = _maxZombies / 2;
};
if (_isAir) then {
_maxZombies = 5
};
That's horrible... use a switch
switch (_playerID) do {
case "000000000": { _model = "FR_R"; };
case "000000000": { _model = "GUE_Soldier_2";};
default {};
};
I'm sorry I don't want this thread to turn into another one of these "Down with this sort of thing" threads. As a group we have decided that the food names are non bothersome to us. Our design plans for Sahrani involves a feature rich map. We are giving the user endless possibilities to how they...
If you are using the new 0.2.1 files for Sahrani then you will get these errors. The version in Lite is 0.1 which uses the DayZ 1.7.4.4 code base.
We will be launching new server code very soon once we finish testing
We are not doing this for promoting, I personally hate that type of attitude to gaming. We are open. Currently we have closed files to keep it easier to maintain server changes and error logs.
Currently going through the problem with one of our providers purposely changing files to enable...
Yip, as we have already had with our test servers, converting them over to their packages can be a pain and can/has broken things. So once we are happy with the build we will be releasing the files.
Don't worry, I have almost finished the 1.7.5.1 code. I am just redoing the spawn code to stop it spawning in really bad area's like the north west corner.
thevisad any update on the fix? Getting rather annoying listening to people moan about their gear going missing and some taking advantage of it to dupe stuff...
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.