Search results

  1. Hertizch

    [Tutorial] Snow added to Dynamic Weather

    Hahaha! The storm is coming! You obviously messed up somewhere :p
  2. Hertizch

    [Tutorial] Snow added to Dynamic Weather

    You need some new variables, for example: Factors: _warm_clothes = 10; And for posistive effects: if (((typeOf player) == "Sniper1_DZ")) then { _difference= _difference + _warm_clothes; }; I guess that will work :)
  3. Hertizch

    [Tutorial] Snow added to Dynamic Weather

    Great! Would be fun to get the groundfog to work dynamically as well, like when overcast is over 0.5 for example.
  4. Hertizch

    Taviana 2.0 for Dayz 1.8 (Sharks Build)

    yup
  5. Hertizch

    Accelerated Time (smooth) WIP

    This is very cool and something I'm looking for, but. This does affects clouds by making them move faster. This looks very laggy. I could resolve this by removing the underlying clouds but I do prefer to have them there. Second, It seems to be conflicting with the time sync. Every 5 minutes...
  6. Hertizch

    [Tutorial] Custom Ambient Music Serverside

    This one works ok http://audio.online-convert.com/convert-to-ogg
  7. Hertizch

    Stary Outpost - Chernarus

    Changed the links so they should be visible to anyone now. Dropbox is driving me nuts sometimes
  8. Hertizch

    Collection of cool colour corrections

    Perhaps ask here: http://speargaming.de/index.php/forum/dayz/17-epoch-server-any-questions-and-updates
  9. Hertizch

    Collection of cool colour corrections

    Try this one to get the look you want :) http://www.armaholic.com/page.php?id=10163
  10. Hertizch

    Custom made Vehicle

    Every player that connects to your server needs to have the same file installed on their machines and launched as an extra mod. Bottom line, it's not practicably possible.
  11. Hertizch

    Static Death

    Forgot about this... Then just comment out that code from the 3rd post. It wont affect your missions or AI!
  12. Hertizch

    Errors on log file Arma2OAserver.RPT

    I'm getting a lot of this: 20:14:37 Error position: <_j + _k, _l]; }; _j = _j + _weight; }; d> 20:14:37 Error Undefined variable in expression: _j 20:14:37 File z\addons\dayz_code\init\loot_init.sqf, line 21 20:14:37 Error in expression < 0 to (_weight - 1) do { _weighted set [_j + _k...
  13. Hertizch

    Black Forest Outpost - Chernarus

    Then you need to call it like this: if (isServer) then { [] execVM "yourpath\blackForestOutpost.sqf"; };
  14. Hertizch

    Black Forest Outpost - Chernarus

    Are you calling this from server_functions.sqf server side, or init.sqf on the mission side?
  15. Hertizch

    Help with 3d editor

    Know what you mean! The editor is quite a powerful tool when you know its secrets :p hehe
  16. Hertizch

    Help with 3d editor

    Put it in the init field. In buildinglootpos you can set so zombies and loot do not spawn for the object you want. It will not affect other objects. Edit: oh, you edited the post. Did only read what was in my mail notification ;)
  17. Hertizch

    Help with 3d editor

    So do you want it so set level? Use this command in the editor this setvectorup [0,0,1]; As for your second question, yes, if you are using custom loot tables (aka overridden to your mission file).
  18. Hertizch

    Static Death

    Are you adding these via the editor? I see your code is set up with DZAI. Add this line to the object and you don't need to comment out the hack check: _this setVariable ["DZAI",1,true];
  19. Hertizch

    Help with 3d editor

    A good practice is first to add the object close to where you wan't it. Don't spend so much time aligning it the first time. Save it and then align, then save again. The more you use the editor the more tricks you'll learn ;) It can be a real pain in in the ass!
  20. Hertizch

    Strange issue relating to Mission Editing

    You need to check what is happening in the rpt.
Back
Top