Skip to content

Instantly share code, notes, and snippets.

@mcoot
Last active June 12, 2018 10:21
Show Gist options
  • Save mcoot/7d63b0043f31cbb4551ed6f97f43f3a7 to your computer and use it in GitHub Desktop.
Save mcoot/7d63b0043f31cbb4551ed6f97f43f3a7 to your computer and use it in GitHub Desktop.
List of weapons currently supported for model swap / projectile swap

Great Documentation 4 TAMods lol

Info

Put things in your custom.lua (same folder as config.lua).

How to swap a weapon model

setWeaponModel(fromClass, fromWeapon, toClass, toWeapon, doSwapAnimations)

e.g.

setWeaponModel("Light", "Light Spinfusor", "Light", "Dueling Spinfusor", true)

How to swap a projectile

There is a gui for this already in the External Config tool, but it doesn't have most of the old removed weapons. To do it via Lua:

setProjectile(fromClass, fromWeapon, cloneProjectile(getProjectile(toClass, toWeapon)))

e.g.

setProjectile("Light", "Light Spinfusor", cloneProjectile(getProjectile("Light", "dueling spinfusor")))

Weapon List

*** NOTE THAT INCLUSION ON THIS LIST DOES NOT GUARANTEE A MODEL/PROJECTILE SWAP WILL ACTUALLY WORK, JUST THAT TAMODS RECOGNISES THESE :P

Light

  • Light Spinfusor

  • Dueling Spinfusor

  • Stealth Spinfusor

  • Bolt Launcher

  • Light Twinfusor

  • Blinksfusor

  • Light Grenade Launcher

  • Jackal

  • BXT1 Rifle

  • BXT1A Rifle

  • Phase Rifle

  • SAP20 Rifle

  • Falcon

  • Light Assault Rifle

  • Sparrow

  • Throwing Knives

  • Rhino SMG

  • Arctic Rhino SMG

  • SN7 Silenced Pistol

  • Arctic SN7 Silenced Pistol

  • Shotgun

  • Holdout Shotgun

  • Accurized Shotgun

  • Shocklance

  • Impact Nitrons

  • Explosive Nitrons

  • Sticky Grenades

  • Claymore Mines

  • Prism Mines

  • Chaff Grenades

Medium

  • Spinfusor

  • Thumper

  • Thumper D

  • Thumper DX

  • Twinfusor

  • Blinksfusor (doesn't exist in game... is this the honourfusor model???)

  • Arx Buster

  • Dust Devil

  • Grenade Launcher

  • Improved Repair Tool

  • Long Range Repair Tool

  • ELF Projector

  • Assault Rifle

  • Gast Rifle

  • NJ4 SMG

  • Desert NJ4 SMG

  • NJ5-b

  • TCN4 SMG

  • TCN4 Rockwind SMG

  • TC24

  • Plasma Gun

  • Nova Blaster

  • Eagle Pistol

  • Sawed-off Shotgun

  • Flak Cannon

  • EMP Grenades

  • Blackout Grenades

  • Cluster Grenades

  • AP Grenades

Heavy

  • Spinfusor MKD

  • Spinfusor MK-X

  • Heavy Spinfusor

  • Devastator Spinfusor

  • Heavy Bolt Launcher

  • Heavy Blinksfusor

  • Heavy Twinfusor

  • Fusion Mortar

  • Fusion Mortar Deluxe

  • MIRV Launcher

  • Saber Launcher

  • Titan Launcher

  • Gladiator

  • Chain Gun

  • Chain Cannon

  • X1 LMG

  • Plasma Cannon

  • Nova Colt

  • Nova Blaster MX

  • Automatic Shotgun

  • The Hammer

  • EFG

  • Frag Grenades

  • Fractal Grenades

  • Mines

  • Spinfusor Disks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment