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

[CSS] Random Skin/Model Change


Post New Thread Reply   
 
Thread Tools Display Modes
LumiStance
AlliedModders Donor
Join Date: Jan 2009
Location: Northern California
Old 01-04-2010 , 15:44   Re: [CSS] Random Skin/Model Change
Reply With Quote #11

Quote:
Originally Posted by raub9rx View Post
i would ask you.. where did you get the models ?
I search and search and search i didnt found anything whats a Christmas Skin.

Can you help me please ?
The Installation section of the OP has the link to TechKnow's Model site. Look in the Cartoon Models section.
LumiStance is offline
LumiStance
AlliedModders Donor
Join Date: Jan 2009
Location: Northern California
Old 01-04-2010 , 17:21   Re: [CSS] Random Skin/Model Change
Reply With Quote #12

Quote:
Originally Posted by Slash The Mighty View Post
models_ct.ini
Code:
models/shogunner_equals_fat/chubby_heads/ct_gign.dx80.vtx
Did you follow the instructions in the readme.txt?
Code:
Installation:

Extract all files to the "Steam\SteamApps\username\counter-strike source\cstrike\models\player" folder

To uninstall, just delete or move the files from that directory. You can replace them to re-install. Counter-strike must be restarted for changes to take effect
The files for these models are meant to override that build in models without using a plugin. Even if you put them in the correct location on the server, the client won't download them as the already have the original version of the files (built in).
LumiStance is offline
realchamp
Member
Join Date: Nov 2008
Old 07-13-2010 , 22:28   Re: [CSS] Random Skin/Model Change
Reply With Quote #13

Hello. I've been working on getting this to work in about an hour now.
But no success.

This is what sm_skinapp list prints out:
Code:
Counter Terrorist Models:
    models/player/ct_gign.mdl
    models/player/ct_gsg9.mdl
    models/player/ct_sas.mdl
    models/player/ct_urban.mdl
Terrorist Models:
    models/player/ct_gign.mdl
    models/player/ct_gsg9.mdl
    models/player/ct_sas.mdl
    models/player/ct_urban.mdl
The problem is that the only files i download are the materials and the model files ending with .xbox.vtx.

What is the problem? EDIT: I've investigated into the structure of the files and figured out that if they are set to default(models/player) it will not work. Problem was solved by moving the models into an addional folder. (models/player/addional_folder)
__________________
I am 68% addicted to Counterstrike. What about you?

Last edited by realchamp; 07-13-2010 at 22:41.
realchamp is offline
cozmicshredder
AlliedModders Donor
Join Date: Apr 2004
Location: MI, USA.
Old 08-15-2010 , 15:37   Re: [CSS] Random Skin/Model Change
Reply With Quote #14

Is there a way to have this check for team swap?

Also too on our CSS server when we use sm_skinapp 0 it crashes the server?
__________________
cozmicshredder is offline
Send a message via ICQ to cozmicshredder Send a message via AIM to cozmicshredder Send a message via MSN to cozmicshredder Send a message via Yahoo to cozmicshredder Send a message via Skype™ to cozmicshredder
cssundude
Junior Member
Join Date: Feb 2011
Old 07-18-2011 , 11:37   Re: [CSS] Random Skin/Model Change
Reply With Quote #15

yop, i use thsi plug, and i don't get big red ERROR , bug neither the skin , instead my player are invisible
is that something i forggot ?
cssundude is offline
LumiStance
AlliedModders Donor
Join Date: Jan 2009
Location: Northern California
Old 07-24-2011 , 23:31   Re: [CSS] Random Skin/Model Change
Reply With Quote #16

Quote:
Originally Posted by cssundude View Post
yop, i use thsi plug, and i don't get big red ERROR , bug neither the skin , instead my player are invisible
is that something i forggot ?
I suggest trying some other models. You may even just specify the models that came with the game just as a test.

I have a much newer version with a menu, and support for GG rank and admin skins. I just haven't had time to get it packaged for release.
__________________
LumiStance is offline
MrBrightSide
Member
Join Date: Jun 2011
Old 03-10-2012 , 11:04   Re: [CSS] Random Skin/Model Change
Reply With Quote #17

Well i think i goofed... i see CT skins but i dont see my T skins can any1 help me?

Code:
// Terrorist Model Files

// white

materials/models/player/longtimegamers/jb/prisoner_1/leet_p2.vmt
materials/models/player/longtimegamers/jb/prisoner_1/leet_p2.vtf
materials/models/player/longtimegamers/jb/prisoner_1/leet_p2_n.vtf

models/player/longtimegamers/jb/prisoner_1.mdl
models/player/longtimegamers/jb/prisoner_1.sw.vtx
models/player/longtimegamers/jb/prisoner_1.vvd
models/player/longtimegamers/jb/prisoner_1.dx80.vtx
models/player/longtimegamers/jb/prisoner_1.dx90.vtx


// black

materials/models/player/longtimegamers/jb/prisoner_2/leet_p2.vmt
materials/models/player/longtimegamers/jb/prisoner_2/leet_p2.vtf
materials/models/player/longtimegamers/jb/prisoner_2/leet_p2_n.vtf

models/player/longtimegamers/jb/prisoner_2.mdl
models/player/longtimegamers/jb/prisoner_2.sw.vtx
models/player/longtimegamers/jb/prisoner_2.vvd
models/player/longtimegamers/jb/prisoner_2.dx80.vtx
models/player/longtimegamers/jb/prisoner_2.dx90.vtx


//Mexican

materials/models/player/longtimegamers/jb/prisoner_3/leet_p2.vmt
materials/models/player/longtimegamers/jb/prisoner_3/leet_p2.vtf
materials/models/player/longtimegamers/jb/prisoner_3/leet_p2_n.vtf

models/player/longtimegamers/jb/prisoner_3.mdl
models/player/longtimegamers/jb/prisoner_3.sw.vtx
models/player/longtimegamers/jb/prisoner_3.vvd
models/player/longtimegamers/jb/prisoner_3.dx80.vtx
models/player/longtimegamers/jb/prisoner_3.dx90.vtx
MrBrightSide is offline
LumiStance
AlliedModders Donor
Join Date: Jan 2009
Location: Northern California
Old 03-11-2012 , 21:19   Re: [CSS] Random Skin/Model Change
Reply With Quote #18

Quote:
Originally Posted by MrBrightSide View Post
Well i think i goofed... i see CT skins but i dont see my T skins can any1 help me?
Are there any errors in you server logs? Or in the client console?

Do the Terrorist have the standard skin?
__________________

Last edited by LumiStance; 03-11-2012 at 21:21.
LumiStance is offline
MrBrightSide
Member
Join Date: Jun 2011
Old 03-12-2012 , 00:31   Re: [CSS] Random Skin/Model Change
Reply With Quote #19

standard skin


Errors but non for the mod


L 03/11/2012 - 23:29:11: SourceMod error session started
L 03/11/2012 - 23:29:11: Info (map "ba_jail_electric_razor_v6") (file "errors_20120311.log")
L 03/11/2012 - 23:29:11: [SM] Fatal error encountered parsing translation file "adminsmite.phrases.txt"
L 03/11/2012 - 23:29:11: [SM] Error (line 0, column 0): Stream failed to open
L 03/11/2012 - 23:29:11: [SM] Fatal error encountered parsing translation file "smcolor.phrases.txt"
L 03/11/2012 - 23:29:11: [SM] Error (line 0, column 0): Stream failed to open
L 03/11/2012 - 23:29:13: [SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
L 03/11/2012 - 23:29:13: [SM] Displaying call stack trace for plugin "sm_ctban.smx":
L 03/11/2012 - 23:29:13: [SM] [0] Line 204, /home/groups/alliedmodders/forums/files/5/4/6/4/8/95528.attach::OnClientAuthorized()



the skins show when i type "sm_skinapp 1" but only for that one round
MrBrightSide is offline
LumiStance
AlliedModders Donor
Join Date: Jan 2009
Location: Northern California
Old 03-12-2012 , 01:40   Re: [CSS] Random Skin/Model Change
Reply With Quote #20

Quote:
Originally Posted by MrBrightSide View Post
standard skin

the skins show when i type "sm_skinapp 1" but only for that one round
Please provide the context for the above answers.

standard skin -> Even when the plugin is enabled and CT's have custom skins?

sm_skinapp 1 -> By default, the plugin applies the skins (do have sm_skinapp 0 in a config file somewhere?)

btw, what a weird file name: "/home/groups/alliedmodders/forums/files/5/4/6/4/8/95528.attach"
__________________
LumiStance is offline
Reply


Thread Tools
Display Modes

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 09:59.


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