Raised This Month: $ Target: $400
 0% 

Basic Admin Tool


Post New Thread Reply   
 
Thread Tools Display Modes
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 10-01-2007 , 13:51   Re: Basic Admin Plugin
Reply With Quote #1171

1.5.1 is now "officaly" released.
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
-=]DS[=-launebaer
Member
Join Date: Jul 2005
Old 10-01-2007 , 16:19   Re: Basic Admin Plugin
Reply With Quote #1172

hi

does not work on my linux server
server wount start online
-=]DS[=-launebaer is offline
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 10-01-2007 , 17:51   Re: Basic Admin Plugin
Reply With Quote #1173

Quote:
Originally Posted by -=]DS[=-launebaer View Post
hi

does not work on my linux server
server wount start online
www.thexsoft.com

REad the docs, they explain what you should do. Also say what you should post incase it does not work.
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
-=]DS[=-launebaer
Member
Join Date: Jul 2005
Old 10-02-2007 , 04:09   Re: Basic Admin Plugin
Reply With Quote #1174

hi i load all the files to my server but the server does not start with the version 1.5.1. with vervion 1.5.0 the server goes online.

here is the cfg file

Code:
// Basic Admin Tool Config file
echo [BAT] Loading Basic Admin tool Config file

bat_loadsettings 1	// Load settings on every mapchange ( mapcycle / users.ini / public messages) / 0 = Only loads once

// Vote spesfic ( Inluding map voting)
bat_mapextend 3			// 0 = Map vote at the end of map is disabled (Say nextmap is also disabled) | 1 = Enable map vote at the end of map | 2 = Chat based voting | 3 = Enables only responding to say nextmap
bat_mapextend_time 3 		// How many times the map can be extended
bat_maprockthevote 1		// 0 = Disables say rockthevote  / 1 = say rockthevote enabled
bat_votemap_required 50		// How big a percentage of players that needed for a successful map vote (custom map votes and rtv)
bat_voteplayer_required 60 	// How big a percentage of players that needed for a successful player vote (votekick and voteban)


bat_authtime 15 	// How long a player has to authenticate his steamid after he is fully connected, if it does not auth he gets kicked
bat_serverrulesurl "none" // The url to the website that hosts the server rules(Must be a http link)
bat_interface 1		// Enable the interface that allows other plugins to interact with BAT ( Read more about this interface in docs folder or check the ForgiveTK plugin that uses it )
bat_sigscanner 1 	// Allows BAT access to functions Valve/mods dont export properbly, disabled this if you get crashes after a engine/mod update
bat_timeleft 0 		// If BAT should respond to timeleft and thetime

// Vote ban / kick System
bat_publicvotecmds 0 	// 0 = Disabled
			// 1= Allow votekick
			// 2= Allow voteban 
			// 3= Allow votekick and voteban

bat_votebantime 60	// How long a voteban lasts in minutes

// Public message related
bat_publicmsg_time 0	// How often in minutes to show a public message ( 0 Disables system )
bat_publicmsg_mode 0	// 0 = System Disabled | 1 = Enabled via normal chat messages | 2 = Enabled via Hint messages

// Language settings
bat_language "en" 	// Type "bat_language" in server console and hit enter for a full list
bat_languageoptimize 0  // 0 = Disabled
			// 1 = Full optimize at map change, updates translation.dat ( So it requires write access to the file)
			// 2 = Only optimizes translation list in memory (Optimiation will be lost on every mapchange)

// Reserved slots system
bat_reservedslots 2				// 0 = Disabled | 1 = Constantly hides X slots | 2 = Keeps X slots for admins ( same as amxx default system) | 3 = Allways keeps 1 slot open, and kicks a player that lacks reservedslots right when a admin joins
bat_reservedslotscount 2			// The number of player slots reserved for admins ( Hidden from from the public)
bat_reservedslotsredirect 0			// If players that are being kicked due to slot reservation should get a option to be redirected instead
bat_reservedslotsredirectaddress "none" 	// The IP address the user should be redirected to

bat_allownoneadmintalk 1	// Allow none admin players to send admin say messages to admins ( But they cannot ready them)

// MySQL System
bat_mysql 0 			// 1 will enable mysql system , 2 = Will use Amxbans system  , 3 = Will use sourcebans
bat_sqlusername "root"		// The username to access the MySQL server
bat_sqlpassword "SomeThing"	// The passord to to access the MySQL server
bat_sqldatabase "BAT"		// The Database that the admin/log table for BAT is located in
bat_sqlserverip "10.0.0.6"	// The IP address to the server
bat_sqladmintable "admin"	// Change if you want BAT to check another table for the admin info
bat_sqllogtable "log"		// Change if you want BAT to check another table for the log info

// Due to some unstability regarding a function in srcds, we use a console command to tell BAT that this config file has been executed
admin_reload

Last edited by -=]DS[=-launebaer; 10-02-2007 at 04:22.
-=]DS[=-launebaer is offline
kuechenmessa
Member
Join Date: Mar 2007
Old 10-02-2007 , 07:47   Re: Basic Admin Plugin
Reply With Quote #1175

Same here, 1.5.0 works like a charm, 1.5.1 doesn't let SRCDS start up. Sorry have no Logfile/Debug...

Linux, MM:Source 1.4.2.414
kuechenmessa is offline
bolinux
Member
Join Date: Jul 2007
Old 10-02-2007 , 10:15   Re: Basic Admin Plugin
Reply With Quote #1176

1.5.1 running fine on Insurgency / Windows 2K3

Basic Admin Tool 1.5.1 EKS RUN

Only have a question, we have reserved slots on like:

bat_reservedslots 1
bat_reservedslotscount 2
bat_reservedslotsredirect 0
bat_reservedslotsredirectaddress 0

on a 32 slot server 2 hidden = 30, but only 29 can get filled by public players!

do i something wrong?

R3M
bolinux is offline
MADMAXS
Member
Join Date: Jun 2007
Old 10-02-2007 , 11:58   Re: Basic Admin Plugin
Reply With Quote #1177

lo just wanted to no if u added a cvar or a setting that will allow admins or server owners to stop the admins name being shown when exec a command on a player.

like have a setting to have it on or off
__________________
MADMAXS is offline
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 10-02-2007 , 19:04   Re: Basic Admin Plugin
Reply With Quote #1178

Quote:
Originally Posted by kuechenmessa View Post
Same here, 1.5.0 works like a charm, 1.5.1 doesn't let SRCDS start up. Sorry have no Logfile/Debug...

Linux, MM:Source 1.4.2.414
like the docs say and often posted in this tread. do a meta retry 01 or whatever the number of BAT is. That will give you a proper error message thats usefull.

Quote:
Originally Posted by bolinux View Post
1.5.1 running fine on Insurgency / Windows 2K3

Basic Admin Tool 1.5.1 EKS RUN

Only have a question, we have reserved slots on like:

bat_reservedslots 1
bat_reservedslotscount 2
bat_reservedslotsredirect 0
bat_reservedslotsredirectaddress 0

on a 32 slot server 2 hidden = 30, but only 29 can get filled by public players!

do i something wrong?

R3M
so basicly its acting like its reserving 3 slots instead of 2?

Quote:
Originally Posted by MADMAXS View Post
lo just wanted to no if u added a cvar or a setting that will allow admins or server owners to stop the admins name being shown when exec a command on a player.

like have a setting to have it on or off
no, its not in the changelog is it this will not happen untill 1.6 series start
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
kuechenmessa
Member
Join Date: Mar 2007
Old 10-02-2007 , 19:56   Re: Basic Admin Plugin
Reply With Quote #1179

Quote:
Originally Posted by EKS View Post
like the docs say and often posted in this tread. do a meta retry 01 or whatever the number of BAT is. That will give you a proper error message thats usefull.
meta retry only works, if MM:Source finds and tries/fails to load a Plugin. In this Case the SRCDS don't even start when 1.5.1 is installed. MM:Source cannot even "hook" BAT 1.5.1 as found but unloaded Plugin due to errors
kuechenmessa is offline
-=]DS[=-launebaer
Member
Join Date: Jul 2005
Old 10-03-2007 , 04:25   Re: Basic Admin Plugin
Reply With Quote #1180

yes by my server is this too. the scrds doesn not start up when the plugin is load in the metaplugins.ini

this comes in the console:
Code:
 1 Copyright (c) 2007 MaxMind LLC All Rights Reserved
Loaded: addons/eventscripts/time_left/es_time_left_settings_db.txt
"STEAM_ID_LAN" is now an admin.
"STEAM_0:0:8380625" is now an admin.
Executing dedicated server config file
Error: Material "sprites/bubble" : proxy "AnimatedTexture" not found!
ES_TOOLS :  Starting second delayed loading sequence.
ES_TOOLS : Getting External Interfaces...
ES_TOOLS : Got Game Rules @ 0x8e5ba60
ES_TOOLS : Finsihed the second delayed loading block.
Section [Scenes]: 0 resources total 0 bytes, 0.00 % of limit (2.10 MB)
./srcds_run: line 426: 10442 Speicherzugriffsfehler  $HL_CMD
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Mi 3. Okt 11:59:43 UTC 2007: Server restart in 10 seconds
Mi 3. Okt 11:59:44 UTC 2007: Server Quit

h857730:/home/css_testserver2#

but when i tast it with -debug comes hte same but no debug.log. so i doesnt what the error is
-=]DS[=-launebaer is offline
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 19:15.


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