Weapon Setup mutator

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Vega-don

arreté pour detention de tomate prohibée
Mar 17, 2003
1,904
0
0
Paris suburbs
Visit site
nowhere its specified how to use it on more than 1 map

is it like this crowse? and can i delete the lines with "weapon replace mut" and "weapon add mut"

[WeaponSetup2.LoadoutMut]
Loadout[0]="M16A2//M16-1,*M16-5,+M67-3,KHELM-1,BALACBL-1,AVL3A-1,"
Loadout[1]="M4//M4A1-1,#chM4A1-1,*M4A1-5,+M67-3,M8W-1,KHELM-1,AVL3A-1,"
MapSetting[0]=(Map="EAS-INF-TAPS",AttackerLoadout=0,DefenderLoadout=1)

Loadout[0]="G3//G3A3-1,*G3A3-5,+M67-3,KHELM-1,BALACBL-1,"
Loadout[1]="AKMSU//AKMSU-1,*AKMSUM-1,*AKMSUD-3,+M67-3,M8W-1,KHELM-1,"
MapSetting[0]=(Map="EAS-INF-CHITA46",AttackerLoadout=0,DefenderLoadout=1)

[WeaponSetup2.WeaponReplaceMut]
DefaultReplacement[0]=(OldItem="INF_Core.INFc_RC50",NewItem="INF_Core.INFc_M16")
DefaultReplacement[0]=(OldItem="INF_Core.INFc_PSG",NewItem="INF_Core.INFc_M16")
Replacement[0]=(Map="EAS-INF-Iraq",OldItem="INFc_M2HB",NewItem="")

[WeaponSetup2.WeaponAddMut]
ItemAddition[0]=(Map="All",Team=-1,Item="SpeechPad.spController")
ItemAddition[1]=(Map="All",Team=-1,Item="UTCompass.compassController")
 

Crowze

Bird Brain
Feb 6, 2002
3,556
1
38
40
Cambridgeshire, UK
www.dan-roberts.co.uk
No, like this:
Code:
Loadout[0]="M16A2//M16-1,*M16-5,+M67-3,KHELM-1,BALACBL-1,AVL3A-1,"
Loadout[1]="M4//M4A1-1,#chM4A1-1,*M4A1-5,+M67-3,M8W-1,KHELM-1,AVL3A-1,"
Loadout[2]="G3//G3A3-1,*G3A3-5,+M67-3,KHELM-1,BALACBL-1,"
Loadout[3]="AKMSU//AKMSU-1,*AKMSUM-1,*AKMSUD-3,+M67-3,M8W-1,KHELM-1,"
MapSetting[0]=(Map="EAS-INF-TAPS",AttackerLoadout=0,DefenderLoadout=1)
MapSetting[1]=(Map="EAS-INF-CHITA46",AttackerLoadout=2,DefenderLoadout=3)