Garry's Mod

Garry's Mod

Star Wars Lightsabers
Remove the force abilities?
I want to add the basic lightsabers to a deathrun server.

The force abilities for this addon are a bit overpowered for the gamemode so I want to remove them.

(I have extracted the addon)

Just need to know which files to modify/remove.
< >
Showing 1-2 of 2 comments
they are in the weapon_lightsaber.lua, in lua weapons you need to keep one force power though or the addon will create error




replace the SWEP.ForcePowers table with this and it will remove all the force powers aprt from a blank icon which will have no effect



SWEP.ForcePowers = { {
name = "",
icon = "",
description = "",
action = function( self )

end
},
}
traitorous8 7 Jan, 2017 @ 11:23am 
I don't really think this would work for a deathrun server, but whatever you want, I guess.
< >
Showing 1-2 of 2 comments
Per page: 1530 50