Jump to content

DancZer

Member
  • Content Count

    574
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by DancZer

  1. DancZer

    Fatigue Feedback (dev branch)

    I real life you can estimate how long you are able to run, sprint. When you start sprinting, you feel that "uhh, this is heavy, i should slow down to get there without fatigue". Currently in the game you notice fatigue when it is too late. That's why we use stanimabar. Make it optional like the stance indicator.
  2. DancZer

    Fatigue Feedback (dev branch)

    This is what i missing too. I think the shacktac stanima bar should be default.
  3. I think the game saving and loading has some defects. Multiplayer: -Player can not reload the save game during the mission. -Player can not choose in the lobby which save want to resume(load). Singleplayer: -Player can not choose which save want to resume. Without this the loading the correct save need some workaround. Plus the option "Save and Exit" doesn't help at all. You have to Alt+F4 from the game to avoid saving and restart the game, make a new server, wait for everybody and resume the last save. I think i am not the only one. Related tickets: http://feedback.arma3.com/view.php?id=20514 http://feedback.arma3.com/view.php?id=4610 http://feedback.arma3.com/view.php?id=17003 http://feedback.arma3.com/view.php?id=3673 http://feedback.arma3.com/view.php?id=6186
  4. It is already fixed. It just not in the build yet. http://feedback.arma3.com/view.php?id=20476
  5. DancZer

    Arma 3 Helicopters DLC Discussion (dev branch)

    I'm not sure so somebody please confirm it! Will firing from vehicle available only in helos or any vehicles? As i remember there was an official statement about this, but i don't know where. Twitter or forum?
  6. Wow! This is a long list!
  7. I made a request last year, vote up. http://feedback.arma3.com/view.php?id=16421
  8. DancZer

    Terrain Improvement (dev branch)

    My biggest issue with terrain is the terrain settings option. When you set it low the objects flow in the air. The objectViewDistance maximum value should change based on the terrain settings. Lower settings lower objectViewDistance.
  9. The easy way is making a short video and upload it somewhere. Maybe your weapon inertia effect has an issue too.
  10. I like it because i feel that i am holding a weapon. Without it it feels like i am a robocop, superhuman who can hold his weapon straight. Fatigue and Inertia increase the immersion and the feeling that i am standing there and not in front of the PC.
  11. DancZer

    Feedback tracker administration

    This is bug exist since alpha version. Finally i have made a mission where it is clearly visible and reproducible on my machine. I hope on yours too. :) http://feedback.arma3.com/view.php?id=20481 I think these related(exists since alpha as well): http://feedback.arma3.com/view.php?id=5830 http://feedback.arma3.com/view.php?id=9606 http://feedback.arma3.com/view.php?id=6285
  12. I think lot of players have fear against weapon inertia because of the AI. I'm sure that BIS take care of the AI so ADAPT and WIN. ---------- Post added at 01:04 PM ---------- Previous post was at 12:39 PM ---------- Question for BIS: In the upcoming Helicopter DLC is going to be firing from helicopter. Will the helicoper move/sway affect to the weapon inertia?
  13. DancZer

    Feedback tracker administration

    Yes i have! http://feedback.arma3.com/view.php?id=20476 ---------- Post added at 10:45 AM ---------- Previous post was at 10:37 AM ---------- Thx, it is working now. I didn't know that "/" and "/ on numpad" is not the same. I am using hungarian keyboard and i always pressed the "/ on the numpad".
  14. First AI issue with today's dev build. I not found ticket on feedback tracker, so here you are. It always reproducible via save game. Can somebody confirm it?
  15. DancZer

    ArmA 3 | Flappy Bird Game

    Excellent work! You should kill the player when it hit the wall and wait the ragdoll to do the thing. :D
  16. I don't know that this is a feature or bug, but turning from hip(optic mode + free look) not apply horizontal sway.
  17. Silverwave: I totally agree with you. I can't even do that commands what you wrote. I always mess up which number should i press for what. My common pattern is: while{alive player}do{ _k = number; if(!isCorrect _x)then{ backspace; }; }; One more thing i missing is that the AI don't know anything about the mission. Where are threats?! Where is the objective?! What is the objective?! The briefing is only for humans.
  18. Who talk about the weight or size of the weapon? As you say, it should reduce the sway. I skipped the part "while player not moving, turning" from my previous post.
  19. I see what is Alsanjuro's issue and he is right. I think if you hold your breath then the swaying(left to right) should be disappear faster. When you hold your breath that mean you tense your body which reduce the swaying. Imagine it like when you this is the inertia. Holding the breath is like shorten the ruler.Edit: while player not moving or turning again
  20. I have, but i hear the sound before the explosion in "Support" showcase.
  21. DancZer

    Feedback tracker administration

    It is, but you can't finish it. :) Does this work for you? Where and when should i press the combination?
  22. Yesterday i find a much easier method. -Switch to stable branch, wait for sync. -Duplicate the Arma 3 folder in the .../Steam/SteamApps/common folder(e.g. The second should be Arma 3 stable. Now there should be .../Steam/SteamApps/common/Arma 3 and .../Steam/SteamApps/common/Arma 3 stable) -Open steam cliend: Games->Add Non-Steam Game To My Library...->Browse -Select Arma3.exe from the duplicated folder(e.g. .../Steam/SteamApps/common/Arma 3 stable) -In the steam there should be two Arma 3 -Switch to the dev branch(it is only possible with the original. If the Stable branch get update, you have have to switch back to Stable wait for sync and repeat the steps.
  23. DZ_CloneArea v1.1 The script copy the objects from the source marker area to the target marker area depending on the markers orientation. E.g.: house, containers, lamps, walls Installation: Copy to your mission folder. Add this to the init.sqf: Code: call compileFinal preprocessFileLineNumbers "DZ_CloneArea.sqf"; Download: DZ CloneArea on github.
×