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

I need some advice from people!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
batontwix
New Member
Join Date: Dec 2014
Old 12-19-2014 , 06:25   I need some advice from people!
Reply With Quote #1

Hello everyone.

This is my first time when I am setting my TF2 server. All I want to do right now is to make correct groups with PREFIXES before the nick. Ive installed neccesary addons, there are my files:


GROUPS.cfg
Code:
"Groups"
{
	"Moderator"
	{
		"flags"		"abcdefgjkp"
		"immunity"		"0"
	}
	"Administrator"
	{
		"flags"		"acfjkq"
		"immunity"		"50"
	}
	"SuperAdmin"
	{
		"flags"		"abcdefgjk"
		"immunity"		"90"
	}
	"VIP"
	{
		"flags"		"ajko"
		"immunity"		"20"
	}
}
ADMINS.cfg
Code:
"Admins"
{
	"Pavlov_SA"
	{
		"auth"		"steam"
		"identity"		"STEAM_0:1:40617456"
		"group"		"SuperAdmin"
		"immunity"		"95"
		"flags"		"abcdefghijklmnzopqrst"
	}
	"Setlak_SA"
	{
		"auth"		"steam"
		"identity"		"STEAM_0:0:69461362"
		"group"		"SuperAdmin"
		"immunity"		"100"
		"flags"		"abcdefghijklmnzopqrst"
	}
	"Najas_SA"
	{
		"auth"		"steam"
		"identity"		"STEAM_0:0:49685072"
		"group"		"SuperAdmin"
		"immunity"		"100"
		"flags"		"abcdefghijklmnzopqrst"
	}
	"Erez_SA"
	{
		"auth"		"steam"
		"identity"		"STEAM_0:0:43890327"
		"group"		"SuperAdmin"
		"immunity"		"100"
		"flags"		"abcdefghijklmnzopqrst"
	}
}

CUSTOM-CHATCOLORS.cfg
Code:
//		Custom Chat Colors is written by Dr. McKay (http://www.doctormckay.com)
//		Simple Chat Colors (Redux) is written by Antithasys
//		The configuration is very similar, so I've stolen Redux's documentation :P
//		
//		How to edit this file:
//		"admin_colors"										<--	Leave this alone
//		{																<--	Add all groups/steamids after first bracket (Leave this alone)
//																			
//			"STEAM_0:1:1234567"						<--	Here is a steamid example with a tag (don't duplicate steamids)
//			{
//				"namecolor"		"#RRGGBB"						<--	This is the color for the name (#RRGGBB in hex notation or #RRGGBBAA with alpha)
//				"textcolor"		"#RRGGBBAA"						<--	This is the color of the text
//			}
//
//			"groupname"											<--	This can either be a steamid for a specific player, or a group name
//			{															<--	Open the group
//				"flag"				"z"							<--	This is the flag(s) assoicated with the group.  This field doesn't matter if the group name is a steamid
//				"tag"				"[admin]"					<--	This is the text for the tag
//				"tagcolor"		"O"						<--	This is the color for the tag
//				"namecolor"		"G"						<--	This is the color for the name
//				"textcolor"		"T"						<--	This is the color of the text
//			}															<--	Close the group
//		}																<--	Add all groups/steamids before last bracket (Leave this alone)
//
//		NOTE:
//		If you don't enter a steamid then the group name does not matter, it's just for your reference.
//
//		For colors, either a hex notation of a color (#RRGGBB or #RRGGBBAA) or one of the supported shortcuts (O - Olive, G - Green, T - Team) is required
//
//		--------ORDER OF OPERATIONS--------
//		
//		The order in which you place items in the config file matters.  Here is what determins what color they get:
//		1. SteamID
//			If there is a steamid present, it will always override everything.  If you put a steamid in twice
//			then the first entry (top to bottom) will be used. (I think, just don't do it!)
//		2. Groups
//			The plugin will search (top to bottom) for a postitive match for the flag string.  The player' flags
//			will be compared with the group flag character (NOTE: only one flag per group! "a" is okay, "ab" is NOT),
//			and if the player has the flag, it will stop there.
//			For example. Admins with the "ad" flags and donators with the "a" flag.  If you place the "a" flag group
//			above the "d" group then the admin will get the "a" colors. Order matters.
//
//		---------DO NOT EDIT ABOVE THIS LINE---------
"admin_colors"
{
	"Moderator"
	{
		"flag"				"p"
		"tag"				"[Mod] "
		"tagcolor"			"#66FF00"
	}
	"Administrator"
	{
		"flag"				"q"
		"tag"				"[Admin] "
		"tagcolor"			"#FF0000"
	}
	"SuperAdmin"
	{
		"flag"				"r"
		"tag"				"[SuperAdmin] "
		"tagcolor"			"#660033"
		"namecolor"			"#FF0000"
	}
	"VIP"
	{
		"flag"				"o"
		"tag"				"[VIP] "
		"tagcolor"			"#FFFF00"
		"textcolor"			"#FF9999"
	}
}
And when I chosed SuperAdmin for me, its showing:



Can anyone help me with this?
batontwix is offline
Wliu
Veteran Member
Join Date: Apr 2013
Old 12-19-2014 , 08:04   Re: I need some advice from people!
Reply With Quote #2

And this has to do with VSH/FF2 how?
__________________
~Wliu
Wliu is offline
batontwix
New Member
Join Date: Dec 2014
Old 12-19-2014 , 08:44   Re: I need some advice from people!
Reply With Quote #3

sorry, posted in wrong section, just realised.
batontwix is offline
batontwix
New Member
Join Date: Dec 2014
Old 12-20-2014 , 04:24   Re: I need some advice from people!
Reply With Quote #4

bump
batontwix is offline
Transit Of Venus
Senior Member
Join Date: May 2014
Location: Australia
Old 12-20-2014 , 08:19   Re: I need some advice from people!
Reply With Quote #5

No one is going to really help you in a Saxton Hale/Freak Fortress 2 forum, try moving it to another place
Transit Of Venus is offline
Send a message via ICQ to Transit Of Venus Send a message via Skype™ to Transit Of Venus
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 20:51.


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