I posted this in another thread too, but it seem like no one noticed, so I'll post it again.
Question:
How do I make my "join-my-own-server"-shortcut to make me join as Rcon?
Now my joining shortcut looks like this:
"C:\Program\Jedi Academy\GameData\jamp.exe" +set net_port 29071 +connect 192.168.0.31:29070
What shall I add to join as a rcon?
In your client's console (not the server console) type
/seta rconpassword yourpassword (yourpassword is your rcon password).
This will write write it to your client's jampconfig.cfg file. Then when you start up your client and join your server, you are already logged in.
But it's some way to just write it in the shortcut target, isn't it?
Originally posted by |GG|Carl
But it's some way to just write it in the shortcut target, isn't it?
Yep, add this:
+set rconpassword YOUR_RCON_PASSWORD
So, it's like this:
"C:\Program\Jedi Academy\GameData\jamp.exe" +set net_port 29071 +connect 192.168.0.31:29070 +set rconpassword YOUR_RCON_PASSWORD"
Replace YOUR_RCON_PASSWORD with your rcon password. lol :)
Thanks a lot! That was exactly what I wanted to know!
what does the connect to 192.168.1.38 do? does it automatically connect to his game?
When I click the shortcut, I get into my server, like when you join a server through ASE or something.