Raised This Month: $51 Target: $400
 12% 

[CSS] Christmas Hat


Post New Thread Reply   
 
Thread Tools Display Modes
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 12-23-2013 , 16:32   Re: [CSS] Christmas Hat
Reply With Quote #21

...people who wondering why this not work (correctly) ?
- Player model need have a attachment "forward", close player head.
All default models even not have that attachment (ct_gsg9, ct_sas).
So this proplem could appear on custom models :/
Bacardi is offline
sinsic
Senior Member
Join Date: May 2012
Old 12-23-2013 , 17:13   Re: [CSS] Christmas Hat
Reply With Quote #22

Quote:
Originally Posted by Bacardi View Post
...people who wondering why this not work (correctly) ?
- Player model need have a attachment "forward", close player head.
All default models even not have that attachment (ct_gsg9, ct_sas).
So this proplem could appear on custom models :/
Why don't they put it relative to the first position of the knife?
__________________
sinsic is offline
OcC
Senior Member
Join Date: Mar 2012
Location: Romania
Old 12-24-2013 , 16:04   Re: [CSS] Christmas Hat
Reply With Quote #23

Doesn't work fine. A big error will be displayed on the player's head. What can I do in this situation and how can I solve the problem ?
Thanks.
__________________
OcC is offline
Send a message via Yahoo to OcC
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 12-24-2013 , 16:21   Re: [CSS] Christmas Hat
Reply With Quote #24

You probably need to whitelist it... what is your sv_pure setting? Also, do you use fastdl? If so, make sure all files are there too.
__________________
View my Plugins | Donate
TnTSCS is offline
Castile
Member
Join Date: Aug 2012
Old 12-24-2013 , 18:18   Re: [CSS] Christmas Hat
Reply With Quote #25

It works with the new hat gamedata, but theres a bug, hats now appear on spectators.
Castile is offline
HSFighter
Veteran Member
Join Date: Aug 2007
Location: Flensburg - Germany
Old 12-25-2013 , 00:04   Re: [CSS] Christmas Hat
Reply With Quote #26

Quote:
Originally Posted by Castile View Post
hats now appear on spectators.
I join a server (this plugin running) with spectator...

Fly around... and some players aim me... and try to shot on my position on the air!

very funny! Left right left...
PHP Code:
GetClientTeam 
__________________



Sorry for my very bad english
Greetings HSFighter

Last edited by HSFighter; 12-25-2013 at 00:49.
HSFighter is offline
Send a message via ICQ to HSFighter
taRik
AlliedModders Donor
Join Date: Apr 2010
Old 12-25-2013 , 02:21   Re: [CSS] Christmas Hat
Reply With Quote #27

Do you think it would be possible to make this for CSGO? I would love to have this on my server tomorrow for Christmas!!!!!!
taRik is offline
OcC
Senior Member
Join Date: Mar 2012
Location: Romania
Old 12-25-2013 , 05:48   Re: [CSS] Christmas Hat
Reply With Quote #28

Quote:
Originally Posted by TnTSCS View Post
You probably need to whitelist it... what is your sv_pure setting? Also, do you use fastdl? If so, make sure all files are there too.
sv_pure 0, fastdl on. Files are uploaded in server and fastdl.
__________________
OcC is offline
Send a message via Yahoo to OcC
sinsic
Senior Member
Join Date: May 2012
Old 12-25-2013 , 10:37   Re: [CSS] Christmas Hat
Reply With Quote #29

Quote:
Originally Posted by OcC View Post
sv_pure 0, fastdl on. Files are uploaded in server and fastdl.
Does files get downloaded when you join the sw? Maybe your downloadfilter is set to "not download".
Try writing this to your client console before joining the server "cl_downloadfilter all".
Then after joining the server check your clients
"Steam\SteamApps\common\Counter-Strike Source\cstrike\download" folder
and see if the files are correctly placed.

download/materials/models/santahat/furballs.vmt
download/materials/models/santahat/santahat.vmt
download/materials/models/santahat/santahat.vtf
download/models/santahat/santahat.dx80.vtx
download/models/santahat/santahat.dx90.vtx
download/models/santahat/santahat.mdl
download/models/santahat/santahat.phy
download/models/santahat/santahat.sw.vtx
download/models/santahat/santahat.vvd

If the files are not there,
1. Your server ftp should look like this;
materials/models/santahat/furballs.vmt
materials/models/santahat/santahat.vmt
materials/models/santahat/santahat.vtf
models/santahat/santahat.dx80.vtx
models/santahat/santahat.dx90.vtx
models/santahat/santahat.mdl
models/santahat/santahat.phy
models/santahat/santahat.sw.vtx
models/santahat/santahat.vvd

2. You may have not put the files to the correct folder in fastdl. You're bzip'ing the files right? Your fastdl should look like this;
materials/models/santahat/furballs.vmt.bz2
materials/models/santahat/santahat.vmt.bz2
materials/models/santahat/santahat.vtf.bz2
models/santahat/santahat.dx80.vtx.bz2
models/santahat/santahat.dx90.vtx.bz2
models/santahat/santahat.mdl.bz2
models/santahat/santahat.phy.bz2
models/santahat/santahat.sw.vtx.bz2
models/santahat/santahat.vvd.bz2

Hope this helps.
__________________
sinsic is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 12-25-2013 , 13:47   Re: [CSS] Christmas Hat
Reply With Quote #30

EDIT: Use my new plugin for the santahat

Quote:
Originally Posted by Castile View Post
It works with the new hat gamedata, but theres a bug, hats now appear on spectators.
I think that I fixed that spectator have hats, try my attached plugin

Quote:
Originally Posted by taRik View Post
Do you think it would be possible to make this for CSGO? I would love to have this on my server tomorrow for Christmas!!!!!!
This should work in csgo too, try using this gamedata for CSGO


btw, Merry Christmas
Attached Files
File Type: sp Get Plugin or Get Source (christmas_hat.sp - 511 views - 5.0 KB)
File Type: smx christmas_hat.smx (6.8 KB, 488 views)
File Type: txt hats.gamedata.txt (943 Bytes, 665 views)
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 12-01-2015 at 09:47.
Franc1sco is offline
Send a message via MSN to Franc1sco
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:01.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode