PDA

View Full Version : Console text


jww
02-12-2003, 06:24 AM
All the thing you can do through CI can you do from in game your self through console and if so has anyone got a full list of commands

oh and just 1 more thing

rcon ******** client_screenshot_action all

they dont seem to work or am i doing the line wrong.

UnDead
02-12-2003, 12:18 PM
Hey :)

No you have to type all rcons like this.

For your example: rcon command screenshot_action all

FOR MOHAA:
rcon command screenshot_all "all,axis,allies,clientID"

thats for mohaa and don't use the quotes just choose one from inside the quotes.

FOR MOHAA SH:
rcon command screenshot_all\s"all,axis,allies,clientID"
Again DO NOT USE THE QUOTES JUST PICK ONE FROM INSIDE THE QUOTES and put it right next to the /s.

For example. rcon command screenshot_all\saxis will snap a screenshot of models/action/score of all the axis plalyer. The \s is used to signify a space in spearhead since spearhead has messed up coding.

Hammer
02-12-2003, 12:48 PM
UnDead is right, all MAM commands must include the word command. For example:

rcon command "screenshot_all all"

rcon command "screenshot_all allies axis"

rcon command "screenshot_all spectator"

rcon command "screenshot_all 8 3 2 4 0"

Note that the double quotes (") MUST surround everything after command. When using rcon, it's important to understand that spaces are treated in a special manner depending on which game version you play. IF you want a space to ALWAYS be a SPACE, get used to using \s everywhere in MAM. Again,

rcon command "screenshot_all\sall"

rcon command "screenshot_all\sallies\saxis"

rcon command "screenshot_all\sspectator"

rcon command "screenshot_all\s8\s3\s2\s4\s0"

I know it looks ugly, but it works!

--[MC] Hammer

jww
02-12-2003, 01:31 PM
Has anyone got a full list of commands through console
swapping team ect

force models on and off if possiable


also why do i get funny msg poping up it seem to be the last part of someones name.
and game commands axis
game command allies both in the top right corner what does this mean.

Thanks