Recent content by n4nz

  1. N

    Civilian server 2.0

    FAO devs: You might want to edit your extra building script or calling sqf... and add if (isServer) etc since some (maybe all) the buildings are duplicating on the client.
  2. N

    Server Files

    No thats is not at all what I am saying if you re read my post. I agree with you that these servers that add in custom loadouts and 1000's of vehicles purely for pvp are not adding much to the community, however some may like this so why shouldn't they be able to do so. Individuals have the...
  3. N

    Server Files

    Sorry, but I felt I had to jump into this and pick up on a couple of things: I disagree hackers destroyed the game, private hives and user made mods have kept the game alive! Very arrogant approach IMO are you not already by creating your own mod of dayz, doing exactly what you are...
  4. N

    [Tutorial] Adding new buildings to existing maps

    You do know the coords are a different way round in the saved sqf file comapred to database and dayz mission.sqm files, found this out also with objects floating in mid air. This is easily solved: add bulding example - createVehicle ["Land_Mil_Barracks_i" [12432.938, 12520.489, 0.238123]...
  5. N

    Adding new buildings and them not sitting right: a cry for help

    Of course this depends on how you are trying to add buildings, if its through the database good luck trial and error for a few hours there to get the right coords. Better off using the 3d editor saving the results and then get the coords from the sqm, then add them into the database or edit...
  6. N

    Need Help Getting Clear sky and always sunny

    You need to get your dayz_code.pbo , unpack it copy the DynamicWeatherEffects.sqf from the external directory and complies.sqf from the init directory then: edit the file DynamicWeatherEffects.sqf copy and find this: _maximumOvercast = 1; change it to this: _maximumOvercast = 0...
  7. N

    100% Custom Loot tables - TUTORIAL

    Works 100% out of the box for me although the farm buildings were missing so spawned the default residential loot which was kinda weird to see :D, added in the farms now though nice one Seven.
  8. N

    SARGE AI Framework - Public Release

    Ok so I was thinking if we now have the humanity element why not also register Bandit Kills, (Solidier/Survivor Kills) on the debug monitor and in database just edit SAR_aikilled.sqf to this: private...
  9. N

    Simple AI Tutorial (no rMod or DayZ_Factions)

    You reference the gear set in the parameters in the init, so if you include a new case let's say case 2 then pass 2 in the parameter for gear set in your init, iirc its the second last param before the respawn time
  10. N

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Change this: _zombieKills = 0; _humanity = 0; _zombieKills = _killer getVariable["zombieKills",0]; _killer setVariable["zombieKills",_zombieKills+1,true]; _humanity = _killer getVariable["humanity",0]; _killer setVariable["humanity",_humanity+100,true]; To this: _banditKills = 0; _humanity...
  11. N

    Simple AI Tutorial (no rMod or DayZ_Factions)

    The debug doesnt show using the hotkeys listed in the intructions for the dual monitor, try the 'Ins' key this shows the debug on 1.7.6.1 and is replaced by the dual if you installed it correctly
  12. N

    SARGE AI Framework - Public Release

    lol awesome, sat watching a heli in my T72 when a bunch of ai jumped in my tank lol I have a commander and gunner now lmao. ha just seen 1 on a bike.
  13. N

    SARGE AI Framework - Public Release

    The Uppercase/Lowercase changes have fixed the heli spawns, so far all pattrols seem to be as I have configured looking good will update later if I notice any funny stuff.
  14. N

    SARGE AI Framework - Public Release

    Its not in there, not in any of my RPT's (I auto archive them each restart) as I said before I havent added any new heli patrols I have the default ones already set up in sarge's cfg, appart from the one we tried earlier. Surely the default patrols would spawn in no? Damn shame, I have the...
  15. N

    SARGE AI Framework - Public Release

    Its just the usual updating base classes etc thats missing nothing of importance, so to try and keep the file size down I ommitted it. The auto spawn AI works sort of except they cant be changed in the cfg for some reason. So yes they kind of work. Its the static AI I try to place and the...
Back
Top