Garry's Mod

Garry's Mod

Star Wars Lightsabers
Raymond Reddington 2016년 12월 21일 오후 8시 07분
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.
< >
전체 댓글 2개 중 1~2개 표시 중
[Osiris] StarLight 2017년 1월 2일 오후 2시 17분 
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 2017년 1월 7일 오전 11시 23분 
I don't really think this would work for a deathrun server, but whatever you want, I guess.
< >
전체 댓글 2개 중 1~2개 표시 중
페이지당 표시 개수: 1530 50