diff --git a/Help/SSB_Changelog.txt b/Help/SSB_Changelog.txt index d28ddf3..e68fbbd 100644 --- a/Help/SSB_Changelog.txt +++ b/Help/SSB_Changelog.txt @@ -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. diff --git a/System/SmartSB110c.int b/System/SmartSB110c.int deleted file mode 100644 index 9a2973b..0000000 --- a/System/SmartSB110c.int +++ /dev/null @@ -1,2 +0,0 @@ -[Public] -Object=(Name=SmartSB110c.SmartSB,Class=Class,MetaClass=Engine.Mutator,Description="SmartSB v110c") diff --git a/System/SmartSB110e.int b/System/SmartSB110e.int new file mode 100644 index 0000000..891d65d --- /dev/null +++ b/System/SmartSB110e.int @@ -0,0 +1,2 @@ +[Public] +Object=(Name=SmartSB110e.SmartSB,Class=Class,MetaClass=Engine.Mutator,Description="SmartSB v110e") diff --git a/System/SmartSB110c.u b/System/SmartSB110e.u similarity index 74% rename from System/SmartSB110c.u rename to System/SmartSB110e.u index 2a68804..6eff371 100644 Binary files a/System/SmartSB110c.u and b/System/SmartSB110e.u differ