update to 121

This commit is contained in:
cclecle
2024-10-11 20:49:07 +01:00
parent 196b208af2
commit d85e5f0d16
4 changed files with 45 additions and 7 deletions

View File

@@ -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.

View File

@@ -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="")

3
System/SmartSB121.int Normal file
View File

@@ -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="")