Raised This Month: $ Target: $400
 0% 

Basic Admin Tool


Post New Thread Reply   
 
Thread Tools Display Modes
Sup_R_m@N
Member
Join Date: Nov 2004
Location: Hungary, Budapest
Old 08-10-2007 , 04:22   Re: Basic Admin Plugin
Reply With Quote #1031

Quote:
Originally Posted by EKS View Post
www.TheXSoft.com

I added a BAT page, and added docs there, trying to make it a bit better to understand. Those that have time please check it out, and pm me any feedback please.
Over time when their better perhaps some translations can be offered aswell.
In what format can I send you the translations? Only simple txt, or the same HTML as in the main column of your site?
Sup_R_m@N is offline
Send a message via MSN to Sup_R_m@N
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 08-11-2007 , 05:25   Re: Basic Admin Plugin
Reply With Quote #1032

Quote:
Originally Posted by kjcdude View Post
Bug for 1.5.0 B9
When set to sv_lan 1 the server never changes the steam id from pending to lan, thus users are disconnected. B7 and earlier versions did not have this problem.
Works fine when sv_lan 0 is set.

It has been tested on over 20 different computers, some have admin some don't. Server was checked for updates using hlds update tool. I also ran -verify_all on the server. Restarted. Tried running it from different servers, all had same problem. All 3 of the other servers I have up are running 1.4.4 fine and have not experienced any problems.



-Kyle
What other plugins do you run. Some plugins have a bug where they convert steamids to lowercase.

Quote:
Originally Posted by 1695 View Post
Sorry since the following line were linked to BAT I assumed that the firt was also ^^.





Why ? could you fix instead of remove :s ?
Because BAT does nothing with the quotes i could tell, it just builds up a string from srcds engine and it gets screwed somewhere. Why spend hours trying to figure out where, when id bet close to nobody is gonna use quotes in the c say?

Quote:
Originally Posted by Sup_R_m@N View Post
In what format can I send you the translations? Only simple txt, or the same HTML as in the main column of your site?
Its plaintext with some minor html code, and the cms of the site makes the page look like what it does. But for those that dont know html i can easly format it afterwards. Im gonna do some mintor changes today and il let guys know when its "final" so those want to help translate can.
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 08-12-2007 , 12:49   Re: Basic Admin Plugin
Reply With Quote #1033

Regarding the docs, they are no close to final. Im proberbly gonna add some sort of page for regarding how to run BAT along with sourcemod.

Other then that, this is whats going to happen to BAT forward.
One more beta, that will add client redirect for clients in the reservedslots system. After that perhaps a few RC`s and 1.5 is the new stable release.

Then 1.6 starts.
There im going to likely add some sort of intergration with sourcemod.
Support for the new shiny webinterface that Sup_R_m@N is working on.
We can proberbly start adding some sort of timed actions. As 1.5 is going to get a simple task system ( required for the redirect to work), we can time some tasks that ppl might want.

Regarding translations of the docs, those that can help with that jsut translate the text and il add the html code for now. Il have to find a nice way to make the site be able to show the text in multiple languages.
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 08-12-2007 , 13:41   Re: Basic Admin Plugin
Reply With Quote #1034

On a site note. how would you guys like to be informed about new versions?

I see a few alternatives.
Using email notifications on this thread ( Thats getting spamming for most a i belive)?
Using RSS feed on www.TheXSoft.com ?
http://steamcommunity.com/groups/BAT ?

Or do you guys just check for a new version whenever you want?
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
Sup_R_m@N
Member
Join Date: Nov 2004
Location: Hungary, Budapest
Old 08-12-2007 , 14:02   Re: Basic Admin Plugin
Reply With Quote #1035

Quote:
Originally Posted by EKS View Post
On a site note. how would you guys like to be informed about new versions?

I see a few alternatives.
Using email notifications on this thread ( Thats getting spamming for most a i belive)?
Using RSS feed on www.TheXSoft.com ?
http://steamcommunity.com/groups/BAT ?

Or do you guys just check for a new version whenever you want?
I check this topic very frequent, but I think RSS is the best. It's even good for sysadmins, who doesn't use steam, just making servers.
Sup_R_m@N is offline
Send a message via MSN to Sup_R_m@N
XG1|AleX
Member
Join Date: Jun 2007
Old 08-12-2007 , 15:36   Re: Basic Admin Plugin
Reply With Quote #1036

joined the Group and looking 4 new Infos this Thread daily
__________________
XG1|AleX is offline
f64
Member
Join Date: Jun 2007
Location: Houston, TX USA
Old 08-12-2007 , 15:38   Re: Basic Admin Plugin
Reply With Quote #1037

http://img405.**************/my.php?i...omparisme8.jpg

Here is a comparison of access flags between SourceMod and BAT. I don't know how much
trouble it would be for you, but perhaps it might be more user friendly if the flags matched functionality - eventually
f64 is offline
XG1|AleX
Member
Join Date: Jun 2007
Old 08-12-2007 , 16:33   Re: Basic Admin Plugin
Reply With Quote #1038

4 what?

^^ unusable to change the flags, that they are the same like Sourcemod... ^^
__________________
XG1|AleX is offline
teac
New Member
Join Date: Aug 2007
Old 08-12-2007 , 18:07   Re: Basic Admin Plugin
Reply With Quote #1039

Hi, I'm new here. I have a favour to ask of you. Could you put in new version
of BAT option which can off steam validate? Some of people who join to
server are kicked because they haven't properly SteamID.
Or, if it's to hard to do could you just comment/remove part of code which is
responsible for auth, compile the code and upload it somewhre? I guess it's
located in SharedFunctions.cpp file in lines 124-129:
Code:
else if(g_IsConnected[i] && (g_UserInfo[i].ConnectTime+g_BATVars.GetAuthTime() ) < g_FlTime) // More then the allowed time has passed, and we kick him
                {
                        ServerCommand("kickid %d Your STEAMID did not Validate",g_UserInfo[i].Userid);
                        MessagePlayer(0,"[BAT] %s was kicked because his steam id never got validated by the steam master servers",GetPlayerName(i));
                        AddLogEntry("%s<%s> was kicked because his steamid never validated",GetPlayerName(i),g_UserInfo[i].IP);
                }
But it's your plugin and you're the man :] I would remove this by myself but I
haven't properly environment to do that.
teac is offline
kjcdude
Member
Join Date: Jan 2005
Location: 92679
Old 08-13-2007 , 00:01   Re: Basic Admin Plugin
Reply With Quote #1040

Quote:
Originally Posted by teac View Post
Hi, I'm new here. I have a favour to ask of you. Could you put in new version
of BAT option which can off steam validate? Some of people who join to
server are kicked because they haven't properly SteamID.
Or, if it's to hard to do could you just comment/remove part of code which is
responsible for auth, compile the code and upload it somewhre? I guess it's
located in SharedFunctions.cpp file in lines 124-129:
Code:
else if(g_IsConnected[i] && (g_UserInfo[i].ConnectTime+g_BATVars.GetAuthTime() ) < g_FlTime) // More then the allowed time has passed, and we kick him
                {
                        ServerCommand("kickid %d Your STEAMID did not Validate",g_UserInfo[i].Userid);
                        MessagePlayer(0,"[BAT] %s was kicked because his steam id never got validated by the steam master servers",GetPlayerName(i));
                        AddLogEntry("%s<%s> was kicked because his steamid never validated",GetPlayerName(i),g_UserInfo[i].IP);
                }
But it's your plugin and you're the man :] I would remove this by myself but I
haven't properly environment to do that.
You could just start your server with the command -insecure and it'll turn off VAC.
__________________
kjcdude is offline
Send a message via AIM to kjcdude Send a message via MSN to kjcdude
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 04:21.


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