Pretty Speedometer [stebler]
#11
(01-18-2021, 11:27 PM)stebler Wrote:
(01-18-2021, 10:27 PM)Again Wrote: [Image: Dolphin_2021-01-18_17_24_02.png?width=828&height=433]
NTSC-K shows a bunch of blocks , just letting know
I updated a new version that hopefully fixes the bug (the code was using snprintf instead of swprintf), can you test it?
[Image: Dolphin_2021-01-18_18_29_04.png?width=828&height=433]
Big Grin  100% approved
Discord : Kozue#0007
[Image: RMCJ01_2021-01-11_15-23-53.png]

Best time on PS4 Controller
Reply
#12
I forget NTSC-K has that unique font. Looks so awesome!
Reply
#13
Is there any way to remove the hundredths place decimal
Reply
#14
(01-20-2021, 01:20 AM)Joeblase Wrote: Is there any way to remove the hundredths place decimal

Yes, by replacing 00320066 with 00310066.
Reply
#15
Is there anyway to display the kmh text after the speed or is it limited to just numbers
[Image: unknown.png]
Reply
#16
(01-21-2021, 05:38 AM)Mewmaster99 Wrote: Is there anyway to display the kmh text after the speed or is it limited to just numbers
You can make the decimal in the timer a KMH symbol and move it above the speed if you so desire. But I actually don’t think it could be done without a texture change. (Unless it already exists in the game)
~MarioKartWii.com #1~
Reply
#17
(01-21-2021, 05:38 AM)Mewmaster99 Wrote: Is there anyway to display the kmh text after the speed or is it limited to just numbers

Replace

c2XXXXXX 0000002c
48000019 001a0800
00010030 0025002e
00320066 00000000

with

c2XXXXXX 0000002d
48000021 001a0800
00010030 0025002e
00320066 0020006b
006d002f 00680000

where XXXXXX is region-specific.

(01-21-2021, 12:04 PM)TheNinjaKingOW Wrote:
(01-21-2021, 05:38 AM)Mewmaster99 Wrote: Is there anyway to display the kmh text after the speed or is it limited to just numbers
You can make the decimal in the timer a KMH symbol and move it above the speed if you so desire. But I actually don’t think it could be done without a texture change. (Unless it already exists in the game)

The code hijacks a text element, so any glyph can be displayed.
Reply
#18
Is there a way to remove the decimal portion of the timer entirely?

Also great work with this Smile
Reply
#19
This is great. Also, is there any way to put it on the bottom left instead of bottom right?
Reply
#20
(01-25-2021, 06:35 PM)Mango Man Wrote: Is there a way to remove the decimal portion of the timer entirely?

Also great work with this Smile

replace

c2XXXXXX 0000002c
48000019 001a0800
00010030 0025002e
00320066 00000000

with

c2XXXXXX 0000002c
48000019 001a0800
00010030 0025002e
00660000 00000000
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)