update smartssb to 110C

This commit is contained in:
cclecle
2022-09-22 22:47:22 +02:00
parent d0ab4e1b69
commit d4716c7ec6
4 changed files with 112 additions and 6 deletions

View File

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

View File

@@ -1,2 +0,0 @@
[Public]
Object=(Name=SmartSB109.SmartSB,Class=Class,MetaClass=Engine.Mutator,Description="SmartSB v109")

2
System/SmartSB110c.int Normal file
View File

@@ -0,0 +1,2 @@
[Public]
Object=(Name=SmartSB110c.SmartSB,Class=Class,MetaClass=Engine.Mutator,Description="SmartSB v110c")