Assign GMs (Offline Server)
Hi, I've been trauling here for some time, working with a PT Server crew who post back what we find.
Now I'm working solo on a LAN server... so doing EVERYTHING myself.
I'm stuck trying to allocate GM users to my server HOTUK.INI.
On the internet server, GMs used to have to authenticate to get GM commands to work in game... this auth command and password changed regularly to keep hackers (and old disbanded GMs) out.
On my LAN, GM players seem to get access to level 2 commands without any auth, and cannot auth to get level 3.
I've been searching around, and asking friends about this for some time, and not found anything.
This is the sort of thing I have in my hotuk:-
Code:
*DEBUG_ID gm1 gm2 gm3 //Name of GM Login accounts
*DEBUG_IP 192.168.0.1 192.168.0.2 192.168.0.10 //GM Account IPs
*ADMINISTRATOR_IP 192.168.0.1 192.168.0.2 192.168.0.10
*ADMIN_IP 192.168.0.1 192.168.0.2 192.168.0.10
*ADMIN_LOGIN "GMChar1" "GMChar2"
*ADMIN_NAME "UberPassvort" //LV activation password for GMs
*ADMIN_COMMAND "gmlev1" //Command to avtivate LV1
*ADMIN_COMMAND "gmlev2" //Command to avtivate LV3
*ADMIN_COMMAND "gmlev3" //Command to avtivate LV3
Now... I'm not sure what the command should be to issue the authentication password, but everything I have tried turns up no fruit.
I dare say this is something very simple, and I'm sure it has been posted a long long time ago, but I can't find it. My searches either bring up many many threads which are no help, or no results at all...
Maybe I'm just using the wrong terms. Anyway, even if It's just to link me to an old thread with the answer, and help will be greatly appreciated.
8X------------------------------------------
Resolved, with this set up, the authentication is "/:UberPassvort gmlev3"
Still having difficulty using ~/@get and ~/@put but I understand this is tricky anyway.