PiBoSo Official Forum

GP Bikes => Mods => Bikes => Topic started by: matty0l215 on January 09, 2020, 12:05:16 AM

Title: Dash issue
Post by: matty0l215 on January 09, 2020, 12:05:16 AM
How can I fix the issue with the RPM reading one more digit than is needed

(https://i.imgur.com/z99ht12.png)

This is meant to be around 6500rpm not 71586 😅
Title: Re: Dash issue
Post by: matty0l215 on January 09, 2020, 12:07:11 AM
Also Could someone explain how the hell to use FontGen?

Ricco's tutorial is missing all of its images now.
Title: Re: Dash issue
Post by: h106frp on January 09, 2020, 06:01:46 PM
declaration OK?

            rpm
            {
               enable = 1
               spacing = 17 ;pixel width of chars in font graphic
               padding = 5 ;alignment
               font = font3.tga ; name of font graphic
               fontstring = 0123456789 ;whats in the font graphic
               posx = 50
               posy = 10
            }

Title: Re: Dash issue
Post by: matty0l215 on January 09, 2020, 09:51:53 PM
Padding was missing!

Thanks H