[CSS] PlayerSkins textures not showing properly

Post Reply
MrBlaze
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue May 12, 2020 3:15 pm

[CSS] PlayerSkins textures not showing properly

Post by MrBlaze »

I am using https://forums.alliedmods.net/showthread.php?t=276677 . I select and equip skins from store menu. Everything works fine expect player skins and hats but i can live without hats. Hats and Playerskins are having the same issue of they appear correctly but instead of showing its texture you see pink/black checkers in its place. I removed hats completely as said not my concern atm, trying to fix playerskins showing pink/black checker issue. I am trying to use this Skin > https://gamebanana.com/skins/136269
I uploaded the materials to cstrike>custom>css>materials and models to cstrike>custom>css>models
As instructed for store i edited the items.txt and put
"Player Skins"
{
"Terrorists"
{
"Skeleton"
{
"model" "models/players/vad36tf2/skeleton.mdl"
"team" "2"
"price" "1200"
"type" "playerskin"
}
}
Everything works fine and it shows up in the store and you can see the skeleton but it appears in pink/black checkers like it missing the texture files. I've read that it means the files are misplaced. i double checked and im pretty sure that is where you add those files.
so my folders look like this once added the skins to server
cstrike>custom>css>materials>models>players>vad36heartbreaker
cstrike>custom>css>models>players>vad36heartbreaker

I have also tried using the folder player instead of players.
Also i had to create the vad36heartbreak folder for the models>player section and add the files to it , to make it so Player Skins actually showed in the store menu.

I hope all this info is enough for someone to hopefully have any fixes or solutions for this. Any help is much appreciated!
If you need any more information feel free to ask, i will post it asap.
Post Reply