-
Content Count
153 -
Joined
-
Last visited
-
Medals
Everything posted by LowFlyZone
-
[OPEN BETA] [SP] bCombat infantry AI Mod
LowFlyZone replied to fabrizio_t's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Thanks for the explanation. Wasn't accusing bCombat or anything tho, just rambling about limitations still in the game, with my limited knowledge. ;) Regarding the future AI radio between groups, that would be awesome, could bring a little UPSMON functionlity into none UPSMON missions, but please keep the radio range configurable, as well as on/off as it could break some missions. Btw thank you for the AI artillery damage fix! -
[OPEN BETA] [SP] bCombat infantry AI Mod
LowFlyZone replied to fabrizio_t's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Double checked again, ran a test with latest bCombat v0.15 and the latest CBA downloads and it still happens, units are invincible to arty fire including MLRS and cluster mines, they seem to all take damage with blood on clothing but they never die, even after multiple hits and flying through the air. If I run without CBA the problem goes away, but it's a requirement for bCombat. If I remove bCombat and just run CBA the problem goes away, so it must be bCombat or the bCombat/CBA combination. It's actually quite hilarious watching 4 squads of CSAT all go blood red, flying through the air but still surviving every arty hit. -
[OPEN BETA] [SP] bCombat infantry AI Mod
LowFlyZone replied to fabrizio_t's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I've come across a problem, AI units are pretty much invincible to Artillery strikes. I noticed this in two missions then set up a test with the support module in the editor, same story, then I disabled bCombat and voila, back to normal. Even if multiple MLRS rounds land ontop of them, they just seem to bleed a little but not die. Please fix this because it's ruining the game for me when I actually need arty strikes to reduce enemy size. Maybe it's a damaged event handler that I think is being used on all the units, since in the config you can define a damage multiplier (I don't use/touch it)... ---------- Post added at 10:34 ---------- Previous post was at 10:22 ---------- I noticed this a lot while I was finishing up the Adapt episode, or playing some other random missions. I'm yet to test vanilla AI properly since the last stable patch but with every patch bCombats behaviour changes a little with the default AI changes in the game. There was a time where I felt that the AI would no longer be able to turn around and land one between my eyes at almost any range, sadly that seems to be back with a vengeance. For one thing, if the enemy are in combat mode kneeling, standing, or lying in a compound behind a wall 10-30m away from you, and you peek around the wall, they will instantly have line of sight even if they are facing the opposite direction, turn around and shoot you fakt up. Not sure if this was more bCombat or vanilla AI fault, will have to test it out later because I've had enough of this problem. I guess it's the way the game/bCombat makes AI units aware of your presence via knowsAbout, it's like a magic radar. These problems are very bad with the AI's first shot or two, they are deadly accurate, after that they receive some spread. As I said earlier, at some point between game patches and bCombat versions this problem seemed largely gone, but it's back. -
How to check a condition after time without the need of waitUntil or a loop?
LowFlyZone replied to Holden93's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I've barely used eventhandlers myself yet, but from what I've understood is that if you use multiple onEachFrames added as a stacked event handler via BIS_fnc_addStackedEventHandler it creates only one instance of the handler, and adds everything as function calls in that one instance of the event handler. If you use them none-stacked, ie not via BIS_fnc_addStackedEventHandler, then it creates a new instance of each event handler. I guess it affects performance among other things I don't know or understand yet. -
How to check a condition after time without the need of waitUntil or a loop?
LowFlyZone replied to Holden93's topic in ARMA 3 - MISSION EDITING & SCRIPTING
A trigger ;) A waituntill will execute only once when it's condition is met unless it's inside a loop or the script is called again. If you want anything to run only while it's needed in the mission then you need to add another "if" and break out of the loop when the condition is met, such as a boolean set to true when an objective is complete... Checking a condition once per frame is more resource intensive but if you need it then use onEachFrame https://community.bistudio.com/wiki/onEachFrame and/or stacked event handlers. This would run in the core none-scheduled environment btw. Generally you should use triggers (none-scheduled environment) or loops/waitUntils with sleeps (scheduled environment) where you can, to save cpu ponies and allow other scheduled stuff to breath. ---------- Post added at 20:22 ---------- Previous post was at 20:21 ---------- Nope.. -
You can remove the optics from a sniper but he'll still try to get you from 500m + with the same accuracy. At night they have better vision with flashlights vs no lights. Best vision with NVG's.
-
FHQ Debug Console for Arma 3
LowFlyZone replied to Varanon's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Is there a way to execute a script that's not in the mission folder/mission pbo from the console? I tried creating a scripts folder in my Arma 3 root directory but it did not work. -
Moduload — Save-Game Mod Initializer
LowFlyZone replied to outlawled's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Status Hud mod only works when I quit, load the save and click reinitialize, loading a save while still in the mission keeps the button greyed out so no status hud... -
Does anyone know how to add the big boat in a mission, the boat from "Within Reach" in the Adapt episode? (You know that foggy sneak past 1 billion enemy units to link up with Miller at the Dingy's mission...) You can see it chilling not to far off the coast and I assume it does the main haul to Stratis for your squad. :confused: ---------- Post added at 16:59 ---------- Previous post was at 15:16 ---------- Nvm sorry, I checked again and realised it's the Trawler available from the Editor.
-
Campaign Episode 2: ADAPT - Feedback thread ** SPOILER WARNING! **
LowFlyZone replied to Wiki's topic in ARMA 3 - GENERAL
I'm playing on the latest release, maybe it's because they all died in Bingo Fuel as they were acting really stupid, much worse than usual. I ended up taking the whole map by myself with AT and a damaged Kuma MBT with working turrets! :cool: -
Campaign Episode 2: ADAPT - Feedback thread ** SPOILER WARNING! **
LowFlyZone replied to Wiki's topic in ARMA 3 - GENERAL
In Adapt, the mission "Attention Defecit" where you need to create a distraction (Ala Night Showcase), are you supposed to have a team? Miller and Kerry make multiple references to "Your team", or "We" and whatever in the beginning of the mission. I actualy quit to come ask this question because I'm on my own with no team as in the Showcase version of the mission... Seems like BI really screwed up the dialogue here if I'm supposed to act alone. -
Whoo thanks for the updates, will test it out later in the week when I can. :bounce3:
-
I was just about to ask why saving doesn't work with this mod, really had no idea! If this can solve our problem it would make me so happy, already kinda scrapped some of my missions because they desperately needed saving ability. Now I just need to figure out exactly what other addons I have installed also cause this problem, so frustrating!
-
ArmA 2 US Helicopters Import to A3
LowFlyZone replied to Αplion's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Thanks for all the effort. I thought as much, weird bug maybe. They look much better in my Arma 2. -
@A3MP - ArmA 3 Map Pack - Additional Pack
LowFlyZone replied to alduric's topic in ARMA 3 - ADDONS & MODS: COMPLETE
All the maps ever ...Just kidding, most of them would be fine ;) Here's my shopping list: Aliabad-Region >> http://www.armaholic.com/page.php?id=16711 Lazer-Kat Valley >> http://www.armaholic.com/page.php?id=15840 SAP Everon >> http://www.armaholic.com/page.php?id=7913 (I like this version the most) Something Palms >> http://www.armaholic.com/page.php?id=17522 (huge US military testing map) Bush's Geotypical Microterrains - Carraigdubh, CO. Leitrim >> http://www.armaholic.com/page.php?id=16435 (stunning map) Reshmaan Province >> http://www.armaholic.com/page.php?id=17246 El Tora Bora >> http://www.armaholic.com/page.php?id=12969 Napf Island >> http://www.armaholic.com/page.php?id=17088 I know some already kinda work but would be nice to have them configed properly and with icons. :) -
ArmA 2 US Helicopters Import to A3
LowFlyZone replied to Αplion's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Really enjoyed the Apache but the Black Hawks AND Hueys have terrible sound, from the Ghosthawk I believe which is not right, please change that or use A2 sounds if you can! :( The Venom Huey (yoo-ee) has very heavy handling and the old school Huey still has terrible handling from when the dinosaurs roamed, never played a mod with decent handling for these, they can usually backflip 50 times faster than you can blink but now yours can side-roll at the same rate instead. :p Lastly, the Cobra has very low-res cockpit textures. -
CCIP Script for ArmA 3 is ready!
LowFlyZone replied to dupa's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Nice script, had some fun playing with it. I noticed dive bombing and slower speeds are best for accuracy. One issue tho, sometimes the CCIP on screen display starts to flicker then it dissapears. Seems to be worse on some maps because in Takistan I could not get it to work for longer than 5 seconds but on Stratis it works 90% of the time, only on occasion will it flicker and go away. -
[OPEN BETA] [SP] bCombat infantry AI Mod
LowFlyZone replied to fabrizio_t's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Thanks for the update, looking forward to the fixes/changes especially grenades :cool: -
Operation Dino Drop (Dino's work with BluFor to destroy an OpFor airfield) Aah the retarded fun we could have! :rolleyes:
-
Holy freakin' cow, I did not know we needed dino's till I watched that video! Bring it on :D Impressive stuff!
-
Copy All Unit Gear to Clipboard
LowFlyZone replied to LowFlyZone's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I don't multiplay much at all (really unreliable connection sometimes) so ddn't even think about that but when I have time again soon I'll make a respawn friendly version. I know it's possible to do, probably even quite easy. It would entail having the gear pasted in an SQF file that refers to each unit that uses it for custom gear initialization that can run when the units respawn. Hopefully I can work around the MP bugs if there any using this method. Glad you guys find it useful, for me it's the best way to customize gear instead of using overcomplex and/or none ingame methods. Wish BIS put some more thought into in game GUI customization for this stuff, it's such a critical part of making missions. -
Opening webpage through script?
LowFlyZone replied to x hunter33's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I don't think it's possible but I may be wrong. For adding an action to the scroll menu look at https://community.bistudio.com/wiki/addAction -
[Script] Copy a units loadout
LowFlyZone replied to NeoArmageddon's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you for this, it will go down well with creating loadouts for my singleplayer missions. :) I've been getting tired of the havoc of manually coding in new loadouts, LEA is too complicated for me in Arma 3 and I wanted a script I could use to copy a loadout after I custom equip my unit using VAS and/or other ammo boxes. I like equiping my unit in game with the visual aspect of it, easily testing weapons and getting a feel etc. -
I don't care how it's packaged and just because it has weapons doesn't mean you have to use them, and I see no problem with bringing over some classic standard weapons that BI released for ArmA 2, which is what this mod is about (legacy content)... I think this is one of the most anticipated mods, at least for me personally, which goes a long way into bringing back some classic content and luckily there are plenty of infantry related mods out there already to go along with these much needed vehicles. I think instead of blatantly questioning and making clever statements on how and why a modder puts together his mod, rather sit back, relax and be more greatfull for the content a modder such a Alduric has provided/ported over (with quality) to ArmA 3. He made his statement on how he is packaging it so deal with it, he ddn't ask for your suggestions and it's not a serious problem to warrant a change of course. The problem isn't the criticism/questioning so much as the attitude that sometimes goes with it, people act entitled and you can see it by the sheer amount if BI bashing that sometimes goes on and I sometimes (sadly) see it being swung towards modders who are the backbone of this series. But I guess we can bare in mind that there's different cultured people on these forums who carry over thoughts/words/ideas differently to others, much like in real life with actual human contact. :803: eek
-
[OPEN BETA] [SP] bCombat infantry AI Mod
LowFlyZone replied to fabrizio_t's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I've just noticed an issue when running bCombat v0.15 on latest stable release of Arma 3. When placing AI units near a campfire they go into prone position, move them further away and they're fine. They ignore behaviour "SAFE" and the unit action ["sitDown", targetUnit] command. Upon further testing I noticed that even units that move/patrol past a campfire will go into prone position and crawl their way, it seems the affected radius is about 10-20 meters. Without bCombat I got 99 problems and this aint one. ;)