Tremulous Forum
General => General Discussion => Topic started by: Evlesoa on May 28, 2007, 10:32:16 pm
-
I seriously think someone should compile all /rcon commands into a file, and have it as a sticky in the server or something... because doing G_TAB and Sv_TAB doesnt show up EVERY command that controls time limit and stuff... those should be in a file or something... I know i'd use em
-
All rcon commands:
All Cvars
All Server commands.
The only ones you ever need really are cp, chat, and status.
-
K and where exactly do i find this... i know this isnt the first topic, but i think i rather not search thru 80 pages of crap for commands >.>
-
A good place for cvars is cvarlist, run it ingame. Then there is commander keens stuff which is also a good resource.
-
ahh ok... i see... thanks!
-
Also the server commands are listed in /cmdlist.
-
yeah but im not gonna scroll thru 300 commands just to look at 4 commands
-
==================================
Fluxflashor's Quick Quide to Remote Console - RCON
==================================
So it would appear you want to know ways of
admining your server. Well you have come to the right
place. This small guide will teach you some basic rcon
commands for your server. This list is probably not
complete, it will be updated in the future with more
functions as they are learned.
Please note, not all commands will work with all servers
==================================
G_COMMANDS
==================================
g_humanstage - [/b]
Sets Humans to a different stage [0=s1, 1=s2, 2=s3]
g_alienstage - [/b]
Sets aliens to a different stage [0=s1, 1=s2, 2=s3]
g_alienbuildpoints - [/b]
Changes the Alien Build Points
g_humanbuildpoints - [/b]
Changes the Human Build Points
g_friendlyfire - [/b]
Sets friendlyfire 1 for On, 0 for Off think binary
g_friendlybuildablefire - [/b]
Sets building friendlyfire 1 for On, 0 for Off, think binary
g_gravity - [/b]
Sets the servers gravity defaults to 800
g_motd
Changes the servers Message of The Day
g_privateMessages - [/b]
Allows players to send PMs or not 1 = On 0 = Off
g_unlagged - [/b]
Changes Unlagged to on or off [once again 1 or 0]
g_dretchPunt - [/b]
Changes dretch punt on or off [1 or 0]
g_suddenDeathMode - [/b]
This one is a bit different, it tells what is aloud to be built
1- No buildings
2- No turrets, teslas[ROFL], acidtubes or hives
0- Only 0 point building allowed
==================================
SV_COMMANDS
==================================
sv_hostname
Changes the Server's name on the server list
sv_speed - [/b]
Changes the Server's Speed
sv_maxclients - [/b]
Sets the amount of clients allowed to connect to a server
==================================
ENDING
==================================
This is an unfinished guide, it was longer before, I
lost my old one when I switched webhosts without
backing up my files :) There is more, will add it
as I remember it all.
A special thanks goes to RCHammer who let me
abuse RCON on his server whenever I wanted to which
was always :) Thanks RC :D
==================================[/b]
-
Paradox and Lakitu wow I never knew that LOL.
I shall complete my guide soon :)
-
wow dude... thanks a lot!
-
does this mean i can screw up a random server for no good reason?
-
no
only if you know the password.
-
yes
only if you know the password.
Fixed.
(That wasn't a contradiction, just an added condition.)
-
wow dude... thanks a lot!
If that was for me, No Problem :D
Note to MODs if my guide there is worthy of a sticky, I can make a new post :) help keep alot of people from asking the same question. I also had a complete step by step guide that even n00bs have used to setup servers on the WINDOWS platform. Gonna make one for linux soon :)
-
wow dude... thanks a lot!
If that was for me, No Problem :D
Note to MODs if my guide there is worthy of a sticky, I can make a new post :) help keep alot of people from asking the same question. I also had a complete step by step guide that even n00bs have used to setup servers on the WINDOWS platform. Gonna make one for linux soon :)
burn the admins who dont know how to use rcon
-
The question isnt using, the question is knowing. Got milk?
-
to look for rcon cmds:
Use /cvarlist and /cmdlist
If i wanna find a stage changing cvar i just type /cvarlist *stage*
-
Ok heres my question...... When im in server and trying to "play" i try /set g_alienstage 2 persay and it never does it unless i alt+enter and do it in console itself.
Is there a reason for this ?
Lakitu im using your qvm btw.
-
Ok heres my question...... When im in server and trying to "play" i try /set g_alienstage 2 persay and it never does it unless i alt+enter and do it in console itself.
Is there a reason for this ?
Lakitu im using your qvm btw.
Because you're not entering it in the server console, you're entering it in the client. For obvious reasons, commands entered in the client console don't control the server and setting g_humanstage clientside does not affect the server setting. You can instead use the /rcon clientside command to communicate with the server:
/rcon rconPassword command
/rcon blue g_humanstage 2
the latter being an example if rconPassword was "blue". You'll have to set rconPassword manually in the server console or server.cfg, it's commented out in the default server.cfg (you need the remove the preceding // )