PDA

View Full Version : Wanted


imported_shimjockey
06-20-2004, 02:27 AM
An admin utility that allows me to give my clan members limited rcon abilities (permission based maybe?). I basically want them to perhaps change map and kick/ban remotely but WITHOUT them knowing the rconpassword.

Something like this has been done for BFV, cant find anything like it for COD thus far.

MajorWoody
06-20-2004, 12:41 PM
Here's two that i know if (there may be more... udpbot?):

Wizards of War Game Server Admin: http://www.wizardsofwar.com/wow/modules.php?name=gsa
- Uses .NET on the box its running on to create a web interface. Note, that Web interface only works with IE.

Tatakai Server Scan: http://software.tatakai.co.uk/index.shtml
- Allows you to create a sort of permissions file that you can give to your users along with a copy of Serverscan. The permissions file limits what they can do in the server scan interface.

imported_shimjockey
06-20-2004, 12:44 PM
Thanks a bunch for the reply.
I actually started to look at the gsa thing, but didnt support stop with v1.2 of COD?

jdwright
06-20-2004, 09:45 PM
PunkBuster has that ability built in. You can add players based on their GUID and give them permission to whatever commands you wnat.

Example(on my server): Players with 80 power rating can do pb_sv_kick, pb_sv_ban, status, clientkick and banclient. (I personnally make admins use the PB ban/kick so the last two aren't available).

Check out: http://www.evenbalance.com/publications/cod-ad/index.htm#playerpower - for the server side stuff.

And: http://www.evenbalance.com/publications/cod-pl/index.htm#playerpower - for how players can use their points.

imported_shimjockey
06-20-2004, 09:57 PM
Thanks a million!
Going to look into that asap :smile:

MajorWoody
06-20-2004, 11:46 PM
GSA still works in CoD 1.4. I use it for spamming messages to the console and ping kicking. PB gets used for just about everything else.

I've not used the PB powerplayer thing, i should check it out :)

jdwright
06-21-2004, 03:07 AM
PB will do message spamming too. ;)

MajorWoody
06-21-2004, 11:00 PM
PB will do message spamming too. ;)

True, i had message stacking issues when i tried this, never bothered to figure it out cause it was easier to shut off GSA before a match.

And before you say, you can turn off the messages in PB... yeah, well... I put up a dedicated match server with no GSA running on it so i never needed to figure it out (yet) :D

MOMMA
06-22-2004, 12:20 PM
Well I would like to know, how can you easily shut off the messages and turn them back on again?

jdwright
06-23-2004, 02:29 AM
Well I would like to know, how can you easily shut off the messages and turn them back on again?


/rcon pb_sv_tlist


You'll see something like this:

^3PunkBuster Server: PB Scheduled Task List: [slot #] [first] [every] [command]
^3PunkBuster Server: 1 [30] [330] say ^1[^4MWHQ^1]^7 - ^3Recruiting is not allowed on this server.
^3PunkBuster Server: 2 [90] [390] say ^1[^4MWHQ^1]^7 - ^3Visit our website at ^1www.mwhq.net


To delete the 1st one:

pb_sv_taskdel 1


and so on.

You can also just make cfg files to do this. Just create a file like messages.cfg to first clear all the slots, then enter all your tasks. Then you could have a clearmessages.cfg to get rid of them.

/rcon pb_sv_load clearmessages.cfg


For whatever message slot you want deleted.