commy2
commy2
- [x] `Burst->Burst, by AGM_RealisticNames\config.bin/CfgWeapons/Rocket_03_AP_Plane_CAS_02_F/Burst/` - [x] `Missile_AGM_02_F->MissileBase, by AGM_Vehicles\config.bin/CfgAmmo/M_Mo_120mm_AT/` - [x] `24Rnd_missiles->VehicleMagazine, by AGM_Aircraft\config.bin/CfgMagazines/12Rnd_missiles/` - [ ] `MainTurret->MainTurret, by AGM_Aircraft\config.bin/CfgVehicles/Heli_Transport_01_base_F/Turrets/MainTurret/`
- [ ] Reload vehicle magazines https://github.com/KoffeinFlummi/AGM/issues/335 - [ ] Carry objects, instead of dragging them https://github.com/KoffeinFlummi/AGM/issues/736 - [ ] More Fortifications https://github.com/KoffeinFlummi/AGM/issues/1397 - [ ] Diversify the amount of...
**When merged this pull request will:** - With all the benefits that come with it, as promised.
**When merged this pull request will:** With default values, the only (apparent) differences between shotSmokeX and shotDeploy are: - no smoke creation - no smoke sound - old physics with...
**When merged this pull request will:** - Implements close https://github.com/CBATeam/CBA_A3/pull/1519 - but with tests CLICK ```sqf execVM "x\cba\addons\strings\test.sqf" ``` ```sqf ... 19:58:09 [CBA] (strings) LOG: Testing CBA_fnc_prettyFormat 19:58:09 [CBA] (strings)...
**When merged this pull request will:** - add XEH support for backpack containers spoiler"title" ```cpp class Extended_InitPost_EventHandlers { class Bag_Base { Mission_Test = "systemChat str _this; diag_log _this"; }; };...
**When merged this pull request will:** - alt #1320 I have no tested this yet, so there may be typos. It should all be as simple as this though, unless...
**When merged this pull request will:** - Replaces CBA Hash with the actual HashMap commands. - Refactors some terrible Versioning component code. DICT_X macros are un-used so far. No idea...
**When merged this pull request will:** - title - allows recompiling with the PREP stuff, not the BI CfgFunctions stuff - [x] functions may not be available in other components...