Weapon script
Location of weapons script files.
File location
The default location of those files is
Formatting
Several weapons and abilities have their values or critical functions spread across multiple files. For these, subsequent files will be represented by a • in the name field, along with a description, method name and/or variable name. Due to the length of certain variable and method names, the name field may instead contain a string you can search for to find the values/methods quickly, indicated by "quotation marks".
Pilot
Assault Rifle
Weapon name | File name |
---|---|
R-201 Carbine | N/A |
R-101 Carbine | N/A |
Hemlock BF-R | N/A |
V-47 Flatline | N/A |
G2A5 | N/A |
Submachine Gun
Weapon name | File name |
---|---|
CAR | N/A |
Alternator | mp_weapon_alternator_smg.nut |
Volt | N/A |
R-97 | N/A |
Light Machine Gun
Weapon name | File name |
---|---|
Spitfire | mp_weapon_lmg.nut |
L-STAR | mp_weapon_lstar.nut |
Devotion | N/A |
Sniper
Weapon name | File name |
---|---|
Kraber | mp_weapon_sniper.nut |
Double Take | mp_weapon_doubletake.nut |
Longbow DMR | mp_weapon_dmr.nut |
Shotgun
Weapon name | File name |
---|---|
EVA-8 Auto | mp_weapon_shotgun.nut |
Mastiff | mp_weapon_mastiff.nut |
Grenadier
Weapon name | File name |
---|---|
Sidewinder SMR | mp_weapon_smr.nut |
EPG | N/A |
Softball | mp_weapon_softball.nut |
EM-4 Cold War | N/A |
Pistol
Weapon name | File name |
---|---|
P2016 | N/A |
RE-45 Auto | N/A |
B3 Wingman | N/A |
Wingman Elite | N/A |
Mozambique | mp_weapon_shotgun_pistol.nut |
Smart Pistol | mp_weapon_smart_pistol.nut |
Anti-Titan
Weapon name | File name |
---|---|
Charge Rifle | mp_weapon_defender.nut |
MGL | mp_weapon_mgl.nut |
• Base Projectile | _grenade.nut |
LG-97 Thunderbolt | mp_weapon_arc_launcher.nut |
• FireArcBall | mp_titanweapon_arc_ball.nut |
• Values: "ball" | \scripts\vscripts\_settings.nut |
Archer | mp_weapon_rocket_launcher.nut |
Ordnance
Ordnance name | File name |
---|---|
Base Grenade | _grenade.nut |
Frag Grenade | N/A |
Arc Grenade | mp_weapon_grenade_emp.nut |
Firestar | mp_weapon_thermite_grenade.nut |
Gravity Star | mp_weapon_grenade_gravity.nut |
Electric Smoke | mp_weapon_grenade_electric_smoke.nut |
Satchel | mp_weapon_satchel.nut |
Tactical
Tactical name | File name |
---|---|
Cloak | mp_ability_cloak.nut |
Pulse Blade | mp_weapon_grenade_sonar.nut |
Grapple | mp_ability_grapple.nut |
Stim | mp_ability_heal.nut |
A-Wall | mp_weapon_deployable_cover.nut |
Phase Shift | mp_ability_shifter.nut |
Holopilot | mp_ability_holopilot.nut |
Titan
Ion
Weapon name | File name |
---|---|
Splitter Rifle | mp_titanweapon_particle_accelerator.nut |
Laser Shot | mp_titanweapon_laser_lite.nut |
Tripwire | mp_titanability_laser_trip.nut |
Vortex Shield | mp_titanweapon_vortex_shield.nut |
• Base Scripts | _vortex.nut |
Laser Core | mp_titancore_lasercannon.nut |
Scorch
Weapon name | File name |
---|---|
Thermite Launcher | mp_titanweapon_meteor.nut |
Flame Wall | mp_titanweapon_flame_wall.nut |
• Segment: CreateThermiteTrail | mp_titanweapon_meteor.nut |
Incendiary Trap | mp_titanability_slow_trap.nut |
Thermal Shield | mp_titanweapon_heat_shield.nut |
• Base Scripts | _vortex.nut |
Flame Core | mp_titancore_flame_wave.nut |
• Scr. Earth: CreateThermiteWallSegment | mp_titanweapon_flame_wall.nut |
Northstar
Weapon name | File name |
---|---|
Plasma Railgun | mp_titanweapon_sniper.nut |
• Projectile File | mp_projectile_titanweapon_sniper.nut |
Cluster Missile | mp_titanweapon_dumbfire_rockets.nut |
• Projectile File | mp_projectile_cluster_rocket.nut |
• Methods: "ClusterR" | _weapon_utility.nut |
VTOL Hover | mp_titanability_hover.nut |
Tether Trap | mp_titanability_tether_trap.nut |
• Tether Projectile | mp_weapon_tether.nut |
Flight Core | mp_titancore_flight_core.nut |
• Core Weapon | mp_titanweapon_flightcore_rockets.nut |
Ronin
Weapon name | File name |
---|---|
Leadwall | mp_titanweapon_leadwall.nut |
Arc Wave | mp_titanweapon_arc_wave.nut |
Phase Dash | mp_titanability_phase_dash.nut |
Sword Block | mp_titanability_basic_block.nut |
Sword Core | mp_titancore_shift_core.nut |
Tone
Weapon name | File name |
---|---|
40MM | mp_titanweapon_40mm.nut |
Tracking Rockets | mp_titanweapon_tracker_rockets.nut |
Sonar Lock | mp_titanability_sonar_pulse.nut |
Particle Wall | mp_titanability_particle_wall.nut |
Salvo Core | mp_titanweapon_salvo_core.nut |
Legion
Weapon name | File name |
---|---|
Predator Cannon | mp_titanweapon_predator_cannon.nut |
Power Shot | mp_titanability_power_shot.nut |
• hasLongRangePowerShot • hasCloseRangePowerShot | mp_titanweapon_predator_cannon.nut |
Mode Switch | mp_titanability_ammo_swap.nut |
Gun Shield | mp_titanability_gun_shield.nut |
Smart Core | mp_titancore_siege_mode.nut |
Monarch
Weapon name | File name |
---|---|
XO-16 | mp_titanweapon_xo16.nut |
Rocket Salvo | mp_titanweapon_salvo_rockets.nut |
Multi Target Missiles | mp_titanweapon_shoulder_rockets.nut |
Rearm | mp_titanability_rearm.nut |
Energy Siphon | mp_titanweapon_stun_laser.nut |
Upgrade Core | mp_titancore_upgrade.nut |
Common Scripts
Methods used by numerous different weapons.
Method name | Weapon names | File name |
---|---|---|
Wave Script: WeaponAttackWave | Arc Wave Flame Wall Incendiary Trap Flame Core | _weapon_utility.nut |
Attack Script: ShotgunBlast | EVA-8 Auto Laser Shot Energy Siphon Close Range Power Shot Vortex Shield | _weapon_utility.nut |
Last updated