update to 109e

This commit is contained in:
cclecle
2022-07-27 16:23:04 +02:00
parent b982a3b938
commit 991885366b
4 changed files with 36 additions and 6 deletions

View File

@@ -5,21 +5,21 @@ See http://www.proasm.com for more detail.
SmartSB Installation
--------------------
Add SmartSB109.u to your UTServer/System folder.
Add SmartSB109f.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=SmartSB109f
ServerPackages=SmartSBStats
Add in the command line: ?Mutators=SmartSB109.SmartSB
Add in the command line: ?Mutators=SmartSB109f.SmartSB
Or as an alternate to the Mutator:
[Engine.GameEngine]
ServerActors=SmartSB109.SmartSBServerActor
ServerActors=SmartSB109f.SmartSBServerActor
For those that use Nexgen112N
NexgenSSB is a Nexgen plugin to allow SmartSB ServerInfo when pressing F2.
@@ -35,6 +35,36 @@ Then use another mod like 2k4Combos
Changes and Fixes in SmartSB Betas
-----------------------------------
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/SmartSB109f.int Normal file
View File

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