SRCDS Steam group


Can anyone help with my clients.txt / immunity groups?
#1
Have posted multiple times over on Mani forums and have gotten zero response - which is noteworthy since it is generally very helpful over there. So, maybe someone can help me out over here!

Am running a hosted CSS server using Mani admin. Admins are all loaded and working using the clients.txt file. There is a section at the bottom of this file for giving admins immunity from specific things, depending on which flags you choose. I understand this is not TK-punish protection, that is not why I want it.

I need some help with the formatting of the text for giving the specified immunity flags. There is not any guidance in the file for how it should be typed, nor can I find any online examples. Here is what the immunity protion of my clients.txt file looks like right now:

"immunitygroups"
{
"NoFun" "j i l f t d g Immunity" // <-- I have no idea what this is...it came with the file
"No Kick Ban" "k b Immunity" //<-- same with this line

"Client_17" // <-- everything below here is what I have added
{
"name" "Client_17"
"steam" "STEAM_0:1:2345678"
"immunity flags"
"immunity"
{
"flags1" "j k m b x i l f d e h n q r s u v a p immunity"
}
}
"Client_18"
{
"name" "Client_18"
"steam" "STEAM_0:1:9876543"
"immunity flags"
"immunity"
{
"flags1" "j k m b x i l f d e h n q r s u v a p immunity"
}
}




}

So, there are also some files on my server called adminlist.txt.old, admingroups.txt.old, immunitylist.txt.old, & immunitygroup.txt.old

When I remove the .old and open these up, they look like a much more straightforward way to activate admins and give immunity, but must be from an older version of mani?

1) What is the correct formatiing for clients.txt?
2) Am I totally way off here? SHould I just use the immunitylist.txt files? Will they work with the latest version of mani?

Thanks to anyone who can offer suggestiongs...am really stuck on this.
Reply
#2
Here's an example from my clients.txt:

"clients.txt"
{
// This key group lists all your client players
"players"
{
// This must be a unique client name
"Client_1"
{
// Client real name
"name" "********"
// Steam ID for client
"steam" "STEAM_*************"
// This is the admin group the client is subscribed to
"admingroups" "Squad2"
// This is the immunity group the client is subscribed to
"immunitygroups" "Clan"
}
// This must be a unique client name
"Client_2"
{
// Client real name
"name" "**********"
// Steam ID for client
"steam" "STEAM_*********"
// This is the admin group the client is subscribed to
"admingroups" "Full"
// This is the immunity group the client is subscribed to
"immunitygroups" "Full"
}
Next time I would suggest posting something like this in the modifications section.

I hate how they changed the way to manage the admin's in the beta version. Mani has a web-admin available that actually uses the databse format of the new clients.txt to make it easier to manage admins from any web browser! You can find it on the mani website.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)