Thread: SM Parachute
View Single Post
crazychicken
Senior Member
Join Date: Mar 2008
Old 06-17-2008 , 05:03   Re: SM Parachute
Reply With Quote #78

Thx for plugin great work

I can get it to work in TF2 no problem, I have had th error sign but that was when I didnt add the material files, a few things you need to do;

1) Make sure if you are running a server with sv_pure set to 1 you have added the files to the whitelist so they are allowed
models\parachute\... allow_from_disk
materials\models\parachute\... allow_from_disk

2) You have uploaded the files to the server and your sv_downlaodurl location

3) I recompiled it to change the parachute colour so I only need to upload the ice colours to the download host, no point making people download unused files

4) Make sure you are using the latest snapshot of Sourcemod get it at the main page and click snapshots from the menu on left side of page

5) If you upload it and you slow down falling but dont see anything then it is working but the files arent being accessed so make sure you have uplaoded to the download host, if you get an error sign then the materials are likely being blocked make sure you have allowed them past your whitelist, an error model message probably means you need a newer sourcemod version or the model files are missing.

6) I dont know if it helps or not but I made a res file to be sure that I placed on server and on download host just to be safe, it is for the ice models so if you use a different colour parachute make sure you edit in the correct filenames for the green or blue chutes

it is called parachute.res and has the following text in it

"resources"
{
"materials/models/pack.vmt" "file"
"materials/models/pack.vtf" "file"
"materials/models/pack_1.vmt" "file"
"materials/models/pack_1.vtf" "file"
"materials/models/parachute_ice_v2" "file"
"materials/models/parachute_ice_v2.vtf" "file"
"materials/models/parachute_ice_v2_1.vmt" "file"
"materials/models/parachute_ice_v2_1.vtf" "file"
"models/parachute_ice_v2.dx80.vtx" "file"
"models/parachute_ice_v2.dx80_1.vtx" "file"
"models/parachute_ice_v2.dx90.vtx" "file"
"models/parachute_ice_v2.dx90_1.vtx" "file"
"models/parachute_ice_v2.mdl" "file"
"models/parachute_ice_v2.sw.vtx" "file"
"models/parachute_ice_v2.sw_1.vtx" "file"
"models/parachute_ice_v2.vvd" "file"
"models/parachute_ice_v2.xbox.vtx" "file"
"models/parachute_ice_v2.xbox_1.vtx" "file"
"models/parachute_ice_v2_1.mdl" "file"
"models/parachute_ice_v2_1.vvd" "file"
}
__________________
crazychicken is offline