Home   Help Search Login Register  

Author Topic: Heli with more ammo  (Read 1954 times)

0 Members and 1 Guest are viewing this topic.

Offline HedgeHog

  • Members
  • *
Heli with more ammo
« on: 05 Oct 2008, 21:26:07 »
Is it possible to get an AH-6 with more than the standard 14 FFAR rockets loadout? I need one with 30 or 32 rockets for my purposes :D

Thank you in advance!

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re: Heli with more ammo
« Reply #1 on: 05 Oct 2008, 22:17:48 »
Try experimenting with the addweapon/addmagazine commands, using the weapons reference in the COMREF...

Offline XTimmy

  • Members
  • *
Re: Heli with more ammo
« Reply #2 on: 31 Dec 2008, 17:05:47 »
I have this exact issue, I've managed to remove the 14rnd magazine (removemagazine 14rnd_ffar) and added a 38rnd mag.  But once this new mag is in it stay 'unloaded': It's ammo count is ALWAYS red. 


Should mention I've tried all manner of the 'reload' command to no avail.
« Last Edit: 31 Dec 2008, 17:07:42 by XTimmy »

Offline Deadfast

  • Members
  • *
Re: Heli with more ammo
« Reply #3 on: 31 Dec 2008, 18:57:58 »
It works fine with me, but just to make sure add the 38 round magazine before you remove the small one ;)

Code: (Heli's init) [Select]
this addMagazine "38Rnd_FFAR"; this removeMagazine "14Rnd_FFAR";

Offline XTimmy

  • Members
  • *
Re: Heli with more ammo
« Reply #4 on: 01 Jan 2009, 01:04:49 »
Unfourtunatley the issue still stands, only now the magazine isn't 'selected'.  (Counter shows 0/1 the hitting R will boost it to 38, but it's still not 'loaded' (counter is red). ???

Hmm the issue appears to be with ACE, one of the addons I'm using :/ wounder why...
« Last Edit: 01 Jan 2009, 01:07:43 by XTimmy »

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re: Heli with more ammo
« Reply #5 on: 01 Jan 2009, 22:54:45 »
Add a magazine first, then the weapon. That way it starts loaded.

Offline Donjohn_tos1

  • Members
  • *
Re: Heli with more ammo
« Reply #6 on: 09 Jul 2009, 02:01:26 »
That commandline works just fine with me..