update to UTCmd8

This commit is contained in:
cclecle
2022-11-11 19:44:36 +00:00
parent 103a86ce21
commit 2ce72180e0
4 changed files with 13 additions and 6 deletions

View File

@@ -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)

View File

@@ -1,2 +0,0 @@
[Public]
Object=(Name=UTCmds7.UTCmds,Class=Class,MetaClass=Engine.Mutator,Description="UTCmds v7")

2
System/UTCmds8.int Normal file
View File

@@ -0,0 +1,2 @@
[Public]
Object=(Name=UTCmds8.UTCmds,Class=Class,MetaClass=Engine.Mutator,Description="UTCmds v8")