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.
m (→Replacing the Crowbar In-game: break) |
Craziestdan (talk | contribs) (Broke down. Previous one is ridulous) |
||
Line 1: | Line 1: | ||
Switching the crowbar to use the stunbaton is as simple as opening your scripts/weapon_crowbar.txt. Inside, find these 2 lines: | |||
{{note| | <pre> | ||
"viewmodel" "models/weapons/v_crossbow.mdl" | |||
"playermodel" "models/weapons/w_crossbow.mdl" | |||
</pre> | |||
And change to: | |||
<pre> | |||
"viewmodel" "models/weapons/v_stunbaton.mdl" | |||
"playermodel" "models/weapons/w_stunbaton.mdl" | |||
</pre> | |||
{{note|this will not get you the glow effect, but only the model.}} | |||
[[Category:Tutorials]] | [[Category:Tutorials]] |
Revision as of 14:49, 16 January 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_crossbow.mdl" "playermodel" "models/weapons/w_crossbow.mdl"
And change to:
"viewmodel" "models/weapons/v_stunbaton.mdl" "playermodel" "models/weapons/w_stunbaton.mdl"
