update to 110e

This commit is contained in:
cclecle
2022-09-26 18:39:00 +02:00
parent d4716c7ec6
commit 8c4ae58548
4 changed files with 19 additions and 6 deletions

View File

@@ -5,21 +5,21 @@ See http://www.proasm.com for more detail.
SmartSB Installation
--------------------
Add SmartSB110c.u to your UTServer/System folder.
Add SmartSB110e.u to your UTServer/System folder.
Add SmartSBStats.u to your UTServer/System folder.
Open your Server.ini file and add under:
[Engine.GameEngine]
ServerPackages=SmartSB110c
ServerPackages=SmartSB110e
ServerPackages=SmartSBStats
Add in the command line: ?Mutators=SmartSB110c.SmartSB
Add in the command line: ?Mutators=SmartSB110e.SmartSB
Or as an alternate to the Mutator:
[Engine.GameEngine]
ServerActors=SmartSB110c.SmartSBServerActor
ServerActors=SmartSB110e.SmartSBServerActor
NB:
===
@@ -41,6 +41,19 @@ Then use another mod like 2k4Combos
Changes and Fixes in SmartSB Betas
-----------------------------------
Changes to 110e
---------------
Removed test indicator options.
Added additional sorting for Top20/100.
Changes to 110d
---------------
Added NegenHUD detection if no UTChat.
Added Buggies RestoreNexgenHUD.
if useNexgenHUD=True in Nexgen.ini.
Added 3 Indicator options: UseIndicatorFormula=1 (default)
Rescalled Top20, Last10 and winner flag icons.
Changes to 110c
---------------
Remove Nickname character cleanup.

View File

@@ -1,2 +0,0 @@
[Public]
Object=(Name=SmartSB110c.SmartSB,Class=Class,MetaClass=Engine.Mutator,Description="SmartSB v110c")

2
System/SmartSB110e.int Normal file
View File

@@ -0,0 +1,2 @@
[Public]
Object=(Name=SmartSB110e.SmartSB,Class=Class,MetaClass=Engine.Mutator,Description="SmartSB v110e")