Jump to content

Taosenai

Member
  • Content Count

    161
  • Joined

  • Last visited

  • Medals

Everything posted by Taosenai

  1. Tao Folding Map will allow you to toggle a usefully-large map anytime in game by pressing Shift-M. It will automatically close when you open the big map or open your gear. Of course it does not restrict your movement or anything. A paper version is also available: It is unique in that it is not centered on your current position. Instead, it is 'folded' into areas. This lets you keep a continuous perspective on the battlefield. The page is changed automatically when you cross over the edge. You can zoom in and out by pressing Shift-Ctrl-Numpad +/-. You can change to a night mode by pressing Shift-Ctrl-N. Sorry, the map is not perfect -- some colors are hardcoded it seems. All keybindings can be changed via Main Menu -> Configure -> Controls -> Configure Addons. If you have a GPS or are playing on Regular or lower, your position will be shown. Map markers are shown. REQUIRES CBA 1.1.20.150408 RC6 or LATER for ARMA 3 (@CBA_A3) Download for ARMA 3: Tao Folding Map 2.7.0 for Arma 3 (zip) Key is included. ADMINS: YOU MUST UPDATE THE KEY IF GOING FROM 2.1 -> 2.3 OR LATER. Install: Copy the contents of the zip file into into the same directory as arma3.exe. Launch Arma 3, go to Options, Expansions, click on @tao_foldmap_a3 and click Enable. You're ready to use it. (Requirements should be installed the same way.) Changes: 2.7.0 - CBA 1.1.20.150408 RC6 or later is required. - Updated to use newest cba_fnc_addKeybind. 2.6.1 - CBA 1.0.8.14023 RC3 or later is required. - Added scaling values for many new BI and community maps. Thanks to Gundy!! (Bukovina, PR FATA, Ft. Benning, Celle 2, Bystrica, Fallujah) 2.6 - CBA 1.0.7.140710 RC2 or later required. - Use CBA Keybinding system to allow users to change keybinds in game via Main Menu -> Configure -> Controls -> Configure Addons. - UserConfig file is no longer used or needed. - Map can be persistently repositioned on the screen via the Configure Map menu (default Ctrl-Shift-Alt-M). - Map can be changed between paper and tablet formats in-game via the Configure Map menu. - Map now gently shakes when running or sprinting. - Internal refactoring to improve display, paging reliability, and performance. 2.5.1 - Fix ctrl modifier for custom key binds. - Fix duplicate display in Expansions list. 2.5 - Paper map can now be chosen in the user config. Red nightvision mode will not be available. Default is still tablet. - Re-add zx64 & Dslyecxi-inspired darkening/dimming code for night. - Fix status bar draw size at interface scales other than Normal. 2.4.1 - Fix variable name in config to make sense. 2.4 - Add configurable keybinds, off by default. See UserConfig\tao_foldmap_a3\tao_foldmap_a3.hpp. - Resolve some missing semi-colons in config.cpp. 2.3 - Incorporate map scaling fixes by 1212PDMCDMPPM. - Incorporate and improve zoom feature by 1212PDMCDMPPM. Now works w/ folding. Press Shift-Ctrl-Zoom In/Out (default 'numpad +/-') - Added night mode -- press Shift-Ctrl-Night Vision (default 'n') while the map is open. Sorry it doesn't look perfect. - Fixed edge flickering FOREVER. 2.2 - More responsive close. - Changed to Extended_PostInit from Extended_PreInit. - New GUI trimmings. - Map markings changed slightly. - Use Arma 2 road coloring. 2.1 - Check for map in player's inventory. If player lacks a map, don't show the folding map. Don't show position unless difficulty is Regular or below or player has a GPS. Couldn't figure out how to do this in A3! 2.0 - Made for Arma 3. - Fix for another flickering border corner case. I think the flickering bug is gone for good. - Map made slightly smaller on the screen. - Signed for online use. 1.1 - Fix flickering map under certain border cross conditions. 1.0 - Initial release.
  2. 0.3 release video showing some new features What is TMR? TMR is a modular, open-source modification for Arma 3 aimed at increasing realism and complexity without sacrificing engaging gameplay and accessibility. Currently it includes only a small number of features, but more are being developed. TMR is meant to be used in all environments: single player, multiplayer co-op, team vs. team, even open-world scenarios. You can find more information on the TMR homepage. Current Features Summary Theory of TMR Download GET TMR 0.5alpha3 Developed for the current stable build of Arma 3. Required: - CBA for Arma 3 Recommended: - ASDG Joint Rails You can find more information on the TMR homepage.
  3. Hi all, This is a very simple addon which allows you to open the BI debugging tools from within gameplay. This is very helpful for mission makers and mod devs who want to try stuff on the fly. Might also help you debug issues with the Alpha! I did not make the debug tools -- they are included with Arma 3 and are made by BI. Press Shift-Ctrl-F12 to open the BIS Splendid Debug (public) tool. Press Shift-Ctrl-Alt-F12 to open the BIS Splendid Debug (advanced)tool. In multiplayer, you must be the host or the admin. Requires the A3 Alpha version of CBA, available in this forum. Debugging tool screenshot Tao A3 Debug Tools 1.1 download Changes: --- 1.1 - Restrict use in multiplayer to admin/server host. - Actually works in MP now :3 1.0 - Initial release
  4. Taosenai

    TMR Modular Realism

    Hi all, Has TMR been completely superseded by other mods at this point? I would assume most functionality from TMR was worked into the Marksman update (which I haven't played with) or has been duplicated or ported into AGM or the like. If there are still things relevant, I will update to the new CBA keybinding system and release a minimal version of the mod. Please let me know. I don't have much time to actually improve anything from here.
  5. Taosenai

    Tao Folding Map

    Updated to 2.7.0. Now uses latest CBA_fnc_addKeybind. Glad the CBA team fixed my mess. Requires latest CBA. Get it from the OP post. Lightly tested (at best).
  6. Taosenai

    TMR Modular Realism

    Just checking in to verify that I'm still alive. After mid-September I should have some time to really work on this again. I would like to do more 2D optics. I have a few ideas about how to improve the system, too. (I should also write documentation for how to do it yourself!) Nefron: The R3F weapons don't have TMR config values, so they can't use its bipod system. You might be able to attach the Bipod item from TMR to them, then you'll be able to use the bipod rest.
  7. I've just pasted the following into my Debug Console, which is what you had: test_flex = { [ ["Testing", "test", "popup"], [ [ "Test", {hint "Hello World"; true}, "", "", [], 0x12, true, true ] ] ]; }; ["Test Mod", "Open Menu", ["player", [], -100, "_this call test_flex"], [0x30,false,false,false]] call CBA_fnc_registerKeybindToFleximenu; When I execute this and press 'B', the menu appears and works. Can you give me more details? You might also try clearing your keybind registry with the following debug console command (perhaps a misformed call messed it up somehow): profileNamespace setVariable ["cba_keybinding_registry", []]; saveProfileNamespace; then restart the mission and try again.
  8. Caiden, I've just copied your first script into an SQF file and it ran perfectly for me with no changes. Can you test it in an empty mission file and try to duplicate again?
  9. Taosenai

    TMR Modular Realism

    The code is in here: https://github.com/Taosenai/tmr/tree/master/tmr_ai Due to some oddity with BI's firing modes, there are two identical files for machine guns, one that uses 'manual' for full auto and one that uses 'FullAuto' (I'll workaround this with some macro tricks soon hopefully). Make sure you change both. 'burst' is the size of the burst, and 'aiRateOfFire' is the time between bursts. The AI should already resupply out of backpacks of members in their team who are carrying ammo as part of their vanilla behavior. (ONE, RESUPPLY AT, THAT MAN)
  10. Taosenai

    TMR Modular Realism

    Quick barely-tested release to get some of these major issues sorted out. (By putting alpha at the end I allow myself to do this!) 0.5alpha3 - Requires CBA 1.0.8.14023 RC3. - Changed: ai - Machine gun bursts are shorter to better reflect a 6-9 round length. More adjustments are needed. - Fixed: ai - TAR-21 now has correct firing modes. - Fixed: hiteffects - Hilarious falldown slide when hit in a vehicle or turret removed. - Added: hiteffects - Will disable the TMR falldown when tpwfall is loaded and enabled. There is also a CSO build for 0.5alpha3, though I have not had a chance to test it at all. http://ryanschultz.org/arma3/@tmr-0.5alpha3.zip http://ryanschultz.org/arma3/@tmr-cso-0.5alpha3.zip
  11. Taosenai

    Tao Folding Map

    2.6.1 is released, which requires CBA 1.0.8.14023 RC3. Added support for several new BI and community maps. Thanks to Gundy! See OP for download.
  12. Thanks Viper. I have just updated the keybinding documentation to reflect the new ability to specify { code } rather than "functionName". Note that the old behavior is still supported but is considered deprecated (you will receive a warning in your rpt file.)
  13. Taosenai

    TMR Modular Realism

    I'll continue to consider and adjust the recoil. It does seem a bit difficult to control when prone and deployed on the Zafir. As for the falling, I'm going for a somewhat different effect -- I don't want them to be incapacitated at all, simply (occasionally!) dropped to the ground or on their butt in response to shock or something like that. Incapacitation effects should be left to a a real medical system, I think. TPW is clever and thoughtfully provided a global variable I can check to determine if his system is on or not. If it is, I disable mine -- easy as that. I would like to do this but currently the tmr_ai module actually does depend on tmr_smallarms being loaded, because it changes the firing modes, and tmr_smallarms adds some additional modes. (E.g., smallarms adds a single fire mode to the Mk200, which must then be disabled as an AI-usable firing mode in tmr_ai). I can think about making a standalone version of tmr_ai later, though -- it's only a few small changes. And yes, currently tmr_core is not used by tmr_ai. Just playing it safe with that dependency, since I consider anything in tmr_core to be always available to me for use (such as the savegame reload watchdog functions). Feel free to make changes as you like. Confirmed. Something was going wrong with inheritance and the config array += operator. Fixed in next release. Unfortunately the thermal shader is totally engine-side and can't be tinkered with via a mod like this. Confirmed. I made a silly mistake. I'm sort of surprised those guys can experience animations, though. I don't think they could in A2. Hmhm. Fixed in next release.
  14. It's currently impossible or at least impractical, because added mouse click or wheel event handlers cannot prevent the game from executing whatever behavior is bound at an engine level. For example, if you do: (findDisplay 46) displayAddEventHandler ["onMouseButtonDown", {hint 'Override'; true}] and then click your left or right mouse button, you will find that your gun still fires and your sights still come up. According to https://community.bistudio.com/wiki/displayAddEventHandler, "Returning true in EH code will override default engine handling for keyboard events." This isn't true for mouse buttons, though, and has been a long requested feature since more than 4 years ago: https://dev.withsix.com/issues/8212 This doesn't apply when you use the "Use Action XX" binds, since they are handled at the engine level. In other news, I've just committed code to make it possible to specify "KeyDown" or "KeyUp". The function definition has also been changed to a { code } block, just like cba_fnc_addKeyHandler. (The old behavior of passing a string "yourmod_fnc_functionName" will still work but is considered deprecated.) It'll be like this once released: ["your_mod", "your_action", {_this call your_mod_fnc_openMenu}, [15, true, true, true], false, "KeyUp"] call cba_fnc_registerKeybind; I hope this will fit your needs L-H. I should have implemented it this way to begin with.
  15. THe absence of the possibility to bind separate KeyUp/KeyDown handlers was definitely an oversight on my part. Should be a straightforward addition, though, as an extra optional parameter. It should also be possible to make the necessary internal changes to allow myfnc_fnc_functionName, "myfnc_fnc_functionName" and a { [0] call myfnc_fnc_ } parameters to be passed and executed. In fact, it should have been implemented that way from the very start. The current implementation is a result of this code's legacy in an older (unreleased) TMR system that used a DLL to save stuff to a text file, rather than using saveProfileNamespace to pickle it and save it in the game profile. I will aim to resolve both issues by the next release. https://dev.withsix.com/issues/74856 https://dev.withsix.com/issues/74855
  16. Taosenai

    TMR Modular Realism

    Shouldn't be possible, not really. It directs fragments at objects like buildings, too, and also the ground. I suppose an extremely astute observer, throwing a grenade in just the right way, could possibly use it this way. But some random shrapnel is directed in all directions no matter what. It simply focuses additional shrapnel 'cones' where there are objects. Using any other mods? Can you post your rpt? I can't duplicate this. The fragment system is aggressively conservative right now. As it gets more testing, especially in multiplayer, I hope to dial it up a bit. You should still hear the fragments hitting around, though. Take a look here to see what weapons currently have fragmentation enabled on them: https://github.com/Taosenai/tmr/blob/master/tmr_blastfrag/config.cpp I'll look into the issue with 40mm grenades. There could definitely be a bug that would cause that intermittently. I haven't experienced it myself, though, I don't think. Of course, I should have thought of that in the first place. I'll detect if tpwfall is loaded and disable my falling function if so. No problem. That's why TMR is modular, but the LBV plate is a carefully considered change. Many normal (not recon) CSAT dudes wear the LBV Harness and its variations, and it would make their army much worse than the AAF and NATO forces if I didn't make it plate equivalent. As it is, the armies are all pretty evenly armored. Which MG? The MX LSW still has considerable recoil even when deployed since it is a lightweight IAR-type weapon, rather than a true LMG, but both the Zafir and the Mk200 should be effective against point targets out to about 600m when used prone and deployed. If they're not, I'll look into it. There are two levels of ear ringing right now -- one for a very close, probably damaging explosion and one that you were just on the edge of the blast from it. I'll check the volume. They may be too loud relative to other game sounds. I think they can add immersion (especially if they don't last all that long), but they certainly should not add pain or annoyance. P.S. The final 0.5 release should hopefully include the a final version of Cambam's overheating system from his TMR fork. I am trying to figure out how I can make the 'heat distortion' particle effect appear over the barrel when the player aims with an overheating weapon. (There's no reliable way to 'find' the barrel's position in the world.) There should also be some very small chance of jamming at extreme heat levels.
  17. Taosenai

    TMR Modular Realism

    Public Alpha 0.5alpha2 New modules --------------------- tmr_ai An ambitious AI overhaul based on tweaking engine values rather than using performance-hungry and often unreliable scripting techniques. Includes the usual adjustments to AI skills and accuracy, carefully tuned to create a dangerous and fast-reacting foe in CQB which does not turn into an aimbot at longer ranges. The most exciting feature is a complete rewrite of the AI weapon engagement patterns for most small arms (more to come). The AI will now fire bursts with their LMGs of varying lengths depending on the engagement range, slow their firing rate at longer ranges, and more. AI employment of fragmentation grenades and underbarrel grenade launchers is both more aggressive and less 'laser guided.' The AI will occasionally deploy smoke (again, no scripts). They will also engage at greater ranges more aggressively but less accurately. tmr_blastfrag Complete fragmentation simulation system for explosives. Most are implemented. Frag velocity calculated using real data and the Gurney equations where available. Uses an intelligent fragment generation system which only directs fragments where they will hit something (object, person, vehicle) in order to allow for considerable fragmentation effects without creating network desync or latency (even w/ 40mm AGL systems). Dramatically increases the lethality of hand and UGL grenades. Predictive fragmentation system inspired by the video released by Nou showcasing his (more sophisticated) system. tmr_bodyarmor Reworks all uniform and body armor values to provide a consistent gameplay experience. All uniforms now provide exactly the same degree of protection -- very little, seeing that fabric does not stop bullets. All tactical vests and chestrigs with armor plates modeled provide additional armor to the torso only. In order to maintain game balance and realism, the CSAT LBV Harnesses also provide plate equivalent armor (imagine that the plates are included with the LBV and insert directly into the advanced CSAT uniform). All armored helmets now provide equivalent protection. Note that this system still uses the BI hitpoints system, so don't expect miracles. Three chest shots with a 6.5mm rifle will reliably drop a man wearing plate-equivalent armor. Two pistol shots to the head will kill a man with a kevlar helmet, but plate armor considerably reduces pistol damage to the chest. Rifle headshots and shots against unarmored chests reliably kill in a single hit with 6.5mm. The overarching goal of this modification was to restore the time-to-kill/shots-to-kill feel of Arma 2, and to remove the inconsistent, unpredictable, and unfun armoring intentionally implemented by BI. (Grenadier vests provide double (!!) the armor by default. Why?) tmr_hiteffects Implements several new features relating to taking damage. Increases the intensity of the red flash when shot. Causes character to vocalize when hit (don't worry, it's subtle and uses existing game sounds). Damaging grenade and explosive blasts will cause temporary ear ringing. Characters who sustain considerable damage from a gunshot or explosion have a chance to fall down, either into a tactical prone position (if standing) or onto their butt (if crouching), to reflect the result of sudden shock, blood pressure loss, and fear (not 'knockdown power'). Inspired by the implementation in tpwmod. tmr_particletweaks Currently increases the volume and duration of a smoke grenades. Should have no noticeable performance effect. tmr_physxtweaks Attempts to reduce/eliminate the character 'knockback' jerk animation thing when shot. May or may not have any effect at all. tmr_reloadspeedtweaks Slightly slows the reload speeds of some weapons to better match their associated sounds (implementation is incomplete). Reduces the reload speed of the underbarrel grenade launcher to prevent excessively rapid fire. Reduces the reload speed of launchers to prevent excessively (!!) rapid fire, especially of Titan missiles against aircraft by AI. Reloading a launcher is a bit of a time commitment, so be careful... tmr_smallarms_grenades Increases blast and damage radius of all grenades, including 40mm underbarrel grenades, which are quite weak by default. Maintains realistic kill and casualty radius. Changelog ---------------------------------- Added: Field Manual entries for many mods. Added: autorest - Configurable keybinds using latest CBA Keybinding module. Removed: aimsway -- learn to love the Bootcamp sway. Changed: smallarms_recoil -- across the board increase to recoil. Resting more important than ever. Fixed: nlaw -- Use correct keyname. DOWNLOAD @tmr-0.5alpha2.zip This is considered an Alpha release. Some features are not complete and others may have bugs, serious or otherwise. This has been tested in multiplayer. I consider the new AI to be an appropriately fun challenge on 'Normal' (aipresetlevel=1). Note that vehicle AI behaviors have not been tuned (not that thermal sight 30mm cannons will ever yield a fun gameplay experience, no matter how much tweaking is done). Excited for your feedback and bug reports. Be sure you are using the very latest CBA.
  18. The discussion is not over, because your implication that using CBA forces projects to be licensed under the GPL is both false and dangerous to the Arma modding community. First, and fundamentally, Nou is correct. The CBA Team and the authors of its components control the licensing of CBA and the initial enforcement of those licenses, which are given legal weight via copyright and contract law. The author of a work -- the copyright owner -- gives you, the user/modder, a set of rights to use that work under a license (a contract). If you violate that contract, the author could choose to pursue legal action or have your work taken down if it is publically distributed. The right to do that rests entirely with the copyright holder. Furthermore, if the CBA team or a representative of it states that you can call CBA's functions and use CBA's features such as XEH without licensing your work under the GPL, then we are granting that right together with the rights granted by the GPL, regardless of what the GPL says or how you choose to interpret it. Second, if we take a look at the GPLv2, we find that not only is it a perfectly appropriate license for Arma mods, your interpretation is incorrect even in the absence of our clear statements about the permissibility of using CBA-added features/functions in non-GPL addons. The GPLv2 has only 11 terms and conditions. Term 0 states: "The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language." This is the crux of the so-called viral nature of the GPL. A modification that uses CBA by making calls to its functions, which are globally defined by the CBA addon in the Arma 3 scripting namespace, does not include CBA or any portion of it. No code from CBA is distributed together with such a mod. In fact, the only things which can be associated with CBA are the function names themselves, such as "CBA_fnc_registerKeybind". Therefore, such a mod is clearly not a derivative work of CBA itself. This is not at all analogous to static linking. During compilation, a statically linked library is copied into the executable image of the program being built. This means that the resultant program "contains the Program or a portion of it" and would have to be licensed under the GPL. Static linking does not occur in Arma modding in any form whatsoever. This is also not dynamic linking. "Linking" has a meaning in computer science, and you are not free to reinterpret that willy-nilly as you like. The process of 'binarizing' an Arma addon does not specifically map the CBA functions to it, and the addon can run with or without CBA. In fact, an author can simply write his own functions with the same names and SQF will use them if CBA is not loaded, since it's just looking for a variable with that name in the namespace. This is not at all how dynamic linking functions. In interpreting the GPL, the FSF specifically states in their FAQ: http://www.gnu.org/licenses/gpl-faq.html#GPLInProprietarySystem "However, in many cases you can distribute the GPL-covered software alongside your proprietary system. To do this validly, you must make sure that the free and non-free programs communicate at arms length, that they are not combined in a way that would make them effectively a single program." I hope my technical descriptions above have made clear that the communication between CBA and addons which call its functions certainly satisfies the requirement that it be "at arms length" and that any addon which calls CBA-defined functions need not be free software. Only if you are directly including GPLed CBA code in your addon's binarized PBO or redistributing a modified version of CBA itself would your work be considered derivative and therefore be legally required to be released under the terms of the GPL. (And there's no reason to ever do either of these.) Because SQF does not include any form of 'linking' or anything which could be considered analogous to static or dynamic linking, there is effectively no difference between the GPL and LGPL for SQF scripts. Using the LGPL simply adds technical confusion. Consequently, anyone attempting to argue that a mod which uses CBA functions/features is virally forced to be licensed under the GPL is wrong. Period. That is Nou's stance as a CBA dev, my stance as a CBA dev, and that is the proper interpretation of the GNU GPL v2 when applied to Arma SQF and config.cpp files. More importantly, on topic, and tl;dr: there are no grounds for arguing that a mod which calls CBA functions is virally covered under the GPL, period.
  19. Taosenai

    Tao Folding Map

    Version 2.6 is released, which includes support for my new CBA Keybinding system found in CBA 1.0.7.140710 RC2 (http://forums.bistudio.com/showthread.php?178224-CBA-Community-Base-Addons-ARMA-3&p=2728157#post2728157). Also many other requested features, including the ability to move the map. CBA 1.0.7.140710 RC2 IS REQUIRED. Changes 2.6 - CBA 1.0.7.140710 RC2 or later required. - Use CBA Keybinding system to allow users to change keybinds in game via Main Menu -> Configure -> Controls -> Configure Addons. - UserConfig file is no longer used or needed. - Map can be persistently repositioned on the screen via the Configure Map menu (default Ctrl-Shift-Alt-M). - Map can be changed between paper and tablet formats in-game via the Configure Map menu. - Map now gently shakes when running or sprinting. - Internal refactoring to improve display, paging reliability, and performance. Mission or framework makers can force paper map mode if they would like by adding the following lines to their init.sqf: tao_foldmap_changePermitted = false; tao_foldmap_alternateDrawPaper = true; DOWNLOAD: http://www.ryanschultz.org/arma3/@tao_foldmap_a3-2.6.zip
  20. Thanks for reporting. Fixed for the next version.
  21. Taosenai

    TMR Modular Realism

    Yes, I confirm that it works again in the devbranch as of today, so those having issues should wait for the upcoming Bootcamp patch release. Enjoyably, Whacky Compressible Spine Arm Firing Gun Man persists even in the Bootcamp patch with BI's 'refactored' recoils: http://i.gyazo.com/d24264a005c2cd9cecca2b32df855425.mp4 I intend to finally release the next version of TMR shortly after Bootcamp drops. There are a few non-TMR things I'm waiting on though. I think those of you waiting for configurable keybindings will be very happy with what I've developed, both for TMR and for Arma modding generally. You're exactly right, but the problem isn't the recoil, and it's not something TMR can fix. I can achieve the same lethal, unbelievable accuracy with full-auto fire using Arma 3's vanilla recoil profiles, simply by providing a consistent downward pressure on my mouse during full auto. It's easy. The problem is that when firing in Arma 3, the front and rear sights never come out of alignment, no matter what the recoil does. One does not -- should not -- force a weapon down to resist recoil in single fire, as with the default recoil patterns. The weapon should return to NPOA on its own, as it does in TMR. The excessive accuracy you're reporting is the result of there being no unpredictable lateral movement of the weapon during recoil, and there being no loss of sight alignment as a result of vertical (or horizontal) recoil. Furthermore, the player always has perfect sight alignment when he presses right click, even if the weapon is swaying all over the screen. As you well know, you certainly can't achieve perfect sight alignment the second you press your cheek to the stock in an unsupported position with a swaying weapon. You should achieve perfect sight alignment upon cheekweld while prone, though. TMR can't fix any of this. What I do instead is provide a recoil profile that helps to reduce the need to 'fight' the gun down with mouse movement during single fire, which is both unrealistic and annoying (to me, at least). My recoil profile also removes the hilarious spine compression during full-auto fire. As a note, I do disagree that while prone the only point of contact is the magazine. Your elbows are in contact with the ground and the weapon transfers its energy into the full weight of your body without being able to pivot your torso, forming a naturally stabilizing skeletal structure that does make the weapon more controllable and reduces weapon movement during recoil. I recommend passing your feedback on to BI via their Feedback Tracker; there are several open bugs about the recoil. I'll bet they're working on it for the Marksman update, so now's the time to let them know, especially with your experience.
  22. Taosenai

    TMR Modular Realism

    The recoil bug is not in TMR, but in Arma 3, I think? Can you confirm? Edit: The issue is caused by whatever the 'refactoring' of the BI recoil model was that dropped with 1.22. It seems to have been fixed for vanilla weapons, though if you check dev branch forum discussion, it was happening with vanilla weapons earlier. Until BI finishes and documents their changes to the recoil model, I frankly have no idea how to resolve the issue (intermittent climb of muzzle during full-auto fire). I recommend removing the TMR recoil modules if you notice the issue.
  23. Taosenai

    TMR Modular Realism

    I'm going to push a 0.4 point release with the new keybinding system very soon and delay the other features to 0.5. The overheating system needs more care and I know the keys are a blocker for some users right now.
  24. Taosenai

    Tao Folding Map

    That's a pretty interesting idea. I'll see how much trouble it will be to implement.
  25. Taosenai

    TMR Modular Realism

    They won't be -- the recoils profiles are per-weapon. *Some* weapons might, if they inherit from BI's weapon classes. Just a little update. The key configuration system is completed. It uses a small dll file to read and write config values from within Arma 3, so there's no need to edit any config files by hand. It integrates elegantly (IMHO) with the base game and looks like it belongs, which is something I aspire to with all of my mods. In addition to key bindings, the config system can also be used to store strings, arrays, numbers, etc. It's a flexible foundation for me to build from. http://i.imgur.com/FP4kLej.jpg (126 kB) I've decided to separate it from TMR so that other mod authors can use it if they'd like. I put quite a lot of thought into designing a system that can be optional. For example, the next version of Tao Folding Map will use this system to allow its keys to be rebound if you have it installed. If not, it'll use the config file. I'll include documentation for mod authors with the release. TMR 0.5 should also have a fragmentation system, a backblast system, and a weapon overheating/jamming system as its main features, along with the new keybinding system.
×