chat commands?

Post your questions here
Post Reply
Noah124
Posts: 32
Joined: Fri Feb 08, 2019 10:43 pm
Team: Goated
Contact:

chat commands?

Post by Noah124 »

Does anyone have a list of the commands you can use in chat?
Image
MiniTREBAD
Posts: 97
Joined: Sun Nov 16, 2014 11:02 pm
Team: ZION
Location: Switzerland

Re: chat commands?

Post by MiniTREBAD »

viewtopic.php?f=1&t=13510

"Mx Sim Chat Commands" on Google
baker
Posts: 283
Joined: Sat Jul 30, 2011 1:43 pm

Re: chat commands?

Post by baker »

MiniTREBAD wrote: Thu Jan 27, 2022 9:46 am viewtopic.php?f=1&t=13510

"Mx Sim Chat Commands" on Google
These aren’t commands for in game chat, these are for the sim executable
MiniTREBAD
Posts: 97
Joined: Sun Nov 16, 2014 11:02 pm
Team: ZION
Location: Switzerland

Re: chat commands?

Post by MiniTREBAD »

Read all the link, not the first comment !
these are for the sim executable, and just BEHIND you've commands for in game chat !
#assisted
MiniTREBAD
Posts: 97
Joined: Sun Nov 16, 2014 11:02 pm
Team: ZION
Location: Switzerland

Re: chat commands?

Post by MiniTREBAD »

Code: Select all

======================================================================
Server commands:

When connected to the server, you can sent it commands by chatting.
Currently the following commands are recognized:

==== Commands that everyone can use ====

server,gate <gate number>
Sets the current client's gate preference.

server,listplayers
Lists all the clients on the server.

server,listtracks
Lists the tracks available on the server.

server,play
Puts current client in player mode for further races.

server,spec
Puts current client in spectator mode for further races.

server,restart
Votes to restart the race.

server,norestart
Withdraws vote to restart the race.


==== Commands that only track marshalls and admins can use ====

server,forceplay <UID or ALL>
Forces the specified client into player mode for further races.

server,forcespec <UID or ALL>
Forces the specified client into spectator mode for further races.

server,lock
server,unlock
Locks/unlocks the server.  When the server is locked players start out
in spec mode and cannot switch from spec to play mode and vice versa.

server,nexttrack
Selects the next track in the list.

server,settrack <track number>
Jumps to a specific track in the list.

server,ban <UID> [minutes]
Bans the specified client.  If minutes is not specified or 0 the ban
is permanent.  This only affects the internal ban list.  It does not
change the ban file.

server,listbans
Lists the internal bans.  The bans from the ban file will not be in
this list.

server,kick <slot number>
Kicks a player off the server.

server,mute <UID or ALL>
Prevents a player from chatting.

server,unmute <UID or ALL>
Allows a muted player to chat again.

server,broadcast <message>
Echoes a message to all clients.

server,forcegate <UID> <gate number>
Forces the specified client's gate choice.

server,lockgate
server,unlockgate
Locks/unlocks the gate.  When the gate is locked players can't change
their gate pick.

server,clearclass
Clears the approved bikes list.  This will allow any bike in.

server,homologate <bike>
Adds a bike to the approved bikes list.  If a rider is on a bike that
isn't in the list, he will be put on the first bike in the list.


==== Commands that only admins can use ====

server,at <time> <command>
Runs command at specified time.  Time can be either a UNIX timestamp
or a relative time consisting of the number of seconds with a plus
sign prefix.  E.g. "server, at +60 broadcast 1 minute has passed".

server,clearschedule
Forgets all commands scheduled with "server,at".

server,listschedule
Lists all commands scheduled with "server,at".

server,exec <script>
Executes a script stored on the server.  Scripts must begin with a
line that reads "#mxserverscript", followed by a series of server
commands (without the server, prefix).

server,maxclients <max> [reserved]
Sets the maximum number clients and optionally the number of slots set
aside for reserved UIDs.

server,maxplayers <max>
Sets the maximum number of players.

server,reserve <UID or ALL>
Adds a UID to the reserved list.  If ALL, it will reserve the UIDs of
all currently connected clients.

server,unreserve <UID or ALL>
Removes a UID to the reserved list.  If ALL, it will clear the
reserved list.

server,serverrate <bytes per second>
Sets the server's outgoing byte rate in bytes per second.

server,shutdown
Shuts down the server.


======================================================================
MiniTREBAD
Posts: 97
Joined: Sun Nov 16, 2014 11:02 pm
Team: ZION
Location: Switzerland

Re: chat commands?

Post by MiniTREBAD »

Admins Commands

server,maxclients 200
server,reserve UID
server,reserve all
server,unreserve UID
server,unreserveall

server,forceplay UID
server,forcespec UID
server,lock
server,unlock
server,listtracks
server,nexttrack
server,settrack 2
server,listplayers

server, kick X (Slot=X of list players)
server,ban UID
server,listban

server,allignore none
server,allignore specs
server,allignore all

server,broadcast ...
server,broadcastto UID ...

server,forcegate UID X (X for gate #X)
server,lockgate
server,unlockgate

server,clearclass (any bikes can ride)
server,homologate sx250f|125rm (for the ex 250 sxf,125rm)

server,addmarshal UID
server,removemarshal UID
server,listmarshals
server,clearmarshals (remove all)

server,at +X broadcast ...
server,clearschedule
server,listschedule



Others Commands :

server,restart
server,norestart

server,spec
server,gate X

server,ignore all
server,ignore specs
server,ignore none

server,readsetup X
server,write setup X

/demobackups X
/savetrackinfo


This is all I could find and I can't help you anymore
baker
Posts: 283
Joined: Sat Jul 30, 2011 1:43 pm

Re: chat commands?

Post by baker »

MiniTREBAD wrote: Sat Jan 29, 2022 11:34 am Read all the link, not the first comment !
these are for the sim executable, and just BEHIND you've commands for in game chat !
#assisted
Ah my bad 🙂
Post Reply