Jump to content

dreadedentity

Member
  • Content Count

    1224
  • Joined

  • Last visited

  • Medals

Everything posted by dreadedentity

  1. dreadedentity

    Arma 3 modules: Easy editing for noobs

    I'm happy to help anytime, but I'm not sure why you want to get away from scripting. That's the most fun part for me :p
  2. dreadedentity

    trigger condition help...

    Formatting is important { if (side _x == opfor) then { setBehaviour "aware"; //you put a closing parenthesis here instead of a semicolon }; //didn't close the if statement } forEach allUnits;
  3. dreadedentity

    Description.ext issue/help

    Is it copied to the right folder?
  4. dreadedentity

    Check surface command?

    You can do getPos on a position, then since getPos only gets the Z value of the object under it, do getPosATL and compare (pretty much anything taller than 5m is a building) Not sure if that'll really help or not though
  5. dreadedentity

    Always show red square on ennemies

    Hello, I wrote a script not too long ago that might be exactly what you need. Find more information here. DE
  6. dreadedentity

    my vetol = rocket launch

    You're adding wayyyy to much velocity...I'm not sure if you really have a question or not
  7. You can do anything with Real Virtuality (the name of the Arma game engine). The question is, can you, as a programmer, do anything in Arma? Of course, the community is always willing to help you. EDIT: said basically the same thing as JShock, with much less words, and Iceman, even though he ninja'd me. Don't drink and post, kids.
  8. You're right, some more explaining is needed. "X doesn't/won't work" doesn't cut it, ever.
  9. Just use it like == The problem is that isEqualTo comparisons are more strict than == so sometimes it may return false when it should return true
  10. There is also an initServer.sqf event script, it will only be run by the server.
  11. Are ropes actually anchored to the points you specify, so that if you detach them from the points on the helicopter, the object will actually just drop with physics?
  12. dreadedentity

    MINIDAYZ Feedback Tracker

    Johnny in my experience you can't survive past 30 minutes, so there's really no decisions to make, eat and drink everything you find
  13. dreadedentity

    Obtuse isosceles triangle

    So do you want a triangle or a pyramid?
  14. dreadedentity

    how to add night vision to divers??

    linkItem "NVGoggles"; player addEventHandler ["Respawn", { (_this select 0) linkItem "NVGoggles"; }];
  15. dreadedentity

    MINIDAYZ Feedback Tracker

  16. dreadedentity

    Just got to say, it's really bad.

    Somebody doesn't have much experience in melee games...Have you never heard of 'kiting' before? You'd have a great time playing Dark Souls. It's relatively easy to just run away while spam clicking your punch to kill zombies. You literally run faster than them and there's a hit-indicating sound. The only real problem I have with MDZ so far is that clothing is far too rare for the amount of damage zombies do to it on the occasional kite mistake, which caused me to starve to death after all my clothes were ripped off leaving me nothing but a helmet, and no way to pick up food. Also, it's a singleplayer game, so a maximum of 1 person can play, but I hear multiplayer is being worked on as fast as possible. That's not to mention, at least in my circles, the project was shrouded in secrecy. I personally did not even hear about this until 2 days ago.
  17. dreadedentity

    Draw Arguments from .txt file

    You will still have to restart the mission even if you get this to work though, which I hope you do. I'm searching for a way to do this too.
  18. I always include parenthesis (nuclear in thisList) && {isTouchingGround nuclear}
  19. (nuclear in thisList)
  20. dreadedentity

    CH View Distance Script

    Hey there Champ. ObjectVD cannot be set higher than actualVD anyway. It would be cool if you changed the sliders to behave like the original BI sliders, though (objectVD slider position calculated using actualVD as a maximum)
  21. dreadedentity

    Can't login to store page

    Thanks for your reply, Johny, I was able to successfully log in to that link you posted, but I opened the store page on a new tab and it didn't log me in. I did contact support, though DE
  22. Teamspeak is back up, guys
  23. dreadedentity

    Support Gamemode Sounds

    You can use these sounds with playSound3D, just make sure you write down the filepath somehwere
×