Jump to content

Gambler

Member
  • Content Count

    7
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Gambler

  • Rank
    Rookie
  1. Hey fabrizio, I love the mod. What do you think about adding in an option to increase the amount of damage in the HandleDamage event handler for units? This would allow a work around for those that think the body armor values in A3 are unrealistic. People that play the Patrol Ops 3.0 mission really like the easykill feature in their code. I did this in my local version: config.sqf: Line 221: bcombat_damage_factor = 2.0; // Damage multiplier to correct unrealistic body armor values lib/common.sqf: Line 391: _body_part_damage = _body_part_damage * bcombat_damage_factor;
  2. @SNKMAN I like the new patrol feature. How hard would it be to allow them to patrol within X meters of a particular point instead of their starting position? That way if they are synchronized to a GL Random module they can still patrol around a given point...essentially randomizing the starting point of their patrol. One other note if anyone hasn't mentioned yet: when artillery has been requested and there is a timeout period, the message states wait 210 (or less) minutes before requesting artillery, when in reality it seems like the value represents seconds. You can see this by spamming the Request Artillery command and watching the value change.
  3. Gambler

    Arma II Manual ?

    I noticed the cover was missing also. This is unacceptable, I mean how can I be expected to understand the game without the cover art? Placebo can you ask 505/Nexway to provide the cover for the manual too?:D
  4. Gambler

    Arma II Manual ?

    I went back and checked the download links sent in the email I received from Nexway. The Guide link at the top of the page contains the manual. It must have been added recently, because it definitely wasn't there when I originally D/L the game last Friday.
  5. @beita: I haven't tried this yet, but wouldn't using the function unit synchronizeObjectsAdd [objects] work? Where objects would be the array of artillery module names you want to sync to the GL?
  6. Gambler

    Arma II Manual ?

    Has anyone even received a response email from Nexway about the missing manual? I realize that most of us only started complaining via email on Friday and with the weekend no one was working, but I would have made this a top priority to provide some sort of statement via email or on their download site. I'm certainly not going to pay international long distance charges just so I can sit on hold waiting for their customer support people that may or may not have any answers.
  7. I downloaded the game from Nexway but I can't seem to find the manual PDF in the installation directory. Can someone point me to where it's installed?
×