★ SmartScoreboard 119 ★ (April 2024)

Search, find and discuss about Mutators!
RocketJedi
Inhuman
Posts: 850
Joined: Wed Mar 12, 2008 7:14 pm
Personal rank: I.T Master
Location: New York
Contact:

Re: ★ Smart Scoreboard 102q ★ [Updated 07/07/21]

Post by RocketJedi »

Noticed an issue when you already have jump boots, and you pick up another set the boot count goes to 0 although 3 jumps are available
https://www.vulpinemission.com
Image ROCKET-X8 Server
Image MONSTERHUNT w/ NALI WEAPONS 3 + RX8
Image BUNNYTRACK NY
Image SNIPER DEATHMATCH
Image InstaGib + ComboGib + Jailbreak
Image ROSEBUM ROCKET-X RB
User avatar
TankBeef
Masterful
Posts: 586
Joined: Tue Apr 13, 2021 12:56 am

Re: ★ Smart Scoreboard 102q ★ [Updated 07/07/21]

Post by TankBeef »

RocketJedi wrote: Mon Jul 19, 2021 6:22 pm Noticed an issue when you already have jump boots, and you pick up another set the boot count goes to 0 although 3 jumps are available
That is odd, I tested on Deck and had no issues. Are you using the latest 102q?
ProAsm
Skilled
Posts: 229
Joined: Sun Sep 29, 2013 7:12 am

Re: ★ Smart Scoreboard 102q ★ [Updated 07/07/21]

Post by ProAsm »

RocketJedi wrote: Mon Jul 19, 2021 6:22 pm Noticed an issue when you already have jump boots, and you pick up another set the boot count goes to 0 although 3 jumps are available
mmm ok my bad :)

For some reason I added this in the code.

if (JumpCount > 3)
JumpCount = 0;

Should read:

if (JumpCount > 3)
JumpCount = 3;

:roll:
User avatar
TankBeef
Masterful
Posts: 586
Joined: Tue Apr 13, 2021 12:56 am

Re: ★ Smart Scoreboard 102q ★ [Updated 07/07/21]

Post by TankBeef »

ProAsm wrote: Tue Jul 20, 2021 9:44 am
RocketJedi wrote: Mon Jul 19, 2021 6:22 pm Noticed an issue when you already have jump boots, and you pick up another set the boot count goes to 0 although 3 jumps are available
mmm ok my bad :)

For some reason I added this in the code.

if (JumpCount > 3)
JumpCount = 0;

Should read:

if (JumpCount > 3)
JumpCount = 3;

:roll:
Oh ok. But still, I don't get this issue. I even tested in maps with many boots, sniper ones for example. How can I reproduce it?
ProAsm
Skilled
Posts: 229
Joined: Sun Sep 29, 2013 7:12 am

Re: ★ Smart Scoreboard 102q ★ [Updated 07/07/21]

Post by ProAsm »

Theoretically pickup boots, do not use them and when they re-spawn, pick them up again.
Check on both places, the one at bottom small icon, and one at the top under the UT Armor and Health.
To check the top one you need to play on a server that does not have Newnet or BootMon.
RocketJedi
Inhuman
Posts: 850
Joined: Wed Mar 12, 2008 7:14 pm
Personal rank: I.T Master
Location: New York
Contact:

Re: ★ Smart Scoreboard 102q ★ [Updated 07/07/21]

Post by RocketJedi »

ProAsm wrote: Tue Jul 20, 2021 9:44 am
RocketJedi wrote: Mon Jul 19, 2021 6:22 pm Noticed an issue when you already have jump boots, and you pick up another set the boot count goes to 0 although 3 jumps are available
mmm ok my bad :)

For some reason I added this in the code.

if (JumpCount > 3)
JumpCount = 0;

Should read:

if (JumpCount > 3)
JumpCount = 3;

:roll:
Glad you figured it out :) Apologies for my vague description :)
https://www.vulpinemission.com
Image ROCKET-X8 Server
Image MONSTERHUNT w/ NALI WEAPONS 3 + RX8
Image BUNNYTRACK NY
Image SNIPER DEATHMATCH
Image InstaGib + ComboGib + Jailbreak
Image ROSEBUM ROCKET-X RB
User avatar
esnesi
Godlike
Posts: 1018
Joined: Mon Aug 31, 2015 12:58 pm
Personal rank: Dialed in.

Re: ★ Smart Scoreboard 102q ★ [Updated 07/07/21]

Post by esnesi »

Some Accessed Nones left on P

Code: Select all

SmartSB CTF4-Antartic.SmartSB0 (Function SmartSB102p.SmartSB.CalcSmartSBEndStats:050C) Accessed None 'TopFrags'
SmartSB CTF4-Antartic.SmartSB0 (Function SmartSB102p.SmartSB.TestForPlayer:002F) Accessed None 'PRI'
SmartSB CTF4-Antartic.SmartSB0 (Function SmartSB102p.SmartSB.CalcSmartSBEndStats:053F) Accessed None 'PRI'
SmartSB CTF4-Antartic.SmartSB0 (Function SmartSB102p.SmartSB.CalcSmartSBEndStats:055C) Accessed None 'TopFrags'
SmartSB CTF4-Antartic.SmartSB0 (Function SmartSB102p.SmartSB.CalcSmartSBEndStats:071D) Accessed None 'TopHeadshots'
SmartSB CTF4-Antartic.SmartSB0 (Function SmartSB102p.SmartSB.TestForPlayer:002F) Accessed None 'PRI'
SmartSB CTF4-Antartic.SmartSB0 (Function SmartSB102p.SmartSB.CalcSmartSBEndStats:0750) Accessed None 'PRI'
SmartSB CTF4-Antartic.SmartSB0 (Function SmartSB102p.SmartSB.CalcSmartSBEndStats:076D) Accessed None 'TopHeadshots'
SmartSB CTF4-Antartic.SmartSB0 (Function SmartSB102p.SmartSB.CalcSmartSBEndStats:097E) Accessed None 'TopFlagTaken'
```
ProAsm
Skilled
Posts: 229
Joined: Sun Sep 29, 2013 7:12 am

Re: ★ Smart Scoreboard 102q ★ [Updated 07/07/21]

Post by ProAsm »

@ esnesi
Hopefully eliminated them in 102s.
RocketJedi
Inhuman
Posts: 850
Joined: Wed Mar 12, 2008 7:14 pm
Personal rank: I.T Master
Location: New York
Contact:

Re: ★ Smart Scoreboard 102q ★ [Updated 07/07/21]

Post by RocketJedi »

Still noticed an issue where the score board doesn't detect the server tic rate on the f1 menu when using XC_IpDrv.XC_TcpNetDriver from XC_engine. No big deal just wanted to point it out.

edit: another issue using ferbots they only show on the default scoreboard not on the smart scoreboard. as a point of reference they do work on smart ctf scoreboard
https://www.vulpinemission.com
Image ROCKET-X8 Server
Image MONSTERHUNT w/ NALI WEAPONS 3 + RX8
Image BUNNYTRACK NY
Image SNIPER DEATHMATCH
Image InstaGib + ComboGib + Jailbreak
Image ROSEBUM ROCKET-X RB
User avatar
Que
Inhuman
Posts: 794
Joined: Mon Dec 09, 2019 5:49 am
Personal rank: ...
Contact:

Re: ★ Smart Scoreboard 102s ★ [Updated 02/10/21]

Post by Que »

//UPDATED//

Code: Select all

Changes to 102s
---------------
Fixed more access nones.
Re-aligned personal SB Icons.
Default fonts set to medium.
Added overall accuracy to personal SB.
*See first post for latest updates.
*Join our Discord Here.*
Our mods - MVX , SSB , SmartWFL , UTCmds , BotCommands , Smart Stats , join/leave announcer , NoSmoke , UTLogin , BrightSkins , Server Tran…
*Our Servers
User avatar
[rev]rato.skt
Adept
Posts: 438
Joined: Mon Aug 16, 2010 1:09 pm

Re: ★ Smart Scoreboard 102s ★ [Updated 02/10/21]

Post by [rev]rato.skt »

Nice i go add to server :D
Brazilian Server:
Alma Negra - 34.95.189.187:7777
Classic - madruga.utbr.cf:7777
Duel - x1.utbr.cf:6666
RocketJedi
Inhuman
Posts: 850
Joined: Wed Mar 12, 2008 7:14 pm
Personal rank: I.T Master
Location: New York
Contact:

Re: ★ Smart Scoreboard 102q ★ [Updated 07/07/21]

Post by RocketJedi »

RocketJedi wrote: Wed Sep 22, 2021 12:45 am Still noticed an issue where the score board doesn't detect the server tic rate on the f1 menu when using XC_IpDrv.XC_TcpNetDriver from XC_engine. No big deal just wanted to point it out.

edit: another issue using ferbots they only show on the default scoreboard not on the smart scoreboard. as a point of reference they do work on smart ctf scoreboard
FYI still an issue on version S
https://www.vulpinemission.com
Image ROCKET-X8 Server
Image MONSTERHUNT w/ NALI WEAPONS 3 + RX8
Image BUNNYTRACK NY
Image SNIPER DEATHMATCH
Image InstaGib + ComboGib + Jailbreak
Image ROSEBUM ROCKET-X RB
User avatar
Que
Inhuman
Posts: 794
Joined: Mon Dec 09, 2019 5:49 am
Personal rank: ...
Contact:

Re: ★ Smart Scoreboard 102q ★ [Updated 07/07/21]

Post by Que »

RocketJedi wrote: Mon Oct 04, 2021 2:12 am
RocketJedi wrote: Wed Sep 22, 2021 12:45 am Still noticed an issue where the score board doesn't detect the server tic rate on the f1 menu when using XC_IpDrv.XC_TcpNetDriver from XC_engine. No big deal just wanted to point it out.

edit: another issue using ferbots they only show on the default scoreboard not on the smart scoreboard. as a point of reference they do work on smart ctf scoreboard
FYI still an issue on version S
problem is , we have no idea how to setup XC_Engine + Ferbotz for testing... i have tried getting ferbotz to work on several occasions without success. :noidea

found this version of FerBotz on discord few minutes ago. have forwarded to proasm for testing..
FerBotz_469_05_09_2021.7z
(523.73 KiB) Downloaded 7 times
*Join our Discord Here.*
Our mods - MVX , SSB , SmartWFL , UTCmds , BotCommands , Smart Stats , join/leave announcer , NoSmoke , UTLogin , BrightSkins , Server Tran…
*Our Servers
RocketJedi
Inhuman
Posts: 850
Joined: Wed Mar 12, 2008 7:14 pm
Personal rank: I.T Master
Location: New York
Contact:

Re: ★ Smart Scoreboard 102q ★ [Updated 07/07/21]

Post by RocketJedi »

Que wrote: Mon Oct 04, 2021 3:10 am
RocketJedi wrote: Mon Oct 04, 2021 2:12 am
RocketJedi wrote: Wed Sep 22, 2021 12:45 am Still noticed an issue where the score board doesn't detect the server tic rate on the f1 menu when using XC_IpDrv.XC_TcpNetDriver from XC_engine. No big deal just wanted to point it out.

edit: another issue using ferbots they only show on the default scoreboard not on the smart scoreboard. as a point of reference they do work on smart ctf scoreboard
FYI still an issue on version S
problem is , we have no idea how to setup XC_Engine + Ferbotz for testing... i have tried getting ferbotz to work on several occasions without success. :noidea

found this version of FerBotz on discord few minutes ago. have forwarded to proasm for testing..
FerBotz_469_05_09_2021.7z
Much appreciated! Is there anything I may assist with? Please don't hesitate to ask.
https://www.vulpinemission.com
Image ROCKET-X8 Server
Image MONSTERHUNT w/ NALI WEAPONS 3 + RX8
Image BUNNYTRACK NY
Image SNIPER DEATHMATCH
Image InstaGib + ComboGib + Jailbreak
Image ROSEBUM ROCKET-X RB
User avatar
EvilGrins
Godlike
Posts: 9698
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA
Contact:

Re: ★ Smart Scoreboard 102s ★ [Updated 02/10/21]

Post by EvilGrins »

I haven't kept up on the updates, but multiple screenshots of whatever the current version is for various gametypes would be appreciated.
http://unreal-games.livejournal.com/
Image
medor wrote:Replace Skaarj with EvilGrins :mrgreen:
Smilies · viewtopic.php?f=8&t=13758
Post Reply