Tremulous Forum

General => General Discussion => Topic started by: Evlesoa on December 20, 2006, 10:29:44 pm

Title: Server Admins (help lol)
Post by: Evlesoa on December 20, 2006, 10:29:44 pm
Umm... how do you set the time for being kicked and coming back?

Ex; You got kicked by NAME, kicked for 3 minutes (cant enter game for 3 minutes)

How do you set that time?

and #2 question, how do you set-up private clients with a password? So if its full, admins can enter?

Thanks!
Title: Server Admins (help lol)
Post by: Thorn on December 20, 2006, 10:44:01 pm
1. G_kicktimer? or something like that

2.Rconpassword  and   sv_privateclients?
Title: Server Admins (help lol)
Post by: kevlarman on December 20, 2006, 10:51:39 pm
Quote from: "Thorn"
1. G_kicktimer? or something like that
g_adminTempBan <number>
Title: Server Admins (help lol)
Post by: Glunnator on December 22, 2006, 12:37:12 pm
Quote from: "kevlarman"
Quote from: "Thorn"
1. G_kicktimer? or something like that
g_adminTempBan <number>


......what about '<name>'?

I think you might want a specific person to kick, or you'll tempban everyone there.... No..... no, .... no, wait a sec. no you won't.
Title: Server Admins (help lol)
Post by: tuple on December 22, 2006, 12:44:25 pm
set g_adminTempBan 300
It is in seconds, so 300 is a 5 minute ban.

http://tuplesplayhouse.blogspot.com/index.html
^I was putting server vars as I learned them there^ but I've fallen behind :)
Still, you may find a couple you didn't know.
Title: Server Admins (help lol)
Post by: Glunnator on December 22, 2006, 01:02:31 pm
Huh.....?


Oh, wait! no, i understand. k. just ignore ol' me. wheee! *explodes*
Title: Server Admins (help lol)
Post by: [EVIL]Unknown on December 22, 2006, 01:18:34 pm
or for what u were looking for..

if ur using tjw's admin thingy it would be something like


!ban (#,or name,or ip) 3m being a dick

so person would be banned for 3 mins for being a dick

u can also use d for day h for hours and i believe s for seconds havent tried all i usually use hours or days or mostly perm
Title: Server Admins (help lol)
Post by: Glunnator on December 22, 2006, 09:47:37 pm
Yeah thnx man.... hey wait...

How u know i wanted to know that?!

Are you stalking me?!?!?!

*Lookes around several times almost panicking*


KIDDING! kidding!

thanks. ^^
Title: hey
Post by: Carteludo on December 23, 2006, 03:02:46 am
u guys sound like u know what ur talkin aobut so im wondering if u know how i can configure my server.cfg to have my admin rights on it
Title: Server Admins (help lol)
Post by: [EVIL]Unknown on December 23, 2006, 04:17:27 am
that kind of information isnt stored on the server.cfg

its contained in a file called admin.dat... dont ask me where its located.


basically it will be under there with something like


[admin]
name    = ^4[EVIL]^3AFK
guid    = XXXXXXXXX
level   = 5
flags   =

so u can just create one for urself if u dont feel like !setlevel  urself
Title: Server Admins (help lol)
Post by: kevlarman on December 23, 2006, 04:23:12 am
Quote from: "[EVIL
Unknown"]that kind of information isnt stored on the server.cfg

its contained in a file called admin.dat... dont ask me where its located.


basically it will be under there with something like


[admin]
name    = ^4[EVIL]^3AFK
guid    = XXXXXXXXX
level   = 5
flags   =

so u can just create one for urself if u dont feel like !setlevel  urself
it would be much harder to type it out by hand, because the most important part of an admin block is that 128bit # known as your guid.
Title: Re: Server Admins (help lol)
Post by: Undeference on December 24, 2006, 01:55:53 am
Quote
Umm... how do you set the time for being kicked and coming back?

Ex; You got kicked by NAME, kicked for 3 minutes (cant enter game for 3 minutes)

How do you set that time?
Already answered, but once again, g_adminTempBan

Quote
and #2 question, how do you set-up private clients with a password? So if its full, admins can enter?!

sv_privateClients and sv_privatePassword (not rconpassword -- that is just for rcon).