Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

Moerderhoschi

Member
  • Content Count

    340
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by Moerderhoschi

  1. MDH Blackfish is a mod, created by Moerderhoschi for Arma 3. You are able to call an Blackfish Gunship and control it. HOW THE ADDON WORKS? The addon automatically add an Actionmenu entry to call in the Gunship. IS THE ADDON MP COMPATIBLE? Yes, call it and use it like in SP. ADDITIONAL FILES Contents of this download/subscription: - signature files - mod description/icons CREDITS Armed-Assault.de Crew - For many great ArmA moments in many years LurchiDerLurch - for your Arma 2 AC-130 IR-Blink script BIS - For ArmA3 Download: https://steamcommunity.com/sharedfiles/filedetails/?id=3407540432
  2. Moerderhoschi

    Fulton Recovery

    Mod updated to version 1.4: - added the feature of a dropoff point when a player created a marker on the map named fulton
  3. Moerderhoschi

    Fulton Recovery

    Fulton Recovery is a mod to enable a fulton recovery like in MGSV for units and vehicles. Steam: Fulton Recovery How the addon works 1. At missionstart sleep 3 secons and Check all units/vehicles if anybody has the special variable assigned mdhFulton 2a. if variable not assigned, add fulton actionmenu entry to all units/vehicles 2b. if variable is assigned, add fulton actionmenu entry only to units with assigned variable 3. sleep 5 seconds and start check from beginning What happens to the fulton recovered unit/vehicle the unit/vehicle gets lifted to 4.000 meter and then deleted How to use it: Variant A: only load the addon and play -> all units/vehicles have fulton action Variant B: set the special variable ( this setVariable [ "mdhFulton" , ["actionTitle"] ] ) to any unit/vehicle -> specific units will have fulton action Features - Attach Fulton Recovery device to units and vehicles - ability to enable Fulton Recovery only for specific units - now MP-compatible - added parachute for other players which get fulton recovered - NEW: added the feature of a dropoff point when a player created a marker on the map named fulton Known issues - dead units don't get correct attached to the parachute, i think it's an engine related problem To activate Fulton Recovery to some specific units only, put the following into the initfield of the units: this setVariable [ "mdhFulton" , [] ] or this setVariable [ "mdhFulton" , ["actionTitle"] ] or this setVariable [ "mdhFulton" , ["actionTitle",5] ] or this setVariable [ "mdhFulton" , ["actionTitle",5,"setThisVarTrueWhenFulton"] ] Credits and Thanks: Robert Edison Fulton, Jr. for the developement of Fulton system Hideo Kojima - for the great idea to use the fulton recovery in MGSV Armed-Assault.de Crew - For many great ArmA moments in many years BIS - For ArmA3 updates: v.1.4: - added the feature of a dropoff point when a player created a marker on the map named fulton v1.3 - added parachute to players which get fulton recovered v1.2 - added MP-compatibility - fulton action is now only available when player isn't in a vehicle v1.1 - added signature files regards moerderhoschi
  4. worked for me, GM folder downloaded via steamcmd into the gamefolder..... to start the server use arma3server_x64.exe -mod=GM
  5. Moerderhoschi

    Free Games

    Spec Ops: The Line Free -> https://www.humblebundle.com/store/spec-ops-the-line
  6. @oukej are there also plans to make it possible to lock on and fight near helos like the capability of the FGM-148 Javelin? i made something similar in 2014, worked well but never perfectly :-/
  7. https://www.humblebundle.com/games/paradox-bundle-2018 https://www.humblebundle.com/games/paradox-bundle-2018
  8. Moerderhoschi

    Free Games

    Starcraft 2 goes free to play Starting November 14, you’ll have free access to the original Wings of Liberty single-player campaign and every Co-op Commander, and will be able to unlock access to StarCraft II’s competitive multiplayer content for free. https://www.starcraft2.com/en-us/
  9. Moerderhoschi

    Free Games

    https://www.humblebundle.com/store/guns-of-icarus-online?hmb_source=gunsoficarusonline_freegame&hmb_medium=banner
  10. Moerderhoschi

    Free Games

    Original Fallout free on Steam -> http://store.steampowered.com/app/38400/Fallout_A_Post_Nuclear_Role_Playing_Game/
  11. i don't see the hints to my wrong decisions that causes not achieving the Humanitarian achievement.
  12. i can't drop the demining charges in the designated area in the mission with the demining drone, what i'm doing wrong? solved the problem, i had disassembled the drones and assembled them, so i't didn't work. After a mission restart all works fine now.
  13. Moerderhoschi

    Free Games

    https://www.humblebundle.com/store/rising-storm-game-of-the-year-edition ------------------------------ http://store.steampowered.com/app/204300/Awesomenauts/
  14. Moerderhoschi

    Free Games

    http://store.steampowered.com/app/236150/Starpoint_Gemini_2/
  15. Moerderhoschi

    Jets DLC Official Feedback

    i faced the same problem yesterday, trying to put out some tanks with my black wasp and macers.... are they ingame really designes as IR Missiles^^, the should be radar and tv guided like the real life maverick counterpart i also miss the ability to use the dynamicLoadout in the mission, a solution to use it near of an ammotruck / hangar would be great, like it is realized the F18 of John Sparten
  16. a modified version of tinboye batch script which i use
  17. not ryzen related but a nice info of the RAM Mhz impact on arma frames: source: http://techreport.com/review/31179/intel-core-i7-7700k-kaby-lake-cpu-reviewed/11
  18. Moerderhoschi

    Free Games

    https://www.indiegala.com/dieyoung#giveaway
  19. for me it was annoying to redownload the mass of data anytime i switch between A3 stable and dev version. So i wrote a little .bat file to make a copy of the arma 3 folder and switch fast between the different version without redownload. how does it work: 1. close your steam 2. open mdhA3versionSwitch.bat in the editor/notepad and set variable _myArmA3SteamPath to your Arma 3 folder location 3. start mdhA3versionSwitch.bat and choose if you have stable or dev installed 4. a copy of you arma 3 folder will be made and named xStable_Arma 3 / xDev_Arma 3 5. start steam and switch your version to dev / stable 6. from now use the mdhA3versionSwitch.bat to switch between versions. Download: http://moerderhoschi.bplaced.net/public/tools/arma3/mdhA3versionSwitch.zip FAQ: Q: what does this .bat? A: at the first run a simple copy of you Arma 3 folder, on the further runs of the .bat a rename of the appmanifest_107410.acf and of you Arma 3 folder Q: can i use this tool also to switch between stable and sneak_peak_preview / dev and sneak_peak_preview? A: yes, but the folder will be still named xStable_Arma 3 and xDev_Arma 3 and the .bat will still return the text Switched to Dev / Stable Q: why i have to close steam when i start your tool? A: gameversion is checked at the start of steam, so a change of the version while steam is running will result in unexcepted behaviour, but the tool checks if steam is running so don't worry to forget to close steam Q: where i have to store the mdhA3versionSwitch.bat file? A: where you want, the important Arma 3 path which the .bat needs to work is stored in the .bat, but you have to set it the first time Q: anything more important to know before i start this .bat A: be sure you have enough diskspace at the first time, because a complete copy of you Arma 3 folder will be made attention, use this tool/mdhA3versionSwitch.bat on your own risk kind regards moerderhoschi
  20. 9 Assassins Creed titles for 15$ - Assassin's Creed® - Assassin's Creed® II Deluxe Edition - Assassin's Creed® Brotherhood - Assassin's Creed® III - Assassin's Creed® III - Tyranny of King Washington: The Infamy (DLC) - Assassin's Creed® Liberation HD - Assassin's Creed® Unity - Assassin's Creed® Chronicles China - Assassin's Creed® Chronicles India - Assassin's Creed® Chronicles Russia all Uplay Keys https://www.humblebundle.com/assassins-creed-bundle
  21. thanks for the update and thanks for all your work on this project.
  22. Moerderhoschi

    Happy New Year 2017

    HappyNewYear
  23. Moerderhoschi

    Free Games

    GRID™ free
  24. Bohemia Revive Icon Marker is a mod to add an icon and Mapmarker to unconscious players. Download: Bohemia Revive Icon Marker Steam: Bohemia Revive Icon Marker Features - Add 3D Icon and Mapmarker to unconscious players - Only players which side are friendly to yours get a 3D Icon and Mapmarker (TVT-Compatible) Known issues - no issues known at the moment Whole Mod as Script Version: Credits and Thanks: Xeno - sharing his code and knowledge to realize this addon Armed-Assault.de Crew - For many great ArmA moments in many years BIS - For ArmA3 updates: v1.1 - fixed icon not found error after ArmA III Update to version 1.66 - fixed icon not shown when a player was unconscious - restored original ModIcon regards moerderhoschi
  25. Moerderhoschi

    Bohemia Revive Icon Marker

    update: - fixed icon not found error after ArmA III Update to version 1.66 - fixed icon not shown when a player was unconscious - restored original ModIcon @foxhound/sonsalt6 a few minutes ago i published a new version and also updated the @mdhBrim.7z File. Thank you guys :-)
Ă—