Jump to content

tinter

Member
  • Content Count

    564
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by tinter

  1. Get an array of all blufor players, then run the check to make sure all counts of blufor in the trigger is the same as the count of blufor in the array. ---------- Post added at 12:30 ---------- Previous post was at 12:26 ---------- Code example: BluforArray = []; { if (side _x == blufor) then { BluforArray = BluforArray + [_x]; } } foreach playableUnits; Ah yes of course you can use playableUnits instead of all units. Trigger condition. count thisList == count BluforArray; Something like that. You'll have to do something else if there's more blufor units than the players.
  2. As I see it, the holster is not that detailed and the performance gain from removing it is negligible, take into account that you would have to make someone do it, and it's kind of a waste of resources. And while sidearms in holsters would be nice, it's probably just a low priority for them. In any case I'm sure it might be a good idea to put it on the feedback tracker.
  3. tinter

    (STI) A-10 for ARMA 3

    I know Arma 2 had this limitation too, and I believe they got around it by just creating more bullets per bullet shot. That's 5 times more pullet PER bullet.
  4. tinter

    Scopes vs. Holo Sights

    I know more soldiers used to have RCO in the alpha, but they changed it.
  5. Well since I'm making missions for a group I play, I don't think I'd be able to beat that time.
  6. ---------- Post added at 12:44 ---------- Previous post was at 12:42 ---------- To keep it on topic, it's awesome to hear this working out. I was pretty sad the arma 2 javelin didn't work with All in Arma.
  7. You like that image huh?
  8. tinter

    PUNCH OUT! Maybe somewhere down the line.

    We can only hope that they add some awesome stuff when they're gonna add the CSAT and NATO planes for the next campaign, although I can't really see ejection seats being a thing since I haven't heard any words on it, no matter how awesome it would be.
  9. tinter

    Blastcore A3

    While it would of course look cool, you have to take MP into account.
  10. So besides the basic of movement (changing stance, pacing and weapon lowering), shooting (zeroing, drop), something about the inventory, vehicles and then something about tactics, what would be more that needs to be touched on?
  11. 1. All factions have the same type of mortar. 2. Yes. 3. Yes, but you can also point it somewhere and range it yourself, either using the data coming up on the display or get a range chart and try your hand at that. It can also be disabled per mission. 4-5. It's not an outright supported feature, but there are many work arounds afaik. 6. It is not.
  12. Now that you mention it, it would suck for people just getting into the game. It kinda inspires me to try my hand at making my own.
  13. I only recently myself passed 666 hours. Spending time in the editor and not closing the game will do that to you.
  14. tinter

    Newbie to Arma 3 - weapon sway is ridiculous.

    VTS_Weaponresting removes the sway, or atleast reduces it drastically. When you're resting your weapon atleast, as you should be able to tell from the name of it.
  15. tinter

    Dust Storm Composer WIP

    This looks really cool. Gives me a lot of scripting ideas.
  16. Is anybody experiencing slow load times? It's really slow at first I thought my game wouldn't launch anymore, it eventually did though and when I disabled the loading of this mod it was fixed. I'm not sure if it's some sort of compatability issue between mods, or maybe it could be me running dev branch.
  17. Did anybody ever figure out a fix for units spawning in the center of a marker and blowing up?
  18. What happens if nobody is playing as the group leader?
  19. tinter

    JSRS2.0 WIP Thread

    Perhaps you can upload a mission in which you get this issue, then I can make a video and see if it's the same as what you get.
  20. tinter

    Firing Mode Reset Glitch

    At they very least, I think the default fire mods for the machine guns should be fully automatic.
  21. tinter

    Unit Caching Alternatives [SP]

    It's very easy, just find it and place it. You can input the range you want and choose whether or not to exclude air units.
  22. I have a script which removes nvgs and IR lasers from units and gives them flashlight which are forced on. This works for all units as it runs every 30 seconds. I can find it if you'd like me to.
  23. tinter

    Unit Caching Alternatives [SP]

    Sounds like the inbuilt simulation manager is pretty much what you're looking for. It's under modules, object modifiers.
  24. tinter

    Firing Mode Reset Glitch

    The Zafir is the worst at this. It barely even needs a semi auto mode. Atleast I'd prefer no semi mode than getting reset to it all the time.
  25. tinter

    No women at all

    I've heard someone say(Take it with salt), that BIS' decision to not have women in the game has something to do with wanting to avoid conflicts about having women fighting in a video game. ---------- Post added at 10:35 ---------- Previous post was at 10:34 ---------- Doesn't make any sense about why they would add women in Arma 2 though.
×