Setting The Blade Type Of A Weapon

How to set the blade type of a lightsaber weapon

This method concerns setting the blade type of a specific weapon (meaning lightsaber weapons which are located in lua/weapons/)

First you must find something that looks similar to this:

 

SWEP.CustomSettings = 

{

Blade = "Corrupted",

}

 

If there seems to be nothing like this in the weapon's file, then go ahead and add it. Depending on the blade you prefer you must replace the "Corrupted" (Or whatever other value that's there) text (See list of blade ids at the end of the article)

 

Blade Type List

  • Standard
  • Unstable
  • Corrupted
  • Pulsed
  • Pervasive
  • Saw Tooth
  • Mastered
  • Smithed
  • Dark Saber
  • Cyclic Invert
  • Swirl
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Allow Moving While Attacking For A Lightsaber Weapon

How to enable moving while attacking on lightsaber weapons Go to your lightsaber in...

Setting Base Stats For Personal Lightsabers

How to configure base stats for personal lightsabers Navigate to...

Adding Forms To Lightsaber Weapons

How to configure Forms for specific Lightsabers Go to your lightsaber in lua/weapons Find the...

How To Disable Lunge

How to disable lightsaber swing lunge Navigate to...

Creating A Lightsaber Weapon

How to create a custom lightsaber weapon Navigate to lua/weapons Open any premade...