diff --git a/Help/SSB_Changelog.txt b/Help/SSB_Changelog.txt index 2483206..63a0e53 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 SmartSB120.u to your UTServer/System folder. +Add SmartSB121.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=SmartSB120 +ServerPackages=SmartSB121 ServerPackages=SmartSBStats -Add in the command line: ?Mutators=SmartSB120.SmartSB +Add in the command line: ?Mutators=SmartSB121.SmartSB Or as an alternate to the Mutator: [Engine.GameEngine] -ServerActors=SmartSB120.SmartSBServerActor +ServerActors=SmartSB121.SmartSBServerActor NB: === @@ -40,6 +40,44 @@ Then use another mod like 2k4Combos Changes and Fixes in SmartSB Betas ----------------------------------- +Changes to 121 +-------------- +Fixed several Multikill sounds. +Fixed flag displays if local. +Fixed many Failed to Load warnings. +Added DM, CTF and DOM LastPlayers. +Remove Top20 from SSBSRI +Combined Top20 scroll and fixed stats. +Added Top5 Daily players. +Added KDR for last game only. +Remove Kdr percentage option. +Added Kdr on/off option. +Added Deaths to Top10/100 +Fixed LastPlayer NoFlag. +Added gametype to top20. +Added Monster frags to scoreboard where applicable. +Removed bTopLastBackground to stop delay. +Added Top20 split option. +Added LastPlayer split option. +Added Assault to Last Players. +Added small improvements to DailyPlayers. +Fixed Hud Styles. +Fixed Spectator stats view image. +Fixed Spectator ammo view. +Added Team HUD extends ChallengeTeamHUD. +Fixed several bugs pointed out by buggie. +Moved ShotsFired to PRI / Bots in SSB. +Added Shot / Hits to scoreboard. +Added PacketLoss to scoreboard. +Removed green lines from above 2. +Added announcer join/leave only twice per player. +Added limited join/leave to admin menu. +Added BioRifle, Flak Pri, Pulsegun and Alt Enforcer to accuracy. +Fixed and moved Spec stats image to right side. +Added Minigun Pri to Accuracy. +Added internal LastScoreboard to client configs. +Added new grey DM mini header. + Changes to 120 -------------- Fixed critical Multikill GPF in 436. diff --git a/System/SmartSB120.int b/System/SmartSB120.int deleted file mode 100644 index bb99467..0000000 --- a/System/SmartSB120.int +++ /dev/null @@ -1,3 +0,0 @@ -[Public] -Object=(Name=SmartSB120.SmartSB,Class=Class,MetaClass=Engine.Mutator,Description="SmartSB v120") -Object=(Name=SmartSB120.SmartSBServerActor,Class=Class,MetaClass=Engine.Actor,Description="") diff --git a/System/SmartSB121.int b/System/SmartSB121.int new file mode 100644 index 0000000..2d4e505 --- /dev/null +++ b/System/SmartSB121.int @@ -0,0 +1,3 @@ +[Public] +Object=(Name=SmartSB121.SmartSB,Class=Class,MetaClass=Engine.Mutator,Description="SmartSB v121") +Object=(Name=SmartSB121.SmartSBServerActor,Class=Class,MetaClass=Engine.Actor,Description="") diff --git a/System/SmartSB120.u b/System/SmartSB121.u similarity index 84% rename from System/SmartSB120.u rename to System/SmartSB121.u index e168d94..2b609ce 100644 Binary files a/System/SmartSB120.u and b/System/SmartSB121.u differ