Home   Help Search Login Register  

Author Topic: Problems with adding BAS units to MFCTI  (Read 336 times)

0 Members and 1 Guest are viewing this topic.

ollestolpe

  • Guest
Problems with adding BAS units to MFCTI
« on: 19 Jul 2004, 21:50:59 »
I'm adding BAS units to the MFCTI 1.16 coop mission.

Now I have a problem. I managed to add the soldiers.. and a few weapons for loadout.
But when you buy a weapon from Loadouts you won't get any ammunition for it, even if I added the magazines.

Here's how the code looks

Code: [Select]
westPrimaryWeapons = ["","HKG3","MFCTI116G36A","M16","M16GrenadeLauncher","M21","M4","M60","MFCTI116MM1","HK","MFCTI116Steyr","XMS","BAS_JM4REFLEX","BAS_JM4
Aimpoint"]

westPrimaryNames = [Localize "STRNONE",Localize "STRG3",Localize "STRG36A",Localize "STRM16",Localize "STRM16GL",Localize "STRM21",Localize "STRM4",Localize "STRM60MG",Localize "STRMM1",Localize "STRMP5SD",Localize "STRSTEYR",Localize "STRXMS","M4 Reflex","M4 AP CCO"]

westPrimaryImages = ["","\O\Guns\w_HKG3","\G36A\w_g36","\dtaExt\equip\w\w_m16","\dtaExt\equip\w\w_M16GrenadeLauncher","\dtaExt\equip\w\w_m21","\dtaExt\equip\w\w_m4","\dtaExt\equip\w\w_m60","\MM-1\mm-1","\dtaExt\equip\w\w_hk","\Steyr\w_steyr","\XMS\w_XMS","",""]

westPrimaryAmmo =
["","HKG3Mag","MFCTI116G36aMag","M16","M16","M21","M4","M60","MFCTI116MM1Mag","HK","MFCTI116SteyrMag","M4","BAS_M4SMag","BAS_M4SMag"]

westPrimaryCosts = [0,15,50,15,25,65,20,30,40,25,45,35,65,65]

westPrimaryAmmoCosts = [0,5,5,5,5,5,5,10,15,5,5,5,5,5]

westPrimaryAmmoSpaces = [0,1,1,1,1,1,1,2,4,1,1,1,1,1]

Also I would like to add the pictures of the weapons. How do I find out the path for them?
I would really be happy for some help with this.