PiBoSo Official Forum

GP Bikes => Support => Topic started by: Blackheart on June 19, 2018, 10:40:18 AM

Title: Dashboard on the steer
Post by: Blackheart on June 19, 2018, 10:40:18 AM
I updated an old motorcycle,  but the dashboard on the steer in game not works, does anyone notice where the error is?:

Quotegauges
   {
      scene = 1
      rpm_analog
      {
         enable = 1
         needle = rpmneedle
         axis = y-
         step0value = 5000
         step0angle = 0
         step1value = 17000
         step1angle = -225
      }      
      lcd
                {
         enable = 1
         texture = w_dashboard
         emission = 0.5
         
         screen0
         {
            enable = 1
            gear
            {
               enable = 0
               spacing = 33
               font = zip_gear_font.tga
               fontstring = 0123456789N
               posx = 383
               posy = 119
            }
            speed
            {
               enable = 1
               spacing = 25
               font = zip_speed_font.tga
               fontstring = 0123456789
               posx = 193
               posy = 134
            }
            rpm
            {
               enable = 1
               spacing = 20
               font = zip_rpm_font.tga
               fontstring = 0123456789
               posx = 188
               posy = 59
            }
            watertemp
            {
               enable = 1
               spacing = 23
               font = font2.tga
               fontstring = 0123456789
               posx = 73
               posy = 130
            }
            lap
            {
               enable = 1
               spacing = 12,5
               font = zip_lap_font.tga
               fontstring = 0123456789
               posx = 70
               posy = 180            
            }
            lastlap
            {
               enable = 1s
               spacing = 17.5
               font = zip_lastlap_font.tga
               fontstring = 0123456789N
               posx = 260
               posy = 173
               spacing2 = 5
               font2 = zip_lastlap_font_p.tga
               fontstring2 = :.
            }
         }
      }
Title: Re: Dashboard on the steer
Post by: Steven on June 23, 2018, 10:34:36 AM
Is this any help?
http://forum.piboso.com/index.php?topic=3771.0 (http://forum.piboso.com/index.php?topic=3771.0)
Title: Re: Dashboard on the steer
Post by: Blackheart on June 23, 2018, 11:34:02 AM
Quote from: Steven on June 23, 2018, 10:34:36 AM
Is this any help?
http://forum.piboso.com/index.php?topic=3771.0 (http://forum.piboso.com/index.php?topic=3771.0)

Scene = 1 it does not seem to work, and I do not understand why, never tried an lcd on steer,

Here the bike Download: https://mega.nz/#!M15WmYZK!Fa-SjTtDnKi5LkKrEXV2sq0fzXFnIwJCzoTEKjLvOc8 (https://mega.nz/#!M15WmYZK!Fa-SjTtDnKi5LkKrEXV2sq0fzXFnIwJCzoTEKjLvOc8)

Title: Re: Dashboard on the steer
Post by: Steven on June 26, 2018, 05:50:12 PM
This should work:

gauges
{
lcd
{
scene = 1
enable = 1
texture = w_dashboard
emission = 0.5

screen0
{
enable = 1
gear
{
enable = 0
spacing = 33
font = zip_gear_font.tga
fontstring = 0123456789N
posx = 383
posy = 119
}
speed
{
enable = 1
spacing = 25
font = zip_speed_font.tga
fontstring = 0123456789
posx = 193
posy = 134
}
rpm
{
enable = 1
spacing = 20
font = zip_rpm_font.tga
fontstring = 0123456789
posx = 188
posy = 59
}
watertemp
{
enable = 1
spacing = 23
font = font2.tga
fontstring = 0123456789
posx = 73
posy = 130
}
lap
{
enable = 1
spacing = 12,5
font = zip_lap_font.tga
fontstring = 0123456789
posx = 70
posy = 180
}
lastlap
{
enable = 1
spacing = 17.5
font = zip_lastlap_font.tga
fontstring = 0123456789N
posx = 260
posy = 173
spacing2 = 5
font2 = zip_lastlap_font_p.tga
fontstring2 = :.
}
}
}
}
Title: Re: Dashboard on the steer
Post by: Blackheart on June 26, 2018, 08:24:36 PM
Yep thx  ;)