i just have a straight svn checkout
Code:
"ConquestModels" { // This is the model's alias. // Name it whatever you like and put this name into the "model" key in your classes config. // It's case insensitive. "gign" { // Set this option if it's a model already shipped with CS:S or is already downloaded by another plugin // You don't need to list any other file than the .mdl, // but for example's sake i listed them here. "no_download" "1" // Specify all files the client will download on connect // The files are always downloaded, even if you don't use the model config in a class, so keep this file clean! "file" "models/player/ct_gign.dx80.vtx" "file" "models/player/ct_gign.dx90.vtx" "file" "models/player/ct_gign.mdl" "file" "models/player/ct_gign.phy" "file" "models/player/ct_gign.sw.vtx" "file" "models/player/ct_gign.vvd" } }