Replacing the Crowbar with the Stunstick: Difference between revisions
Jump to navigation
Jump to search
Note:this will not get you the glow effect, but only the model.
No edit summary |
TomEdwards (talk | contribs) (there's a talk page on each article for that) |
||
Line 10: | Line 10: | ||
</pre> | </pre> | ||
{{note|this will not get you the glow effect, but only the model.}} | {{note|this will not get you the glow effect, but only the model.}} | ||
[[Category:Tutorials]] | [[Category:Tutorials]] |
Revision as of 03:58, 12 June 2009
Switching the crowbar to use the stunbaton is as simple as opening your scripts/weapon_crowbar.txt. Inside, find these 2 lines:
"viewmodel" "models/weapons/v_crowbar.mdl" "playermodel" "models/weapons/w_crowbar.mdl"
And change to:
"viewmodel" "models/weapons/v_stunbaton.mdl" "playermodel" "models/weapons/w_stunbaton.mdl"
