ferstaberinde / F3

ArmA 3 mission development framework
http://www.ferstaberinde.com/f3/en/
59 stars 36 forks source link

Minor assignGear errors #769

Closed Ferrard closed 8 years ago

Ferrard commented 8 years ago
  1. FIA (Altis) loadouts are not randomly selecting between TRG-20/21 and Mk.20/20C rifles
  2. _pistolmag loads in after _pistol, resulting in unloaded pistols
  3. UGL smoke rounds loads in after _glrifle, resulting in unloaded CO and JTAC/FAC UGLs
  4. Medium SAM's _SAMmag loads in after _SAM, resulting in unloaded Titan AA Launcher
  5. CTRG does not declare or define variables for _MAT, _MATmag1, or _MATmag2
  6. CTRG Medium AT Team are getting _RAT and _RATmag on "Light" loadout instead of _MAT and _MATmag1
  7. CTRG and Syndikat Medium SAM Team are receiving _HAT instead of _SAM

Fixes in progress.

Ferrard commented 8 years ago

Fixed files at the Google Drive folder below. I'm not sure how to [verb] them up to GitHub so that this can be [2nd verb]ed into F3.

https://drive.google.com/open?id=0B4zOocojp0NxTEVxaVVWQnFtTFk

Wolfenswan commented 8 years ago

"uav" class needs to use _unit linkItem _uavterminal

Wolfenswan commented 8 years ago

I'd suggest chancing the _satchel to "DemoCharge_Remote_Mag". Currently it's "SatchelCharge_Remote_Mag" which weighs 60 more and is generally overkill.

Ferrard commented 8 years ago

Good catch re: UAV. Re: satchel, the weight is fine with me. Given the number of objective-ish items out there that take a ridiculous number of demo-charges to destroy (think the Tanks from Bees), I like using single big booms instead of multiple, anti-climactic little booms that we invariably underestimate the power of. It's just a more satisfying player experience to me.

Wolfenswan commented 8 years ago

I noticed the _satchel is inconsistent through factions. Apparently only CSAT uses the satchel-charge instead of the democharge.

Suggestion: Add _democharge.

Ferrard commented 8 years ago

Hmm... you are correct, _satchel was incorrectly defined for just about everyone. After work I'll correct so that there's both _satchel and _democharge.

Ferrard commented 8 years ago

Dinnering now. Will attempt to [gitverb] a [gitnoun] afterwards!

Ferrard commented 8 years ago

I have failed at [gitverb]ing. In lieu of a successful [gitverb], I offer a Google Drive hosted .zip file for anyone who wants to [gitverb] these updated files for me. This covers everything noted in Issues 769 and 770

https://drive.google.com/open?id=0B4zOocojp0NxQlBRdUpNR1F1enc