diff --git a/Help/SSB_Changelog.txt b/Help/SSB_Changelog.txt index bc81267..d28ddf3 100644 --- a/Help/SSB_Changelog.txt +++ b/Help/SSB_Changelog.txt @@ -5,21 +5,27 @@ See http://www.proasm.com for more detail. SmartSB Installation -------------------- -Add SmartSB109.u to your UTServer/System folder. +Add SmartSB110c.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=SmartSB109 +ServerPackages=SmartSB110c ServerPackages=SmartSBStats -Add in the command line: ?Mutators=SmartSB109.SmartSB +Add in the command line: ?Mutators=SmartSB110c.SmartSB Or as an alternate to the Mutator: [Engine.GameEngine] -ServerActors=SmartSB109.SmartSBServerActor +ServerActors=SmartSB110c.SmartSBServerActor + +NB: +=== +If the server uses Nexgen, it is advisable to run +SmartSB as Mutator unless it's a Tournament game. + For those that use Nexgen112N NexgenSSB is a Nexgen plugin to allow SmartSB ServerInfo when pressing F2. @@ -35,6 +41,106 @@ Then use another mod like 2k4Combos Changes and Fixes in SmartSB Betas ----------------------------------- +Changes to 110c +--------------- +Remove Nickname character cleanup. + +Changes to 110b +--------------- +Made Beacons in Team games only. +Enabled Top20 etc for spectators. +Removed \ | , ! characters from nicks. + +Changes to 110a +--------------- +Set all mipmapping Off for low detail. +Added bold option for beacon text. +Remake beacon class to universal. + +Changes to 109o +--------------- +Fixed out of bound warnings. +Fixed team game HUD lag. + +Changes to 109n +--------------- +Changed the way Top20 works etc. + +Changes to 109m +--------------- +Made improvements on winner flag. +Fixed Top20 counts not saving. +Fixed Top20 scores not showing. + +Changes to 109L +--------------- +Fixed all PlayerStats defaults. +Improved on Top20 indicators. + +Changes to 109k +--------------- +Fixed huds for local botmatch + relics. +Fixed 1st position in Top100. +Fixed Top20 indicators (hopefully). +Added Indicator reset in Admin window. + +Changes to 109j +--------------- +Added if game Winner leaves the Players flag will be blank. +Added fixed scoreboard option for Admin in Menu. +Fixed Top10 listing on F2. + +Changes to 109i +--------------- +Fixed lagging huds in 109g. +Added greater Fnn compatibility. + +Changes to 109h +--------------- +Fixed F2 Player stats. +Fixed a zillion accessed nones in local log. + +Changes to 109g +--------------- +Fixed player beacons team mates only. +Fixed top100 spaces in display. +Set bUseBotKillsInStats=True as default +Added Frags/Score switch in Top100. +Fixed Team icon alignment again. +Re-enabled game end stats on scoreboard. +Fixed flag timeout timers. +Fixed Tournament ready flags if fnn. + +Changes to 109f +--------------- +Fixed Top100 scores in DM and TDM +Removed UT Beacons when Player beacons selected. +Fixed Accessed Nones in Hud. +Added bEnablePointer for beacons. + +Changes to 109e +--------------- +Fixed UT beacons stand alone. +Fixed many accessed nones and out of bounds. + +Changes to 109d +--------------- +Added bEnableUTBeacons. +Combined bTeamMatesOnly option for UT and Player Beacons. +Add player stats for spectators, DM and Team, option in menu. +Re-aligned all rightside team icons according to Hud scales. +Reduced 500 list to 300. +Added Top100 list to view use !ssb100 + +Changes to 109c +--------------- +Removed bSniperZoomInfo to enable UT name/health; +Added TraceTarget for beacons. + +Changes to 109b +--------------- +Fixed a zillion accessed nones in client UT.log + Changes to 109 -------------- 108j renamed for release. diff --git a/System/SmartSB109.int b/System/SmartSB109.int deleted file mode 100644 index 0b41a1d..0000000 --- a/System/SmartSB109.int +++ /dev/null @@ -1,2 +0,0 @@ -[Public] -Object=(Name=SmartSB109.SmartSB,Class=Class,MetaClass=Engine.Mutator,Description="SmartSB v109") diff --git a/System/SmartSB110c.int b/System/SmartSB110c.int new file mode 100644 index 0000000..9a2973b --- /dev/null +++ b/System/SmartSB110c.int @@ -0,0 +1,2 @@ +[Public] +Object=(Name=SmartSB110c.SmartSB,Class=Class,MetaClass=Engine.Mutator,Description="SmartSB v110c") diff --git a/System/SmartSB109.u b/System/SmartSB110c.u similarity index 67% rename from System/SmartSB109.u rename to System/SmartSB110c.u index 5b8c6b8..2a68804 100644 Binary files a/System/SmartSB109.u and b/System/SmartSB110c.u differ