Raised This Month: $32 Target: $400
 8% 

Sm_Skinchooser


Post New Thread Reply   
 
Thread Tools Display Modes
uchihaedd
Junior Member
Join Date: Dec 2020
Old 02-05-2023 , 10:36   Re: Sm_Skinchooser
Reply With Quote #2991

how to open arms menu on CS:S?

Last edited by uchihaedd; 02-05-2023 at 10:49.
uchihaedd is offline
ExPR
New Member
Join Date: Feb 2023
Old 02-08-2023 , 09:53   Re: Sm_Skinchooser
Reply With Quote #2992

Good day! May I kindly ask how do I allow bots to use Agents skins from CSGO? Thank you Kindly!
ExPR is offline
uchihaedd
Junior Member
Join Date: Dec 2020
Old 02-09-2023 , 02:22   Re: Sm_Skinchooser
Reply With Quote #2993

sm_skinchooser_SkinBots turn invisible on CS:S . .
any fix?

its working now . .
i just edit the cfg to forceplayer and forcebot to 1 . .

Last edited by uchihaedd; 02-09-2023 at 04:16.
uchihaedd is offline
trash_dogschidtt
New Member
Join Date: Feb 2023
Old 02-22-2023 , 20:41   Re: Sm_Skinchooser
Reply With Quote #2994

Quote:
Originally Posted by uchihaedd View Post
sm_skinchooser_SkinBots turn invisible on CS:S . .
any fix?

its working now . .
i just edit the cfg to forceplayer and forcebot to 1 . .
Which cfg did you add forceplayer/forcebot into? None of my bots are affected at all by my forceskinbots files.
trash_dogschidtt is offline
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 05-21-2023 , 21:55   Re: Sm_Skinchooser
Reply With Quote #2995

Any chance of getting a version of this plug-in for Fistful of Frags (FoF)?
https://store.steampowered.com/app/2...tful_of_Frags/

Four teams are:
* Vigilantes (Blue)
* Desperados (Red)
* Banditos (Yellow)
* Rangers (Green)
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter
Weasel is offline
That_Zombie
Junior Member
Join Date: Mar 2023
Old 07-08-2023 , 08:24   Re: Sm_Skinchooser
Reply With Quote #2996

So from what i tested this plugin does not support force playermodels mapbased. For example if i want to add the separatists faction on dust2, the pirates faction on mirage (to be defaulted). It will be cool if u manage to add that
That_Zombie is offline
evans
Senior Member
Join Date: May 2021
Location: OnSmokeDetonate();
Old 07-25-2023 , 19:26   Re: Sm_Skinchooser
Reply With Quote #2997

Hi, what should i do if i'm using sm downloader/precacher? Is it ok to keep the files in sm downloader ini files and leave skinchooser download ini file blank? Or remove data from sm downloader ini files and put to skinchooser ini files? Thanks for answer.
__________________
evans is offline
evans
Senior Member
Join Date: May 2021
Location: OnSmokeDetonate();
Old 07-26-2023 , 09:53   Re: Sm_Skinchooser
Reply With Quote #2998

Quote:
Originally Posted by TnTSCS View Post
Here, try this modified version 2.7 from first post. Modified lines 266, 278, & 1001

Changed
PHP Code:
if (FileExists(path true)) 
to
PHP Code:
if (FileExists(path)) 
FileExists


Perhaps FileExists (with use_valve_fs true) being called with "// NONE" that you have in a couple of places in your skins.ini is causing the crash?

Use quickdiff.com to check the changes
So far what i found, it's probably better to put all the files to sm downloader/precacher download file instead of skinchooser downloads ini files. At least for me it works better.

Ok, but what i wanted to say is i had probably never so much hassle with any plugin before like with this. In compare with zombie:reloaded player skins management, in ZR is it a walkaround in paradise and this is quite nightmare. There is huge sensitivity for literally every extra character or empty space in config file, in other words, one more space somewhere and it does not work. Plus another important thing, I tried every version of this plugin (3.0, 5.1, 5.2, 5.3) and it keeps my linux server still crashing (Engine error: Host_Error: Bad string. I found one post with solution (there must not be empty admin sections) in this thread from
senior member "Old and Slow" from TX, but it did not help to me. Yep, windoze has no problem but in linux it's a pain to get it work for most people probably. Probably that's why this thread has over 300 pages..
At the end after some code rewrites i made this plugin work as expected, finally, but it took me a day and half to get it work as it should.
Version 2.7 now works in linux and mainly many thanks to "TnTSCS" sourcemod donor who made a decisive change to the code and it helped me a lot..

Thanks a lot man !!! Cheers..
__________________

Last edited by evans; 07-28-2023 at 05:06.
evans is offline
HiddenConn1
AlliedModders Donor
Join Date: Aug 2009
Location: Cambridge, UK
Old 03-08-2024 , 19:19   Re: Sm_Skinchooser
Reply With Quote #2999

Hey people.

I'm having an issue with skinchooser.smx. It seems to crash the server instantly when the smx is in /plugins/. I've checked my configs but am unsure if I am missing something.
Attached Thumbnails
Click image for larger version

Name:	notepad_IO89CYTpwQ.png
Views:	10
Size:	79.7 KB
ID:	203675  
Attached Files
File Type: ini default_skins.ini (928 Bytes, 4 views)
File Type: ini default_skins_downloads.ini (4.1 KB, 1 views)
__________________
HiddenConn1 is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 03-09-2024 , 06:58   Re: Sm_Skinchooser
Reply With Quote #3000

Quote:
Originally Posted by HiddenConn1 View Post
Hey people.

I'm having an issue with skinchooser.smx. It seems to crash the server instantly when the smx is in /plugins/. I've checked my configs but am unsure if I am missing something.
In the default_skins.ini You closed the brackets for the "VIP models" block after "Team1", but should have done so after "Team2".
And there should also be empty quotes after the “Admin” key in the “VIP Models” block.

It hould be like this:
PHP Code:
"Models"
{
    
"Public Models"
    
{
        
"Admin" ""
        "Team1"
        
{
            
"Master Chief T"
            
{
                
"path" "models/player/wastedyouth/redmc/t_arctic.mdl"
            
}
        }

        
"Team2"
        
{
            
"Master Chief CT"
            
{
                
"path" "models/player/wastedyouth/bluemc/ct_sas.mdl"
            
}
        }
    }
    
"Admin Models"
    
{
        
"Admin" "t"
        "Team1"
        
{
            
"skull_admin_v2"
            
{
                
"path" "models/player/ics/skull_admin_v2/skull.mdl"
            
}
        }

        
"Team2" "ct"
        
{
            
"Kirby Admin CT"
            
{
                
"path" "models/player/kirby/admin/kirby_admin.mdl"
            
}
        }
    }
    
"VIP Models"
    
{
        
"Admin" ""
        "Team1"
        
{
            
"Kirby VIP T"
            
{
                
"path" "models/player/kirby/vip/kirby_vip.mdl"
            
}
        }

        
"Team2"
        
{
            
"GIGN CT"
            
{
                
"path" "models/player/GeNeRaLbEaM/vip/vip_gign/ct_gign.mdl"
            
}
        }
    }

__________________

Last edited by Grey83; 03-09-2024 at 07:00.
Grey83 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 00:11.


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