Jump to content
  • Topics

  • Posts

    • I haven't seen or heard any updates or Information about MDZ2 or their devs for years, I started wondering are they abandoned MDZ2. Or some others reasons?
    • Hi !
      For today I propose to improve the drop!
      The drop could remain green when the game is for 8 players and turn blue when there are 12 of us to attract more players! I also propose that the price of the improvement of the drop in shipping be revised downwards, I will explain.
      In elimination for an 80crowns boost, a winning team must collect 2 crates, compared to only one purple/yellow crate in an expedition game when the risk is much greater of permanent death. This is why I propose lowering the drop price to 10/15 crowns in order to balance the “risk/reward” ratio of players.    
    • I think you might NOT achieve the result you're looking for by using this method, because as far as I remember, the original smoke screen on tanks is actually a weapon, not a "feature".
      There are ways to create "fake" weapons on vehicles to make them shoot pretty much any types of weapons we want, but I have never tried it for this. 🤔

      I will mess with it a little bit and inform here in case of any good news!
    • There is a parameter which allow you to define a custom key for any "addAction" you put in your scripts.
      Take a look at this last part of the code I have previously posted, but now I have added a "user16" . That will tell the script that whenever the player uses the key configured as the "custom16" (see settings -> controls -> custom), it will execute this action.
      You can have several "addActions" with the same key set, so they will trigger simultaneously once the custom control is pressed, but it can also be the same key already set for a mod, for instance, so there might be and easy-to-solve conflict. But you just need to check those control settings prior to set a "user" key, and everything is fine.

        }, nil, -3, false, true, "user16", // here you chose which custom key will trigger your action; "_this == _target turretUnit [-1] && (getPosATL _target) select 2 < 16", 10, false ];
      Oh, and I also forgot to mention that you don't exactly need the whole line bellow, as everything after the "&&" is there just because I wanted to avoid the action showing unless vehicle was flying bellow 17 meters height.

      So you could NOT use this:
        "_this == _target turretUnit [-1] && (getPosATL _target) select 2 < 16" ...and just replace it for this instead:
        "_this == _target turretUnit [-1]"  
    • Hello, Welcome to BI forums! If there is anything we can look at it would be your RPT, so i suggest getting ingame with your mods and reproduce the issue. RPT might help identify an issue but cant say for sure, least we can do is look. So do that, make sure you start the game with full logs on, so in the Arma 3 Launcher go to parameters and set this setting: [ ] no logs make sure that box is unchecked. Once your done ingame then go here -----> C:\Users\usrname\AppData\Local\Arma 3   There you'll see a text document that ends in .rpt, open that with notepad, copy it all and then paste it here ----> https://justpaste.it/ publish it and share the link, from there i and whomever else if interested can take a look and maybe it will reveal something that your not seeing.   Outside that, about the only things that comes to mind is gpu temps but then that would effect the rest of the game too and not just the menus, possible it could be the gpu driver, could be something with win 11.     Ya its odd my specs are way lower then yours and the game runs fine, so ya it is odd. @Tankbuster any ideas here?
×