update to 111c

This commit is contained in:
cclecle
2022-11-08 22:24:16 +00:00
parent 94627e4c84
commit 6c17bfd942
4 changed files with 182 additions and 6 deletions

View File

@@ -5,21 +5,27 @@ See http://www.proasm.com for more detail.
SmartSB Installation
--------------------
Add SmartSB109f.u to your UTServer/System folder.
Add SmartSB111c.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=SmartSB109f
ServerPackages=SmartSB111c
ServerPackages=SmartSBStats
Add in the command line: ?Mutators=SmartSB109f.SmartSB
Add in the command line: ?Mutators=SmartSB111c.SmartSB
Or as an alternate to the Mutator:
[Engine.GameEngine]
ServerActors=SmartSB109f.SmartSBServerActor
ServerActors=SmartSB111c.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,176 @@ Then use another mod like 2k4Combos
Changes and Fixes in SmartSB Betas
-----------------------------------
Changes to 111c
---------------
Fixed Top20/last10 slow scroll.
Fixed DM Hud chat and center text.
Fixed Team Hud chat and center text.
Fixed Team Game blur.
Removed SSB Hud in Jailbreak.
Changes to 111b
---------------
Changed Top20 to HUD display.
Added WelcomeMessage to all games.
Added Y position to WelcomeMessage.
Centered SplashLogo better.
Improved player accuracy.
Updated Help window.
Removed MOTD at logon.
Fixed UT beacons health.
Fixed double logon game displays.
Fixed ssblogo not disabling.
Changes to 111a
---------------
Changed Top20 to HUD display.
Added WelcomeMessage to all games.
Added Y position to WelcomeMessage.
Centered SplashLogo better.
Improved player accuracy.
Changes to 111a
---------------
Added press Fire will stop join/leave display.
Added AirKillMessage option.
Added Player Hits to accuracy.
Added Player join/leave message option.
Fixed intermittent History display.
Fixed Assault scoreboard.
Removed jailbreak for nexgen access.
Removed Minigun, Pulsegun and BioRifle from accuracy.
Added auto 500 list update for IpAdds.
Added Hits to player recovery.
Changes to 110k
---------------
Added 12 or 24 player option for History.
Changes to 110j
---------------
Fixed history days and hours.
Added disable history at game end.
Increased History timer 5 fold.
Changes to 110i
---------------
Added 24 hour player history (!ssbhist or !ssbhistory).
Fixed spectator dual ammo display.
Fixed possible blank spec stats.
Increased 300 back to 500;
Added StatsPruningDate for player stats.
Added StatsPruningGame for player stats.
Added Stats saving at game start as well.
Changes to 110h
---------------
Added bBot to 300 list.
Reduced Join/Leave text size.
Changed Join/Leave text to Lime.
Changes to 110g
---------------
Renamed SmartSBTeamIcons to SmartSBGameIcons.
Removed default CountryFlagsPackage.
Added SmartSBIpCheck for unknown flags.
Set DM Inline player as default False.
Added a Join/Leave fade delay option.
Added Mutate JoinLeave xx (1 to 10).
Added Bot accuracy to TDM.
Changes to 110f
---------------
Added back Jailbreak Hud.
Added chain dead jailed icons fo JB.
Removed spectator stats if bEnablePlayerStats=False.
Teamhud now extends challenghud.
Shifted ammo 4 pixels if over 199.
Changes to 110e
---------------
Removed test indicator options.
Added additional sorting for Top20/100.
Changes to 110d
---------------
Added NegenHUD detection if no UTChat.
Added Buggies RestoreNexgenHUD.
if useNexgenHUD=True in Nexgen.ini.
Added 3 Indicator options: UseIndicatorFormula=1 (default)
Rescalled Top20, Last10 and winner flag icons.
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

View File

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

2
System/SmartSB111c.int Normal file
View File

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