update to UTCmd8
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
//------------------------------------------------------------
|
||||
// UTCmds - Version 7.0 - © ProAsm / no0ne - 2021
|
||||
// UTCmds - Version 8.0 - © ProAsm / no0ne - 2021
|
||||
//------------------------------------------------------------
|
||||
|
||||
?Mutator=UTCmds7.UTCmds
|
||||
?Mutator=UTCmds8.UTCmds
|
||||
|
||||
NB: This version requires a ServerPackage=UTCmds7
|
||||
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
|
||||
@@ -40,6 +48,5 @@ 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.
|
||||
bDrawCmdLogo - Enables the Logon logo to display at startup.
|
||||
MessageDelay - The delay for the logon message to appear. (default 5 secs)
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
[Public]
|
||||
Object=(Name=UTCmds7.UTCmds,Class=Class,MetaClass=Engine.Mutator,Description="UTCmds v7")
|
||||
2
System/UTCmds8.int
Normal file
2
System/UTCmds8.int
Normal file
@@ -0,0 +1,2 @@
|
||||
[Public]
|
||||
Object=(Name=UTCmds8.UTCmds,Class=Class,MetaClass=Engine.Mutator,Description="UTCmds v8")
|
||||
Binary file not shown.
Reference in New Issue
Block a user