Author Topic: Admin Powers and AI  (Read 6013 times)

Rawr

  • Posts: 918
  • Turrets: +1/-1
Admin Powers and AI
« on: June 07, 2006, 06:09:06 am »
I was just wondering if there was a way to be able to kick someone by being a admin not by casting a vote. is this a sort of mod?

also i was wondering if there was some sort of AI mod that would allow you to play offline?
thanks
img]http://dvclan.org/statsig/statsig.php/3826/4.jpg[/img]

Chojin

  • Posts: 96
  • Turrets: +0/-0
    • http://wraths.dyndns.org
Admin Powers and AI
« Reply #1 on: June 07, 2006, 07:30:59 am »
Hi,

so far I have found two "mods" that give you admin capabilities. Both are no mods though, but modified server code:

- TJW's code from http://tjw.org/tremulous/
- R1CH's code from http://www.tremulous.net/phpBB2/viewtopic.php?t=470 (mentioned somewhere in the middle of that thread)

or of course you could also use the builtin rcon capability.

Rawr

  • Posts: 918
  • Turrets: +1/-1
Admin Powers and AI
« Reply #2 on: June 07, 2006, 06:43:25 pm »
and how do you use the "builtin rcon" ability?
img]http://dvclan.org/statsig/statsig.php/3826/4.jpg[/img]

Chojin

  • Posts: 96
  • Turrets: +0/-0
    • http://wraths.dyndns.org
Admin Powers and AI
« Reply #3 on: June 07, 2006, 06:58:32 pm »
Hmm, don't exactly remember... open the console and type:

Code: [Select]
\rconPassword <rcon_password_you_set_in_server.cfg>
\rcon kick <playername>


Though I very much suggest that you use TJW's or R1CH's Code. For example with TJW's Trembot you can:

Code: [Select]
!kick <part_of_player_name>
or
Code: [Select]
!listplayers
!kick <slot_of_player_shown_in_!listplayers>


(for those guys with unread/writeable names)

Rawr

  • Posts: 918
  • Turrets: +1/-1
Admin Powers and AI
« Reply #4 on: June 08, 2006, 12:36:19 am »
is this what i needed to do?

//passwords
set g_needpass 0
//set g_password 160109   //server password
//set rconPassword 160109 //rcon password

//
img]http://dvclan.org/statsig/statsig.php/3826/4.jpg[/img]

Chojin

  • Posts: 96
  • Turrets: +0/-0
    • http://wraths.dyndns.org
Admin Powers and AI
« Reply #5 on: June 08, 2006, 09:31:12 am »
yes, set rconPassword in your server.cfg.

Rawr

  • Posts: 918
  • Turrets: +1/-1
Admin Powers and AI
« Reply #6 on: June 08, 2006, 03:59:06 pm »
Does the password need to go......................
//set g_password or here //server password ..here?
//set rconPassword or here? //rcon password ..or here?

please copy and paste where it goes or just put in on bold
img]http://dvclan.org/statsig/statsig.php/3826/4.jpg[/img]

Smokey

  • Posts: 793
  • Turrets: +23/-58
    • Zilla Clan
Admin Powers and AI
« Reply #7 on: June 08, 2006, 05:36:59 pm »
/set g_password HERE //server password
//set rconPassword HERE //rcon password

Rawr

  • Posts: 918
  • Turrets: +1/-1
Admin Powers and AI
« Reply #8 on: June 08, 2006, 07:12:10 pm »
and to open the consol is just the tilde key right "~"?
img]http://dvclan.org/statsig/statsig.php/3826/4.jpg[/img]

Rawr

  • Posts: 918
  • Turrets: +1/-1
Admin Powers and AI
« Reply #9 on: June 08, 2006, 07:12:54 pm »
and to open the consol is just the tilde key right "~"? then \rconPassword <my password>
img]http://dvclan.org/statsig/statsig.php/3826/4.jpg[/img]

Chojin

  • Posts: 96
  • Turrets: +0/-0
    • http://wraths.dyndns.org
Admin Powers and AI
« Reply #10 on: June 08, 2006, 07:18:19 pm »
Hehe, I see your problem now. All the stuff after a setting and every line starting with "//" are just comments.

like this:

set <variable> <value> // <comment>
set sv_maxClients "14" // note to self: try higher someday


So you need to set it like this:

set rconPassword "topsecret" // don't tell anyone

Chojin

  • Posts: 96
  • Turrets: +0/-0
    • http://wraths.dyndns.org
Admin Powers and AI
« Reply #11 on: June 08, 2006, 07:21:46 pm »
Quote
and to open the consol is just the tilde key right "~"? then \rconPassword <my password>


Yes. And every command you want to send to the server you need to prefix it with \rcon.

Paradox

  • Posts: 2612
  • Turrets: +253/-250
    • Paradox Designs
Admin Powers and AI
« Reply #12 on: June 08, 2006, 07:54:09 pm »
To enable rcon, first you need to remove the // infront of the password command, that prevents the engine from parsing it.

∧OMG ENTROPY∧

Rawr

  • Posts: 918
  • Turrets: +1/-1
Admin Powers and AI
« Reply #13 on: June 09, 2006, 03:53:58 pm »
set rconPassword "top secret password" //rcon password
so its oughta look like this right?
img]http://dvclan.org/statsig/statsig.php/3826/4.jpg[/img]

Paradox

  • Posts: 2612
  • Turrets: +253/-250
    • Paradox Designs
Admin Powers and AI
« Reply #14 on: June 09, 2006, 06:06:37 pm »
In the server config, you will see a like like this
//set rconPassword "password"
Remove the // and then rcon is enabled

∧OMG ENTROPY∧

Rawr

  • Posts: 918
  • Turrets: +1/-1
Admin Powers and AI
« Reply #15 on: June 12, 2006, 10:25:51 pm »
grrrrrrrr still not working...
anychance that one of you can copy and paste what your guyses looks like? just hide the pass with stars****
img]http://dvclan.org/statsig/statsig.php/3826/4.jpg[/img]