[1.29] Volvo VNR fix

Forum rules
SCS as a company do not wish to have paid mods on this forum. While we understand that not all paid mods use the Intellectual Property of other companies/people, it is very hard to moderate what is and isn't acceptable when money is involved. There are also concerns that it could look unfavorable to potential work partners going forward if SCS allow mods that may potentially use unlicensed branding.
Posting in the Mods forum (ATS and ETS2) is restricted to sharing free-to-the-public mods and providing support for mods. For more details, please check the Forum Rules.
User avatar
galimim
Posts: 2886
Joined: 26 Jan 2013 22:11
Location: Slovenija
Contact:

Re: [1.19] Volvo VNR fix

#181 Post by galimim » 22 Jun 2019 17:54

HAhahaha my bad, nothing major, but I messed up :lol: :lol:
ETS2:
Real Tires Mod
Search for Drivetrain Revision mods!
Truck fix doctor
ATS:
Real Tires Mod
Search for Drivetrain Revision mods!
Truck fix doctor
Eggtooth
Posts: 157
Joined: 20 Dec 2012 17:44

Re: [1.19] Volvo VNR fix

#182 Post by Eggtooth » 17 Jul 2019 08:11

VNR Has no sideskirts right or is it just me?
User avatar
galimim
Posts: 2886
Joined: 26 Jan 2013 22:11
Location: Slovenija
Contact:

Re: [1.19] Volvo VNR fix

#183 Post by galimim » 17 Jul 2019 08:51

Nop there are no sideskrits for this one.
ETS2:
Real Tires Mod
Search for Drivetrain Revision mods!
Truck fix doctor
ATS:
Real Tires Mod
Search for Drivetrain Revision mods!
Truck fix doctor
Eggtooth
Posts: 157
Joined: 20 Dec 2012 17:44

Re: [1.19] Volvo VNR fix

#184 Post by Eggtooth » 18 Jul 2019 14:11

This truck is missing fake shadow.

http://prntscr.com/ogu68b
User avatar
galimim
Posts: 2886
Joined: 26 Jan 2013 22:11
Location: Slovenija
Contact:

Re: [1.20] Volvo VNR fix

#185 Post by galimim » 05 Aug 2019 15:15

Update! YOU WILL NEED TO BUY THE GEARBOX AGAIN!!!!

1.20: Updated engines and gearboxes
New Cummins X15 sounds thanks to Kriechbaum
ETS2:
Real Tires Mod
Search for Drivetrain Revision mods!
Truck fix doctor
ATS:
Real Tires Mod
Search for Drivetrain Revision mods!
Truck fix doctor
mr.peterbilt
Posts: 43
Joined: 18 Jun 2018 07:06

Re: [1.20] Volvo VNR fix

#186 Post by mr.peterbilt » 09 Aug 2019 08:28

Author! Missing files:
<ERROR> [fs] Failed to open file '/def/vehicle/truck/volvo.vnr/sound/interior_x15.sii' in the read_only mode.
<ERROR> [fs] Failed to open file '/def/vehicle/truck/volvo.vnr/sound/exterior_x15.sii' in the read_only mode.

I added them to the archive:
https://sharemods.com/2afwko2aitj8/def.zip.html
User avatar
galimim
Posts: 2886
Joined: 26 Jan 2013 22:11
Location: Slovenija
Contact:

Re: [1.20] Volvo VNR fix

#187 Post by galimim » 09 Aug 2019 09:41

Thanks, updated. Download link stays the same.
ETS2:
Real Tires Mod
Search for Drivetrain Revision mods!
Truck fix doctor
ATS:
Real Tires Mod
Search for Drivetrain Revision mods!
Truck fix doctor
User avatar
galimim
Posts: 2886
Joined: 26 Jan 2013 22:11
Location: Slovenija
Contact:

Re: [1.21] Volvo VNR fix

#188 Post by galimim » 13 Aug 2019 15:00

A little update:
1.21: Fixed fakeshadow


Also now available on the workshop

Steam Workshop:
Volvo VNR
ETS2:
Real Tires Mod
Search for Drivetrain Revision mods!
Truck fix doctor
ATS:
Real Tires Mod
Search for Drivetrain Revision mods!
Truck fix doctor
User avatar
galimim
Posts: 2886
Joined: 26 Jan 2013 22:11
Location: Slovenija
Contact:

Re: [1.22] Volvo VNR fix

#189 Post by galimim » 05 Nov 2019 15:36

Update!

1.22: Added wiper shadow for interior view
Separated headlights from the chassis
Added realistic headlight pattern by hastantyo as an option
Added xenon headlights as an option
Updated dashboard computer with features introduced in patch 1.36
Fixed collison boxes
ETS2:
Real Tires Mod
Search for Drivetrain Revision mods!
Truck fix doctor
ATS:
Real Tires Mod
Search for Drivetrain Revision mods!
Truck fix doctor
User avatar
galimim
Posts: 2886
Joined: 26 Jan 2013 22:11
Location: Slovenija
Contact:

Re: [1.22] Volvo VNR fix

#190 Post by galimim » 06 Nov 2019 15:42

A quick fix for the fuel consumption: Replace the contents of "volvo_vnr.sii" in "\ui\dashboard" with this:

Code: Select all

SiiNunit
{
ui::window : _nameless.volvo.vnr {
 window_handler: null
 clip_children: false
 keep_aspect: none
 user_string_data: ""
 fitting: false
 my_children[]: _nameless.background.unlight
 my_children[]: _nameless.background.light
 my_children[]: _nameless.share.display
 my_children[]: _nameless.display.1
 my_children[]: _nameless.display.2
 my_children[]: _nameless.display.3
 my_children[]: _nameless.display.4
 my_children[]: _nameless.warning
 my_children[]: _nameless.luminance
 coords_l: 0
 coords_r: 900
 coords_t: 900
 coords_b: 0
 area_l: 0
 area_r: 900
 area_t: 900
 area_b: 0
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: null
}

ui::text : _nameless.background.unlight {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF1e1918>"
 coords_l: 0
 coords_r: 900
 coords_t: 900
 coords_b: 0
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 10
 layer: -1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.volvo.vnr
}

ui::text : _nameless.background.light {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF1e1918>"
 coords_l: 0
 coords_r: 900
 coords_t: 900
 coords_b: 0
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 20
 layer: -1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.volvo.vnr
}

ui::text : _nameless.luminance {
 text: "<img src=/material/ui/alpha_only.mat xscale=stretch yscale=stretch color=FF1e1918>"
 coords_l: 0
 coords_r: 900
 coords_t: 900
 coords_b: 0
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 20
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.volvo.vnr
}


ui::group : _nameless.share.display {
 fitting: false
 my_children[]: _nameless.line.1
 my_children[]: _nameless.line.2
 my_children[]: _nameless.line.3

 my_children[]: _nameless.clock
 my_children[]: _nameless.outtemp
 my_children[]: _nameless.volvo.compass
 my_children[]: _nameless.speed
 my_children[]: _nameless.gear
 my_children[]: _nameless.gear.mode

 my_children[]: _nameless.odometer
 my_children[]: _nameless.cruise.icon
 my_children[]: _nameless.cruise.active

 my_children[]: _nameless.retarder
 my_children[]: _nameless.engine.brake

 my_children[]: _nameless.low.fuel
 my_children[]: _nameless.low.air

 my_children[]: _nameless.home.icon

 my_children[]: _nameless.line.4

 coords_l: 0
 coords_r: 900
 coords_t: 900
 coords_b: 0
 area_l: 0
 area_r: 900
 area_t: 900
 area_b: 0
 id: 950
 layer: -1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.volvo.vnr
}

ui::text : _nameless.line.1 {
 text: "<color value=33FFFFFF>
	<img src=/material/ui/dashboard/piva/vnr.mat width=400 height=5 bottom=p5>
	<ret><offset hshift=550><img src=/material/ui/dashboard/piva/vnr.mat width=400 height=5 bottom=p5>"

 coords_l: -50
 coords_r: 950
 coords_t: 440
 coords_b: 435
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text : _nameless.line.2 {
 text: "<color value=33FFFFFF><img src=/material/ui/dashboard/piva/vnr.mat xscale=stretch height=5 bottom=p5>"
 coords_l: -200
 coords_r: 1100
 coords_t: 110 //100
 coords_b: 105 //95
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text : _nameless.line.3 {
 text: "<color value=33FFFFFF>
	<offset hshift=120><img src=/material/ui/dashboard/piva/vnr.mat width=5 yscale=stretch top=p5 bottom=p80 right=p10>
	<ret><offset hshift=630><img src=/material/ui/dashboard/piva/vnr.mat width=5 yscale=stretch top=p5 bottom=p80 right=p10>
	<ret><offset hshift=760><img src=/material/ui/dashboard/piva/vnr.mat width=5 yscale=stretch top=p5 bottom=p80 right=p10>"
 coords_l: 0
 coords_r: 900
 coords_t: 495
 coords_b: 440
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text_common : _nameless.clock {
 value: "22:50"
 look_template: piva.vnr.clock
 text: ""
 coords_l: 685 //700
 coords_r: 880 //900
 coords_t: 485 //490
 coords_b: 410 //420
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1050
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text_common : _nameless.outtemp {
 value: "22|C"
 look_template: piva.vnr.outtemp
 text: ""
 coords_l: 620
 coords_r: 755 
 coords_t: 485
 coords_b: 410
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1000
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text_common : _nameless.volvo.compass {
 value: "NW"
 look_template: piva.vnr.compass
 text: ""
 coords_l: 160 //140
 coords_r: 270 //250
 coords_t: 495 //500
 coords_b: 410 //420
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1220
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text_common : _nameless.speed {
 value: "99|MPH"
 look_template: piva.vnr.speed
 text: ""
 coords_l: 300
 coords_r: 600
 coords_t: 480 //490
 coords_b: 290 //300
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1020
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text_common : _nameless.gear {
 value: "R1"
 look_template: piva.vnr.gear
 text: ""
 coords_l: 330 //380
 coords_r: 470 //520
 coords_t: 100 //80
 coords_b: 0 //0
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1300
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text_common : _nameless.gear.mode {
 value: "M"
 look_template: piva.vnr.gear.mode
 text: ""
 coords_l: 430 //380
 coords_r: 570 //520
 coords_t: 110 //100 //80
 coords_b: 0 //0
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1310
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text_common : _nameless.odometer {
 value: "123|mi"
 look_template: piva.vnr.value
 text: ""
 coords_l: 480 //500
 coords_r: 870 //890
 coords_t: 430
 coords_b: 300
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1030
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text : _nameless.cruise.icon {
 text: "<img src=/material/ui/dashboard/piva/p_389.mat xscale=stretch yscale=stretch top=p55 left=p70 bottom=p105 right=p122 color=55FFFFFF>"
 coords_l: 20
 coords_r: 100
 coords_t: 435
 coords_b: 375
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::group : _nameless.cruise.active {
 fitting: false

 my_children[]: _nameless.cruise.active.icon
 my_children[]: _nameless.cruise.speed

 coords_l: 0
 coords_r: 900
 coords_t: 900
 coords_b: 0
 area_l: 0
 area_r: 900
 area_t: 900
 area_b: 0
 id: 1240
 layer: -1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text : _nameless.cruise.active.icon {
 text: "<img src=/material/ui/dashboard/piva/p_389.mat xscale=stretch yscale=stretch top=p55 left=p70 bottom=p105 right=p122 color=AAFFFFFF>"
 coords_l: 20
 coords_r: 100
 coords_t: 435
 coords_b: 375
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.cruise.active
}

ui::text_common : _nameless.cruise.speed {
 value: "199|mi"
 look_template: piva.vnr.cruise
 text: ""
 coords_l: 120
 coords_r: 280
 coords_t: 430
 coords_b: 300
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1100
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.cruise.active
}

ui::text : _nameless.home.icon {
 text: "<img src=/material/ui/dashboard/piva/vnr.mat xscale=stretch yscale=stretch top=p6 left=p6 bottom=p70 right=p70 color=ddFFFFFF>"
 coords_l: 25 //5
 coords_r: 100 //110
 coords_t: 485 //500
 coords_b: 445 //445
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text : _nameless.retarder {
 text: "<img src=/material/ui/dashboard/piva/p_389.mat xscale=stretch yscale=stretch top=p194 left=p64 bottom=p244 right=p128 color=AA0080FF>"
 coords_l: 20 //10
 coords_r: 110 //110
 coords_t: 105 //85
 coords_b: 30 //5
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1290
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text : _nameless.engine.brake {
 text: "<img src=/material/ui/dashboard/piva/p_389.mat xscale=stretch yscale=stretch top=p100 left=p0 bottom=p140 right=p57 color=AA00FF80>"
 coords_l: 780 //790
 coords_r: 890 //900
 coords_t: 105 //85
 coords_b: 30 //5
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1230
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text : _nameless.low.fuel {
 text: "<img src=/material/ui/dashboard/piva/p_389.mat xscale=stretch yscale=stretch top=p1 left=p124 bottom=p51 right=p167 color=AA3030FF>"
 coords_l: 130 //120
 coords_r: 230 //220
 coords_t: 105 //85
 coords_b: 30 //5
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1200
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::text : _nameless.low.air {
 text: "<img src=/material/ui/dashboard/piva/p_389.mat xscale=stretch yscale=stretch top=p3 left=p61 bottom=p51 right=p121 color=AA3030FF>"
 coords_l: 670 //680
 coords_r: 770 //780
 coords_t: 105 //85
 coords_b: 30 //5
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1260
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}


ui::text : _nameless.line.4 {
 text: "<color value=33FFFFFF><img src=/material/ui/dashboard/piva/vnr.mat xscale=stretch height=5 bottom=p5>"
 coords_l: -200
 coords_r: 1100
 coords_t: 370
 coords_b: 365
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.share.display
}

ui::group : _nameless.display.1 {
 fitting: false
 my_children[]: _nameless.line.1.1
 my_children[]: _nameless.line.1.2
 my_children[]: _nameless.line.1.3
 my_children[]: _nameless.line.1.4

 my_children[]: _nameless.scale.1.1
 my_children[]: _nameless.text.1.1

 my_children[]: _nameless.water.back
 my_children[]: _nameless.water.bar
 my_children[]: _nameless.water.bar.data

 my_children[]: _nameless.water.icon
 my_children[]: _nameless.water.temp

 my_children[]: _nameless.scale.1.2
 my_children[]: _nameless.text.1.2

 my_children[]: _nameless.oil.back
 my_children[]: _nameless.oil.bar
 my_children[]: _nameless.oil.bar.data

 my_children[]: _nameless.oil.icon
 my_children[]: _nameless.oil.temp


 coords_l: 0
 coords_r: 900
 coords_t: 900
 coords_b: 0
 area_l: 0
 area_r: 900
 area_t: 900
 area_b: 0
 id: 100
 layer: -1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.volvo.vnr
}

ui::text : _nameless.line.1.1 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF2f291e>"

 coords_l: 0
 coords_r: 900
 coords_t: 358
 coords_b: 235
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text : _nameless.line.1.2 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF2f291e>"
 coords_l: 0
 coords_r: 900
 coords_t: 230
 coords_b: 110
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text : _nameless.line.1.3 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF615945>"
 coords_l: 0
 coords_r: 900
 coords_t: 233
 coords_b: 230
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text : _nameless.line.1.4 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF615945>"
 coords_l: 0
 coords_r: 900
 coords_t: 366
 coords_b: 364
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}


ui::text : _nameless.scale.1.1 {
 text: "<align hstyle=left><img src=/material/ui/white.mat yscale=stretch width=5 color=FFA0A0EA></align>
	<ret><align hstyle=right><img src=/material/ui/white.mat yscale=stretch width=5 color=FF0000A0></align>
	<ret><align vstyle=bottom><img src=/material/ui/white.mat width=390 height=5 color=FF303030></align>
	<ret><offset hshift=400><align vstyle=bottom><img src=/material/ui/white.mat xscale=stretch height=5 color=FF0000A0></align>"
 coords_l: 200
 coords_r: 670 //700
 coords_t: 325 //340
 coords_b: 300
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text : _nameless.text.1.1 {
 text: "<color value=FF8c8786><font face=/font/big.font xscale=3 yscale=3>
	<align hstyle=left>0</align>
	<ret><align hstyle=right>max</align></font>"
 coords_l: 200
 coords_r: 670 //700
 coords_t: 300
 coords_b: 230
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text : _nameless.water.back {
 text: "<img src=/material/ui/white.mat yscale=stretch xscale=stretch color=FF000000>"
 coords_l: 210
 coords_r: 660 //690
 coords_t: 325 //340
 coords_b: 310
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text : _nameless.water.bar {
 text: "<img src=/material/ui/white.mat yscale=stretch xscale=stretch color=FFb8efbf>"
 coords_l: 210
 coords_r: 660 //690
 coords_t: 325 //340
 coords_b: 310
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1150
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text : _nameless.water.bar.data {
 text: "H~~0~~130"
 coords_l: 210
 coords_r: 660 //690
 coords_t: 325 //340
 coords_b: 310
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1155
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text : _nameless.water.icon {
 text: "<img src=/material/ui/dashboard/piva/p_389.mat yscale=stretch xscale=stretch color=FFD0D0D0 left=p174 right=p214 top=p0 bottom=p52>"
 coords_l: 100
 coords_r: 160
 coords_t: 340
 coords_b: 280
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text_common : _nameless.water.temp {
 value: "120|C"
 look_template: piva.vnr.temp
 text: ""
 coords_l: 650
 coords_r: 840
 coords_t: 340
 coords_b: 230
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1090
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text : _nameless.scale.1.2 {
 text: "<align hstyle=left><img src=/material/ui/white.mat yscale=stretch width=5 color=FF3030EA></align>
	<ret><align hstyle=right><img src=/material/ui/white.mat yscale=stretch width=5 color=FF0000A0></align>
	<ret><align vstyle=bottom><img src=/material/ui/white.mat width=390 height=5 color=FF303030></align>
	<ret><offset hshift=400><align vstyle=bottom><img src=/material/ui/white.mat xscale=stretch height=5 color=FF0000A0></align>"
 coords_l: 200
 coords_r: 670 //700
 coords_t: 195 //210
 coords_b: 170
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text : _nameless.text.1.2 {
 text: "<color value=FF8c8786><font face=/font/big.font xscale=3 yscale=3>
	<align hstyle=left>0</align>
	<ret><align hstyle=right>max</align></font>"
 coords_l: 200
 coords_r: 670 //700
 coords_t: 170
 coords_b: 130
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text : _nameless.oil.back {
 text: "<img src=/material/ui/white.mat yscale=stretch xscale=stretch color=FF000000>"
 coords_l: 210
 coords_r: 660 //690
 coords_t: 195 //210
 coords_b: 180
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text : _nameless.oil.bar {
 text: "<img src=/material/ui/white.mat yscale=stretch xscale=stretch color=FFb8efbf>"
 coords_l: 210
 coords_r: 660 //690
 coords_t: 195 //210
 coords_b: 180
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1110
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text : _nameless.oil.bar.data {
 text: "H~~0~~8"
 coords_l: 210
 coords_r: 660 //690
 coords_t: 195 //210
 coords_b: 180
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1115
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text : _nameless.oil.icon {
 text: "<img src=/material/ui/dashboard/piva/p_389.mat yscale=stretch xscale=stretch color=FFD0D0D0 left=p0 right=p64 top=p62 bottom=p96>"
 coords_l: 90
 coords_r: 170
 coords_t: 200
 coords_b: 160
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::text_common : _nameless.oil.temp {
 value: "120|C"
 look_template: piva.vnr.temp
 text: ""
 coords_l: 650
 coords_r: 840
 coords_t: 210
 coords_b: 100
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1010
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.1
}

ui::group : _nameless.display.2 {
 fitting: false
 my_children[]: _nameless.line.2.1
 my_children[]: _nameless.line.2.2
 my_children[]: _nameless.line.2.3
 my_children[]: _nameless.line.2.4

 my_children[]: _nameless.scale.2.1
 my_children[]: _nameless.text.2.1

 my_children[]: _nameless.fuel.back
 my_children[]: _nameless.fuel.bar
 my_children[]: _nameless.fuel.bar.data

 my_children[]: _nameless.fuel.icon
 my_children[]: _nameless.fuel.tank

 my_children[]: _nameless.scale.2.2
 my_children[]: _nameless.text.2.2

 my_children[]: _nameless.adblue.back
 my_children[]: _nameless.adblue.bar
 my_children[]: _nameless.adblue.bar.data

 my_children[]: _nameless.adblue.icon
 my_children[]: _nameless.fuel.distance


 coords_l: 0
 coords_r: 900
 coords_t: 900
 coords_b: 0
 area_l: 0
 area_r: 900
 area_t: 900
 area_b: 0
 id: 200
 layer: -1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.volvo.vnr
}

ui::text : _nameless.line.2.1 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF2f291e>"
 coords_l: 0
 coords_r: 900
 coords_t: 360
 coords_b: 235
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text : _nameless.line.2.2 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF2f291e>"
 coords_l: 0
 coords_r: 900
 coords_t: 230
 coords_b: 110
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text : _nameless.line.2.3 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF615945>"
 coords_l: 0
 coords_r: 900
 coords_t: 233
 coords_b: 230
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text : _nameless.line.2.4 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF615945>"
 coords_l: 0
 coords_r: 900
 coords_t: 366
 coords_b: 364
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}


ui::text : _nameless.scale.2.1 {
 text: "<align hstyle=left><img src=/material/ui/white.mat yscale=stretch width=5 color=FF0000A0></align>
	<ret><align hstyle=right><img src=/material/ui/white.mat yscale=stretch width=5 color=FF303030></align>
	<ret><align vstyle=bottom><img src=/material/ui/white.mat width=75 height=5 color=FF0000A0></align>
	<ret><offset hshift=85><align vstyle=bottom><img src=/material/ui/white.mat xscale=stretch height=5 color=FF303030></align>"
 coords_l: 200
 coords_r: 670 //700
 coords_t: 325 //340
 coords_b: 300
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text : _nameless.text.2.1 {
 text: "<color value=FF8c8786><font face=/font/big.font xscale=3 yscale=3>
	<align hstyle=left>E</align>
	<ret><align hstyle=center>1/2</align>
	<ret><align hstyle=right>F</align></font>"
 coords_l: 200
 coords_r: 670 //700
 coords_t: 300
 coords_b: 230
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text : _nameless.fuel.back {
 text: "<img src=/material/ui/white.mat yscale=stretch xscale=stretch color=FF000000>"
 coords_l: 210
 coords_r: 660 //690
 coords_t: 325 //340
 coords_b: 310
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text : _nameless.fuel.bar {
 text: "<img src=/material/ui/white.mat yscale=stretch xscale=stretch color=FFb8efbf>"
 coords_l: 210
 coords_r: 660 //690
 coords_t: 325 //340
 coords_b: 310
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1070
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text : _nameless.fuel.bar.data {
 text: "H~~0~~1"
 coords_l: 210
 coords_r: 660 //690
 coords_t: 325 //340
 coords_b: 310
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1075
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text : _nameless.fuel.icon {
 text: "<img src=/material/ui/dashboard/piva/p_389.mat xscale=stretch yscale=stretch top=p1 left=p124 bottom=p51 right=p167 color=FFD0D0D0>"
 coords_l: 100
 coords_r: 160
 coords_t: 340
 coords_b: 280
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text_common : _nameless.fuel.tank {
 value: "9999|l"
 look_template: piva.vnr.fuel
 text: ""
 coords_l: 650
 coords_r: 840
 coords_t: 340
 coords_b: 230
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1060
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text : _nameless.scale.2.2 {
 text: "<align hstyle=left><img src=/material/ui/white.mat yscale=stretch width=5 color=FF0000A0></align>
	<ret><align hstyle=right><img src=/material/ui/white.mat yscale=stretch width=5 color=FF303030></align>
	<ret><align vstyle=bottom><img src=/material/ui/white.mat width=75 height=5 color=FF0000A0></align>
	<ret><offset hshift=85><align vstyle=bottom><img src=/material/ui/white.mat xscale=stretch height=5 color=FF303030></align>"
 coords_l: 200
 coords_r: 670 //700
 coords_t: 195 //210
 coords_b: 170
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text : _nameless.text.2.2 {
 text: "<color value=FF8c8786><font face=/font/big.font xscale=3 yscale=3>
	<align hstyle=left>E</align>
	<ret><align hstyle=center>1/2</align>
	<ret><align hstyle=right>F</align></font>"
 coords_l: 200
 coords_r: 670 //700
 coords_t: 170
 coords_b: 130
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text : _nameless.adblue.back {
 text: "<img src=/material/ui/white.mat yscale=stretch xscale=stretch color=FF000000>"
 coords_l: 210
 coords_r: 660 //690
 coords_t: 195 //210
 coords_b: 180
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text : _nameless.adblue.bar {
 text: "<img src=/material/ui/white.mat yscale=stretch xscale=stretch color=FFb8efbf>"
 coords_l: 210
 coords_r: 660 //690
 coords_t: 195 //210
 coords_b: 180
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1140
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text : _nameless.adblue.bar.data {
 text: "H~~0~~1"
 coords_l: 210
 coords_r: 690
 coords_t: 195 //210
 coords_b: 180
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1145
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text : _nameless.adblue.icon {
 text: "<img src=/material/ui/dashboard/piva/p_389.mat xscale=stretch yscale=stretch top=p1 left=p124 bottom=p51 right=p167 color=FFFF8040>"
 coords_l: 100
 coords_r: 160
 coords_t: 200
 coords_b: 140
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::text_common : _nameless.fuel.distance {
 value: "1234|km"
 look_template: piva.vnr.fuel
 text: ""
 coords_l: 650
 coords_r: 840
 coords_t: 210
 coords_b: 100
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1080
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.2
}

ui::group : _nameless.display.3 {
 fitting: false
 my_children[]: _nameless.line.3.1
 my_children[]: _nameless.line.3.2
 my_children[]: _nameless.line.3.3
 my_children[]: _nameless.line.3.4

 my_children[]: _nameless.scale.3.1
 my_children[]: _nameless.text.3.1

 my_children[]: _nameless.scale.3.2
 my_children[]: _nameless.text.3.2

 my_children[]: _nameless.air.back.1
 my_children[]: _nameless.air.back.2
 my_children[]: _nameless.air.bar
 my_children[]: _nameless.air.bar.data

 my_children[]: _nameless.air.icon.1
 my_children[]: _nameless.air.icon.2

 my_children[]: _nameless.air.text.1
 my_children[]: _nameless.air.text.2

 coords_l: 0
 coords_r: 900
 coords_t: 900
 coords_b: 0
 area_l: 0
 area_r: 900
 area_t: 900
 area_b: 0
 id: 300
 layer: -1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.volvo.vnr
}

ui::text : _nameless.line.3.1 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF2f291e>"
 coords_l: 0
 coords_r: 900
 coords_t: 360
 coords_b: 235
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text : _nameless.line.3.2 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF2f291e>"

 coords_l: 0
 coords_r: 900
 coords_t: 230
 coords_b: 110
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text : _nameless.line.3.3 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF615945>"
 coords_l: 0
 coords_r: 900
 coords_t: 233
 coords_b: 230
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text : _nameless.line.3.4 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF615945>"
 coords_l: 0
 coords_r: 900
 coords_t: 366
 coords_b: 364
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text : _nameless.scale.3.1 {
 text: "<align hstyle=left><img src=/material/ui/white.mat yscale=stretch width=5 color=FF0000A0></align>
	<ret><align hstyle=right><img src=/material/ui/white.mat yscale=stretch width=5 color=FF303030></align>
	<ret><align vstyle=bottom><img src=/material/ui/white.mat width=210 height=5 color=FF0000A0></align>
	<ret><offset hshift=200><align vstyle=bottom><img src=/material/ui/white.mat xscale=stretch height=5 color=FF303030></align>"
 coords_l: 200
 coords_r: 700
 coords_t: 325 //340
 coords_b: 300
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text : _nameless.text.3.1 {
 text: "<color value=FF8c8786><font face=/font/big.font xscale=3 yscale=3>
	<align hstyle=left>0</align>
	<ret><align hstyle=center>6</align>
	<ret><align hstyle=right>12</align></font>"
 coords_l: 200
 coords_r: 700
 coords_t: 300
 coords_b: 230
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text : _nameless.scale.3.2 {
 text: "<align hstyle=left><img src=/material/ui/white.mat yscale=stretch width=5 color=FF0000A0></align>
	<ret><align hstyle=right><img src=/material/ui/white.mat yscale=stretch width=5 color=FF303030></align>
	<ret><align vstyle=bottom><img src=/material/ui/white.mat width=210 height=5 color=FF0000A0></align>
	<ret><offset hshift=200><align vstyle=bottom><img src=/material/ui/white.mat xscale=stretch height=5 color=FF303030></align>"
 coords_l: 200
 coords_r: 700
 coords_t: 195 //210
 coords_b: 170
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text : _nameless.text.3.2 {
 text: "<color value=FF8c8786><font face=/font/big.font xscale=3 yscale=3>
	<align hstyle=left>0</align>
	<ret><align hstyle=center>6</align>
	<ret><align hstyle=right>12</align></font>"
 coords_l: 200
 coords_r: 700
 coords_t: 170
 coords_b: 130
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text : _nameless.air.back.1 {
 text: "<img src=/material/ui/white.mat yscale=stretch xscale=stretch color=FF000000>"
 coords_l: 210
 coords_r: 690
 coords_t: 325 //340
 coords_b: 310
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text : _nameless.air.back.2 {
 text: "<img src=/material/ui/white.mat yscale=stretch xscale=stretch color=FF000000>"
 coords_l: 210
 coords_r: 690
 coords_t: 195 //210
 coords_b: 180
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text : _nameless.air.bar {
 text: "<align vstyle=top><img src=/material/ui/white.mat height=15 xscale=stretch color=FFb8efbf></align>
	<ret>
	<align vstyle=bottom><img src=/material/ui/white.mat height=15 xscale=stretch color=FFb8efbf></align>"

 coords_l: 210
 coords_r: 690
 coords_t: 325 //340
 coords_b: 180
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1120
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text : _nameless.air.bar.data {
 text: "H~~0~~12"
 coords_l: 210
 coords_r: 690
 coords_t: 325 //340
 coords_b: 180
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1125
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text : _nameless.air.icon.1 {
 text: "<img src=/material/ui/dashboard/piva/p_389.mat xscale=stretch yscale=stretch top=p194 left=p130 bottom=p244 right=p194 color=FFA0A0A0>"
 coords_l: 90
 coords_r: 170
 coords_t: 340
 coords_b: 280
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text : _nameless.air.icon.2 {
 text: "<img src=/material/ui/dashboard/piva/p_389.mat xscale=stretch yscale=stretch top=p194 left=p130 bottom=p244 right=p194 color=FFA0A0A0>"
 coords_l: 90
 coords_r: 170
 coords_t: 200
 coords_b: 140
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text_common : _nameless.air.text.1 {
 value: "1"
 look_template: piva.vnr.text.left
 text: ""
 coords_l: 122
 coords_r: 170
 coords_t: 330
 coords_b: 280
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::text_common : _nameless.air.text.2 {
 value: "2"
 look_template: piva.vnr.text.left
 text: ""
 coords_l: 120
 coords_r: 180
 coords_t: 190
 coords_b: 100
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.3
}

ui::group : _nameless.display.4 {
 fitting: false
 my_children[]: _nameless.line.4.1
 my_children[]: _nameless.line.4.2
 my_children[]: _nameless.line.4.3
 my_children[]: _nameless.line.4.4

 my_children[]: _nameless.trip.info

 my_children[]: _nameless.scale.4.1
 my_children[]: _nameless.text.4.1

 my_children[]: _nameless.turbo.back
 my_children[]: _nameless.turbo.bar
 my_children[]: _nameless.turbo.bar.data


 my_children[]: _nameless.turbo.icon

 my_children[]: _nameless.average
 my_children[]: _nameless.instant

 coords_l: 0
 coords_r: 900
 coords_t: 900
 coords_b: 0
 area_l: 0
 area_r: 900
 area_t: 900
 area_b: 0
 id: 400
 layer: -1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.volvo.vnr
}

ui::text : _nameless.line.4.1 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF2f291e>"
 coords_l: 0
 coords_r: 900
 coords_t: 360
 coords_b: 110
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.4
}

ui::text : _nameless.line.4.2 {
 text: ""
 coords_l: 0
 coords_r: 900
 coords_t: 275
 coords_b: 100
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.4
}

ui::text : _nameless.line.4.3 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF615945>"
 coords_l: 0
 coords_r: 900
 coords_t: 233
 coords_b: 230
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.4
}

ui::text : _nameless.line.4.4 {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF615945>"
 coords_l: 0
 coords_r: 900
 coords_t: 366
 coords_b: 364
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.4
}

ui::text : _nameless.scale.4.1 {
 text: "<align hstyle=left><img src=/material/ui/white.mat yscale=stretch width=5 color=FF303030></align>
	<ret><align hstyle=right><img src=/material/ui/white.mat yscale=stretch width=5 color=FF303030></align>
	<ret><align vstyle=bottom><img src=/material/ui/white.mat width=230 height=5 color=FF303030></align>
	<ret><offset hshift=200><align vstyle=bottom><img src=/material/ui/white.mat xscale=stretch height=5 color=FF303030></align>"
 coords_l: 200
 coords_r: 630 //700
 coords_t: 325 //340
 coords_b: 300
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.4
}

ui::text : _nameless.text.4.1 {
 text: "<color value=FF8c8786><font face=/font/big.font xscale=3 yscale=3>
	<align hstyle=left>0</align>
	<ret><align hstyle=right>15</align></font>"
 coords_l: 200
 coords_r: 630 //700
 coords_t: 300
 coords_b: 230
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.4
}

ui::text : _nameless.turbo.back {
 text: "<img src=/material/ui/white.mat yscale=stretch xscale=stretch color=FF000000>"
 coords_l: 210
 coords_r: 630 //690
 coords_t: 325 //340
 coords_b: 310
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.4
}

ui::text : _nameless.turbo.bar {
 text: "<img src=/material/ui/white.mat yscale=stretch xscale=stretch color=FFb8efbf>"
 coords_l: 210
 coords_r: 630 //690
 coords_t: 325 //340
 coords_b: 310
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1360
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.4
}

ui::text : _nameless.turbo.bar.data {
 text: "H~~0~~6.37"
 coords_l: 210
 coords_r: 630 //690
 coords_t: 325 //340
 coords_b: 310
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1365
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.4
}

ui::text : _nameless.turbo.icon {
 text: "<img src=/material/ui/dashboard/piva/p_389.mat xscale=stretch yscale=stretch top=p1 left=p124 bottom=p51 right=p167 color=FFD0D0D0>"
 coords_l: 110
 coords_r: 170
 coords_t: 340
 coords_b: 280
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.4
}


ui::text_common : _nameless.trip.info {
 value: "123|km"
 look_template: piva.vnr.distance
 text: ""
 coords_l: 20
 coords_r: 450
 coords_t: 190
 coords_b: 120
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1210
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.4
}

ui::text_common : _nameless.average {
 value: "123|km"
 look_template: piva.vnr.cons
 text: ""
 coords_l: 650
 coords_r: 830
 coords_t: 355
 coords_b: 100
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1160
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.4
}

ui::text_common : _nameless.instant {
 value: "123|km"
 look_template: piva.vnr.cons
 text: ""
 coords_l: 650
 coords_r: 830
 coords_t: 288
 coords_b: 100
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 1170
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.display.4
}

ui::group : _nameless.warning {
 fitting: false

 my_children[]: _nameless.warning.text
 my_children[]: _nameless.warning.glass

 coords_l: 0
 coords_r: 900
 coords_t: 900
 coords_b: 0
 area_l: 0
 area_r: 900
 area_t: 900
 area_b: 0
 id: 900
 layer: -1
 my_parent: _nameless.volvo.vnr
}

ui::text_common : _nameless.warning.text {
 value: "Visit Service"
 look_template: piva.vnr.warning
 text: ""
 coords_l: 0
 coords_r: 900
 coords_t: 500
 coords_b: 0
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 5
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.warning
}

ui::text : _nameless.warning.glass {
 text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=40000000>"
 coords_l: 0
 coords_r: 900
 coords_t: 500
 coords_b: 0
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 4
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless.warning
}
}
ETS2:
Real Tires Mod
Search for Drivetrain Revision mods!
Truck fix doctor
ATS:
Real Tires Mod
Search for Drivetrain Revision mods!
Truck fix doctor
Post Reply

Return to “Trucks”

Who is online

Users browsing this forum: No registered users and 4 guests