Page 56 of 57

Re: ★ SmartScoreboard 117 ★ (January 2024)

Posted: Mon Jan 08, 2024 1:40 am
by Barbie
function PreventDeath() of class'HeadShot' (expands Mutator) of package HeadshotMutv1.u does not call its parent function nor calls this function of next Mutator. If one of the next mutators (SSB?) in chain also rely on that function, it cannot work properly.

Re: ★ SmartScoreboard 117 ★ (January 2024)

Posted: Mon Jan 08, 2024 3:38 am
by Hitman
I know nothing about coding but after I removed it all works fine.

Re: ★ SmartScoreboard 115 ★ [Updated 17/04/2023]

Posted: Wed Jan 10, 2024 7:30 am
by Que
EvilGrins wrote: Fri Nov 10, 2023 5:38 am Hi.

Did you keep the older versions of this mutator?
Image

That's version SmartDMv1.0.8i in the screenshot, which worked fine... but whenever I use the current version, UT crashes.

So, I'd like to get my hands on v1.0.8i please!
Try the current version 117

*Update your UT to 469d

*Try directx9 renderer.

Re: ★ SmartScoreboard 118 ★ (January 2024)

Posted: Sun Jan 14, 2024 2:13 am
by Que
small update

Changes to 118
--------------
Added frags to CTF for medium fonts.
Added SSBID to detect last players.
Fixed offline Lastplayers etc.
Fixed flag return sound back to default.

*see first post for download.

Re: ★ SmartScoreboard 118 ★ (January 2024)

Posted: Thu Mar 14, 2024 12:38 am
by Ubir4
How remove "Last 10 players"?

Re: ★ SmartScoreboard 118 ★ (January 2024)

Posted: Thu Mar 14, 2024 4:35 am
by Que
Open SSB as admin and there is an option in the Admin2 Tab to turn it on/off

Image

Re: ★ SmartScoreboard 119 ★ (April 2024)

Posted: Wed Apr 10, 2024 9:43 am
by Que
update

Code: Select all

Changes to 119
--------------
Added Player left stats from recovery.
Fixed stats shimmer.
Added !map for Map info.
Swapped Kdr with Scores in Top20.
Added Scores minus Deaths option in menu.
Added Top20 reset after 23 hrs after last play.
Added Top20 update when player plays to end.
Added Over Time voting extra time.
Added CTF_PlayerHatTrick for CTF games.
Fixed TimeMessage warnings.
Fixed Top100 FPS and delays.
Fixed Top20 FPS and delays.
Renamed all CHSpectator to Spectator.
Added temp fix for current SSB Helper's.
Added ssb100 solid background option.
Added Top20/100 Kdr percentage option.
Raised winning flag position slightly.
Removed LastPlayer 10/20 option.
Fixed short Game Players shading.
Added Top20/LastPlayers auto shade.
Re-aligned Top20/100 Kdr display.
Fixed several accessed nones.
*update in first post

Re: ★ SmartScoreboard 118 ★ (January 2024)

Posted: Fri Apr 12, 2024 8:49 am
by Ubir4
Que wrote: Thu Mar 14, 2024 4:35 am Open SSB as admin and there is an option in the Admin2 Tab to turn it on/off

Image
How open as Admin, I only know "Say !ssb"

Re: ★ SmartScoreboard 119 ★ (April 2024)

Posted: Fri Apr 12, 2024 9:57 am
by Que
are you the admin of the server? ~ only admin can do this.

if you are admin .. then console > adminlogin {password}

then "Say !ssb" and you will see the extra settings tabs

Re: ★ SmartScoreboard 119 ★ (April 2024)

Posted: Fri Apr 12, 2024 1:07 pm
by Ubir4
For offline players can I disable the last players? In .ini file for example. I play with bots.

Re: ★ SmartScoreboard 119 ★ (April 2024)

Posted: Fri Apr 12, 2024 10:45 pm
by Que
Do you have a password set in UnrealTournament.ini?

Code: Select all

[Engine.GameInfo]
AdminPassword=password
If so try console > adminlogin password

And then say !ssb

Re: ★ SmartScoreboard 119 ★ (April 2024)

Posted: Sat Apr 13, 2024 12:07 pm
by Ubir4
Que wrote: Fri Apr 12, 2024 10:45 pm Do you have a password set in UnrealTournament.ini?

Code: Select all

[Engine.GameInfo]
AdminPassword=password
If so try console > adminlogin password

And then say !ssb
Thank you very much. It Work's!

Re: ★ SmartScoreboard 119 ★ (April 2024)

Posted: Mon Apr 22, 2024 12:21 am
by Hitman
Is it possible to get the funktion bUsePlayerBeacons= to be used as bUseTeamBeacon instead ?

Re: ★ SmartScoreboard 119 ★ (April 2024)

Posted: Mon Apr 22, 2024 3:42 am
by Que
@ProAsm ^^^

Re: ★ SmartScoreboard 119 ★ (April 2024)

Posted: Mon Apr 22, 2024 3:44 am
by Buggie
SSB118 and SSB119 crash v436 clients with UsePreCache = True.
It caused because there appear textures with size 512, without mipmaps.

I not test versions prior SSB118, but possible it affected too.

Crash depends from HW capabilities and used render. So not all v436 crashed.
Also if UsePreCache not set to True, Crash will happen only when on screen visible this specific textures.
It customized labels for kills and other similar stuff, like overtime.
Also it stats graph, idk, where it shown.

Developers of mod aware about this issue.

Crash look as:

Code: Select all

---------------------------
Critical Error
---------------------------
General protection fault!

History: UD3D9RenderDevice::SetTexture <- UD3D9RenderDevice::PrecacheTexture <- NormalTexture <- (SmartSB119.triplekill) <- 
URender::Precache <- UGameEngine::Draw <- UWindowsViewport::Repaint <- UWindowsClient::Tick <- ClientTick <- UGameEngine::Tick <- UpdateWorld <- MainLoop
---------------------------
ОК
---------------------------
   
Auto merged new post submitted 14 minutes later
Check SSB113a, SSB114, SSB115, SSB116 - all of it is fine about mipmaps.
So only SSB118 and SSB119 affected, as for now.