53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
//------------------------------------------------------------
|
|
// UTCmds - Version 8.0 - © ProAsm / no0ne - 2021
|
|
//------------------------------------------------------------
|
|
|
|
?Mutator=UTCmds8.UTCmds
|
|
|
|
Or as a ServerActor:
|
|
|
|
[Engine.GameEngine]
|
|
ServerActors=UTCmds8.UTCmdsActor
|
|
|
|
NB: This version requires a serverpackage:
|
|
|
|
[Engine.GameEngine]
|
|
ServerPackage=UTCmds8
|
|
|
|
Commands covered:
|
|
!red - !r - !blue - !b - !green - !g - !gold - !y
|
|
!spec - !spectate - !s
|
|
!play - !p
|
|
!vote - !mapvote - !v
|
|
!sdm - !sm
|
|
!ctfstats - !ctf
|
|
!stats
|
|
!su (suicide)
|
|
!fd (feign death)
|
|
!mvx
|
|
!chat !utchat
|
|
!ssb
|
|
!sctf
|
|
!ipc
|
|
!800 (screen resolutions)
|
|
!1024
|
|
!1280
|
|
!1366
|
|
!1440
|
|
!1600
|
|
!1920
|
|
|
|
100 optionional user commands.
|
|
Example:
|
|
PlayerCommand[0]=(bUse=True,Input="!XYZ",Output="Mutate Whatever Whatever",Comment="Just a comment")
|
|
|
|
UTCmds.ini options
|
|
------------------
|
|
bEnablePlayerCommands - enables all above commands.
|
|
bEnableTeamSwitchCommands - Allows Team game switching.
|
|
bShowChatCommands - Allows all !commands to be shown to all.
|
|
bShowDebugScripts - Writes several scripts to the log file.
|
|
bInitializeSound - Enables a click sound on logon display.
|
|
MessageDelay - The delay for the logon message to appear. (default 5 secs)
|
|
|