Search results

  1. G

    Adding snow to your server

    That's what I tried to do, unfortunately I've never used a public variable so I'm a complete noob when it comes to then.
  2. G

    DayZ origins?

    aka easter eggs! There's a rock in taviana, a tunnel in namalsk and a 'bat cave' in celle. They are there! :P
  3. G

    Adding snow to your server

    Just had a quick look. Unfortunately it won't work with temperature. Rain is checked in the fn_temperatur.sqf (yes that's how it's spelt!) like this: _raining= if(rain > 0) then {true} else {false}; Since snow isn't a 'real' weather effect there's no scripting command to check it. I sent a...
  4. G

    [Request] .rpt kill and death messsages

    The old bliss had a kill messages feature, this was a great tool for administration as it allowed admins to check who did what (with what) to who. As global messages they fall short, most of my community likes admins being able to see the messages, but not the community. The reasons are...
  5. G

    vehicle banlist

    It's a much bigger job then it looks. One of the biggest failings of panthera was the MV-22. It was essentially indestructible. If you remember the chinook repair points were also unreachable. This was mainly due to the developer taking shortcuts and just unbanning the vehicle, instead of...
  6. G

    Screenshots & Pictures: V1.7.5 Dayz Celle

    Honestly I have never tried to go under the bridge with a boat, and was completely unaware of an issues with it. It does explain why my F4 Phatom blew up even though I was sure I didn't clip the bridge! The water is freshwater so I've made it usable. There's an infection chance with unboiled...
  7. G

    Screenshots & Pictures: V1.7.5 Dayz Celle

    The Humvee is un-banned in the Dayz V1.7.5. I've added the M2 and TOW (without the rockets, just the nvg scope) and instead of unbannig the humvee, I configured one from scratch. I don't have the code on me as I'm stuck at work :( Configs aren't too hard, but they do require an additional...
  8. G

    Adding snow to your server

    If you want to not be effected by snow in buildings and/or vehicles Change if (_is_snowing) then { To: if (_is_snowing && !_isinbuilding && !_isinvehicle) then {
  9. G

    Adding snow to your server

    Excellent. Thanks for picking up the slack there m1lkm8n!!! It appears that writing scripts at 2am isn't the best idea. I've made the temperature adjustments, as I've written warm clothes and Icewindo's hazmats as some what protections against snow. If milkman gets the public variable I...
  10. G

    Screenshots & Pictures: V1.7.5 Dayz Celle

    My home server I used for testing decided it no longer wanted to be a part of this world so there was a lot of set backs this weekend. I'm not %100 sure, but it won't be far behind V1.7.5 Dayz mod :)
  11. G

    Adding snow to your server

    Interesting. I used a server script called Storm_pulse.sqf Note: This currently doesn't work private ["_stormchance"]; //Allow players to settle in - 10 minutes sleep 600; While {true} do { Snowstorm = False; _stormchance = floor (random 100); if (_stormchance >= 90) then {...
  12. G

    Adding snow to your server

    The issue I'm having is with public variables. It seems that it's not publishing properly. Cold and randomization are easy, I just don't know how to get all the scripts talking to each other >_<
  13. G

    Tips and Tricks for lazy people and/or idiots [aka people like me]

    having trouble keeping your server in good nick? I'm not going to help you install, as the reality github does a very, very good job of that. I will share some of the shortcuts that I use. Hopefully this makes your servers a little bit more fun to run! Get notepad ++ why? because it's amazing...
  14. G

    DayZ origins?

    I think Michael is quite bang on. Either way rape dungeon is getting a fruit basket for taking their code and releasing it publicly, it's not their game or their mod so stuff them really. Maybe we should package the vehicles up and release them to anyone that wants to use them :p
  15. G

    Screenshots & Pictures: V1.7.5 Dayz Celle

    Seeing as I've got a little bit of time before turning in I thought I'd throw up some screenshots: Nothing amazing, just to give people and idea of the skins, vehicles & a small sample of the conflicts addon :) Icewindo's Hazmat mod: Hazmats are water proof Highly resistant to zombie...
  16. G

    DayZ origins?

    So essentially Dayz Commander and Martin are currently supporting a mod that is not open to the public, run for profit and steals other peoples code. Sweet :S It's really unfortunate that this has befallen Taviana, which is a really amazing map. Had Alex worked with hicks and kept his code...
  17. G

    Adding snow to your server

    Sounds like a bit of combining might work out here. I'm very unfamiliar with the actual snow script but instead of turning it off, I'm sure most players would prefer the snow to 'fall' 100m away or something like that, so it's still snowing when your inside but it's not actually snowing inside.
  18. G

    DayZ origins?

    So what is happening to V1.5 Tavi. He's just abandoning it?? I just looked around, I can't see any server files for this. Are people able to host servers for it? If not, why the hell is it on Dayz Commander O.o
  19. G

    Adding snow to your server

    It doesn't effect temperature at all.
  20. G

    Adding snow to your server

    Wow that's a great idea, I'll try put it up tomorrow, if not Saturday for sure. Yeah I'll dish it up, it's nothing fancy but that means there's nothing complicated to break. I'll put in some lines for the Dynamic_Weather.sqf so it keeps it overcast when snow falls ect ect. I was going to...
Back
Top