Search results

  1. Seven

    1.7.7

    really wouldn't surprise me if nearly every file was modified :) There is so much changes done for 1.7.7 Since there was nearly 4 months of time used to fix and add features.
  2. Seven

    1.7.7

    It must be released by Monday, else we have to wait for them to get back from E3 :P
  3. Seven

    Change DayZ survivor spawn location?

    This is the modified version. I need a clean version to work with. I don't want to chase down a bug that was brought up because of a different build, from the looks of this it is reality.
  4. Seven

    Change DayZ survivor spawn location?

    package up a clean version of this or send me a link, I'll build it on that then, clearly something is changed somewhere that is causing problems.
  5. Seven

    Change DayZ survivor spawn location?

    Which version of DayZ are you running? This variable _outcome is not found in standard DayZ code that I know of. And also that error is in a file we did not modify.
  6. Seven

    Help needed with models for certain people

    then you need to add the checks to dayz_code\actions\player_wearClothes.sqf too
  7. Seven

    Change DayZ survivor spawn location?

    Just did some testing, my code worked fine. Try it like this. Change the position of spawn0 in your mission.sqm to where you want the spawns and run this code. private...
  8. Seven

    Sahrani Server Setup

    All the vehicles in the tables are not finished yet. So some classes are listed but don't have any spawn points. If the max num is higher than the total available spawn points then it lowers them to the total spawns available.
  9. Seven

    Loot , Start-out Gear , and General DataBase

    also backpacks must be done like so: ["DZ_Patrol_Pack_EP1",[[],[]],[[],[]]] ItemMap is a weapon not a mag too.
  10. Seven

    Change DayZ survivor spawn location?

    I'll look at it now.
  11. Seven

    Help needed with models for certain people

    easiest way to achieve this is to set the skin on new characters. Not during login. server_playerSetup.sqf
  12. Seven

    Loot , Start-out Gear , and General DataBase

    If you want to change our random spawn gear you will need to edit dayz_server\compile\server_playerLogin.sqf line 100-102. _mags = getArray (_config >> "magazines"); _wpns = getArray (_config >> "weapons"); _bcpk = getText (_config >> "backpack"); to something like _mags =...
  13. Seven

    Spawnpoints, Performance and Zombies

    http://ehdfiles.co.uk/release/DayZSahrani-Server-021.20130520-1.zip Spawn points :)
  14. Seven

    DayZ Bug, Currently!

    Sounds like you are having client side lag problems. I've yet to come across a way to reduce it.
  15. Seven

    Custom Buildings Moving on Save/Load

    buildings tend to right them selves when you rotate, so the best way is to use "this setVectorUp[0,0,1];" on their init so that they are always upright, but you must always save and reload to see the effects. The 3D editor isn't fantastic in arma. It will always cause buildings to look funny.
  16. Seven

    DayZ Bug, Currently!

    The + animation? You mean the + that shows on the blood icon? If so that only shows when you are bleeding, not when you take damage.
  17. Seven

    Chernarus Plus map

    Please Don't talk about illegal file sharing here. To answer your Question No. BI will be straight at you for illegal possession and tampering.
  18. Seven

    Change DayZ survivor spawn location?

    I'll need to boot a test environment to figure out what's going wrong.
  19. Seven

    100% Custom Loot tables - TUTORIAL

    you may have gotten your loot percentages out of sync, recheck your values.
  20. Seven

    Change DayZ survivor spawn location?

    private ["_characterID","_doLoop","_playerID","_playerObj","_randomSpot","_primary","_key","_worldspace","_score","_position","_pos","_isIsland","_medical","_stats","_state","_dummy","_debug","_distance","_hit","_fractures","_w","_findSpot","_humanity","_clientID"];//Set Variables //Wait for...
Back
Top