-PzGrenBrig37-commy2
Member-
Content Count
397 -
Joined
-
Last visited
-
Medals
-
-PzGrenBrig37-commy2 started following marc_book
-
marc_book started following -PzGrenBrig37-commy2
-
You have to understand that we don't feel obliged to adjust our models to a third party addon that ignores the standards of the base game. Our vehicles will be just as incompatible as those from the vanilla factions are. ---------- Post added at 13:12 ---------- Previous post was at 13:10 ----------
-
We removed it. There is no Fennek in this mod though. Nothing we can do about that. RHS armour system is not compatible with vanilla content. Our stuff is designed to be as close to vanilla as possible. It just doesn't work together.
-
Yes there are. We made a few new small items since our last release. ---------- Post added at 22:44 ---------- Previous post was at 22:39 ---------- And I'm posting these again, because I love 'em. Don't expect them for the next version though. We have still other stuff to do and these don't have the highest priority atm. - 2D animated PIP optics
-
Yes. Forgot about that.
-
The chopper is the UH Tiger. It will probably not be ready for our next update though. Here some older WIP screenshots: And more stuff that will be released after our next update, the Eagle:
-
* cont. * - Camo netting for both Puma and Leopard in Fleck- and Tropentarn. - Textures and camo netting parts will be selectable in the Virtual Garage... - ... and inagme by action menu - other / new content, will post soon
-
Update on our progress. We are currently working on making our content compatible with the stuff introduced since our last major update (which was over a year ago). Here are some screenshots from the BW forums and a summary of what will change in v1.2. - Correct weapon sway and weapon inertia (from Bootcamp update) - Recoil fixes (stuff that was screwed up by the marksmen DLC) - Working weapon resting and bipods (animated, without sinking into the ground etc.) - Firing from vehicles compatibilty wherever possible (Here: Leopard commander) - Belt part ejecting SFX (from Marksmen DLC) - Physics updates, so our vehicles can move over obstacles easier - Reworked interiors for Puma and Leopard (selection) * image limit ... *
-
ACE3 - A collaborative merger between AGM, CSE, and ACE
-PzGrenBrig37-commy2 replied to noubernou's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Public slack! https://github.com/acemod/ACE3/issues/429 -
ACE3 - A collaborative merger between AGM, CSE, and ACE
-PzGrenBrig37-commy2 replied to noubernou's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
I'm pretty sure thats not possible. -
ACE3 - A collaborative merger between AGM, CSE, and ACE
-PzGrenBrig37-commy2 replied to noubernou's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Yes.*** -
ACE3 - A collaborative merger between AGM, CSE, and ACE
-PzGrenBrig37-commy2 replied to noubernou's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
All ACE items do show up in zeus and the VA. The Outfit Gear mod uses a half config search - half whitelist system to figure out what items to process: get_config_all.sqf: //////////////////////////////////////////////////////////////// // place Authentic Gameplay Modification items under 'items' // NOTE: AGM items have type '4096' instead of '131072' if ( IsClass(ConfigFile/"CfgPatches"/"AGM_Core") ) then { ... Please contact the mods author. He has to update his modification for ACE3. ---------- Post added at 19:30 ---------- Previous post was at 19:26 ---------- Everyone who is tired of such incompatibilities can vote on this ticket: http://feedback.arma3.com/view.php?id=23925 Maybe we can finally get an engine solution for miscellaneous items that do show up in the VA. -
ACE3 - A collaborative merger between AGM, CSE, and ACE
-PzGrenBrig37-commy2 replied to noubernou's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
There is no AI support for medical yet. Everything in basic and advanced medical is still subject to change. Once things settle down, I can make something similar for AI as I did in AGM. Same approach as in AGM. -
ACE3 - A collaborative merger between AGM, CSE, and ACE
-PzGrenBrig37-commy2 replied to noubernou's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
We are already doing that everywhere thats possible. HOWEVER, some things simply rely on config changes that can't be disabled on runtime. The game simply doesn't allow to change configs without restarting and changing files. It just turned out that many things AGM did relied on configs, while CSE had more features that where done by scripting alone. Even though we are now all working together on ACE, that doesn't mean that these engine limitations are magically gone now. -
ACE3 - A collaborative merger between AGM, CSE, and ACE
-PzGrenBrig37-commy2 replied to noubernou's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
I think you want to delete ACE_AI and diable the hearing via module (hearing at least until https://github.com/acemod/ACE3/issues/619 is finished). -
ACE3 - A collaborative merger between AGM, CSE, and ACE
-PzGrenBrig37-commy2 replied to noubernou's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
ACE_common_fnc_setForceWalkStatus https://github.com/acemod/ACE3/blob/master/addons/common/functions/fnc_setForceWalkStatus.sqf _unit getVariable ["ace_captives_isEscorting", false]; _unit getVariable ["ace_captives_isHandcuffed", false]; _unit getVariable ["ace_captives_isSurrendering", false]; No idea about medical.