Author Topic: Rcon Password Problem.  (Read 7407 times)

Alanmp08

  • Posts: 6
  • Turrets: +0/-0
Rcon Password Problem.
« on: July 10, 2009, 01:53:18 am »
Sorry, if this is in the wrong area. It has to do with the coding in the files. Anyway, I searched everywhere on the forums and I can't manage to set the rcon password on my server. I want to make myself an admin, using:

Code: [Select]
/rcon "mypassword" !setlevel "TremulousUsername" 5.
However, it says that there is no rcon password set. On my server.cfg I have:

Code: [Select]
set rconPassword "MyPassword"
I also have this on my admin.dat:

Code: [Select]
[admin]
name    = Master Admin
guid    =
level   = 5
flags   = *

Though, it still says there is no rcon password set. Can anyone help me out? How do I set the rcon password and make my self an admin on my server? Thanks in advance.

(Also, I have two servers with a (IPX) next to one of the names and a (UDP) to the other. Which should I use???)
« Last Edit: July 10, 2009, 02:00:56 am by Alanmp08 »

Archangel

  • Guest
Re: Rcon Password Problem.
« Reply #1 on: July 10, 2009, 05:28:35 am »
IPX? jeez. try running `set rconPassword "MyPassword"' in the actual tremulous server console.

Alanmp08

  • Posts: 6
  • Turrets: +0/-0
Re: Rcon Password Problem.
« Reply #2 on: July 10, 2009, 03:23:14 pm »
Okay, now what should I write to make myself the admin?

The default is now my password. Now, what do I type to make myself admin? Also, type it in the game console or in the blue box console?

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: Rcon Password Problem.
« Reply #3 on: July 10, 2009, 04:19:44 pm »
Go to the blue console and type "!setlevel yourname 5" (without the quotes).
Ignore the rcon stuffs.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Alanmp08

  • Posts: 6
  • Turrets: +0/-0
Re: Rcon Password Problem.
« Reply #4 on: July 10, 2009, 06:27:03 pm »
broadcast: print "server: !setlevel MY_USERNAME 5\n"
 time

That's what popped up- It didn't work. What do I do? Also, where can I download to make it so I have those ! codes?

First Blue box was with that, second said no such thing as !setlevel.

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Rcon Password Problem.
« Reply #5 on: July 11, 2009, 12:17:51 am »
broadcast: print "server: !setlevel MY_USERNAME 5\n"
 time

That's what popped up- It didn't work. What do I do? Also, where can I download to make it so I have those ! codes?

First Blue box was with that, second said no such thing as !setlevel.

The INGAME console, not the windows command prompt. FFS.

ACKMAN

  • Posts: 342
  • Turrets: +9/-20
Re: Rcon Password Problem.
« Reply #6 on: July 11, 2009, 08:48:54 pm »
No QVM no admin commands ftw

JJosh

  • Posts: 7
  • Turrets: +2/-3
Re: Rcon Password Problem.
« Reply #7 on: July 16, 2009, 11:02:42 pm »
It looks like you don't have a QVM, there are many around, and easy to set up.
Download a QVM, (maybe Lakitu's with patches, look around). Put it in your server folder:
Windows XP: C:/Documents and Settings/(Your user)/Application Data/Tremulous/base/vm/game.qvm
Windows Vista: C:/Users/(Your user)/Appdata/roaming/Tremulous/base/vm/game.qvm
(Those are just my guesses at the defaults, I could be wrong)

Hope this helps! :)

Edit: I know this is a few days late, maybe you have fixed it, maybe not...