Jump to content

LoneGunner1974

Member
  • Content Count

    11
  • Joined

  • Last visited

  • Medals

Everything posted by LoneGunner1974

  1. LoneGunner1974

    Server crashes after v2.08 update

    Same issue here. After the latest update Windows Arma 64-bit server crashes after team joins and starts mission. Tried with no mods and no dlc, but the result is same. In server browser screen, there is a red X mark before our server name, that wasn't there before this update.
  2. Does anyone know if it is possible to disable GPS and MicroDagr (ACE3) globally, simulating a situation that there are no gps-satellites or signal at all.
  3. I am trying to join my dedicated server, but I get error message: "Session lost. Verifying PBO failed: gm\gm_addons\gm_core.ebo". In Server Browser -> Expansions -> Global Mobilizartion DLC is in red. I have purchased and enabled GM DLC. What is wrong here? Below is the server log:
  4. @mondkalb How can I enable english subtitles?
  5. Texts and radio messages are in german. How can I change language to english?
  6. When playing recording, Is it possible to draw a path to the map that the player has moved. It would also be nice to change the player marker.
  7. Is it possible to make AI guard area? Like the Hold-waypoint when they guard building, but in open area and they could also move a little bit and take cover?
  8. LoneGunner1974

    Enhanced Movement

    Can you prevent climbing over barbed wire fences?
  9. LoneGunner1974

    Vcom AI V2.0 - AI Overhaul

    There is a bug in the new 2.9 version. In-game options menu, that green button, causes problems. It wants to stay on top and prevent any action before I press ESC, this a noticed in Virtual Arsenal. In MP mission I couldn't respawn because ESC made the menu flicker. This happened after I went in to the new options menu. PS. UI background image in the new configuration window looks really cheap.
  10. LoneGunner1974

    Malden DLC 2035 - Official Feedback Post

    I noticed when playing the new Malden 2035 map, that when I went inside a building, my team members were some times invisible to me. They could see me, but I only saw their hex-icon. I have newer had this issue before, until playing the new Malden map. Has anyone had similar experience?
  11. LoneGunner1974

    Vcom AI V2.0 - AI Overhaul

    I am trying to do an enemy unit that does not react to anything. He only walks thru waypoints, like those dummies in Virtual arsenal. It works well, but when I enable Vcom AI mod, then the AI suddenly panics and starts to run in random directions. Here is my enemy unit init code: this disableAI "target"; this disableAI "autotarget"; this disableAI "FSM"; this disableAI "AUTOCOMBAT"; this disableAi "COVER"; this setbehaviour "SAFE"; this setskill ["spotDistance",0.1]; this setskill ["spotTime",0.1]; this setskill ["courage",1]; this setskill ["commanding",0.1]
×