1 Commits

Author SHA1 Message Date
chacha
26857087f9 update to 122 2026-01-26 20:50:58 +00:00
4 changed files with 843 additions and 830 deletions

View File

@@ -5,21 +5,21 @@ See http://www.proasm.com for more detail.
SmartSB Installation
--------------------
Add SmartSB121f.u to your UTServer/System folder.
Add SmartSB122.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=SmartSB121
ServerPackages=SmartSB122
ServerPackages=SmartSBStats
Add in the command line: ?Mutators=SmartSB121.SmartSB
Add in the command line: ?Mutators=SmartSB122.SmartSB
Or as an alternate to the Mutator:
[Engine.GameEngine]
ServerActors=SmartSB121.SmartSBServerActor
ServerActors=SmartSB122.SmartSBServerActor
NB:
===
@@ -39,9 +39,22 @@ Then use another mod like 2k4Combos
-----------------------------------
Changes and Fixes in SmartSB Betas
-----------------------------------
Changes to 121f
Changes to 122
--------------
????
Rescaled all lines in Windowed mode.
Reduced Frags heading text size.
Added Hudmutator option in scoreboard.
Added bAlways to SplashLogo.
Added chain icons for JailBreak
Added Bot icons instead of text.
Added Accuracy Shots / Hits option.
Removed all Kdr and Fph.
Added new mini MH scoreboard.
Added new Spectator detection.
Fixed spectator view image.
Std ScoreBoard if personal in MH.
Fixed MonsterHunt stats display.
Changes to 121
--------------
@@ -49,13 +62,13 @@ 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
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
Added Deaths to Top10/100.
Fixed LastPlayer NoFlag.
Added gametype to top20.
Added Monster frags to scoreboard where applicable.
@@ -710,7 +723,7 @@ Made gold color more goldish
Fixed Survivability over run.
Fixed DM HUDColor by adding new DM Hud
Test for Nexgen and NewNetUnrealv0_9_15
Replaced with U in Uber Long Range Kill.
Replaced Ü with U in Uber Long Range Kill.
Fixed Keybind not working in Info window.
Replaced Font boxes with slider (had to, due to above).
Added Survival (Surv) to all mini scoreboard's.

View File

@@ -1,3 +0,0 @@
[Public]
Object=(Name=SmartSB121f.SmartSB,Class=Class,MetaClass=Engine.Mutator,Description="SmartSB v121f")
Object=(Name=SmartSB121f.SmartSBServerActor,Class=Class,MetaClass=Engine.Actor,Description="")

3
System/SmartSB122.int Normal file
View File

@@ -0,0 +1,3 @@
[Public]
Object=(Name=SmartSB122.SmartSB,Class=Class,MetaClass=Engine.Mutator,Description="SmartSB v122")
Object=(Name=SmartSB122.SmartSBServerActor,Class=Class,MetaClass=Engine.Actor,Description="")