View Single Post
woldu
Junior Member
Join Date: Jun 2010
Old 12-22-2011 , 19:39   Re: [TF2] FortWars (v6.41)
Reply With Quote #161

Just look in the sp for a line of a code that looks like the following:

DefineProp("Pipe", "models/props_farm/concrete_pipe001.mdl", HEALTH_MEDIUM, 30);

Copy and past that below/two lines under and change the "Pipe" to what ever you want the prop to be named, and the path (models/...) to what the new model path would be. Add that precache stuff on the top - the other posts from the previous page of comments. Compile it and see it in the menu!

A useful one to try is "models/props_combine/tprotato1.mdl".

Note - My example is pulled from my own modified source of the plugin.


My server crashes on non-fw maps as well...even with all other plugin unloaded.

Last edited by woldu; 12-22-2011 at 23:37.
woldu is offline