1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.35 Bug Reporting thread
    Solutions and more information may already be available.

Vivance broken when Tractioncontrol is empty

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by StodaraHodan, Dec 18, 2020.

  1. StodaraHodan

    StodaraHodan
    Expand Collapse

    Joined:
    Dec 18, 2020
    Messages:
    1
    the car is broken when there is no Tractioncontrol present.
    Version: 0.21.1

    Reproduce: get car for example Vivance S 410Q arsenic, remove tractioncontrol (empty)

    make it work again: add traction control

    get this error in Log:

    Code:
     29.74051|D|libbeamng.lua.V.default.init|spawning vehicle /vehicles/vivace/
     29.82039|D|libbeamng.lua.V.jbeam.pushToPhysics| ** pushing vehicle to physics
     29.82949|D|libbeamng.lua.V.loader|Vehicle loading took: 9.0964 ms
     29.89626|E|libbeamng.Lua.Exception|...ngDynamics/supervisors/components/motorTorqueControl.lua:125: attempt to index field 'tractionControl' (a nil value)
     29.89628|E|libbeamng.Lua.Exception|=============== Stack Traceback >> START >>
     29.89630|E|libbeamng.Lua.Exception|(1) metamethod C function '__index'
     29.89631|E|libbeamng.Lua.Exception|(2) Lua upvalue 'applyControlParameters' at file 'lua/vehicle/controller/drivingDynamics/supervisors/components/motorTorqueControl.lua:125'
     29.89633|E|libbeamng.Lua.Exception|  Local variables:
     29.89635|E|libbeamng.Lua.Exception|  (*temporary) = C function: pairs
     29.89638|E|libbeamng.Lua.Exception|  (*temporary) = string: "drivingDynamics/supervisors/yawControl"
     29.89641|E|libbeamng.Lua.Exception|  (*temporary) = nil
     29.89643|E|libbeamng.Lua.Exception|  (*temporary) = table: 0x018980b49dd8  {1:table: 0x0189809d37f8, 2:table: 0x0189809e89f8, 3:table: 0x0189809ee138 (more...)}
     29.89644|E|libbeamng.Lua.Exception|  (*temporary) = number: 7
     29.89646|E|libbeamng.Lua.Exception|  (*temporary) = nil
     29.89647|E|libbeamng.Lua.Exception|  (*temporary) = nil
     29.89650|E|libbeamng.Lua.Exception|  (*temporary) = table: 0x018980b49dd8  {1:table: 0x0189809d37f8, 2:table: 0x0189809e89f8, 3:table: 0x0189809ee138 (more...)}
     29.89651|E|libbeamng.Lua.Exception|  (*temporary) = number: 7
     29.89653|E|libbeamng.Lua.Exception|  (*temporary) = table: 0x018980b5e4a0  {isEnabled:true, PIDSettings:table: 0x018980b5e520}
     29.89654|E|libbeamng.Lua.Exception|  (*temporary) = nil
     29.89656|E|libbeamng.Lua.Exception|  (*temporary) = table: 0x018980b5e4a0  {isEnabled:true, PIDSettings:table: 0x018980b5e520}
     29.89657|E|libbeamng.Lua.Exception|  (*temporary) = C function: setmetatable
     29.89659|E|libbeamng.Lua.Exception|  (*temporary) = table: 0x0189809eb2e8  {isEnabled:true, PIDSettings:table: 0x0189809eb070}
     29.89660|E|libbeamng.Lua.Exception|  (*temporary) = table: 0x018980b5e4a0  {isEnabled:true, PIDSettings:table: 0x018980b5e520}
     29.89661|E|libbeamng.Lua.Exception|  (*temporary) = nil
     29.89663|E|libbeamng.Lua.Exception|  (*temporary) = string: "attempt to index field 'tractionControl' (a nil value)"
     29.89665|E|libbeamng.Lua.Exception|(3) Lua field 'initSecondStage' at file 'lua/vehicle/controller/drivingDynamics/supervisors/components/motorTorqueControl.lua:228'
     29.89666|E|libbeamng.Lua.Exception|  Local variables:
     29.89668|E|libbeamng.Lua.Exception|  jbeamData = table: 0x01897c8132f8  {globalSkin:camo, licenseplateFormat:52-11, skinName:bsc, name:motorTorqueControl (more...)}
     29.89669|E|libbeamng.Lua.Exception|  useForTractionControl = boolean: true
     29.89670|E|libbeamng.Lua.Exception|  useForYawControl = boolean: true
     29.89672|E|libbeamng.Lua.Exception|  relevantMotorNames = table: 0x018980b5e438  {}
     29.89674|E|libbeamng.Lua.Exception|  tractionControl = nil
     29.89675|E|libbeamng.Lua.Exception|  yawControl = nil
     29.89676|E|libbeamng.Lua.Exception|(4) Lua field 'initSecondStage' at file 'lua/vehicle/controller.lua:417'
     29.89678|E|libbeamng.Lua.Exception|  Local variables:
     29.89679|E|libbeamng.Lua.Exception|  (for generator) = C function: next
     29.89681|E|libbeamng.Lua.Exception|  (for state) = table: 0x018980987fc0  {1:table: 0x0189809fd4a8, 2:table: 0x0189809d37f8, 3:table: 0x018980b47498 (more...)}
     29.89682|E|libbeamng.Lua.Exception|  (for control) = userdata: 0xffffffff00000007
     29.89684|E|libbeamng.Lua.Exception|  _ = number: 6
     29.89685|E|libbeamng.Lua.Exception|  v = table: 0x0189809e89f8  {registerCMU:function: 0x0189809e3e98, typeName:drivingDynamics/supervisors/components/motorTorqueControl (more...)}
     29.89687|E|libbeamng.Lua.Exception|(5) Lua global 'initSystems' at file 'lua/vehicle/main.lua:148'
     29.89688|E|libbeamng.Lua.Exception|(6) Lua function 'init' at file 'lua/vehicle/main.lua:308' (best guess)
     29.89690|E|libbeamng.Lua.Exception|  Local variables:
     29.89692|E|libbeamng.Lua.Exception|  path = string: "/vehicles/vivace/"
     29.90102|E|libbeamng.Lua.Exception|  initData = string: "a{2A5vdata{44A5gauge{8A7max_rpm+8000A7red_rpm+6500A7max_kph+320B21speedo_metric_sep_big+40B23speedo_metric_sep_small+20A7max_mph+200B18speedo_imp_sep_big+20B20speedo_imp_sep_small+20B10_materials{5A2mv{8A7running+0A7lowbeam+0A7reverse+0B11lowhighbeam+0B11brakelights+0A8signal_R+0A8signal_L+0A8highbeam+0B11triggerList[8<9<8<7<6<5<4<3<2B12deformMeshes{14B16windshield_break{17A4meshB17vivace_windshieldB12_group_nodes[10+174+175+177+178+364+366+434+435+436+544B18licenseplateFormatA552-11A8partNameA6vivaceB12deformVolume+0.7A3fid+55B10partOriginB26vivace_glass_F_lightweightA8skinNameA3bscB11deformSoundB49event:>Destruction>Vehicle>Glass>glassbreaksound1B18deformMaterialBaseB12vivace_glassA8slotTypeA4mainA3cid+55B21deformMaterialDamagedB16vivace_glass_dmgA8[group]:[1<22B16nonFlexMaterials{B11deformGroup>22B10globalSkinA4camoB19tailgateglass_break{17>23B20vivace_tailgateglass>25[22+507+508+509+510+511+512+513+514+515+516+517+518+519+520+521+522+523+524+525+526+527+528>26<25<24<23<22+0.8<21+42<20B32vivace_tailgateglass_lightweight<19<18<17B50event:>Destruction>Vehicle>Glass>glassbreaksound10<16<15<14<13<12+42<11<10<9[1B15vivace_tailgate<9{<8<5<7<6B18doorglass_FL_break{17>23B19vivace_doorglass_FL>25[13+56+58+60+62+74+92+94+96+98+100+102+104+106>26>27>28<28<27+0.7<26+26<25B31vivace_doorglass_FL_lightweight<24<23<22B49event:>Destruction>Vehicle>Glass>glassbreaksound6<21<20<19<18<17+26<16<15<14[1B14vivace_door_FL<14{<13<5<12<11B21tailgatelight_L_break{17>23B25vivace_tailgate_a_light_L>25[22+507+508+509+510+511+512+513+514+515+516+517+518+519+520+521+522+523+524+525+526+527+528>26>27>28>29>30+0.3>31+38<30B18vivace_tailgate_CF<29<28<27B49event:>Destruction>Vehicle>Glass>glassbreaksound3<26B13vivace_lights<25<24<23+38<22<1<20[1<11<19{<18<5<17<16B22headlightglass_R_break{17>23B23vivace_headlightglass_R>25[5+327+329+331+333+335>26>27>28>29>30+0.4>31+67>32B18vivace_headlight_R>34<33<32<5<30<29<28<27<26+67<25<24<23[1<1<22{<21<3<20<19B21quarterglass_RR_break{17>23B19vivace_sideglass_RR>25[124+50+51+52+53+54+55+131+132+133+134+135+136+137+138+139+140+141+142+143+144+145+146+147+148+149+151+153+154+155+156+157+158+159+160+161+162+163+164+165+166+167+168+169+170+171+172+173+174+175+176+177+178+179+180+181+182+183+184+185+186+187+188+189+283+284+360+361+362+363+364+366+368+369+370+371+372+373+374+375+376+377+378+379+380+381+382+383+384+385+386+387+388+389+390+391+392+393+394+395+396+397+398+399+400+401+402+403+404+405+406+434+435+436+437+438+439+440+441+442+443+444+445+458+459>26>27>28>29>30+0.6>31+62>32B34vivace_quarterglass_RR_lightweight>34>35<35B49event:>Destruction>Vehicle>Glass>glassbreaksound5<34<33<32<31<30+62<29<28<27[1B11vivace_body<27{<26<5<25<24B18doorglass_RL_break{17>23B19vivace_doorglass_RL>25[14+4+64+66+68+70+72+76+78+80+82+84+86+88+90>26>27>28>29>30+0.7>31+33>32B31vivace_doorglass_RL_lightweight>34>35>36B49event:>Destruction>Vehicle>Glass>glassbreaksound8>38<38<37<36<35+33<34<33<32[1B14vivace_door_RL<32{<31<5<30<29B21quarterglass_RL_break{17>23B19vivace_sideglass_RL>25[124+50+51+52+53+54+55+131+132+133+134+135+136+137+138+139+140+141+142+143+144+145+146+147+148+149+151+153+154+155+156+157+158+159+160+161+162+163+164+165+166+167+168+169+170+171+172+173+174+175+176+177+178+179+180+181+182+183+184+185+186+187+188+189+283+284+360+361+362+363+364+366+368+369+370+371+372+373+374+375+376+377+378+379+380+381+382+383+384+385+386+387+388+389+390+391+392+393+394+395+396+397+398+399+400+401+402+403+404+405+406+434+435+436+437+438+439+440+441+442+443+444+445+458+459>26>27>28>29>30+0.6>31+64>32B34vivace_quarterglass_RL_lightweight>34>35>36<23>38>39>40<40<39+64<38<37<36[1<9<35{<34<3<33<32B22headlightglass_L_break{17>23B23vivace_headlightglass_L>25[5+326+328+330+332+334>26>27>28>29>30+0.4>31+70>32B18vivace_headlight_L>34>35>36<21>38>39>40>41>42+70<41<40<39[1<1<38{<37<3<36<35B18doorglass_RR_break{17>23B19vivace_doorglass_RR>25[14+5+65+67+69+71+73+77+79+81+83+85+87+89+91>26>27>28>29>30+0.7>31+29>32B31vivace_doorglass_RR_lightweight>34>35>36B49event:>Destruction>Vehicle>Glass>glassbreaksound7>38>39>40>41>42+29>43>44<43[1B14vivace_door_RR<43{<42<5<41<40B22taillightglass_R_break{17>23B24vivace_taillightsglass_R>25[5+531+533+535+537+539>26>27>28>29>30+0.3>31+11>32B18vivace_taillight_R>34>35>36>37>38>39>40>41>42+11>43>44>45[1<1>46{<45<3<44<43B18doorglass_FR_break{17>23B19vivace_doorglass_FR>25[13+57+59+61+63+75+93+95+97+99+101+103+105+107>26>27>28>29>30+0.7>31+23>32B31vivace_doorglass_FR_lightweight>34>35>36<24>38>39>40>41>42+23>43>44>45[1B14vivace_door_FR>46{>47<4>48<47B22taillightglass_L_break{17>23B24vivace_taillightsglass_L>25[5+530+532+534+536+538>26>27>28>29>30+0.3>31+14>32B18vivace_taillight_L>34>35>36>37>38>39>40>41>42+14>43>44>45[1<1>46{>47<3>48>49B21tailgatelight_R_break{17>23B25vivace_tailgate_a_light_R>25[22+507+508+509+510+511+512+513+514+515+516+517+518+519+520+521+522+523+524+525+526+527+528>26>27>28>29>30+0.3>31+39>32<39>34>35>36B49event:>Destruction>Vehicle>Glass>glassbreaksound4>38<38>40>41>42+39>43<38>45[1<48>46{>47<3>48>49A8triggers[21{8A6orgMatB19vivace_drl_signal_LB10on_intenseB20vivace_lights_signalA3msc+0A2onB16vivace_lights_onA3offB24vivace_lights_on_intenseB18evalFunctionStringB55return ((running*0) + (lowhighbeam*0.1) + (signal_L*1))>23<31B14simpleFunction{3>12+0>18+1>15+0.1{8<12B19vivace_drl_signal_R<11<10<9+1<8<7<6<5<4B55return ((running*0) + (signal_R*1) + (lowhighbeam*0.1))>23<50<3{3>12+0>17+1>15+0.1{8<14B15vivace_highbeam<13<7<11+2<10<7<8<54<6B21return ((highbeam*1))>23<52<5{1>19+1{8<16<2<14<8<12+3<11<8<9<55<7<1>23<36<5{1>19+1{8<16B19vivace_reverselight<15<9<13+4<12<9<10<56<8B23return ((reverse*0.49))>23<60<7{1>14+0.49{8<18<2<16<10<14+5<13<10<11<57<9<1>23<21<7{1>14+0.49{8<18B19vivace_brakelight_R<17<11<15+6<14<11<12<58<10B27return ((brakelights*0.49))>23<32<9{1>16+0.49{8<20<2<18<12<16+7<15<12<13<59<11<1>23<23<9{1>16+0.49{8<20B19vivace_brakelight_L<19<13<17+8<16<13<14<60<12<2>23<26<10{1>16+0.49{8<21<1<19<13<17+9<16<13<14<60<12<2>23>61<10{1>16+0.49{8<21B15vivace_signal_L<20<19<18+10<17<19<15<61<13B24return ((signal_L*0.49))>23<28<12{1>18+0.49{8<23<2<21<20<19+11<18<20<16<62<14<1>23>61<12{1>18+0.49{8<23B15vivace_signal_R<22<21<20+12<19<21<17<63<15B24return ((signal_R*0.49))>23<37<14{1>17+0.49{8<25<2<23<22<21+13<20<22<18>64<16<1>23<28<14{1>17+0.49{8<25B12vivace_chmsl<24<18<22+14<21<18<19>64<17B24return ((brakelights*1))>23B21vivace_tailgate_chmsl<17{1>16+1{8<28B14vivace_lowbeam<27<21<25+15<24<23<22>64<20B41return ((lowbeam*0.49) + (highbeam*0.49))>23<66<19{2>13+0.49>19+0.49{8<30<2<28<22<26+16<25<24<23>64<21<1>23<50<19{2>13+0.49>19+0.49{8<30B16vivace_taillight<29<23<27+17<26<23<24>64<22B27return ((lowhighbeam*0.49))>23<44<21{1>15+0.49{8<32<2<30<24<28+18<27<24<25>64<23<1>23<37<21{1>15+0.49{8<32<2<30<24<28+19<27<24<25>64<23<1>23>61<21{1>15+0.49{8<32<2<30<24<28+20<27<24<25>64<23<1>23<35<21{1>15+0.49A8matState[51,1:+0~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~B10driveModes{4B12enabledModes[3A7comfortA5sport<30A5modes{5<31{3A8settings[12[1A4type[2A7exhaust{3B10gainOffset+1A4nameB10mainEngineB14mufflingOffset-0.2[2B12transmission{1B18defaultForwardModeA1S[2B10controller{3B14controllerNameB24electronicSplitShaftLockA9isEnabled|B11minimumLock+0.25[2<5{2<4B19adaptiveFrontDamperB10damperModeA4hard[2<8{2<7B18adaptiveRearDamper<3<2[2<9{2<8B15tractionControl<7~[2<10{2<9B10yawControl<8~[2<11{1<10B18motorTorqueControl[2<12{1<11B12brakeControl[2<13{3<12>1A9modeColorA7#343838A8modeNameA7ESC OFF[2<17{2<16A3CMUB45uiDisplayData.simplePowertrainApp.activeColorA6999999<25B12ESC & TC OffA5order+50A7offroad{3<32[9[1<31[2<23{2<22<21<19+1[2<23{2<22<18<17A4soft[2<24{2<23<16<18<1[2<24{2<23<15<21~[2<24{2<23<13B25tractionControl.isEnabled~[2<25{2<24<13<1~[2<25{3<24>1<12A7#EC6B00<11A7OFFROAD[2<27{2<26<10<9A6EC6B00<33A7Offroad<8+40<40{3<38[10[1<37[2<36{3<35+0<34<33<32-0.15[2<31{1<30A1S[2<29{3<28<27<26|<25+0.25[2<29{2<28<24<23<22[2<29{2<28<21<23<22[2<29{4B20yawControl.isEnabled|<29<19<6|B59tractionControl.wheelGroupSettings.mainEngine.slipThreshold+0.3[2<31{6<2|B29yawControl.slipAngleThreshold+0.2B25yawControl.yawAvThreshold+0.6<32<21<9|<3+0.2[2<33{3<32>1<20A7#8F0101<19A5SPORT[2<35{2<34<18<17A6DA0C0C<41A5Sport<16+20<49{3<46[3[1<45[2<37{3<36>1<24A7#1e7ccc<23A7COMFORT[2<39{2<38<22<21A6238BE6<45A7Comfort<20+10A7arsenic{3<51[11[1<50[2<49{3<48+1<47<46<45-0.2[2B12turbocharger{2B15wastegateOffset+2<49<48[2<46{1<45A1S[2<44{3<43<42<41|<40+0.4[2<44{2<43<39<38<37[2<44{2<43<36<38<37[2<44{4<15|<43<33<20|<14+0.3[2<44{6<15|<13+0.3<12+0.6<43<32<20|<14+0.2[2<44{3<43>1<31A7#598500<30A7ARSENIC[2<46{2<45<29<28A68ED500<52A7Arsenic<27+30B11defaultMode<61B15defaultSettings[11[1<58[2<57{3<56+0<55<54<53+0[2<8{2<7+0<55<54[2<52{1<51A1D[2<50{3<49<48<47|<46A7default[2<51{2<50<46<45A7regular[2<52{2<51<44<46<1[2<52{2<51<43<49|[2<52{2<51<42<49|[2<52{3<51<41<42<2<43<2[2<52{3<51<40<42<2<43<2A5rails{9A8strut_FR{4A6looped~A6links:[2+274+284A7broken:{A6capped|A8strut_FL{4<5~<4[2+273+283<3{<2|A8strut_RR{4<6~<5[2+459+447<4{<3|A8strut_RL{4<7~<6[2+458+446<5{<4|A6arb_RR{4<8~<7[2+447+465<6{<5|A6arb_FR{4<9~<8[2+274+299<7{<6|A6arb_FL{4<10~<9[2+273+298<8{<7|A6arb_RL{4<11~<10[2+446+464<9{<8|B12steeringrack{4<12~<11[2+282+281<10{<9|B11torsionbars[21,1:+0{15>26>27A6spring+500000A4damp+50>28>29A3id1+133A8strength+100000>34>35A3id3+172>42+0>40>41A3id2+170>32>72A3id4+160A6deform+6000>48>49{15>26>27<8+500000<7+50>28>29<6+134<5+100000>34>35<4+170>42+1>40>41<3+172>32>72<2+158<1+6000>48>49{15>26>27<8+500000<7+50>28>29<6+174<5+100000>34>35<4+155>42+2>40>41<3+153>32>72<2+164<1+6000>48>49{15>26>27<8+500000<7+50>28>29<6+177<5+100000>34>35<4+153>42+3>40>41<3+155>32>72<2+162<1+6000>48>49{15>26>27<8+800000<7+50>28>29<6+162<5+100000>34>35<4+188>42+4>40>41<3+186>32>72<2+398<1+6000>48>49{15>26>27<8+800000<7+50>28>29<6+164<5+100000>34>35<4+186>42+5>40>41<3+188>32>72<2+397<1+6000>48>49{15>26>27<8+800000<7+50>28>29<6+165<5+100000>34>35<4+403>42+6>40>41<3+402>32>72<2+401<1+6000>48>49{15>26>27<8+800000<7+50>28>29<6+167<5+100000>34>35<4+402>42+7>40>41<3+403>32>72<2+400<1+6000>48>49{15>26>27<8+800000<7+50>28>29<6+171<5+100000>34>35<4+184>42+8>40>41<3+162>32>72<2+168<1+10000>48>49{15>26>27<8+800000<7+50>28>29<6+173<5+100000>34>35<4+185>42+9>40>41<3+164>32>72<2+166<1+10000>48>49{15>26>27<8+50000<7+50>28>29<6+172<5+100000>34>35<4+132>42+10>40>41<3+136>32>72<2+134<1+5000>48>49{15>26>27<8+50000<7+50>28>29<6+155<5+100000>34>35<4+136>42+11>40>41<3+132>32>72<2+138<1+5000>48>49{15>26>27<8+50000<7+50>28>29<6+170<5+100000>34>35<4+131>42+12>40>41<3+135>32>72<2+133<1+5000>48>49{15>26>27<8+50000<7+50>28>29<6+153<5+100000>34>35<4+135>42+13>40>41<3+131>32>72<2+137<1+5000>48>49{15>26>27<8+150000<7+0>28>29<6+463<5+100000>34>35<4+447>42+14>40>41<3+462>32B25vivace_suspension_R_rally<3+451<2+25000>48>49{15>26>27<9+150000<8+0>28>29<7+461<6+100000>34>35<5+446>42+15>40>41<4+460>32<1<3+450<2+25000>48>49{15>26>27<9+1323<8+10>28>29<7+47<6+9999999>34>35<5+48>42+16>40>41<4+49>32B22vivace_rally_swaybar_R<4+46<3+5000>48>49{15>26>27<10+100000<9+0>28>29<8+297<7+100000>34>35<6+274>42+17>40>41<5+296>32B25vivace_suspension_F_rally<5+276<4+25000>48>49{15>26>27<11+100000<10+0>28>29<9+295<8+100000>34>35<7+273>42+18>40>41<6+294>32<1<5+275<4+25000>48>49{15>26>27<11+100000<10+0>28>29<9+296<8+100000>34>35<7+274>42+19>40>41<6+297>32<1<5+276<4+25000>48>49{15>26>27<11+100000<10+0>28>29<9+294<8+100000>34>35<7+273>42+20>40>41<6+295>32<1<5+275<4+25000>48>49{15>26>27<11+1536<10+10>28>29<9+41<8+9999999>34>35<7+42>42+21>40>41<6+43>32B22vivace_rally_swaybar_F<6+40<5+10000>48>49<37{17B12frictionCoef+15.5B16bovSoundFileNameB50event:>Vehicle>Forced_Induction>Turbo_01>turbo_bovB16backPressureCoef+5e-07B15pressureRatePSI+30B26damageThresholdTemperature+700B14whineLoopEventB51event:>Vehicle>Forced_Induction>Turbo_01>turbo_spinB13hissLoopEventB51event:>Vehicle>Forced_Induction>Turbo_01>turbo_hissB20bovSoundPressureCoef+0.9B11pressurePSI[4[2+0-3.5[2+30000-1.5[2+60000+21[2+90000+26B16hissVolumePerPSI+0.02B20whineVolumePer10kRPM+0.029B14wastegateStart[1+43.2B18bovSoundVolumeCoef+0.65B15maxExhaustPower+2500B19whinePitchPer10kRPM+0.04A9engineDef[14[3+0+0+0.5[3+650+0.65+0.6[3+1000+0.75+0.9[3+1500+0.74+1[3+2000+0.69+1[3+2500+0.66+1[3+3000+0.65+1[3+4000+0.68+1[3+5000+0.7+1[3+5500+0.68+1[3+6000+0.61+1[3+7000+0.53+1[3+8000+0.4+1[3+9000+0+1A7inertia+0.3B17directoriesLoaded[2B17/vehicles/vivace/B17/vehicles/common/B10slidenodes[13,1:+0{15>26>27<36+15001000>28>29A8railName<45A8attached|>48>49A9tolerance+0B11capStrength+9e+999>42+0>40>41<37+9e+999A2id+453>34>35>32<33A9fixToRail|{15>26>27<42+15001000>28>29<6<49<5|>48>49<4+0<3+9e+999>42+1>40>41<39+9e+999<2+452>34>35>32<34<1|{15>26>27<42+3001000>28>29<6<48<5|>48>49<4+0<3+9e+999>42+2>40>41<39+9e+999<2+1>34>35>32<34<1|{15>26>27<42+3001000>28>29<6<45<5|>48>49<4+0<3+9e+999>42+3>40>41<39+9e+999<2+0>34>35>32<34<1|{15>26>27<42+1001000>28>29<6<50<5|>48>49<4+0<3+9e+999>42+4>40>41<39+9e+999<2+31>34>35>32B30vivace_rally_coilover_R_tarmac<2|{15>26>27<43+1001000>28>29<7<50<6|>48>49<5+0<4+9e+999>42+5>40>41<40+9e+999<3+30>34>35>32<1<2|{15>26>27<43+15001000>28>29<7<57<6|>48>49<5+0<4+9e+999>42+6>40>41<40+9e+999<3+278>34>35>32<33<2|{15>26>27<43+15001000>28>29<7<52<6|>48>49<5+0<4+9e+999>42+7>40>41<40+9e+999<3+277>34>35>32<33<2|{15>26>27<43+3001000>28>29<7<48<6|>48>49<5+0<4+9e+999>42+8>40>41<40+9e+999<3+45>34>35>32<33<2|{15>26>27<43+3001000>28>29<7<47<6|>48>49<5+0<4+9e+999>42+9>40>41<40+9e+999<3+44>34>35>32<33<2|{15>26>27<43+1001000>28>29<7<57<6|>48>49<5+0<4+9e+999>42+10>40>41<40+9e+999<3+19>34>35>32B30vivace_rally_coilover_F_tarmac<3|{15>26>27<44+1001000>28>29<8<53<7|>48>49<6+0<5+9e+999>42+11>40>41<41+9e+999<4+18>34>35>32<1<3|{15>26>27<44+14001000>28>29<8<46<7|>48>49<6+0<5+9e+999>42+12>40>41<41+9e+999<4+305>34>35>32B21vivace_rally_steering<4|{15>26>27<45+14001000>28>29<9<47<8|>48>49<7+0<6+9e+999>42+13>40>41<42+9e+999<5+304>34>35>32<1<4|B11soundConfig{19B33fundamentalFrequencyCylinderCount+5B17eqFundamentalGain+5B10sampleNameA9i5_engineB14intakeMuffling+1A8mainGain-10B10onLoadGain+1B11offLoadGain+0.52B10maxLoadMix+0.75B10minLoadMix+0A9eqLowGain+5A9eqLowFreq+500B10eqLowWidth+0.2B10eqHighGain+0B10eqHighFreq+1000B11eqHighWidth+0.1B12lowShelfGain+0B12lowShelfFreq+80B13highShelfGain+8B13highShelfFreq+2500A9variables[41,1:+0{20A5titleB11Brake Force>26>27>28>29A4step+0.01<142B14$brakestrengthA8categoryA6BrakesA7stepDis+1A3val+1>48>49A3min+0.6A3max+1A4unitA1%>40>41>42+0>142A5rangeB11descriptionB44Scales the overall brake torque for this car>34>35A6minDis+60A6maxDis+100<100+1{20<16B14Force Feedback>26>27>28>29<15+0.01>145B12$ffbstrength<14A7Chassis<13+1<12+0.8>48>49<11+0.5<10+2<9A1%>40>41>42+1>142<8<7B47Scales the force feedback strength for this car>34>35<6+50<5+200<104+1{21<20B11Fuel Volume>26>27>28>29<19+0.5<17<3>145A5$fuel>34>35<16+0.5<15+50>32B15vivace_fueltank<15+0<14+50<13A1L>40>41>42+2>142<12<11B19Initial fuel volume>48>49<10+0<9+50<108+50{21<24B18Reverse Gear Ratio>26>27>28>29<23+0.01<21B12Transmission>145A7$gear_R>34>35<21+0.01<20+2>32B25vivace_transmission_6M_SQ<20+0.5<19+5<18A2:1>40>41>42+3>142<18<17B27Torque multiplication ratio>48>49<16+0.5<15+5<114+2{21<30B141st Gear Ratio>26>27>28>29<29+0.01<27<6>145A7$gear_1>34>35<26+0.01<25+2.3>32<5<24+0.5<23+5<22<4>40>41>42+4>142<21<20<3>48>49<18+0.5<17+5<116+2.92{21<32B142nd Gear Ratio>26>27>28>29<31+0.01<29<8>145A7$gear_2>34>35<28+0.01<27+1.7>32<7<26+0.5<25+5<24<6>40>41>42+5>142<23<22<5>48>49<20+0.5<19+5<118+2.13{21<34B143rd Gear Ratio>26>27>28>29<33+0.01<31<10>145A7$gear_3>34>35<30+0.01<29+1.2>32<9<28+0.5<27+5<26<8>40>41>42+6>142<25<24<7>48>49<22+0.5<21+5<120+1.67{21<36B144th Gear Ratio>26>27>28>29<35+0.01<33<12>145A7$gear_4>34>35<32+0.01<31+0.95>32<11<30+0.5<29+5<28<10>40>41>42+7>142<27<26<9>48>49<24+0.5<23+5<122+1.33{21<38B145th Gear Ratio>26>27>28>29<37+0.01<35<14>145A7$gear_5>34>35<34+0.01<33+0.8>32<13<32+0.5<31+5<30<12>40>41>42+8>142<29<28<11>48>49<26+0.5<25+5<124+1.09{21<40B146th Gear Ratio>26>27>28>29<39+0.01<37<16>145A7$gear_6>34>35<36+0.01<35+0.65>32<15<34+0.5<33+5<32<14>40>41>42+9>142<31<30<13>48>49<28+0.5<27+5<126+0.85{22B11subCategoryA5Front<44B15Pre-load Torque>26>27>28>29<43+5>32B26vivace_differential_F_race>145B13$lsdpreload_F<41+5<43B13Differentials>34>35>48>49<40+0<39+500<38A3N/m>40>41<42+75>142<38>42+10<37B52Initial locking torque between left and right wheels<36+0<35+500<134+50{22<8<7<50B15Power Lock Rate>26>27>28>29<49+0.005>32<6>145B14$lsdlockcoef_F<46+1<45+0.15>42+11>48>49<44+0<43+0.5<42A1%>40>41<40B55Additional locking torque proportional to engine torque>142<42>34>35<49<6<39+0<38+100<137+0.25{22<11<10<53B15Coast Lock Rate>26>27>28>29<52+0.005>32<9>145B17$lsdlockcoefrev_F<49+1<48+0.025>42+12>48>49<47+0<46+0.5<45A1%>40>41<43B56Additional locking torque proportional to engine braking>142<45>34>35<52<9<42+0<41+100<140+0.05{22<14<13<56B22Final Drive Gear Ratio>26>27>28>29<55+0.04>32B24vivace_finaldrive_F_race>145B13$finaldrive_F<53+0.04<55<12>34>35>48>49<51+2<50+6<49<31>40>41<52+4.88>142<48>42+13<47<30<45+2<44+6<143+4.27{22<17A4Rear<60B13Camber Adjust>26>27>28>29<59+0.0005>32<120>145B16$camber_RR_rally<56+1<58B15Wheel Alignment>34>35>48>49<55+0.95<54+1.05<53A1%>40>41<56+0.985>142<52>42+14<51B31Adjusts the wheel camber angles<50-100<49+100<148+1{22<22<5<64B10Toe Adjust>26>27>28>29<63+0.0002>32<124>145B13$toe_RR_rally<60+1<62<4>34>35>48>49<58+0.98<57+1.02<56A1%>40>41<59+0.9962>142<55>42+15<54B30Adjusts the wheel toe-in angle<53-100<52+100<151+0.998{22<25<8<67B12Wheel Offset>26>27>28>29<66+0.001<64A6Wheels>145B14$trackoffset_R>32<129<64+0.001<63+0>48>49<62-0.02<61+0.05<60A2+m>40>41>42+16>142<60<59B33Spacing of the wheel from the hub>34>35<58-0.02<57+0.05<156+0{23<30<13<72B13Tire Pressure>26>27>28>29B10nodeOffset{3A1xB21$=$trackoffset_R+0.38A1z+0.32A1y+1.338<73+0.5>32B21tire_R_235_40_18_race>145B15$tirepressure_R<71+0.5<73<9>34>35>48>49<69+0<68+50<67A3psi>40>41<71+28>142<67>42+17<66B32Relative to atmospheric pressure<65+0<64+50<163+28{22<37<20<79B13Spring Height>26>27>28>29<78+0.005<76B10Suspension>145B22$springheight_R_tarmac>32<107<76+0.005<75+0>48>49<74-0.04<73+0.06<72<12>40>41>42+18>142<71<70B36Raise or lower the suspension height>34>35<69-0.04<68+0.06<167+0{22<41<24<83B11Spring Rate>26>27>28>29<82+500<80<4>145B16$spring_R_tarmac>32<110<79+500<78+60000>48>49<77+30000<76+120000<75<37>40>41>42+19>142<74<73B16Spring stiffness>34>35<72+30000<71+120000<170+60000{22<44<27<86B12Bump Damping>26>27>28>29<85+100<83<7>145B19$damp_bump_R_tarmac>32<113<82+100<81+2600>48>49<80+500<79+10000<78A5N/m/s>40>41>42+20>142<78<77B31Damper rate in slow compression>34>35<76+500<75+10000<174+2600{22<48<31<90B17Fast Bump Damping>26>27>28>29<89+100<87<11>145B24$damp_bump_R_fast_tarmac>32<117<86+100<85+1700>48>49<84+500<83+10000<82<4>40>41>42+21>142<81<80B31Damper rate in fast compression>34>35<79+500<78+10000<177+1700{22<51<34<93B15Rebound Damping>26>27>28>29<92+100<90<14>145B22$damp_rebound_R_tarmac>32<120<89+100<88+7500>48>49<87+500<86+10000<85<7>40>41>42+22>142<84<83B24Damper rate in extension>34>35<82+500<81+10000<180+7500{22<54<37<96B20Fast Rebound Damping>26>27>28>29<95+100<93<17>145B27$damp_rebound_R_fast_tarmac>32<123<92+100<91+3800>48>49<90+500<89+10000<88<10>40>41>42+23>142<87<86B29Damper rate in fast extension>34>35<85+500<84+10000<183+3750{22<57<40<99B21Anti-Roll Spring Rate>26>27>28>29<98+1000<96<20>145B13$arb_spring_R>32<159<95+1000<94+120000>48>49<93+10000<92+150000<91<53>40>41>42+24>142<90<89B56Stiffness of the anti-roll bar, defined at the end links>34>35<88+10000<87+150000<186+40000{22<60<43<102<58>26>27>28>29<100+5>32B26vivace_differential_R_race>145B13$lsdpreload_R<98+5<100<57>34>35>48>49<96+0<95+500<94<56>40>41<97+75>142<93>42+25<92<55<90+0<89+500<188+50{22<62<45<104<54>26>27>28>29<102+0.005>48>49>145B14$lsdlockcoef_R<99+1<98+0.15>42+26>32<3<101<58<96+0.5<95A1%>40>41<93<53>142<94<97+0>34>35<91+0<90+100<189+0.2{22<63<46<105<52>26>27>28>29<103+0.005>48>49>145B17$lsdlockcoefrev_R<100+1<99+0.025>42+27>32<4<102<59<97+0.5<96A1%>40>41<94<51>142<95<98+0>34>35<92+0<91+100<190+0.05{22<64<47<106<50>26>27>28>29<104+0.04>32B24vivace_finaldrive_R_race>145B13$finaldrive_R<102+0.04<104<61>34>35>48>49<100+2<99+6<98<80>40>41<101+4.88>142<97>42+28<96<79<94+2<93+6<192+4.27{22<66<65<108<48>26>27>28>29<106+0.0005>32<165>145B16$camber_FR_rally<103+1<105<47>34>35>48>49<101+0.95<100+1.05<99A1%>40>41<102+0.98>142<98>42+29<97B30Adjusts the wheel camber angle<96-100<95+100<194+1{22<68<67<110B13Caster Adjust>26>27>28>29<109+0.0002>32<168>145B16$caster_FR_rally<106+1<108<50>34>35>48>49<104+0.98<103+1.02<102A1%>40>41<105+0.995>142<101>42+30<100B41Adjusts forward rake of the steering axis<99-100<98+100<197+1{22<71<70<113<46>26>27>28>29<111+0.001<109<45>145B14$trackoffset_F>32<171<108+0.001<107+0>48>49<106-0.02<105+0.05<104<44>40>41>42+31>142<103<102<43>34>35<100-0.02<99+0.05<198+0{23<72<71<114<42>26>27>28>29<41{3A1xB21$=$trackoffset_F+0.38A1z+0.32A1y-1.342<113+0.5>32B23tire_F_235_40_18_tarmac>145B15$tirepressure_F<111+0.5<113<49>34>35>48>49<109+0<108+50<107<40>40>41<110+28>142<106>42+32<105<39<103+0<102+50>200+28{22<75<74<117<38>26>27>28>29<115+0.005<113<37>145B22$springheight_F_tarmac>32<142<112+0.005<111+0>48>49<110-0.04<109+0.06<108<48>40>41>42+33>142<107<106<36>34>35<104-0.04<103+0.06>200+0{22<76<75<118<35>26>27>28>29<116+500<114<38>145B16$spring_F_tarmac>32<143<113+500<112+70000>48>49<111+50000<110+150000<109<71>40>41>42+34>142<108<107<34>34>35<105+50000<104+150000>200+70000{22<77<76<119<33>26>27>28>29<117+100<115<39>145B19$damp_bump_F_tarmac>32<144<114+100<113+4400>48>49<112+500<111+15000<110<32>40>41>42+35>142<109<108<31>34>35<106+500<105+15000>200+4400{22<78<77<120<30>26>27>28>29<118+100<116<40>145B24$damp_bump_F_fast_tarmac>32<145<115+100<114+2900>48>49<113+500<112+15000<111<33>40>41>42+36>142<110<109<29>34>35<107+500<106+15000>200+2900{22<79<78<121<28>26>27>28>29<119+100<117<41>145B22$damp_rebound_F_tarmac>32<146<116+100<115+13000>48>49<114+500<113+15000<112<34>40>41>42+37>142<111<110<27>34>35<108+500<107+15000>200+13000{22<80<79<122<26>26>27>28>29<120+100<118<42>145B27$damp_rebound_F_fast_tarmac>32<147<117+100<116+6500>48>49<115+500<114+15000<113<35>40>41>42+38>142<112<111<25>34>35<109+500<108+15000>200+6500{22<81<80<123<24>26>27>28>29<121+1000<119<43>145B13$arb_spring_F>32<180<118+1000<117+60000>48>49<116+10000<115+150000<114<76>40>41>42+39>142<113<112<23>34>35<110+10000<109+150000>200+60000{22<82<81<124<60>26>27>28>29<122+0.0002>32<147>145B13$toe_FR_rally<119+1<121<63>34>35>48>49<117+0.98<116+1.02<115A1%>40>41<118+0.9946>142<114>42+40<113<59<111-100<110+100>200+0.9995{22<83<82<125B19Toe Left/Right Trim>26>27>28>29<124+2e-05>32<149>145B15$steer_center_F<121+1<123<65>34>35>48>49<119-0.002<118+0.002<117A1%>40>41<120+0>142<116>42+41<115B42Fine tunes the centerpoint of the steering<114-100<113+100>200+0A6hydros[1,1:+0{31A7beamCID+419B13beamLongBound+1B17steeringWheelLock+270A6factor+0.15>26>27A6inRate+1.5B14autoCenterRate+1.5>28>29B14beamShortBound+1B10beamSpring+12001000B10beamDeform+9e+999A8beamDamp+50B12beamStrength+123250>32<163B18beamPrecompression+1A7outRate+1.5>42+0A8beamType+6<208+281<205+305>34>35A8outLimit+1.15A7inLimit+0.85>40>41B11inputSourceA8steeringB11inputCenter+0B12inputInLimit-1B13inputOutLimit+1B11inputFactor+1>48>49A8analogue~{31<23+460<22+1<21+270<20-0.15>26>27<19+1.5<18+1.5>28>29<17+1<16+12001000<15+9e+999<14+50<13+123250>32<175<12+1<11+1.5>42+1<10+6<217+282<214+304>34>35<9+1.15<8+0.85>40>41<7<6<5+0<4-1<3+1<2-1>48>49<1~A9triangles[1100,1:+0{13>26>27>28>29A8liftCoef+160B10stallAngle+1>219+169>32>72>34>35<218+155B11groundModelA5metal>40>41A8dragCoef+1.7<220+136>48>49{13>26>27>28>29<5+160<4+1>219+169>32>72>34>35>221+153<3<2>40>41<1+1.7<220+155>48>49{13>26>27>28>29<5+160<4+1>219+169>32>72>34>35>221+135<3<2>40>41<1+1.7<220+153>48>49{11>219+284>32>72>26>27>221+169<3<2>40>41<220+136>34>35>28>29<1+0>48>49{11>219+169>32>72>26>27>221+283<3<2>40>41<220+135>34>35>28>29<1+0>48>49{11>219+283>32>72>26>27>221+169<3<2>40>41<220+284>34>35>28>29<1+0>48>49{11>219+284>32>72>26>27>221+136<3<2>40>41<220+141>34>35>28>29<1+0>48>49{11>219+142>32>72>26>27>221+284<3<2>40>41<220+141>34>35>28>29<1+0>48>49{11>219+283>32>72>26>27>221+139<3<2>40>41<220+135>34>35>28>29<1+0>48>49{11>219+283>32>72>26>27>221+140<3<2>40>41<220+139>34>35>28>29<1+0>48>49{11>219+402>32>72>26>27>221+404<3<2>40>41<220+405>34>35>28>29<1+5.1>48>49{11>219+404>32>72>26>27>221+403<3<2>40>41<220+406>34>35>28>29<1+5.1>48>49{11>219+403>32>72>26>27>221+404<3<2>40>41<220+402>34>35>28>29<1+5.1>48>49{11>219+186>32>72>26>27>221+403<3<2>40>41<220+402>34>35>28>29<1+5.1>48>49{11>219+403>32>72>26>27>221+186<3<2>40>41<220+188>34>35>28>29<1+5.1>48>49{11>219+360>32>72>26>27>221+402<3<2>40>41<220+405>34>35>28>29<1+5.1>48>49{11>219+361>32>72>26>27>221+406<3<2>40>41<220+403>34>35>28>29<1+5.1>48>49{11>219+361>32>72>26>27>221+403<3<2>40>41<220+188>34>35>28>29<1+5.1>48>49{11>219+360>32>72>26>27>221+186<3<2>40>41<220+402>34>35>28>29<1+5.1>48>49{11>219+360>32>72>26>27>221+443<3<2>40>41<220+186>34>35>28>29<1+5.1>48>49{11>219+443>32>72>26>27>221+188<3<2>40>41<220+186>34>35>28>29<1+5.1>48>49{11>219+188>32>72>26>27>221+443<3<2>40>41<220+361>34>35>28>29<1+5.1>48>49{11>219+149>32>72>26>27>221+131<3<2>40>41<220+148>34>35>28>29<1+17>48>49{11>219+131>32>72>26>27>221+153<3<2>40>41<220+155>34>35>28>29<1+17>48>49{11>219+131>32>72>26>27>221+155<3<2>40>41<220+132>34>35>28>29<1+17>48>49{11>219+148>32>72>26>27>221+132<3<2>40>41<220+151>34>35>28>29<1+17>48>49{11>219+148>32>72>26>27>221+131<3<2>40>41<220+132>34>35>28>29<1+17>48>49{11>219+155>32>72>26>27>221+157<3<2>40>41<220+159>34>35>28>29<1+17>48>49{11>219+153>32>72>26>27>221+157<3<2>40>41<220+155>34>35>28>29<1+17>48>49{11>219+157>32>72>26>27>221+163<3<2>40>41<220+159>34>35>28>29<1+17>48>49{11>219+163>32>72>26>27>221+157<3<2>40>41<220+161>34>35>28>29<1+17>48>49{11>219+161>32>72>26>27>221+167<3<2>40>41<220+163>34>35>28>29<1+17>48>49{11>219+167>32>72>26>27>221+161<3<2>40>41<220+165>34>35>28>29<1+17>48>49{11>219+396>32>72>26>27>221+167<3<2>40>41<220+165>34>35>28>29<1+0>48>49{11>219+167>32>72>26>27>221+396<3<2>40>41<220+398>34>35>28>29<1+0>48>49{11>219+396>32>72>26>27>221+165<3<2>40>41<220+397>34>35>28>29<1+0>48>49{11>219+397>32>72>26>27>221+400<3<2>40>41<220+399>34>35>28>29<1+0>48>49{11>219+397>32>72>26>27>221+399<3<2>40>41<220+396>34>35>28>29<1+0>48>49{11>219+399>32>72>26>27>221+398<3<2>40>41<220+396>34>35>28>29<1+0>48>49{11>219+399>32>72>26>27>221+401<3<2>40>41<220+398>34>35>28>29<1+0>48>49{11>219+154>32>72>26>27>221+157<3<2>40>41<220+153>34>35>28>29<1+17>48>49{11>219+157>32>72>26>27>221+154<3<2>40>41<220+158>34>35>28>29<1+17>48>49{11>219+158>32>72>26>27>221+161<3<2>40>41<220+157>34>35>28>29<1+17>48>49{11>219+161>32>72>26>27>221+158<3<2>40>41<220+162>34>35>28>29<1+17>48>49{11>219+162>32>72>26>27>221+166<3<2>40>41<220+161>34>35>28>29<1+17>48>49{11>219+166>32>72>26>27>221+165<3<2>40>41<220+161>34>35>28>29<1+17>48>49{11>219+155>32>72>26>27>221+159<3<2>40>41<220+156>34>35>28>29<1+17>48>49{11>219+160>32>72>26>27>221+156<3<2>40>41<220+159>34>35>28>29<1+17>48>49{11>219+159>32>72>26>27>221+163<3<2>40>41<220+160>34>35>28>29<1+17>48>49{11>219+164>32>72>26>27>221+160<3<2>40>41<220+163>34>35>28>29<1+17>48>49{11>219+163>32>72>26>27>221+168<3<2>40>41<220+164>34>35>28>29<1+17>48>49{11>219+163>32>72>26>27>221+167<3<2>40>41<220+168>34>35>28>29<1+17>48>49{11>219+52>32>72>26>27>221+148<3<2>40>41<220+151>34>35>28>29<1+8.5>48>49{11>219+148>32>72>26>27>221+52<3<2>40>41<220+50>34>35>28>29<1+8.5>48>49{11>219+55>32>72>26>27>221+50<3<2>40>41<220+52>34>35>28>29<1+8.5>48>49{11>219+50>32>72>26>27>221+55<3<2>40>41<220+53>34>35>28>29<1+8.5>48>49{11>219+146>32>72>26>27>221+53<3<2>40>41<220+55>34>35>28>29<1+8.5>48>49{11>219+53>32>72>26>27>221+146<3<2>40>41<220+143>34>35>28>29<1+8.5>48>49{11>219+147>32>72>26>27>221+146<3<2>40>41<220+138>34>35>28>29<1+8.5>48>49{11>219+149>32>72>26>27>221+148<3<2>40>41<220+51>34>35>28>29<1+8.5>48>49{11>219+50>32>72>26>27>221+51<3<2>40>41<220+148>34>35>28>29<1+8.5>48>49{11>219+51>32>72>26>27>221+50<3<2>40>41<220+54>34>35>28>29<1+8.5>48>49{11>219+53>32>72>26>27>221+54<3<2>40>41<220+50>34>35>28>29<1+8.5>48>49{11>219+54>32>72>26>27>221+53<3<2>40>41<220+144>34>35>28>29<1+8.5>48>49{11>219+143>32>72>26>27>221+144<3<2>40>41<220+53>34>35>28>29<1+8.5>48>49{11>219+137>32>72>26>27>221+144<3<2>40>41<220+145>34>35>28>29<1+8.5>48>49{11>219+142>32>72>26>27>221+284<3<2>40>41<220+147>34>35>28>29<1+8.5>48>49{11>219+283>32>72>26>27>221+140<3<2>40>41<220+145>34>35>28>29<1+8.5>48>49{11>219+147>32>72>26>27>221+284<3<2>40>41<220+146>34>35>28>29<1+8.5>48>49{11>219+283>32>72>26>27>221+145<3<2>40>41<220+144>34>35>28>29<1+8.5>48>49{11>219+284>32>72>26>27>221+143<3<2>40>41<220+146>34>35>28>29<1+8.5>48>49{11>219+143>32>72>26>27>221+283<3<2>40>41<220+144>34>35>28>29<1+8.5>48>49{11>219+284>32>72>26>27>221+283<3<2>40>41<220+143>34>35>28>29<1+8.5>48>49{11>219+178>32>72>26>27>221+284<3<2>40>41<220+142>34>35>28>29<1+8.5>48>49{11>219+175>32>72>26>27>221+140<3<2>40>41<220+283>34>35>28>29<1+8.5>48>49{11>219+178>32>72>26>27>221+177<3<2>40>41<220+284>34>35>28>29<1+8.5>48>49{11>219+177>32>72>26>27>221+283<3<2>40>41<220+284>34>35>28>29<1+8.5>48>49{11>219+283>32>72>26>27>221+177<3<2>40>41<220+174>34>35>28>29<1+8.5>48>49{11>219+174>32>72>26>27>221+175<3<2>40>41<220+283>34>35>28>29<1+8.5>48>49{11>219+387>32>72>26>27>221+393<3<2>40>41<220+406>34>35>28>29<1+17>48>49{11>219+386>32>72>26>27>221+405<3<2>40>41<220+392>34>35>28>29<1+17>48>49{11>219+405>32>72>26>27>221+399<3<2>40>41<220+400>34>35>28>29<1+17>48>49{11>219+399>32>72>26>27>221+406<3<2>40>41<220+401>34>35>28>29<1+17>48>49{11>219+406>32>72>26>27>221+399<3<2>40>41<220+404>34>35>28>29<1+17>48>49{11>219+405>32>72>26>27>221+404<3<2>40>41<220+399>34>35>28>29<1+17>48>49{11>219+444>32>72>26>27>221+443<3<2>40>41<220+360>34>35>28>29<1+17>48>49{11>219+443>32>72>26>27>221+445<3<2>40>41<220+361>34>35>28>29<1+17>48>49{11>219+360>32>72>26>27>221+405<3<2>40>41<220+386>34>35>28>29<1+17>48>49{11>219+361>32>72>26>27>221+387<3<2>40>41<220+406>34>35>28>29<1+17>48>49{11>219+406>32>72>26>27>221+393<3<2>40>41<220+401>34>35>28>29<1+17>48>49{11>219+405>32>72>26>27>221+400<3<2>40>41<220+392>34>35>28>29<1+17>48>49{11>219+146>32>72>26>27>221+55<3<2>40>41<220+138>34>35>28>29<1+13.6>48>49{11>219+55>32>72>26>27>221+52<3<2>40>41<220+138>34>35>28>29<1+13.6>48>49{11>219+138>32>72>26>27>221+52<3<2>40>41<220+134>34>35>28>29<1+13.6>48>49{11>219+134>32>72>26>27>221+52<3<2>40>41<220+151>34>35>28>29<1+13.6>48>49{11>219+134>32>72>26>27>221+151<3<2>40>41<220+132>34>35>28>29<1+13.6>48>49{11>219+138>32>72>26>27>221+134<3<2>40>41<220+136>34>35>28>29<1+13.6>48>49{11>219+136>32>72>26>27>221+134<3<2>40>41<220+132>34>35>28>29<1+13.6>48>49{11>219+136>32>72>26>27>221+132<3<2>40>41<220+155>34>35>28>29<1+13.6>48>49{11>219+141>32>72>26>27>221+147<3<2>40>41<220+136>34>35>28>29<1+13.6>48>49{11>219+147>32>72>26>27>221+138<3<2>40>41<220+136>34>35>28>29<1+13.6>48>49{11>219+141>32>72>26>27>221+136<3<2>40>41<220+155>34>35>28>29<1+13.6>48>49{11>219+141>32>72>26>27>221+155<3<2>40>41<220+156>34>35>28>29<1+13.6>48>49{11>219+142>32>72>26>27>221+147<3<2>40>41<220+141>34>35>28>29<1+13.6>48>49{11>219+142>32>72>26>27>221+141<3<2>40>41<220+178>34>35>28>29<1+13.6>48>49{11>219+178>32>72>26>27>221+141<3<2>40>41<220+173>34>35>28>29<1+13.6>48>49{11>219+173>32>72>26>27>221+141<3<2>40>41<220+156>34>35>28>29<1+13.6>48>49{11>219+173>32>72>26>27>221+156<3<2>40>41<220+182>34>35>28>29<1+13.6>48>49{11>219+182>32>72>26>27>221+156<3<2>40>41<220+160>34>35>28>29<1+13.6>48>49{11>219+182>32>72>26>27>221+164<3<2>40>41<220+185>34>35>28>29<1+13.6>48>49{11>219+164>32>72>26>27>221+182<3<2>40>41<220+160>34>35>28>29<1+13.6>48>49{11>219+185>32>72>26>27>221+168<3<2>40>41<220+189>34>35>28>29<1+13.6>48>49{11>219+168>32>72>26>27>221+185<3<2>40>41<220+164>34>35>28>29<1+13.6>48>49{11>219+371>32>72>26>27>221+369<3<2>40>41<220+185>34>35>28>29<1+13.6>48>49{11>219+375>32>72>26>27>221+369<3<2>40>41<220+371>34>35>28>29<1+13.6>48>49{11>219+369>32>72>26>27>221+375<3<2>40>41<220+373>34>35>28>29<1+13.6>48>49{11>219+379>32>72>26>27>221+373<3<2>40>41<220+375>34>35>28>29<1+13.6>48>49{11>219+373>32>72>26>27>221+379<3<2>40>41<220+377>34>35>28>29<1+13.6>48>49{11>219+189>32>72>26>27>221+168<3<2>40>41<220+167>34>35>28>29<1+13.6>48>49{11>219+389>32>72>26>27>221+189<3<2>40>41<220+167>34>35>28>29<1+13.6>48>49{11>219+395>32>72>26>27>221+389<3<2>40>41<220+167>34>35>28>29<1+13.6>48>49{11>219+395>32>72>26>27>221+167<3<2>40>41<220+398>34>35>28>29<1+13.6>48>49{11>219+391>32>72>26>27>221+395<3<2>40>41<220+398>34>35>28>29<1+13.6>48>49{11>219+393>32>72>26>27>221+391<3<2>40>41<220+401>34>35>28>29<1+13.6>48>49{11>219+391>32>72>26>27>221+398<3<2>40>41<220+401>34>35>28>29<1+13.6>48>49{11>219+387>32>72>26>27>221+385<3<2>40>41<220+393>34>35>28>29<1+13.6>48>49{11>219+385>32>72>26>27>221+391<3<2>40>41<220+393>34>35>28>29<1+13.6>48>49{11>219+385>32>72>26>27>221+383<3<2>40>41<220+395>34>35>28>29<1+13.6>48>49{11>219+385>32>72>26>27>221+395<3<2>40>41<220+391>34>35>28>29<1+13.6>48>49{11>219+383>32>72>26>27>221+389<3<2>40>41<220+395>34>35>28>29<1+13.6>48>49{11>219+361>32>72>26>27>221+385<3<2>40>41<220+387>34>35>28>29<1+13.6>48>49{11>219+381>32>72>26>27>221+385<3<2>40>41<220+361>34>35>28>29<1+13.6>48>49{11>219+385>32>72>26>27>221+381<3<2>40>41<220+383>34>35>28>29<1+13.6>48>49{11>219+445>32>72>26>27>221+381<3<2>40>41<220+361>34>35>28>29<1+13.6>48>49{11>219+445>32>72>26>27>221+442<3<2>40>41<220+381>34>35>28>29<1+13.6>48>49{11>219+179>32>72>26>27>221+178<3<2>40>41<220+173>34>35>28>29<1+13.6>48>49{11>219+179>32>72>26>27>221+173<3<2>40>41<220+182>34>35>28>29<1+13.6>48>49{11>219+369>32>72>26>27>221+182<3<2>40>41<220+185>34>35>28>29<1+13.6>48>49{11>219+373>32>72>26>27>221+179<3<2>40>41<220+369>34>35>28>29<1+13.6>48>49{11>219+179>32>72>26>27>221+182<3<2>40>41<220+369>34>35>28>29<1+13.6>48>49{11>219+366>32>72>26>27>221+178<3<2>40>41<220+179>34>35>28>29<1+13.6>48>49{11>219+366>32>72>26>27>221+179<3<2>40>41<220+373>34>35>28>29<1+13.6>48>49{11>219+366>32>72>26>27>221+373<3<2>40>41<220+377>34>35>28>29<1+13.6>48>49{11>219+439>32>72>26>27>221+436<3<2>40>41<220+377>34>35>28>29<1+13.6>48>49{11>219+436>32>72>26>27>221+366<3<2>40>41<220+377>34>35>28>29<1+13.6>48>49{11>219+442>32>72>26>27>221+439<3<2>40>41<220+379>34>35>28>29<1+13.6>48>49{11>219+442>32>72>26>27>221+379<3<2>40>41<220+381>34>35>28>29<1+13.6>48>49{11>219+381>32>72>26>27>221+389<3<2>40>41<220+383>34>35>28>29<1+13.6>48>49{11>219+371>32>72>26>27>221+185<3<2>40>41<220+189>34>35>28>29<1+13.6>48>49{11>219+371>32>72>26>27>221+189<3<2>40>41<220+389>34>35>28>29<1+13.6>48>49{11>219+389>32>72>26>27>221+375<3<2>40>41<220+371>34>35>28>29<1+13.6>48>49{11>219+375>32>72>26>27>221+381<3<2>40>41<220+379>34>35>28>29<1+13.6>48>49{11>219+381>32>72>26>27>221+375<3<2>40>41<220+389>34>35>28>29<1+13.6>48>49{11>219+439>32>72>26>27>221+377<3<2>40>41<220+379>34>35>28>29<1+13.6>48>49{11>219+137>32>72>26>27>221+54<3<2>40>41<220+144>34>35>28>29<1+13.6>48>49{11>219+137>32>72>26>27>221+51<3<2>40>41<220+54>34>35>28>29<1+13.6>48>49{11>219+133>32>72>26>27>221+51<3<2>40>41<220+137>34>35>28>29<1+13.6>48>49{11>219+149>32>72>26>27>221+51<3<2>40>41<220+133>34>35>28>29<1+13.6>48>49{11>219+131>32>72>26>27>221+149<3<2>40>41<220+133>34>35>28>29<1+13.6>48>49{11>219+135>32>72>26>27>221+133<3<2>40>41<220+137>34>35>28>29<1+13.6>48>49{11>219+131>32>72>26>27>221+133<3<2>40>41<220+135>34>35>28>29<1+13.6>48>49{11>219+153>32>72>26>27>221+131<3<2>40>41<220+135>34>35>28>29<1+13.6>48>49{11>219+135>32>72>26>27>221+145<3<2>40>41<220+139>34>35>28>29<1+13.6>48>49{11>219+135>32>72>26>27>221+137<3<2>40>41<220+145>34>35>28>29<1+13.6>48>49{11>219+153>32>72>26>27>221+135<3<2>40>41<220+139>34>35>28>29<1+13.6>48>49{11>219+154>32>72>26>27>221+153<3<2>40>41<220+139>34>35>28>29<1+13.6>48>49{11>219+139>32>72>26>27>221+145<3<2>40>41<220+140>34>35>28>29<1+13.6>48>49{11>219+175>32>72>26>27>221+139<3<2>40>41<220+140>34>35>28>29<1+13.6>48>49{11>219+171>32>72>26>27>221+139<3<2>40>41<220+175>34>35>28>29<1+13.6>48>49{11>219+154>32>72>26>27>221+139<3<2>40>41<220+171>34>35>28>29<1+13.6>48>49{11>219+181>32>72>26>27>221+154<3<2>40>41<220+171>34>35>28>29<1+13.6>48>49{11>219+158>32>72>26>27>221+154<3<2>40>41<220+181>34>35>28>29<1+13.6>48>49{11>219+184>32>72>26>27>221+162<3<2>40>41<220+181>34>35>28>29<1+13.6>48>49{11>219+158>32>72>26>27>221+181<3<2>40>41<220+162>34>35>28>29<1+13.6>48>49{11>219+187>32>72>26>27>221+166<3<2>40>41<220+184>34>35>28>29<1+13.6>48>49{11>219+162>32>72>26>27>221+184<3<2>40>41<220+166>34>35>28>29<1+13.6>48>49{11>219+184>32>72>26>27>221+368<3<2>40>41<220+370>34>35>28>29<1+13.6>48>49{11>219+370>32>72>26>27>221+368<3<2>40>41<220+374>34>35>28>29<1+13.6>48>49{11>219+372>32>72>26>27>221+374<3<2>40>41<220+368>34>35>28>29<1+13.6>48>49{11>219+374>32>72>26>27>221+372<3<2>40>41<220+378>34>35>28>29<1+13.6>48>49{11>219+376>32>72>26>27>221+378<3<2>40>41<220+372>34>35>28>29<1+13.6>48>49{11>219+165>32>72>26>27>221+166<3<2>40>41<220+187>34>35>28>29<1+13.6>48>49{11>219+165>32>72>26>27>221+187<3<2>40>41<220+388>34>35>28>29<1+13.6>48>49{11>219+165>32>72>26>27>221+388<3<2>40>41<220+394>34>35>28>29<1+13.6>48>49{11>219+397>32>72>26>27>221+165<3<2>40>41<220+394>34>35>28>29<1+13.6>48>49{11>219+397>32>72>26>27>221+394<3<2>40>41<220+390>34>35>28>29<1+13.6>48>49{11>219+400>32>72>26>27>221+390<3<2>40>41<220+392>34>35>28>29<1+13.6>48>49{11>219+400>32>72>26>27>221+397<3<2>40>41<220+390>34>35>28>29<1+13.6>48>49{11>219+392>32>72>26>27>221+384<3<2>40>41<220+386>34>35>28>29<1+13.6>48>49{11>219+392>32>72>26>27>221+390<3<2>40>41<220+384>34>35>28>29<1+13.6>48>49{11>219+394>32>72>26>27>221+382<3<2>40>41<220+384>34>35>28>29<1+13.6>48>49{11>219+390>32>72>26>27>221+394<3<2>40>41<220+384>34>35>28>29<1+13.6>48>49{11>219+394>32>72>26>27>221+388<3<2>40>41<220+382>34>35>28>29<1+13.6>48>49{11>219+386>32>72>26>27>221+384<3<2>40>41<220+360>34>35>28>29<1+13.6>48>49{11>219+360>32>72>26>27>221+384<3<2>40>41<220+380>34>35>28>29<1+13.6>48>49{11>219+382>32>72>26>27>221+380<3<2>40>41<220+384>34>35>28>29<1+13.6>48>49{11>219+360>32>72>26>27>221+380<3<2>40>41<220+444>34>35>28>29<1+13.6>48>49{11>219+380>32>72>26>27>221+441<3<2>40>41<220+444>34>35>28>29<1+13.6>48>49{11>219+171>32>72>26>27>221+175<3<2>40>41<220+176>34>35>28>29<1+13.6>48>49{11>219+181>32>72>26>27>221+171<3<2>40>41<220+176>34>35>28>29<1+13.6>48>49{11>219+184>32>72>26>27>221+181<3<2>40>41<220+368>34>35>28>29<1+13.6>48>49{11>219+368>32>72>26>27>221+176<3<2>40>41<220+372>34>35>28>29<1+13.6>48>49{11>219+368>32>72>26>27>221+181<3<2>40>41<220+176>34>35>28>29<1+13.6>48>49{11>219+176>32>72>26>27>221+175<3<2>40>41<220+364>34>35>28>29<1+13.6>48>49{11>219+372>32>72>26>27>221+176<3<2>40>41<220+364>34>35>28>29<1+13.6>48>49{11>219+376>32>72>26>27>221+372<3<2>40>41<220+364>34>35>28>29<1+13.6>48>49{11>219+376>32>72>26>27>221+435<3<2>40>41<220+438>34>35>28>29<1+13.6>48>49{11>219+376>32>72>26>27>221+364<3<2>40>41<220+435>34>35>28>29<1+13.6>48>49{11>219+378>32>72>26>27>221+438<3<2>40>41<220+441>34>35>28>29<1+13.6>48>49{11>219+380>32>72>26>27>221+378<3<2>40>41<220+441>34>35>28>29<1+13.6>48>49{11>219+382>32>72>26>27>221+388<3<2>40>41<220+380>34>35>28>29<1+13.6>48>49{11>219+187>32>72>26>27>221+184<3<2>40>41<220+370>34>35>28>29<1+13.6>48>49{11>219+388>32>72>26>27>221+187<3<2>40>41<220+370>34>35>28>29<1+13.6>48>49{11>219+370>32>72>26>27>221+374<3<2>40>41<220+388>34>35>28>29<1+13.6>48>49{11>219+378>32>72>26>27>221+380<3<2>40>41<220+374>34>35>28>29<1+13.6>48>49{11>219+388>32>72>26>27>221+374<3<2>40>41<220+380>34>35>28>29<1+13.6>48>49{11>219+438>32>72>26>27>221+378<3<2>40>41<220+376>34>35>28>29<1+13.6>48>49{11>219+434>32>72>26>27>221+436<3<2>40>41<220+439>34>35>28>29<1+17>48>49{11>219+434>32>72>26>27>221+438<3<2>40>41<220+435>34>35>28>29<1+17>48>49{11>219+438>32>72>26>27>221+440<3<2>40>41<220+441>34>35>28>29<1+17>48>49{11>219+440>32>72>26>27>221+439<3<2>40>41<220+442>34>35>28>29<1+17>48>49{11>219+444>32>72>26>27>221+441<3<2>40>41<220+440>34>35>28>29<1+17>48>49{11>219+445>32>72>26>27>221+440<3<2>40>41<220+442>34>35>28>29<1+17>48>49{11>219+440>32>72>26>27>221+443<3<2>40>41<220+444>34>35>28>29<1+17>48>49{11>219+443>32>72>26>27>221+440<3<2>40>41<220+445>34>35>28>29<1+17>48>49{11>219+437>32>72>26>27>221+434<3<2>40>41<220+439>34>35>28>29<1+17>48>49{11>219+434>32>72>26>27>221+437<3<2>40>41<220+438>34>35>28>29<1+17>48>49{11>219+438>32>72>26>27>221+437<3<2>40>41<220+440>34>35>28>29<1+17>48>49{11>219+437>32>72>26>27>221+439<3<2>40>41<220+440>34>35>28>29<1+17>48>49{12>219+436<220+366>34>35>221+363<3<2>28>29>32>72>26>27<1+6.8>48>49>40>41A8optional|{12>219+363<221+366>34>35>221+178<4<3>28>29>32>72>26>27<2+6.8>48>49>40>41<1|{12>219+436<221+363>34>35>221+434<4<3>28>29>32>72>26>27<2+6.8>48>49>40>41<1|{12>219+363<221+178>34>35>221+177<4<3>28>29>32>72>26>27<2+6.8>48>49>40>41<1|{12>219+364<221+435>34>35>221+362<4<3>28>29>32>72>26>27<2+6.8>48>49>40>41<1|{12>219+364<221+362>34>35>221+175<4<3>28>29>32>72>26>27<2+6.8>48>49>40>41<1|{12>219+362<221+435>34>35>221+434<4<3>28>29>32>72>26>27<2+6.8>48>49>40>41<1|{12>219+175<221+362>34>35>221+174<4<3>28>29>32>72>26>27<2+6.8>48>49>40>41<1|{12>219+434<221+363>34>35>221+544<4<3>28>29>32>72>26>27<2+6.8>48>49>40>41<1|{12>219+544<221+362>34>35>221+434<4<3>28>29>32>72>26>27<2+6.8>48>49>40>41<1|{12>219+363<221+177>34>35>221+544<4<3>28>29>32>72>26>27<2+6.8>48>49>40>41<1|{12>219+544<221+177>34>35>221+174<4<3>28>29>32>72>26>27<2+6.8>48>49>40>41<1|{12>219+544<221+174>34>35>221+362<4<3>28>29>32>72>26>27<2+6.8>48>49>40>41<1|{12>219+531<221+533>34>35>221+535<4A7plastic>28>29>32>91>26>27<3+8.5>48>49>40>41<2~{12>219+531>222+535>34>35>221+537<5<1>28>29>32>91>26>27<3+8.5>48>49>40>41<2~{13>26>27>28>29B12triangleTypeB13NONCOLLIDABLE>219+531>32>91>34>35<4~<7<3>40>41>222+539<5+8.5>221+533>48>49{13>26>27>28>29<2<1>219+539>32>91>34>35<4~<7<3>40>41>222+535<5+8.5>221+533>48>49{13>26>27>28>29<2<1>219+539>32>91>34>35<4~<7<3>40>41>222+537<5+8.5>221+535>48>49{13>26>27>28>29<2<1>219+531>32>91>34>35<4~<7<3>40>41>222+537<5+8.5>221+539>48>49{13>26>27>28>29<2B10NORMALTYPE>219+532>32>98>34>35<5~<8<4>40>41>222+530<6+8.5>221+534>48>49{13>26>27>28>29<3<1>219+534>32>98>34>35<5~<8<4>40>41>222+530<6+8.5>221+536>48>49{13>26>27>28>29<3<2>219+538>32>98>34>35<5~<8<4>40>41>222+530<6+8.5>221+532>48>49{13>26>27>28>29<3<2>219+534>32>98>34>35<5~<8<4>40>41>222+538<6+8.5>221+532>48>49{13>26>27>28>29<3<2>219+536>32>98>34>35<5~<8<4>40>41>222+538<6+8.5>221+534>48>49{13>26>27>28>29<3<2>219+536>32>98>34>35<5~<8<4>40>41>222+530<6+8.5>221+538>48>49{13>26>27>28>29<3<1>219+264>32B26vivace_fenderflare_RR_race>34>35<6~<9<5>40>41>222+268<7+42.5>221+266>48>49{13>26>27>28>29<4<2>219+260>32<1>34>35<6~<9<5>40>41>222+266<7+42.5>221+262>48>49{13>26>27>28>29<4<2>219+260>32<1>34>35<6~<9<5>40>41>222+264<7+42.5>221+266>48>49{13>26>27>28>29<4<2>219+260>32<1>34>35<6~<9<5>40>41>222+258<7+42.5>221+264>48>49{13>26>27>28>29<4<2>219+267>32B26vivace_fenderflare_RL_race>34>35<7~<10<6>40>41>222+263<8+42.5>221+265>48>49{13>26>27>28>29<5<3>219+265>32<1>34>35<7~<10<6>40>41>222+259<8+42.5>221+261>48>49{13>26>27>28>29<5<3>219+263>32<1>34>35<7~<10<6>40>41>222+259<8+42.5>221+265>48>49{13>26>27>28>29<5<3>219+257>32<1>34>35<7~<10<6>40>41>222+259<8+42.5>221+263>48>49{13>26>27>28>29<5<3>219+214>32B21vivace_fender_FR_race>34>35<8~<11<10>40>41>222+210<9+13.6>221+212>48>49{13>26>27>28>29<6<4>219+212>32<1>34>35<8~<11<10>40>41>222+216<9+13.6>221+214>48>49{13>26>27>28>29<6<4>219+220>32<1>34>35<8~<11<10>40>41>222+214<9+13.6>221+222>48>49{13>26>27>28>29<6<4>219+222>32<1>34>35<8~<11<10>40>41>222+214<9+13.6>221+216>48>49{13>26>27>28>29<6<4>219+216>32<1>34>35<8~<11<10>40>41>222+224<9+13.6>221+222>48>49{13>26>27>28>29<6<4>219+224>32<1>34>35<8~<11<10>40>41>222+216<9+13.6>221+218>48>49{13>26>27>28>29<6<4>219+218>32<1>34>35<8~<11<10>40>41>222+226<9+13.6>221+224>48>49{13>26>27>28>29<6<4>219+238>32<1>34>35<8~<11<10>40>41>222+242<9+42.5>221+236>48>49{13>26>27>28>29<6<4>219+238>32<1>34>35<8~<11<10>40>41>222+244<9+42.5>221+242>48>49{13>26>27>28>29<6<4>219+238>32<1>34>35<8~<11<10>40>41>222+240<9+42.5>221+244>48>49{13>26>27>28>29<6<4>219+240>32<1>34>35<8~<11<10>40>41>222+246<9+42.5>221+244>48>49{13>26>27>28>29<6<4>219+246>32<1>34>35<8~<11<10>40>41>222+248<9+42.5>221+244>48>49{13>26>27>28>29<6<4>219+234>32<1>34>35<8~<11<10>40>41>222+232<9+42.5>221+228>48>49{13>26>27>28>29<6<4>219+228>32<1>34>35<8~<11<10>40>41>222+230<9+42.5>221+234>48>49{13>26>27>28>29<6<4>219+230>32<1>34>35<8~<11<10>40>41>222+228<9+42.5>221+250>48>49{13>26>27>28>29<6<4>219+228>32<1>34>35<8~<11<10>40>41>222+232<9+1.7>221+250>48>49{13>26>27>28>29<6<4>219+209>32B21vivace_fender_FL_race>34>35<9~<12<11>40>41>222+213<10+13.6>221+211>48>49{13>26>27>28>29<7<5>219+215>32<1>34>35<9~<12<11>40>41>222+211<10+13.6>221+213>48>49{13>26>27>28>29<7<5>219+213>32<1>34>35<9~<12<11>40>41>222+219<10+13.6>221+221>48>49{13>26>27>28>29<7<5>219+213>32<1>34>35<9~<12<11>40>41>222+221<10+13.6>221+215>48>49{13>26>27>28>29<7<5>219+223>32<1>34>35<9~<12<11>40>41>222+215<10+13.6>221+221>48>49{13>26>27>28>29<7<5>219+215>32<1>34>35<9~<12<11>40>41>222+223<10+13.6>221+217>48>49{13>26>27>28>29<7<5>219+225>32<1>34>35<9~<12<11>40>41>222+217<10+13.6>221+223>48>49{13>26>27>28>29<7<5>219+241>32<1>34>35<9~<12<11>40>41>222+237<10+42.5>221+235>48>49{13>26>27>28>29<7<5>219+243>32<1>34>35<9~<12<11>40>41>222+237<10+42.5>221+241>48>49{13>26>27>28>29<7<5>219+239>32<1>34>35<9~<12<11>40>41>222+237<10+42.5>221+243>48>49{13>26>27>28>29<7<5>219+245>32<1>34>35<9~<12<11>40>41>222+239<10+42.5>221+243>48>49{13>26>27>28>29<7<5>219+247>32<1>34>35<9~<12<11>40>41>222+245<10+42.5>221+243>48>49{13>26>27>28>29<7<5>219+231>32<1>34>35<9~<12<11>40>41>222+233<10+42.5>221+227>48>49{13>26>27>28>29<7<5>219+229>32<1>34>35<9~<12<11>40>41>222+227<10+42.5>221+233>48>49{13>26>27>28>29<7<5>219+227>32<1>34>35<9~<12<11>40>41>222+229<10+42.5>221+249>48>49{13>26>27>28>29<7<5>219+231>32<1>34>35<9~<12<11>40>41>222+227<10+1.7>221+249>48>49{13>26>27>28>29<7<5>219+75>32>95>34>35<9~<12<11>40>41>222+97<10+17>221+93>48>49{13>26>27>28>29<7<5>219+99>32>95>34>35<9~<12<11>40>41>222+93<10+17>221+97>48>49{13>26>27>28>29<7<5>219+93>32>95>34>35<9~<12<11>40>41>222+99<10+17>221+95>48>49{13>26>27>28>29<7<5>219+101>32>95>34>35<9~<12<11>40>41>222+95<10+17>221+99>48>49{13>26>27>28>29<7<5>219+97>32>95>34>35<9~<12<11>40>41>222+103<10+17>221+99>48>49{13>26>27>28>29<7<5>219+105>32>95>34>35<9~<12<11>40>41>222+99<10+17>221+103>48>49{13>26>27>28>29<7<5>219+99>32>95>34>35<9~<12<11>40>41>222+105<10+17>221+101>48>49{13>26>27>28>29<7<5>219+107>32>95>34>35<9~<12<11>40>41>222+101<10+17>221+105>48>49{13>26>27>28>29<7<5>219+61>32>95>34>35<9~<12<11>40>41>222+63<10+17>221+59>48>49{13>26>27>28>29<7<5>219+105>32>95>34>35<9~<12<11>40>41>222+103<10+17>221+57>48>49{13>26>27>28>29<7<5>219+59>32>95>34>35<9~<12<11>40>41>222+105<10+17>221+57>48>49{13>26>27>28>29<7<5>219+63>32>95>34>35<9~<12<11>40>41>222+107<10+17>221+105>48>49{13>26>27>28>29<7<5>219+105>32>95>34>35<9~<12<11>40>41>222+59<10+17>221+63>48>49{13>26>27>28>29<7<5>219+96>32>59>34>35<9~<12<11>40>41>222+74<10+17>221+92>48>49{13>26>27>28>29<7<5>219+92>32>59>34>35<9~<12<11>40>41>222+98<10+17>221+96>48>49{13>26>27>28>29<7<5>219+98>32>59>34>35<9~<12<11>40>41>222+92<10+17>221+94>48>49{13>26>27>28>29<7<5>219+94>32>59>34>35<9~<12<11>40>41>222+100<10+17>221+98>48>49{13>26>27>28>29<7<5>219+102>32>59>34>35<9~<12<11>40>41>222+96<10+17>221+98>48>49{13>26>27>28>29<7<5>219+98>32>59>34>35<9~<12<11>40>41>222+104<10+17>221+102>48>49{13>26>27>28>29<7<5>219+104>32>59>34>35<9~<12<11>40>41>222+98<10+17>221+100>48>49{13>26>27>28>29<7<5>219+100>32>59>34>35<9~<12<11>40>41>222+106<10+17>221+104>48>49{13>26>27>28>29<7<5>219+62>32>59>34>35<9~<12<11>40>41>222+60<10+17>221+58>48>49{13>26>27>28>29<7<5>219+102>32>59>34>35<9~<12<11>40>41>222+104<10+17>221+56>48>49{13>26>27>28>29<7<5>219+104>32>59>34>35<9~<12<11>40>41>222+58<10+17>221+56>48>49{13>26>27>28>29<7<5>219+106>32>59>34>35<9~<12<11>40>41>222+62<10+17>221+104>48>49{13>26>27>28>29<7<5>219+58>32>59>34>35<9~<12<11>40>41>222+104<10+17>221+62>48>49{13>26>27>28>29<7<5>219+71>32>88>34>35<9~<12<11>40>41>222+73<10+17>221+67>48>49{13>26>27>28>29<7<5>219+71>32>88>34>35<9~<12<11>40>41>222+67<10+17>221+69>48>49{13>26>27>28>29<7<5>219+69>32>88>34>35<9~<12<11>40>41>222+67<10+17>221+65>48>49{13>26>27>28>29<7<5>219+71>32>88>34>35<9~<12<11>40>41>222+69<10+17>221+77>48>49{13>26>27>28>29<7<5>219+79>32>88>34>35<9~<12<11>40>41>222+71<10+17>221+77>48>49{13>26>27>28>29<7<5>219+79>32>88>34>35<9~<12<11>40>41>222+73<10+17>221+71>48>49{13>26>27>28>29<7<5>219+79>32>88>34>35<9~<12<11>40>41>222+81<10+17>221+73>48>49{13>26>27>28>29<7<5>219+83>32>88>34>35<9~<12<11>40>41>222+79<10+17>221+77>48>49{13>26>27>28>29<7<5>219+87>32>88>34>35<9~<12<11>40>41>222+83<10+17>221+85>48>49{13>26>27>28>29<7<5>219+89>32>88>34>35<9~<12<11>40>41>222+91<10+17>221+87>48>49{13>26>27>28>29<7<5>219+91>32>88>34>35<9~<12<11>40>41>222+81<10+17>221+79>48>49{13>26>27>28>29<7<5>219+87>32>88>34>35<9~<12<11>40>41>222+91<10+17>221+79>48>49{13>26>27>28>29<7<5>219+79>32>88>34>35<9~<12<11>40>41>222+83<10+17>221+87>48>49{13>26>27>28>29<7<5>219+270>32B31vivace_fenderflare_RR_race_door>34>35<10~<13<9>40>41>222+272<11+42.5>221+252>48>49{13>26>27>28>29<8<6>219+272>32<1>34>35<10~<13<9>40>41>222+254<11+42.5>221+252>48>49{13>26>27>28>29<8<6>219+252>32<1>34>35<10~<13<9>40>41>222+254<11+42.5>221+256>48>49{13>26>27>28>29<8<6>219+72>32>77>34>35<10~<13<9>40>41>222+70<11+17>221+66>48>49{13>26>27>28>29<8<6>219+66>32>77>34>35<10~<13<9>40>41>222+70<11+17>221+68>48>49{13>26>27>28>29<8<6>219+66>32>77>34>35<10~<13<9>40>41>222+68<11+17>221+64>48>49{13>26>27>28>29<8<6>219+68>32>77>34>35<10~<13<9>40>41>222+70<11+17>221+76>48>49{13>26>27>28>29<8<6>219+70>32>77>34>35<10~<13<9>40>41>222+78<11+17>221+76>48>49{13>26>27>28>29<8<6>219+72>32>77>34>35<10~<13<9>40>41>222+78<11+17>221+70>48>49{13>26>27>28>29<8<6>219+80>32>77>34>35<10~<13<9>40>41>222+78<11+17>221+72>48>49{13>26>27>28>29<8<6>219+78>32>77>34>35<10~<13<9>40>41>222+82<11+17>221+76>48>49{13>26>27>28>29<8<6>219+82>32>77>34>35<10~<13<9>40>41>222+86<11+17>221+84>48>49{13>26>27>28>29<8<6>219+90>32>77>34>35<10~<13<9>40>41>222+88<11+17>221+86>48>49{13>26>27>28>29<8<6>219+80>32>77>34>35<10~<13<9>40>41>222+90<11+17>221+78>48>49{13>26>27>28>29<8<6>219+90>32>77>34>35<10~<13<9>40>41>222+86<11+17>221+78>48>49{13>26>27>28>29<8<6>219+82>32>77>34>35<10~<13<9>40>41>222+78<11+17>221+86>48>49{13>26>27>28>29<8<6>219+271>32B31vivace_fenderflare_RL_race_door>34>35<11~<14<10>40>41>222+269<12+42.5>221+251>48>49{13>26>27>28>29<9<7>219+253>32<1>34>35<11~<14<10>40>41>222+271<12+42.5>221+251>48>49{13>26>27>28>29<9<7>219+253>32<1>34>35<11~<14<10>40>41>222+251<12+42.5>221+255>48>49{13>26>27>28>29<9<7>219+515>32>62>34>35<11~<14<10>40>41>222+519<12+10.2>221+517>48>49{13>26>27>28>29<9<7>219+517>32>62>34>35<11~<14<10>40>41>222+519<12+10.2>221+522>48>49{13>26>27>28>29<9<7>219+515>32>62>34>35<11~<14<10>40>41>222+520<12+10.2>221+519>48>49{13>26>27>28>29<9<7>219+519>32>62>34>35<11~<14<10>40>41>222+524<12+10.2>221+522>48>49{13>26>27>28>29<9<7>219+520>32>62>34>35<11~<14<10>40>41>222+524<12+10.2>221+519>48>49{13>26>27>28>29<9<7>219+522>32>62>34>35<11~<14<10>40>41>222+524<12+10.2>221+527>48>49{13>26>27>28>29<9<7>219+520>32>62>34>35<11~<14<10>40>41>222+525<12+10.2>221+524>48>49{13>26>27>28>29<9<7>219+527>32>62>34>35<11~<14<10>40>41>222+528<12+10.2>221+523>48>49{13>26>27>28>29<9<7>219+523>32>62>34>35<11~<14<10>40>41>222+522<12+10.2>221+527>48>49{13>26>27>28>29<9<7>219+520>32>62>34>35<11~<14<10>40>41>222+521<12+10.2>221+525>48>49{13>26>27>28>29<9<7>219+521>32>62>34>35<11~<14<10>40>41>222+526<12+10.2>221+525>48>49{13>26>27>28>29<9<7>219+517>32>62>34>35<11~<14<10>40>41>222+522<12+10.2>221+518>48>49{13>26>27>28>29<9<7>219+518>32>62>34>35<11~<14<10>40>41>222+522<12+10.2>221+523>48>49{13>26>27>28>29<9<7>219+516>32>62>34>35<11~<14<10>40>41>222+520<12+10.2>221+515>48>49{13>26>27>28>29<9<7>219+516>32>62>34>35<11~<14<10>40>41>222+521<12+10.2>221+520>48>49{13>26>27>28>29<9<7>219+513>32>62>34>35<11~<14<10>40>41>222+518<12+10.2>221+514>48>49{13>26>27>28>29<9<7>219+513>32>62>34>35<11~<14<10>40>41>222+514<12+10.2>221+509>48>49{13>26>27>28>29<9<7>219+511>32>62>34>35<11~<14<10>40>41>222+512<12+10.2>221+516>48>49{13>26>27>28>29<9<7>219+508>32>62>34>35<11~<14<10>40>41>222+512<12+10.2>221+511>48>49{13>26>27>28>29<9<7>219+507>32>62>34>35<11~<14<10>40>41>222+513<12+10.2>221+509>48>49{13>26>27>28>29<9<7>219+507>32>62>34>35<11~<14<10>40>41>222+510<12+10.2>221+513>48>49{13>26>27>28>29<9<7>219+508>32>62>34>35<11~<14<10>40>41>222+511<12+10.2>221+507>48>49{13>26>27>28>29<9<7>219+507>32>62>34>35<11~<14<10>40>41>222+511<12+10.2>221+510>48>49{13>26>27>28>29<9<7>219+510>32>62>34>35<11~<14<10>40>41>222+515<12+10.2>221+517>48>49{13>26>27>28>29<9<7>219+511>32>62>34>35<11~<14<10>40>41>222+515<12+10.2>221+510>48>49{13>26>27>28>29<9<7>219+510>32>62>34>35<11~<14<10>40>41>222+517<12+10.2>221+513>48>49{13>26>27>28>29<9<7>219+513>32>62>34>35<11~<14<10>40>41>222+517<12+10.2>221+518>48>49{13>26>27>28>29<9<7>219+511>32>62>34>35<11~<14<10>40>41>222+516<12+10.2>221+515>48>49{15>26>27>28>29<9<7<16+95<15+0.2>219+552>48>49>34>35<11~<14<10>40>41>32B20vivace_spoiler_rally>222+548<13+42.5>221+547{15>26>27>28>29<10<8<17+95<16+0.2>219+547>48>49>34>35<12~<15<11>40>41>32<1>222+551<13+42.5>221+552{15>26>27>28>29<10<8<17+95<16+0.2>219+547>48>49>34>35<12~<15<11>40>41>32<1>222+545<13+42.5>221+549{15>26>27>28>29<10<8<17+95<16+0.2>219+549>48>49>34>35<12~<15<11>40>41>32<1>222+551<13+42.5>221+547{15>26>27>28>29<10<8<17+95<16+0.2>219+545>48>49>34>35<12~<15<11>40>41>32<1>222+546<13+42.5>221+549{15>26>27>28>29<10<8<17+95<16+0.2>219+549>48>49>34>35<12~<15<11>40>41>32<1>222+546<13+42.5>221+550{15>26>27>28>29<10<8<17+95<16+0.35>219+560>48>49>34>35<12~<15<11>40>41>32<1>222+556<13+42.5>221+559{15>26>27>28>29<10<8<17+95<16+0.35>219+559>48>49>34>35<12~<15<11>40>41>32<1>222+556<13+42.5>221+555{15>26>27>28>29<10<8<17+95<16+0.35>219+559>48>49>34>35<12~<15<11>40>41>32<1>222+555<13+42.5>221+557{15>26>27>28>29<10<8<17+95<16+0.35>219+557>48>49>34>35<12~<15<11>40>41>32<1>222+555<13+42.5>221+553{15>26>27>28>29<10<8<17+95<16+0.35>219+557>48>49>34>35<12~<15<11>40>41>32<1>222+553<13+42.5>221+554{15>26>27>28>29<10<8<17+95<16+0.35>219+554>48>49>34>35<12~<15<11>40>41>32<1>222+558<13+42.5>221+557{13>26>27>28>29<10<8>219+560>32<1>34>35<12~<15<11>40>41>222+552<13+68>221+556>48>49{13>26>27>28>29<10<8>219+556>32<1>34>35<12~<15<11>40>41>222+552<13+68>221+548>48>49{13>26>27>28>29<10<8>219+559>32<1>34>35<12~<15<11>40>41>222+551<13+68>221+555>48>49{13>26>27>28>29<10<8>219+555>32<1>34>35<12~<15<11>40>41>222+551<13+68>221+547>48>49{13>26>27>28>29<10<8>219+553>32<1>34>35<12~<15<11>40>41>222+549<13+68>221+557>48>49{13>26>27>28>29<10<8>219+553>32<1>34>35<12~<15<11>40>41>222+545<13+68>221+549>48>49{13>26>27>28>29<10<8>219+554>32<1>34>35<12~<15<11>40>41>222+550<13+68>221+558>48>49{13>26>27>28>29<10<8>219+554>32<1>34>35<12~<15<11>40>41>222+546<13+68>221+550>48>49{13>26>27>28>29<10<8>219+570>32<1>34>35<12~<15<11>40>41>222+568<13+68>221+566>48>49{13>26>27>28>29<10<8>219+569>32<1>34>35<12~<15<11>40>41>222+565<13+68>221+567>48>49{13>26>27>28>29<10<8>219+560>32<1>34>35<12~<15<11>40>41>222+570<13+34>221+566>48>49{13>26>27>28>29<10<8>219+566>32<1>34>35<12~<15<11>40>41>222+548<13+34>221+560>48>49{13>26>27>28>29<10<8>219+558>32<1>34>35<12~<15<11>40>41>222+565<13+34>221+569>48>49{13>26>27>28>29<10<8>219+558>32<1>34>35<12~<15<11>40>41>222+546<13+34>221+565>48>49{13>26>27>28>29<10<8>219+311>32B18vivace_hood_alt_CF>34>35<13~<16<15>40>41>222+315<14+15.3>221+314>48>49{13>26>27>28>29<11<9>219+314>32<1>34>35<13~<16<15>40>41>222+310<14+15.3>221+311>48>49{13>26>27>28>29<11<9>219+308>32<1>34>35<13~<16<15>40>41>222+310<14+15.3>221+314>48>49{13>26>27>28>29<11<9>219+308>32<1>34>35<13~<16<15>40>41>222+314<14+15.3>221+312>48>49{13>26>27>28>29<11<9>219+309>32<1>34>35<13~<16<15>40>41>222+308<14+15.3>221+312>48>49{13>26>27>28>29<11<9>219+309>32<1>34>35<13~<16<15>40>41>222+312<14+15.3>221+313>48>49{13>26>27>28>29<11<9>219+314>32<1>34>35<13~<16<15>40>41>222+315<14+15.3>221+320>48>49{13>26>27>28>29<11<9>219+314>32<1>34>35<13~<16<15>40>41>222+320<14+15.3>221+319>48>49{13>26>27>28>29<11<9>219+314>32<1>34>35<13~<16<15>40>41>222+319<14+15.3>221+316>48>49{13>26>27>28>29<11<9>219+312>32<1>34>35<13~<16<15>40>41>222+314<14+15.3>221+316>48>49{13>26>27>28>29<11<9>219+312>32<1>34>35<13~<16<15>40>41>222+316<14+15.3>221+317>48>49{13>26>27>28>29<11<9>219+313>32<1>34>35<13~<16<15>40>41>222+312<14+15.3>221+318>48>49{13>26>27>28>29<11<9>219+312>32<1>34>35<13~<16<15>40>41>222+317<14+15.3>221+318>48>49{13>26>27>28>29<11<9>219+319>32<1>34>35<13~<16<15>40>41>222+320<14+15.3>221+325>48>49{13>26>27>28>29<11<9>219+319>32<1>34>35<13~<16<15>40>41>222+325<14+15.3>221+324>48>49{13>26>27>28>29<11<9>219+316>32<1>34>35<13~<16<15>40>41>222+319<14+15.3>221+324>48>49{13>26>27>28>29<11<9>219+316>32<1>34>35<13~<16<15>40>41>222+324<14+15.3>221+321>48>49{13>26>27>28>29<11<9>219+317>32<1>34>35<13~<16<15>40>41>222+323<14+15.3>221+318>48>49{13>26>27>28>29<11<9>219+322>32<1>34>35<13~<16<15>40>41>222+323<14+15.3>221+317>48>49{13>26>27>28>29<11<9>219+316>32<1>34>35<13~<16<15>40>41>222+322<14+15.3>221+317>48>49{13>26>27>28>29<11<9>219+321>32<1>34>35<13~<16<15>40>41>222+322<14+15.3>221+316>48>49{13>26>27>28>29<11<9>219+491>32B23vivace_sideskirt_R_race>34>35<14~<17<16>40>41>222+490<15+17>221+492>48>49{13>26>27>28>29<12<10>219+506>32<1>34>35<14~<17<16>40>41>222+504<15+17>221+505>48>49{13>26>27>28>29<12<10>219+505>32<1>34>35<14~<17<16>40>41>222+504<15+17>221+499>48>49{13>26>27>28>29<12<10>219+499>32<1>34>35<14~<17<16>40>41>222+495<15+17>221+496>48>49{13>26>27>28>29<12<10>219+496>32<1>34>35<14~<17<16>40>41>222+495<15+17>221+490>48>49{13>26>27>28>29<12<10>219+490>32<1>34>35<14~<17<16>40>41>222+491<15+17>221+496>48>49{13>26>27>28>29<12<10>219+496>32<1>34>35<14~<17<16>40>41>222+500<15+17>221+499>48>49{13>26>27>28>29<12<10>219+500>32<1>34>35<14~<17<16>40>41>222+505<15+17>221+499>48>49{13>26>27>28>29<12<10>219+487>32B23vivace_sideskirt_L_race>34>35<15~<18<17>40>41>222+488<16+17>221+489>48>49{13>26>27>28>29<13<11>219+501>32<1>34>35<15~<18<17>40>41>222+503<16+17>221+502>48>49{13>26>27>28>29<13<11>219+501>32<1>34>35<15~<18<17>40>41>222+502<16+17>221+497>48>49{13>26>27>28>29<13<11>219+493>32<1>34>35<15~<18<17>40>41>222+497<16+17>221+494>48>49{13>26>27>28>29<13<11>219+493>32<1>34>35<15~<18<17>40>41>222+494<16+17>221+487>48>49{13>26>27>28>29<13<11>219+488>32<1>34>35<15~<18<17>40>41>222+487<16+17>221+494>48>49{13>26>27>28>29<13<11>219+498>32<1>34>35<15~<18<17>40>41>222+494<16+17>221+497>48>49{13>26>27>28>29<13<11>219+502>32<1>34>35<15~<18<17>40>41>222+498<16+17>221+497>48>49{13>26>27>28>29<13<11>219+194>32B21vivace_bumper_F_rally>34>35<16~<19<15>40>41>222+201<17+25.5>221+200>48>49{13>26>27>28>29<14<12>219+193>32<1>34>35<16~<19<15>40>41>222+200<17+25.5>221+199>48>49{13>26>27>28>29<14<12>219+193>32<1>34>35<16~<19<15>40>41>222+199<17+25.5>221+195>48>49{13>26>27>28>29<14<12>219+195>32<1>34>35<16~<19<15>40>41>222+190<17+25.5>221+193>48>49{13>26>27>28>29<14<12>219+198>32<1>34>35<16~<19<15>40>41>222+192<17+25.5>221+197>48>49{13>26>27>28>29<14<12>219+196>32<1>34>35<16~<19<15>40>41>222+191<17+25.5>221+195>48>49{13>26>27>28>29<14<12>219+190>32<1>34>35<16~<19<15>40>41>222+195<17+25.5>221+191>48>49{13>26>27>28>29<14<12>219+197>32<1>34>35<16~<19<15>40>41>222+191<17+25.5>221+196>48>49{13>26>27>28>29<14<12>219+201>32<1>34>35<16~<19<15>40>41>222+208<17+0>221+200>48>49{13>26>27>28>29<14<12>219+200>32<1>34>35<16~<19<15>40>41>222+208<17+0>221+207>48>49{13>26>27>28>29<14<12>219+207>32<1>34>35<16~<19<15>40>41>222+199<17+0>221+200>48>49{13>26>27>28>29<14<12>219+195>32<1>34>35<16~<19<15>40>41>222+199<17+0>221+202>48>49{13>26>27>28>29<14<12>219+199>32<1>34>35<16~<19<15>40>41>222+207<17+0>221+206>48>49{13>26>27>28>29<14<12>219+199>32<1>34>35<16~<19<15>40>41>222+206<17+0>221+202>48>49{13>26>27>28>29<14<12>219+205>32<1>34>35<16~<19<15>40>41>222+198<17+0>221+197>48>49{13>26>27>28>29<14<12>219+205>32<1>34>35<16~<19<15>40>41>222+197<17+0>221+204>48>49{13>26>27>28>29<14<12>219+196>32<1>34>35<16~<19<15>40>41>222+204<17+0>221+197>48>49{13>26>27>28>29<14<12>219+204>32<1>34>35<16~<19<15>40>41>222+196<17+0>221+203>48>49{13>26>27>28>29<14<12>219+203>32<1>34>35<16~<19<15>40>41>222+196<17+0>221+202>48>49{13>26>27>28>29<14<12>219+196>32<1>34>35<16~<19<15>40>41>222+195<17+0>221+202>48>49{13>26>27>28>29<14<12>219+234>32<1>34>35<16~<19<15>40>41>222+232<17+8.5>221+228>48>49{13>26>27>28>29<14<12>219+228>32<1>34>35<16~<19<15>40>41>222+230<17+8.5>221+234>48>49{13>26>27>28>29<14<12>219+230>32<1>34>35<16~<19<15>40>41>222+228<17+8.5>221+250>48>49{13>26>27>28>29<14<12>219+228>32<1>34>35<16~<19<15>40>41>222+232<17+1.7>221+250>48>49{13>26>27>28>29<14<12>219+231>32<1>34>35<16~<19<15>40>41>222+233<17+8.5>221+227>48>49{13>26>27>28>29<14<12>219+229>32<1>34>35<16~<19<15>40>41>222+227<17+8.5>221+233>48>49{13>26>27>28>29<14<12>219+227>32<1>34>35<16~<19<15>40>41>222+229<17+8.5>221+249>48>49{13>26>27>28>29<14<12>219+231>32<1>34>35<16~<19<15>40>41>222+227<17+1.7>221+249>48>49{16>26>27>28>29<14<12<21+130<20+0.46>219+6>48>49>34>35<16~<19<15>40>41>32<1>222+203B10breakGroupB13frontbumper_M<19+8.5>221+202{16>26>27>28>29<16<14<23+130<22+0.46>219+202>48>49>34>35<18~<21<17>40>41>32<3>222+7<2<1<19+8.5>221+6{16>26>27>28>29<16<14<23+130<22+0.46>219+202>48>49>34>35<18~<21<17>40>41>32<3>222+206<2<1<19+8.5>221+7{15>26>27>28>29<16<14<23+150>219+169>48>49>34>35<18~<21<17>40>41>32<3>222+134<2<1<19+1.7>221+133{13>26>27>28>29<16<14>219+351>32B16vivace_lip_rally>34>35<19~<22<18>40>41>48>49>222+358<20+0>221+357{13>26>27>28>29<17<15>219+357>32<1>34>35<19~<22<18>40>41>48>49>222+350<20+0>221+351{13>26>27>28>29<17<15>219+350>32<1>34>35<19~<22<18>40>41>48>49>222+357<20+0>221+356{13>26>27>28>29<17<15>219+356>32<1>34>35<19~<22<18>40>41>48>49>222+349<20+0>221+350{13>26>27>28>29<17<15>219+349>32<1>34>35<19~<22<18>40>41>48>49>222+356<20+0>221+352{13>26>27>28>29<17<15>219+352>32<1>34>35<19~<22<18>40>41>48>49>222+345<20+0>221+349{13>26>27>28>29<17<15>219+345>32<1>34>35<19~<22<18>40>41>48>49>222+352<20+0>221+346{13>26>27>28>29<17<15>219+346>32<1>34>35<19~<22<18>40>41>48>49>222+352<20+0>221+353{13>26>27>28>29<17<15>219+353>32<1>34>35<19~<22<18>40>41>48>49>222+347<20+0>221+346{13>26>27>28>29<17<15>219+353>32<1>34>35<19~<22<18>40>41>48>49>222+354<20+0>221+347{13>26>27>28>29<17<15>219+347>32<1>34>35<19~<22<18>40>41>48>49>222+354<20+0>221+348{13>26>27>28>29<17<15>219+348>32<1>34>35<19~<22<18>40>41>48>49>222+354<20+0>221+355{13>26>27>28>29<17<15>219+414>32B20vivace_bumper_R_race>34>35<20~<23<19>40>41>48>49>222+420<21+13.6>221+415{13>26>27>28>29<18<16>219+420>32<1>34>35<20~<23<19>40>41>48>49>222+426<21+13.6>221+427{13>26>27>28>29<18<16>219+420>32<1>34>35<20~<23<19>40>41>48>49>222+427<21+13.6>221+415{13>26>27>28>29<18<16>219+429>32<1>34>35<20~<23<19>40>41>48>49>222+413<21+13.6>221+414{13>26>27>28>29<18<16>219+428>32<1>34>35<20~<23<19>40>41>48>49>222+411<21+13.6>221+410{13>26>27>28>29<18<16>219+412>32<1>34>35<20~<23<19>40>41>48>49>222+418<21+13.6>221+411{13>26>27>28>29<18<16>219+418>32<1>34>35<20~<23<19>40>41>48>49>222+424<21+13.6>221+423{13>26>27>28>29<18<16>219+418>32<1>34>35<20~<23<19>40>41>48>49>222+412<21+13.6>221+424{13>26>27>28>29<18<16>219+411>32<1>34>35<20~<23<19>40>41>48>49>222+418<21+13.6>221+410{13>26>27>28>29<18<16>219+410>32<1>34>35<20~<23<19>40>41>48>49>222+417<21+13.6>221+409{13>26>27>28>29<18<16>219+409>32<1>34>35<20~<23<19>40>41>48>49>222+419<21+13.6>221+413{13>26>27>28>29<18<16>219+413>32<1>34>35<20~<23<19>40>41>48>49>222+420<21+13.6>221+414{13>26>27>28>29<18<16>219+413>32<1>34>35<20~<23<19>40>41>48>49>222+419<21+13.6>221+420{13>26>27>28>29<18<16>219+409>32<1>34>35<20~<23<19>40>41>48>49>222+416<21+13.6>221+419{13>26>27>28>29<18<16>219+409>32<1>34>35<20~<23<19>40>41>48>49>222+417<21+13.6>221+416{13>26>27>28>29<18<16>219+410>32<1>34>35<20~<23<19>40>41>48>49>222+418<21+13.6>221+417{13>26>27>28>29<18<16>219+417>32<1>34>35<20~<23<19>40>41>48>49>222+418<21+13.6>221+423{13>26>27>28>29<18<16>219+417>32<1>34>35<20~<23<19>40>41>48>49>222+423<21+13.6>221+422{13>26>27>28>29<18<16>219+417>32<1>34>35<20~<23<19>40>41>48>49>222+422<21+13.6>221+416{13>26>27>28>29<18<16>219+416>32<1>34>35<20~<23<19>40>41>48>49>222+422<21+13.6>221+421{13>26>27>28>29<18<16>219+416>32<1>34>35<20~<23<19>40>41>48>49>222+421<21+13.6>221+425{13>26>27>28>29<18<16>219+425>32<1>34>35<20~<23<19>40>41>48>49>222+419<21+13.6>221+416{13>26>27>28>29<18<16>219+419>32<1>34>35<20~<23<19>40>41>48>49>222+426<21+13.6>221+420{13>26>27>28>29<18<16>219+419>32<1>34>35<20~<23<19>40>41>48>49>222+425<21+13.6>221+426{14>26>27>28>29<18<16<25+50>219+423>48>49>34>35<20~<23<19>40>41>32<1>222+424<21+13.6>221+431{14>26>27>28>29<18<16<25+50>219+423>48>49>34>35<20~<23<19>40>41>32<1>222+431<21+13.6>221+422{14>26>27>28>29<18<16<25+50>219+422>48>49>34>35<20~<23<19>40>41>32<1>222+431<21+13.6>221+421{14>26>27>28>29<18<16<25+50>219+421>48>49>34>35<20~<23<19>40>41>32<1>222+431<21+13.6>221+430{14>26>27>28>29<18<16<25+50>219+421>48>49>34>35<20~<23<19>40>41>32<1>222+430<21+13.6>221+432{14>26>27>28>29<18<16<25+50>219+421>48>49>34>35<20~<23<19>40>41>32<1>222+432<21+13.6>221+425{14>26>27>28>29<18<16<25+50>219+425>48>49>34>35<20~<23<19>40>41>32<1>222+432<21+13.6>221+426{14>26>27>28>29<18<16<25+50>219+426>48>49>34>35<20~<23<19>40>41>32<1>222+432<21+13.6>221+427{13>26>27>28>29<18<16>219+456>32B20vivace_mirror_R_race>34>35<21~<24<20>40>41>48>49>222+457<22+5.1>221+454{13>26>27>28>29<19<17>219+454>32<1>34>35<21~<24<20>40>41>48>49>222+457<22+5.1>221+455{13>26>27>28>29<19<17>219+456>32<1>34>35<21~<24<20>40>41>48>49>222+454<22+5.1>221+455{13>26>27>28>29<19<17>219+456>32<1>34>35<21~<24<20>40>41>48>49>222+455<22+5.1>221+457{13>26>27>28>29<19<17>219+343>32B20vivace_mirror_L_race>34>35<22~<25<21>40>41>48>49>222+344<23+5.1>221+341{13>26>27>28>29<20<18>219+341>32<1>34>35<22~<25<21>40>41>48>49>222+344<23+5.1>221+342{13>26>27>28>29<20<18>219+343>32<1>34>35<22~<25<21>40>41>48>49>222+341<23+5.1>221+342{13>26>27>28>29<20<18>219+343>32<1>34>35<22~<25<21>40>41>48>49>222+342<23+5.1>221+344{13>26>27>28>29<20<18>219+331>32>67>34>35<22~<25<21>40>41>48>49>222+333<23+8.5>221+329{13>26>27>28>29<20<18>219+329>32>67>34>35<22~<25<21>40>41>48>49>222+333<23+8.5>221+327{13>26>27>28>29<20<18>219+329>32>67>34>35<22~<25<21>40>41>48>49>222+335<23+8.5>221+331{13>26>27>28>29<20<18>219+335>32>67>34>35<22~<25<21>40>41>48>49>222+333<23+8.5>221+331{13>26>27>28>29<20<18>219+327>32>67>34>35<22~<25<21>40>41>48>49>222+333<23+8.5>221+335{13>26>27>28>29<20<18>219+329>32>67>34>35<22~<25<21>40>41>48>49>222+327<23+8.5>221+335{13>26>27>28>29<20<18>219+332>32>83>34>35<22~<25<21>40>41>48>49>222+330<23+8.5>221+328{13>26>27>28>29<20<18>219+332>32>83>34>35<22~<25<21>40>41>48>49>222+328<23+8.5>221+326{13>26>27>28>29<20<18>219+334>32>83>34>35<22~<25<21>40>41>48>49>222+328<23+8.5>221+330{13>26>27>28>29<20<18>219+332>32>83>34>35<22~<25<21>40>41>48>49>222+334<23+8.5>221+330{13>26>27>28>29<20<18>219+332>32>83>34>35<22~<25<21>40>41>48>49>222+326<23+8.5>221+334{13>26>27>28>29<20<18>219+326>32>83>34>35<22~<25<21>40>41>48>49>222+328<23+8.5>221+334{13>26>27>28>29<20<19>219+118>32B33vivace_exhaust_race_i5_2.5_petrol>34>35<23~<26<25>40>41>48>49>222+122<24+5.1>221+121{13>26>27>28>29<21<20>219+122>32<1>34>35<23~<26<25>40>41>48>49>222+124<24+5.1>221+121{13>26>27>28>29<21<20>219+121>32<1>34>35<23~<26<25>40>41>48>49>222+124<24+5.1>221+123{13>26>27>28>29<21<20>219+123>32<1>34>35<23~<26<25>40>41>48>49>222+124<24+5.1>221+125{13>26>27>28>29<21<20>219+123>32<1>34>35<23~<26<25>40>41>48>49>222+125<24+5.1>221+126{13>26>27>28>29<21<20>219+127>32<1>34>35<23~<26<25>40>41>48>49>222+126<24+5.1>221+128{13>26>27>28>29<21<19>219+467>32>225>34>35<23~<26<25>40>41>48>49>222+464<24+5.1>221+465{13>26>27>28>29<21<19>219+465>32>225>34>35<23~<26<25>40>41>48>49>222+468<24+5.1>221+467{13>26>27>28>29<21<19>219+473>32>225>34>35<23~<26<25>40>41>48>49>222+467<24+5.1>221+468{13>26>27>28>29<21<19>219+468>32>225>34>35<23~<26<25>40>41>48>49>222+474<24+5.1>221+473{13>26>27>28>29<21<19>219+472>32>225>34>35<23~<26<25>40>41>48>49>222+465<24+5.1>221+464{13>26>27>28>29<21<19>219+464>32>225>34>35<23~<26<25>40>41>48>49>222+471<24+5.1>221+472{13>26>27>28>29<21<19>219+468>32>225>34>35<23~<26<25>40>41>48>49>222+465<24+5.1>221+472{13>26>27>28>29<21<19>219+472>32>225>34>35<23~<26<25>40>41>48>49>222+474<24+5.1>221+468{13>26>27>28>29<21<19>219+464>32>225>34>35<23~<26<25>40>41>48>49>222+467<24+5.1>221+471{13>26>27>28>29<21<19>219+473>32>225>34>35<23~<26<25>40>41>48>49>222+471<24+5.1>221+467{13>26>27>28>29<21<20>219+452>32>225>34>35<23~<26<25>40>41>48>49>222+448<24+5.1>221+446{13>26>27>28>29<21<20>219+446>32>225>34>35<23~<26<25>40>41>48>49>222+450<24+5.1>221+452{13>26>27>28>29<21<20>219+446>32>225>34>35<23~<26<25>40>41>48>49>222+0<24+5.1>221+467{13>26>27>28>29<21<20>219+0>32>225>34>35<23~<26<25>40>41>48>49>222+464<24+5.1>221+467{13>26>27>28>29<21<20>219+449>32>225>34>35<23~<26<25>40>41>48>49>222+453<24+5.1>221+447{13>26>27>28>29<21<20>219+451>32>225>34>35<23~<26<25>40>41>48>49>222+447<24+5.1>221+453{13>26>27>28>29<21<20>219+1>32>225>34>35<23~<26<25>40>41>48>49>222+447<24+5.1>221+468{13>26>27>28>29<21<20>219+465>32>225>34>35<23~<26<25>40>41>48>49>222+1<24+5.1>221+468{13>26>27>28>29<21<19>219+306>32>227>34>35<23~<26<25>40>41>48>49>222+298<24+10.2>221+300{13>26>27>28>29<21<19>219+307>32>227>34>35<23~<26<25>40>41>48>49>222+301<24+10.2>221+299{13>26>27>28>29<21<19>219+299>32>227>34>35<23~<26<25>40>41>48>49>222+301<24+10.2>221+300{13>26>27>28>29<21<19>219+299>32>227>34>35<23~<26<25>40>41>48>49>222+300<24+10.2>221+298{13>26>27>28>29<21<19>219+301>32>227>34>35<23~<26<25>40>41>48>49>222+303<24+10.2>221+302{13>26>27>28>29<21<19>219+302>32>227>34>35<23~<26<25>40>41>48>49>222+300<24+10.2>221+301{13>26>27>28>29<21<20>219+274>32>227>34>35<23~<26<25>40>41>48>49>222+280<24+10.2>221+276{13>26>27>28>29<21<20>219+278>32>227>34>35<23~<26<25>40>41>48>49>222+276<24+10.2>221+280{13>26>27>28>29<21<20>219+45>32>227>34>35<23~<26<25>40>41>48>49>222+274<24+10.2>221+301{13>26>27>28>29<21<20>219+299>32>227>34>35<23~<26<25>40>41>48>49>222+45<24+10.2>221+301{13>26>27>28>29<21<20>219+279>32>227>34>35<23~<26<25>40>41>48>49>222+273<24+10.2>221+275{13>26>27>28>29<21<20>219+275>32>227>34>35<23~<26<25>40>41>48>49>222+277<24+10.2>221+279{13>26>27>28>29<21<20>219+273>32>227>34>35<23~<26<25>40>41>48>49>222+44<24+10.2>221+300{13>26>27>28>29<21<20>219+44>32>227>34>35<23~<26<25>40>41>48>49>222+298<24+10.2>221+300{14>26>27>28>29<21<19A8nodeMove{3A1x-0.39A1z+0.35A1y+0.05>219+477>32B12race_seat_FR>34>35<25~<28<27>40>41>48>49>222+481<26+0>221+478{14>26>27>28>29<23<21<2{3A1x-0.39A1z+0.35A1y+0.05>219+482>32<1>34>35<25~<28<27>40>41>48>49>222+478<26+0>221+481{14>26>27>28>29<23<21<2{3A1x-0.39A1z+0.35A1y+0.05>219+481>32<1>34>35<25~<28<27>40>41>48>49>222+485<26+0>221+482{14>26>27>28>29<23<21<2{3A1x-0.39A1z+0.35A1y+0.05>219+486>32<1>34>35<25~<28<27>40>41>48>49>222+482<26+0>221+485{14>26>27>28>29<23<21<2{3A1x-0.39A1z+0.35A1y+0.05>219+477>32<1>34>35<25~<28<27>40>41>48>49>222+485<26+0>221+481{14>26>27>28>29<23<21<2{3A1x-0.39A1z+0.35A1y+0.05>219+482>32<1>34>35<25~<28<27>40>41>48>49>222+486<26+0>221+478{14>26>27>28>29<23<21<2{3A1x+0.39A1z+0.35A1y+0.05>219+479>32B12race_seat_FL>34>35<26~<29<28>40>41>48>49>222+475<27+0>221+476{14>26>27>28>29<24<22<3{3A1x+0.39A1z+0.35A1y+0.05>219+476>32<1>34>35<26~<29<28>40>41>48>49>222+480<27+0>221+479{14>26>27>28>29<24<22<3{3A1x+0.39A1z+0.35A1y+0.05>219+483>32<1>34>35<26~<29<28>40>41>48>49>222+479<27+0>221+480{14>26>27>28>29<24<22<3{3A1x+0.39A1z+0.35A1y+0.05>219+480>32<1>34>35<26~<29<28>40>41>48>49>222+484<27+0>221+483{14>26>27>28>29<24<22<3{3A1x+0.39A1z+0.35A1y+0.05>219+483>32<1>34>35<26~<29<28>40>41>48>49>222+475<27+0>221+479{14>26>27>28>29<24<22<3{3A1x+0.39A1z+0.35A1y+0.05>219+484>32<1>34>35<26~<29<28>40>41>48>49>222+480<27+0>221+476{7<24+2B13pressureGroupB20_wheelPressureGroup0>219+606<29+0.5>221+605>222+607<230+28{7<26+2<2<1>219+606<29+0.5>221+607>222+608<230+28{7<26+2<2<1>219+573<29+1>221+575>222+574<230+28{7<26+2<2<1>219+575<29+1>221+576>222+574<230+28{7<26+2<2<1>219+574<29+2.5>221+607>222+605<230+28{7<26+2<2<1>219+574<29+2.5>221+576>222+607<230+28{7<26+2<2<1>219+606<29+2.5>221+575>222+573<230+28{7<26+2<2<1>219+608<29+2.5>221+575>222+606<230+28{7<26+2<2<1>219+608<29+0.5>221+607>222+609<230+28{7<26+2<2<1>219+608<29+0.5>221+609>222+610<230+28{7<26+2<2<1>219+575<29+1>221+577>222+576<230+28{7<26+2<2<1>219+577<29+1>221+578>222+576<230+28{7<26+2<2<1>219+576<29+2.5>221+609>222+607<230+28{7<26+2<2<1>219+576<29+2.5>221+578>222+609<230+28{7<26+2<2<1>219+608<29+2.5>221+577>222+575<230+28{7<26+2<2<1>219+610<29+2.5>221+577>222+608<230+28{7<26+2<2<1>219+610<29+0.5>221+609>222+611<230+28{7<26+2<2<1>219+610<29+0.5>221+611>222+612<230+28{7<26+2<2<1>219+577<29+1>221+579>222+578<230+28{7<26+2<2<1>219+579<29+1>221+580>222+578<230+28{7<26+2<2<1>219+578<29+2.5>221+611>222+609<230+28{7<26+2<2<1>219+578<29+2.5>221+580>222+611<230+28{7<26+2<2<1>219+610<29+2.5>221+579>222+577<230+28{7<26+2<2<1>219+612<29+2.5>221+579>222+610<230+28{7<26+2<2<1>219+612<29+0.5>221+611>222+613<230+28{7<26+2<2<1>219+612<29+0.5>221+613>222+614<230+28{7<26+2<2<1>219+579<29+1>221+581>222+580<230+28{7<26+2<2<1>219+581<29+1>221+582>222+580<230+28{7<26+2<2<1>219+580<29+2.5>221+613>222+611<230+28{7<26+2<2<1>219+580<29+2.5>221+582>222+613<230+28{7<26+2<2<1>219+612<29+2.5>221+581>222+579<230+28{7<26+2<2<1>219+614<29+2.5>221+581>222+612<230+28{7<26+2<2<1>219+614<29+0.5>221+613>222+615<230+28{7<26+2<2<1>219+614<29+0.5>221+615>222+616<230+28{7<26+2<2<1>219+581<29+1>221+583>222+582<230+28{7<26+2<2<1>219+583<29+1>221+584>222+582<230+28{7<26+2<2<1>219+582<29+2.5>221+615>222+613<230+28{7<26+2<2<1>219+582<29+2.5>221+584>222+615<230+28{7<26+2<2<1>219+614<29+2.5>221+583>222+581<230+28{7<26+2<2<1>219+616<29+2.5>221+583>222+614<230+28{7<26+2<2<1>219+616<29+0.5>221+615>222+617<230+28{7<26+2<2<1>219+616<29+0.5>221+617>222+618<230+28{7<26+2<2<1>219+583<29+1>221+585>222+584<230+28{7<26+2<2<1>219+585<29+1>221+586>222+584<230+28{7<26+2<2<1>219+584<29+2.5>221+617>222+615<230+28{7<26+2<2<1>219+584<29+2.5>221+586>222+617<230+28{7<26+2<2<1>219+616<29+2.5>221+585>222+583<230+28{7<26+2<2<1>219+618<29+2.5>221+585>222+616<230+28{7<26+2<2<1>219+618<29+0.5>221+617>222+619<230+28{7<26+2<2<1>219+618<29+0.5>221+619>222+620<230+28{7<26+2<2<1>219+585<29+1>221+587>222+586<230+28{7<26+2<2<1>219+587<29+1>221+588>222+586<230+28{7<26+2<2<1>219+586<29+2.5>221+619>222+617<230+28{7<26+2<2<1>219+586<29+2.5>221+588>222+619<230+28{7<26+2<2<1>219+618<29+2.5>221+587>222+585<230+28{7<26+2<2<1>219+620<29+2.5>221+587>222+618<230+28{7<26+2<2<1>219+620<29+0.5>221+619>222+621<230+28{7<26+2<2<1>219+620<29+0.5>221+621>222+622<230+28{7<26+2<2<1>219+587<29+1>221+589>222+588<230+28{7<26+2<2<1>219+589<29+1>221+590>222+588<230+28{7<26+2<2<1>219+588<29+2.5>221+621>222+619<230+28{7<26+2<2<1>219+588<29+2.5>221+590>222+621<230+28{7<26+2<2<1>219+620<29+2.5>221+589>222+587<230+28{7<26+2<2<1>219+622<29+2.5>221+589>222+620<230+28{7<26+2<2<1>219+622<29+0.5>221+621>222+623<230+28{7<26+2<2<1>219+622<29+0.5>221+623>222+624<230+28{7<26+2<2<1>219+589<29+1>221+591>222+590<230+28{7<26+2<2<1>219+591<29+1>221+592>222+590<230+28{7<26+2<2<1>219+590<29+2.5>221+623>222+621<230+28{7<26+2<2<1>219+590<29+2.5>221+592>222+623<230+28{7<26+2<2<1>219+622<29+2.5>221+591>222+589<230+28{7<26+2<2<1>219+624<29+2.5>221+591>222+622<230+28{7<26+2<2<1>219+624<29+0.5>221+623>222+625<230+28{7<26+2<2<1>219+624<29+0.5>221+625>222+626<230+28{7<26+2<2<1>219+591<29+1>221+593>222+592<230+28{7<26+2<2<1>219+593<29+1>221+594>222+592<230+28{7<26+2<2<1>219+592<29+2.5>221+625>222+623<230+28{7<26+2<2<1>219+592<29+2.5>221+594>222+625<230+28{7<26+2<2<1>219+624<29+2.5>221+593>222+591<230+28{7<26+2<2<1>219+626<29+2.5>221+593>222+624<230+28{7<26+2<2<1>219+626<29+0.5>221+625>222+627<230+28{7<26+2<2<1>219+626<29+0.5>221+627>222+628<230+28{7<26+2<2<1>219+593<29+1>221+595>222+594<230+28{7<26+2<2<1>219+595<29+1>221+596>222+594<230+28{7<26+2<2<1>219+594<29+2.5>221+627>222+625<230+28{7<26+2<2<1>219+594<29+2.5>221+596>222+627<230+28{7<26+2<2<1>219+626<29+2.5>221+595>222+593<230+28{7<26+2<2<1>219+628<29+2.5>221+595>222+626<230+28{7<26+2<2<1>219+628<29+0.5>221+627>222+629<230+28{7<26+2<2<1>219+628<29+0.5>221+629>222+630<230+28{7<26+2<2<1>219+595<29+1>221+597>222+596<230+28{7<26+2<2<1>219+597<29+1>221+598>222+596<230+28{7<26+2<2<1>219+596<29+2.5>221+629>222+627<230+28{7<26+2<2<1>219+596<29+2.5>221+598>222+629<230+28{7<26+2<2<1>219+628<29+2.5>221+597>222+595<230+28{7<26+2<2<1>219+630<29+2.5>221+597>222+628<230+28{7<26+2<2<1>219+630<29+0.5>221+629>222+631<230+28{7<26+2<2<1>219+630<29+0.5>221+631>222+632<230+28{7<26+2<2<1>219+597<29+1>221+599>222+598<230+28{7<26+2<2<1>219+599<29+1>221+600>222+598<230+28{7<26+2<2<1>219+598<29+2.5>221+631>222+629<230+28{7<26+2<2<1>219+598<29+2.5>221+600>222+631<230+28{7<26+2<2<1>219+630<29+2.5>221+599>222+597<230+28{7<26+2<2<1>219+632<29+2.5>221+599>222+630<230+28{7<26+2<2<1>219+632<29+0.5>221+631>222+633<230+28{7<26+2<2<1>219+632<29+0.5>221+633>222+634<230+28{7<26+2<2<1>219+599<29+1>221+601>222+600<230+28{7<26+2<2<1>219+601<29+1>221+602>222+600<230+28{7<26+2<2<1>219+600<29+2.5>221+633>222+631<230+28{7<26+2<2<1>219+600<29+2.5>221+602>222+633<230+28{7<26+2<2<1>219+632<29+2.5>221+601>222+599<230+28{7<26+2<2<1>219+634<29+2.5>221+601>222+632<230+28{7<26+2<2<1>219+634<29+0.5>221+633>222+635<230+28{7<26+2<2<1>219+634<29+0.5>221+635>222+636<230+28{7<26+2<2<1>219+601<29+1>221+603>222+602<230+28{7<26+2<2<1>219+603<29+1>221+604>222+602<230+28{7<26+2<2<1>219+602<29+2.5>221+635>222+633<230+28{7<26+2<2<1>219+602<29+2.5>221+604>222+635<230+28{7<26+2<2<1>219+634<29+2.5>221+603>222+601<230+28{7<26+2<2<1>219+636<29+2.5>221+603>222+634<230+28{7<26+2<2<1>219+636<29+0.5>221+635>222+605<230+28{7<26+2<2<1>219+636<29+0.5>221+605>222+606<230+28{7<26+2<2<1>219+603<29+1>221+573>222+604<230+28{7<26+2<2<1>219+573<29+1>221+574>222+604<230+28{7<26+2<2<1>219+604<29+2.5>221+605>222+635<230+28{7<26+2<2<1>219+604<29+2.5>221+574>222+605<230+28{7<26+2<2<1>219+636<29+2.5>221+573>222+603<230+28{7<26+2<2<1>219+606<29+2.5>221+573>222+636<230+28{7<26+2<2B20_wheelPressureGroup1>219+670<30+0.5>221+669>222+671<231+28{7<27+2<3<1>219+670<30+0.5>221+671>222+672<231+28{7<27+2<3<1>219+637<30+1>221+639>222+638<231+28{7<27+2<3<1>219+639<30+1>221+640>222+638<231+28{7<27+2<3<1>219+638<30+2.5>221+671>222+669<231+28{7<27+2<3<1>219+638<30+2.5>221+640>222+671<231+28{7<27+2<3<1>219+670<30+2.5>221+639>222+637<231+28{7<27+2<3<1>219+672<30+2.5>221+639>222+670<231+28{7<27+2<3<1>219+672<30+0.5>221+671>222+673<231+28{7<27+2<3<1>219+672<30+0.5>221+673>222+674<231+28{7<27+2<3<1>219+639<30+1>221+641>222+640<231+28{7<27+2<3<1>219+641<30+1>221+642>222+640<231+28{7<27+2<3<1>219+640<30+2.5>221+673>222+671<231+28{7<27+2<3<1>219+640<30+2.5>221+642>222+673<231+28{7<27+2<3<1>219+672<30+2.5>221+641>222+639<231+28{7<27+2<3<1>219+674<30+2.5>221+641>222+672<231+28{7<27+2<3<1>219+674<30+0.5>221+673>222+675<231+28{7<27+2<3<1>219+674<30+0.5>221+675>222+676<231+28{7<27+2<3<1>219+641<30+1>221+643>222+642<231+28{7<27+2<3<1>219+643<30+1>221+644>222+642<231+28{7<27+2<3<1>219+642<30+2.5>221+675>222+673<231+28{7<27+2<3<1>219+642<30+2.5>221+644>222+675<231+28{7<27+2<3<1>219+674<30+2.5>221+643>222+641<231+28{7<27+2<3<1>219+676<30+2.5>221+643>222+674<231+28{7<27+2<3<1>219+676<30+0.5>221+675>222+677<231+28{7<27+2<3<1>219+676<30+0.5>221+677>222+678<231+28{7<27+2<3<1>219+643<30+1>221+645>222+644<231+28{7<27+2<3<1>219+645<30+1>221+646>222+644<231+28{7<27+2<3<1>219+644<30+2.5>221+677>222+675<231+28{7<27+2<3<1>219+644<30+2.5>221+646>222+677<231+28{7<27+2<3<1>219+676<30+2.5>221+645>222+643<231+28{7<27+2<3<1>219+678<30+2.5>221+645>222+676<231+28{7<27+2<3<1>219+678<30+0.5>221+677>222+679<231+28{7<27+2<3<1>219+678<30+0.5>221+679>222+680<231+28{7<27+2<3<1>219+645<30+1>221+647>222+646<231+28{7<27+2<3<1>219+647<30+1>221+648>222+646<231+28{7<27+2<3<1>219+646<30+2.5>221+679>222+677<231+28{7<27+2<3<1>219+646<30+2.5>221+648>222+679<231+28{7<27+2<3<1>219+678<30+2.5>221+647>222+645<231+28{7<27+2<3<1>219+680<30+2.5>221+647>222+678<231+28{7<27+2<3<1>219+680<30+0.5>221+679>222+681<231+28{7<27+2<3<1>219+680<30+0.5>221+681>222+682<231+28{7<27+2<3<1>219+647<30+1>221+649>222+648<231+28{7<27+2<3<1>219+649<30+1>221+650>222+648<231+28{7<27+2<3<1>219+648<30+2.5>221+681>222+679<231+28{7<27+2<3<1>219+648<30+2.5>221+650>222+681<231+28{7<27+2<3<1>219+680<30+2.5>221+649>222+647<231+28{7<27+2<3<1>219+682<30+2.5>221+649>222+680<231+28{7<27+2<3<1>219+682<30+0.5>221+681>222+683<231+28{7<27+2<3<1>219+682<30+0.5>221+683>222+684<231+28{7<27+2<3<1>219+649<30+1>221+651>222+650<231+28{7<27+2<3<1>219+651<30+1>221+652>222+650<231+28{7<27+2<3<1>219+650<30+2.5>221+683>222+681<231+28{7<27+2<3<1>219+650<30+2.5>221+652>222+683<231+28{7<27+2<3<1>219+682<30+2.5>221+651>222+649<231+28{7<27+2<3<1>219+684<30+2.5>221+651>222+682<231+28{7<27+2<3<1>219+684<30+0.5>221+683>222+685<231+28{7<27+2<3<1>219+684<30+0.5>221+685>222+686<231+28{7<27+2<3<1>219+651<30+1>221+653>222+652<231+28{7<27+2<3<1>219+653<30+1>221+654>222+652<231+28{7<27+2<3<1>219+652<30+2.5>221+685>222+683<231+28{7<27+2<3<1>219+652<30+2.5>221+654>222+685<231+28{7<27+2<3<1>219+684<30+2.5>221+653>222+651<231+28{7<27+2<3<1>219+686<30+2.5>221+653>222+684<231+28{7<27+2<3<1>219+686<30+0.5>221+685>222+687<231+28{7<27+2<3<1>219+686<30+0.5>221+687>222+688<231+28{7<27+2<3<1>219+653<30+1>221+655>222+654<231+28{7<27+2<3<1>219+655<30+1>221+656>222+654<231+28{7<27+2<3<1>219+654<30+2.5>221+687>222+685<231+28{7<27+2<3<1>219+654<30+2.5>221+656>222+687<231+28{7<27+2<3<1>219+686<30+2.5>221+655>222+653<231+28{7<27+2<3<1>219+688<30+2.5>221+655>222+686<231+28{7<27+2<3<1>219+688<30+0.5>221+687>222+689<231+28{7<27+2<3<1>219+688<30+0.5>221+689>222+690<231+28{7<27+2<3<1>219+655<30+1>221+657>222+656<231+28{7<27+2<3<1>219+657<30+1>221+658>222+656<231+28{7<27+2<3<1>219+656<30+2.5>221+689>222+687<231+28{7<27+2<3<1>219+656<30+2.5>221+658>222+689<231+28{7<27+2<3<1>219+688<30+2.5>221+657>222+655<231+28{7<27+2<3<1>219+690<30+2.5>221+657>222+688<231+28{7<27+2<3<1>219+690<30+0.5>221+689>222+691<231+28{7<27+2<3<1>219+690<30+0.5>221+691>222+692<231+28{7<27+2<3<1>219+657<30+1>221+659>222+658<231+28{7<27+2<3<1>219+659<30+1>221+660>222+658<231+28{7<27+2<3<1>219+658<30+2.5>221+691>222+689<231+28{7<27+2<3<1>219+658<30+2.5>221+660>222+691<231+28{7<27+2<3<1>219+690<30+2.5>221+659>222+657<231+28{7<27+2<3<1>219+692<30+2.5>221+659>222+690<231+28{7<27+2<3<1>219+692<30+0.5>221+691>222+693<231+28{7<27+2<3<1>219+692<30+0.5>221+693>222+694<231+28{7<27+2<3<1>219+659<30+1>221+661>222+660<231+28{7<27+2<3<1>219+661<30+1>221+662>222+660<231+28{7<27+2<3<1>219+660<30+2.5>221+693>222+691<231+28{7<27+2<3<1>219+660<30+2.5>221+662>222+693<231+28{7<27+2<3<1>219+692<30+2.5>221+661>222+659<231+28{7<27+2<3<1>219+694<30+2.5>221+661>222+692<231+28{7<27+2<3<1>219+694<30+0.5>221+693>222+695<231+28{7<27+2<3<1>219+694<30+0.5>221+695>222+696<231+28{7<27+2<3<1>219+661<30+1>221+663>222+662<231+28{7<27+2<3<1>219+663<30+1>221+664>222+662<231+28{7<27+2<3<1>219+662<30+2.5>221+695>222+693<231+28{7<27+2<3<1>219+662<30+2.5>221+664>222+695<231+28{7<27+2<3<1>219+694<30+2.5>221+663>222+661<231+28{7<27+2<3<1>219+696<30+2.5>221+663>222+694<231+28{7<27+2<3<1>219+696<30+0.5>221+695>222+697<231+28{7<27+2<3<1>219+696<30+0.5>221+697>222+698<231+28{7<27+2<3<1>219+663<30+1>221+665>222+664<231+28{7<27+2<3<1>219+665<30+1>221+666>222+664<231+28{7<27+2<3<1>219+664<30+2.5>221+697>222+695<231+28{7<27+2<3<1>219+664<30+2.5>221+666>222+697<231+28{7<27+2<3<1>219+696<30+2.5>221+665>222+663<231+28{7<27+2<3<1>219+698<30+2.5>221+665>222+696<231+28{7<27+2<3<1>219+698<30+0.5>221+697>222+699<231+28{7<27+2<3<1>219+698<30+0.5>221+699>222+700<231+28{7<27+2<3<1>219+665<30+1>221+667>222+666<231+28{7<27+2<3<1>219+667<30+1>221+668>222+666<231+28{7<27+2<3<1>219+666<30+2.5>221+699>222+697<231+28{7<27+2<3<1>219+666<30+2.5>221+668>222+699<231+28{7<27+2<3<1>219+698<30+2.5>221+667>222+665<231+28{7<27+2<3<1>219+700<30+2.5>221+667>222+698<231+28{7<27+2<3<1>219+700<30+0.5>221+699>222+669<231+28{7<27+2<3<1>219+700<30+0.5>221+669>222+670<231+28{7<27+2<3<1>219+667<30+1>221+637>222+668<231+28{7<27+2<3<1>219+637<30+1>221+638>222+668<231+28{7<27+2<3<1>219+668<30+2.5>221+669>222+699<231+28{7<27+2<3<1>219+668<30+2.5>221+638>222+669<231+28{7<27+2<3<1>219+700<30+2.5>221+637>222+667<231+28{7<27+2<3<1>219+670<30+2.5>221+637>222+700<231+28{7<27+2<3B20_wheelPressureGroup2>219+734<31+0.5>221+733>222+735<232+28{7<28+2<4<1>219+734<31+0.5>221+735>222+736<232+28{7<28+2<4<1>219+701<31+1>221+703>222+702<232+28{7<28+2<4<1>219+703<31+1>221+704>222+702<232+28{7<28+2<4<1>219+702<31+2.5>221+735>222+733<232+28{7<28+2<4<1>219+702<31+2.5>221+704>222+735<232+28{7<28+2<4<1>219+734<31+2.5>221+703>222+701<232+28{7<28+2<4<1>219+736<31+2.5>221+703>222+734<232+28{7<28+2<4<1>219+736<31+0.5>221+735>222+737<232+28{7<28+2<4<1>219+736<31+0.5>221+737>222+738<232+28{7<28+2<4<1>219+703<31+1>221+705>222+704<232+28{7<28+2<4<1>219+705<31+1>221+706>222+704<232+28{7<28+2<4<1>219+704<31+2.5>221+737>222+735<232+28{7<28+2<4<1>219+704<31+2.5>221+706>222+737<232+28{7<28+2<4<1>219+736<31+2.5>221+705>222+703<232+28{7<28+2<4<1>219+738<31+2.5>221+705>222+736<232+28{7<28+2<4<1>219+738<31+0.5>221+737>222+739<232+28{7<28+2<4<1>219+738<31+0.5>221+739>222+740<232+28{7<28+2<4<1>219+705<31+1>221+707>222+706<232+28{7<28+2<4<1>219+707<31+1>221+708>222+706<232+28{7<28+2<4<1>219+706<31+2.5>221+739>222+737<232+28{7<28+2<4<1>219+706<31+2.5>221+708>222+739<232+28{7<28+2<4<1>219+738<31+2.5>221+707>222+705<232+28{7<28+2<4<1>219+740<31+2.5>221+707>222+738<232+28{7<28+2<4<1>219+740<31+0.5>221+739>222+741<232+28{7<28+2<4<1>219+740<31+0.5>221+741>222+742<232+28{7<28+2<4<1>219+707<31+1>221+709>222+708<232+28{7<28+2<4<1>219+709<31+1>221+710>222+708<232+28{7<28+2<4<1>219+708<31+2.5>221+741>222+739<232+28{7<28+2<4<1>219+708<31+2.5>221+710>222+741<232+28{7<28+2<4<1>219+740<31+2.5>221+709>222+707<232+28{7<28+2<4<1>219+742<31+2.5>221+709>222+740<232+28{7<28+2<4<1>219+742<31+0.5>221+741>222+743<232+28{7<28+2<4<1>219+742<31+0.5>221+743>222+744<232+28{7<28+2<4<1>219+709<31+1>221+711>222+710<232+28{7<28+2<4<1>219+711<31+1>221+712>222+710<232+28{7<28+2<4<1>219+710<31+2.5>221+743>222+741<232+28{7<28+2<4<1>219+710<31+2.5>221+712>222+743<232+28{7<28+2<4<1>219+742<31+2.5>221+711>222+709<232+28{7<28+2<4<1>219+744<31+2.5>221+711>222+742<232+28{7<28+2<4<1>219+744<31+0.5>221+743>222+745<232+28{7<28+2<4<1>219+744<31+0.5>221+745>222+746<232+28{7<28+2<4<1>219+711<31+1>221+713>222+712<232+28{7<28+2<4<1>219+713<31+1>221+714>222+712<232+28{7<28+2<4<1>219+712<31+2.5>221+745>222+743<232+28{7<28+2<4<1>219+712<31+2.5>221+714>222+745<232+28{7<28+2<4<1>219+744<31+2.5>221+713>222+711<232+28{7<28+2<4<1>219+746<31+2.5>221+713>222+744<232+28{7<28+2<4<1>219+746<31+0.5>221+745>222+747<232+28{7<28+2<4<1>219+746<31+0.5>221+747>222+748<232+28{7<28+2<4<1>219+713<31+1>221+715>222+714<232+28{7<28+2<4<1>219+715<31+1>221+716>222+714<232+28{7<28+2<4<1>219+714<31+2.5>221+747>222+745<232+28{7<28+2<4<1>219+714<31+2.5>221+716>222+747<232+28{7<28+2<4<1>219+746<31+2.5>221+715>222+713<232+28{7<28+2<4<1>219+748<31+2.5>221+715>222+746<232+28{7<28+2<4<1>219+748<31+0.5>221+747>222+749<232+28{7<28+2<4<1>219+748<31+0.5>221+749>222+750<232+28{7<28+2<4<1>219+715<31+1>221+717>222+716<232+28{7<28+2<4<1>219+717<31+1>221+718>222+716<232+28{7<28+2<4<1>219+716<31+2.5>221+749>222+747<232+28{7<28+2<4<1>219+716<31+2.5>221+718>222+749<232+28{7<28+2<4<1>219+748<31+2.5>221+717>222+715<232+28{7<28+2<4<1>219+750<31+2.5>221+717>222+748<232+28{7<28+2<4<1>219+750<31+0.5>221+749>222+751<232+28{7<28+2<4<1>219+750<31+0.5>221+751>222+752<232+28{7<28+2<4<1>219+717<31+1>221+719>222+718<232+28{7<28+2<4<1>219+719<31+1>221+720>222+718<232+28{7<28+2<4<1>219+718<31+2.5>221+751>222+749<232+28{7<28+2<4<1>219+718<31+2.5>221+720>222+751<232+28{7<28+2<4<1>219+750<31+2.5>221+719>222+717<232+28{7<28+2<4<1>219+752<31+2.5>221+719>222+750<232+28{7<28+2<4<1>219+752<31+0.5>221+751>222+753<232+28{7<28+2<4<1>219+752<31+0.5>221+753>222+754<232+28{7<28+2<4<1>219+719<31+1>221+721>222+720<232+28{7<28+2<4<1>219+721<31+1>221+722>222+720<232+28{7<28+2<4<1>219+720<31+2.5>221+753>222+751<232+28{7<28+2<4<1>219+720<31+2.5>221+722>222+753<232+28{7<28+2<4<1>219+752<31+2.5>221+721>222+719<232+28{7<28+2<4<1>219+754<31+2.5>221+721>222+752<232+28{7<28+2<4<1>219+754<31+0.5>221+753>222+755<232+28{7<28+2<4<1>219+754<31+0.5>221+755>222+756<232+28{7<28+2<4<1>219+721<31+1>221+723>222+722<232+28{7<28+2<4<1>219+723<31+1>221+724>222+722<232+28{7<28+2<4<1>219+722<31+2.5>221+755>222+753<232+28{7<28+2<4<1>219+722<31+2.5>221+724>222+755<232+28{7<28+2<4<1>219+754<31+2.5>221+723>222+721<232+28{7<28+2<4<1>219+756<31+2.5>221+723>222+754<232+28{7<28+2<4<1>219+756<31+0.5>221+755>222+757<232+28{7<28+2<4<1>219+756<31+0.5>221+757>222+758<232+28{7<28+2<4<1>219+723<31+1>221+725>222+724<232+28{7<28+2<4<1>219+725<31+1>221+726>222+724<232+28{7<28+2<4<1>219+724<31+2.5>221+757>222+755<232+28{7<28+2<4<1>219+724<31+2.5>221+726>222+757<232+28{7<28+2<4<1>219+756<31+2.5>221+725>222+723<232+28{7<28+2<4<1>219+758<31+2.5>221+725>222+756<232+28{7<28+2<4<1>219+758<31+0.5>221+757>222+759<232+28{7<28+2<4<1>219+758<31+0.5>221+759>222+760<232+28{7<28+2<4<1>219+725<31+1>221+727>222+726<232+28{7<28+2<4<1>219+727<31+1>221+728>222+726<232+28{7<28+2<4<1>219+726<31+2.5>221+759>222+757<232+28{7<28+2<4<1>219+726<31+2.5>221+728>222+759<232+28{7<28+2<4<1>219+758<31+2.5>221+727>222+725<232+28{7<28+2<4<1>219+760<31+2.5>221+727>222+758<232+28{7<28+2<4<1>219+760<31+0.5>221+759>222+761<232+28{7<28+2<4<1>219+760<31+0.5>221+761>222+762<232+28{7<28+2<4<1>219+727<31+1>221+729>222+728<232+28{7<28+2<4<1>219+729<31+1>221+730>222+728<232+28{7<28+2<4<1>219+728<31+2.5>221+761>222+759<232+28{7<28+2<4<1>219+728<31+2.5>221+730>222+761<232+28{7<28+2<4<1>219+760<31+2.5>221+729>222+727<232+28{7<28+2<4<1>219+762<31+2.5>221+729>222+760<232+28{7<28+2<4<1>219+762<31+0.5>221+761>222+763<232+28{7<28+2<4<1>219+762<31+0.5>221+763>222+764<232+28{7<28+2<4<1>219+729<31+1>221+731>222+730<232+28{7<28+2<4<1>219+731<31+1>221+732>222+730<232+28{7<28+2<4<1>219+730<31+2.5>221+763>222+761<232+28{7<28+2<4<1>219+730<31+2.5>221+732>222+763<232+28{7<28+2<4<1>219+762<31+2.5>221+731>222+729<232+28{7<28+2<4<1>219+764<31+2.5>221+731>222+762<232+28{7<28+2<4<1>219+764<31+0.5>221+763>222+733<232+28{7<28+2<4<1>219+764<31+0.5>221+733>222+734<232+28{7<28+2<4<1>219+731<31+1>221+701>222+732<232+28{7<28+2<4<1>219+701<31+1>221+702>222+732<232+28{7<28+2<4<1>219+732<31+2.5>221+733>222+763<232+28{7<28+2<4<1>219+732<31+2.5>221+702>222+733<232+28{7<28+2<4<1>219+764<31+2.5>221+701>222+731<232+28{7<28+2<4<1>219+734<31+2.5>221+701>222+764<232+28{7<28+2<4B20_wheelPressureGroup3>219+798<32+0.5>221+797>222+799<233+28{7<29+2<5<1>219+798<32+0.5>221+799>222+800<233+28{7<29+2<5<1>219+765<32+1>221+767>222+766<233+28{7<29+2<5<1>219+767<32+1>221+768>222+766<233+28{7<29+2<5<1>219+766<32+2.5>221+799>222+797<233+28{7<29+2<5<1>219+766<32+2.5>221+768>222+799<233+28{7<29+2<5<1>219+798<32+2.5>221+767>222+765<233+28{7<29+2<5<1>219+800<32+2.5>221+767>222+798<233+28{7<29+2<5<1>219+800<32+0.5>221+799>222+801<233+28{7<29+2<5<1>219+800<32+0.5>221+801>222+802<233+28{7<29+2<5<1>219+767<32+1>221+769>222+768<233+28{7<29+2<5<1>219+769<32+1>221+770>222+768<233+28{7<29+2<5<1>219+768<32+2.5>221+801>222+799<233+28{7<29+2<5<1>219+768<32+2.5>221+770>222+801<233+28{7<29+2<5<1>219+800<32+2.5>221+769>222+767<233+28{7<29+2<5<1>219+802<32+2.5>221+769>222+800<233+28{7<29+2<5<1>219+802<32+0.5>221+801>222+803<233+28{7<29+2<5<1>219+802<32+0.5>221+803>222+804<233+28{7<29+2<5<1>219+769<32+1>221+771>222+770<233+28{7<29+2<5<1>219+771<32+1>221+772>222+770<233+28{7<29+2<5<1>219+770<32+2.5>221+803>222+801<233+28{7<29+2<5<1>219+770<32+2.5>221+772>222+803<233+28{7<29+2<5<1>219+802<32+2.5>221+771>222+769<233+28{7<29+2<5<1>219+804<32+2.5>221+771>222+802<233+28{7<29+2<5<1>219+804<32+0.5>221+803>222+805<233+28{7<29+2<5<1>219+804<32+0.5>221+805>222+806<233+28{7<29+2<5<1>219+771<32+1>221+773>222+772<233+28{7<29+2<5<1>219+773<32+1>221+774>222+772<233+28{7<29+2<5<1>219+772<32+2.5>221+805>222+803<233+28{7<29+2<5<1>219+772<32+2.5>221+774>222+805<233+28{7<29+2<5<1>219+804<32+2.5>221+773>222+771<233+28{7<29+2<5<1>219+806<32+2.5>221+773>222+804<233+28{7<29+2<5<1>219+806<32+0.5>221+805>222+807<233+28{7<29+2<5<1>219+806<32+0.5>221+807>222+808<233+28{7<29+2<5<1>219+773<32+1>221+775>222+774<233+28{7<29+2<5<1>219+775<32+1>221+776>222+774<233+28{7<29+2<5<1>219+774<32+2.5>221+807>222+805<233+28{7<29+2<5<1>219+774<32+2.5>221+776>222+807<233+28{7<29+2<5<1>219+806<32+2.5>221+775>222+773<233+28{7<29+2<5<1>219+808<32+2.5>221+775>222+806<233+28{7<29+2<5<1>219+808<32+0.5>221+807>222+809<233+28{7<29+2<5<1>219+808<32+0.5>221+809>222+810<233+28{7<29+2<5<1>219+775<32+1>221+777>222+776<233+28{7<29+2<5<1>219+777<32+1>221+778>222+776<233+28{7<29+2<5<1>219+776<32+2.5>221+809>222+807<233+28{7<29+2<5<1>219+776<32+2.5>221+778>222+809<233+28{7<29+2<5<1>219+808<32+2.5>221+777>222+775<233+28{7<29+2<5<1>219+810<32+2.5>221+777>222+808<233+28{7<29+2<5<1>219+810<32+0.5>221+809>222+811<233+28{7<29+2<5<1>219+810<32+0.5>221+811>222+812<233+28{7<29+2<5<1>219+777<32+1>221+779>222+778<233+28{7<29+2<5<1>219+779<32+1>221+780>222+778<233+28{7<29+2<5<1>219+778<32+2.5>221+811>222+809<233+28{7<29+2<5<1>219+778<32+2.5>221+780>222+811<233+28{7<29+2<5<1>219+810<32+2.5>221+779>222+777<233+28{7<29+2<5<1>219+812<32+2.5>221+779>222+810<233+28{7<29+2<5<1>219+812<32+0.5>221+811>222+813<233+28{7<29+2<5<1>219+812<32+0.5>221+813>222+814<233+28{7<29+2<5<1>219+779<32+1>221+781>222+780<233+28{7<29+2<5<1>219+781<32+1>221+782>222+780<233+28{7<29+2<5<1>219+780<32+2.5>221+813>222+811<233+28{7<29+2<5<1>219+780<32+2.5>221+782>222+813<233+28{7<29+2<5<1>219+812<32+2.5>221+781>222+779<233+28{7<29+2<5<1>219+814<32+2.5>221+781>222+812<233+28{7<29+2<5<1>219+814<32+0.5>221+813>222+815<233+28{7<29+2<5<1>219+814<32+0.5>221+815>222+816<233+28{7<29+2<5<1>219+781<32+1>221+783>222+782<233+28{7<29+2<5<1>219+783<32+1>221+784>222+782<233+28{7<29+2<5<1>219+782<32+2.5>221+815>222+813<233+28{7<29+2<5<1>219+782<32+2.5>221+784>222+815<233+28{7<29+2<5<1>219+814<32+2.5>221+783>222+781<233+28{7<29+2<5<1>219+816<32+2.5>221+783>222+814<233+28{7<29+2<5<1>219+816<32+0.5>221+815>222+817<233+28{7<29+2<5<1>219+816<32+0.5>221+817>222+818<233+28{7<29+2<5<1>219+783<32+1>221+785>222+784<233+28{7<29+2<5<1>219+785<32+1>221+786>222+784<233+28{7<29+2<5<1>219+784<32+2.5>221+817>222+815<233+28{7<29+2<5<1>219+784<32+2.5>221+786>222+817<233+28{7<29+2<5<1>219+816<32+2.5>221+785>222+783<233+28{7<29+2<5<1>219+818<32+2.5>221+785>222+816<233+28{7<29+2<5<1>219+818<32+0.5>221+817>222+819<233+28{7<29+2<5<1>219+818<32+0.5>221+819>222+820<233+28{7<29+2<5<1>219+785<32+1>221+787>222+786<233+28{7<29+2<5<1>219+787<32+1>221+788>222+786<233+28{7<29+2<5<1>219+786<32+2.5>221+819>222+817<233+28{7<29+2<5<1>219+786<32+2.5>221+788>222+819<233+28{7<29+2<5<1>219+818<32+2.5>221+787>222+785<233+28{7<29+2<5<1>219+820<32+2.5>221+787>222+818<233+28{7<29+2<5<1>219+820<32+0.5>221+819>222+821<233+28{7<29+2<5<1>219+820<32+0.5>221+821>222+822<233+28{7<29+2<5<1>219+787<32+1>221+789>222+788<233+28{7<29+2<5<1>219+789<32+1>221+790>222+788<233+28{7<29+2<5<1>219+788<32+2.5>221+821>222+819<233+28{7<29+2<5<1>219+788<32+2.5>221+790>222+821<233+28{7<29+2<5<1>219+820<32+2.5>221+789>222+787<233+28{7<29+2<5<1>219+822<32+2.5>221+789>222+820<233+28{7<29+2<5<1>219+822<32+0.5>221+821>222+823<233+28{7<29+2<5<1>219+822<32+0.5>221+823>222+824<233+28{7<29+2<5<1>219+789<32+1>221+791>222+790<233+28{7<29+2<5<1>219+791<32+1>221+792>222+790<233+28{7<29+2<5<1>219+790<32+2.5>221+823>222+821<233+28{7<29+2<5<1>219+790<32+2.5>221+792>222+823<233+28{7<29+2<5<1>219+822<32+2.5>221+791>222+789<233+28{7<29+2<5<1>219+824<32+2.5>221+791>222+822<233+28{7<29+2<5<1>219+824<32+0.5>221+823>222+825<233+28{7<29+2<5<1>219+824<32+0.5>221+825>222+826<233+28{7<29+2<5<1>219+791<32+1>221+793>222+792<233+28{7<29+2<5<1>219+793<32+1>221+794>222+792<233+28{7<29+2<5<1>219+792<32+2.5>221+825>222+823<233+28{7<29+2<5<1>219+792<32+2.5>221+794>222+825<233+28{7<29+2<5<1>219+824<32+2.5>221+793>222+791<233+28{7<29+2<5<1>219+826<32+2.5>221+793>222+824<233+28{7<29+2<5<1>219+826<32+0.5>221+825>222+827<233+28{7<29+2<5<1>219+826<32+0.5>221+827>222+828<233+28{7<29+2<5<1>219+793<32+1>221+795>222+794<233+28{7<29+2<5<1>219+795<32+1>221+796>222+794<233+28{7<29+2<5<1>219+794<32+2.5>221+827>222+825<233+28{7<29+2<5<1>219+794<32+2.5>221+796>222+827<233+28{7<29+2<5<1>219+826<32+2.5>221+795>222+793<233+28{7<29+2<5<1>219+828<32+2.5>221+795>222+826<233+28{7<29+2<5<1>219+828<32+0.5>221+827>222+797<233+28{7<29+2<5<1>219+828<32+0.5>221+797>222+798<233+28{7<29+2<5<1>219+795<32+1>221+765>222+796<233+28{7<29+2<5<1>219+765<32+1>221+766>222+796<233+28{7<29+2<5<1>219+796<32+2.5>221+797>222+827<233+28{7<29+2<5<1>219+796<32+2.5>221+766>222+797<233+28{7<29+2<5<1>219+828<32+2.5>221+765>222+795<233+28{7<29+2<5<1>219+798<32+2.5>221+765>222+828<233+28B15torsionReactorR{1B25torqueReactionNodes_nodes[3+110+111+113B11vehicleData{2B18skewStiffnessFront+153600B17skewStiffnessRear+131600A8mainTank{5B12fuelCapacity+50B20startingFuelCapacity+50A4fuel{2B14[engineGroup]:[1<2B18_engineGroup_nodes[9+285+286+287+288+289+290+291+292+293B16breakTriggerBeamA8fuelTankB10energyTypeA8gasolineB11activeParts{95>75{6B11information{3A5value+250>145B32Rear Left Lightweight Door GlassA7authorsA6BeamNGA5nodes[13[4<238A4posXA4posYA4posZ{1B12nodeMaterial+2{1>229+0.5{1B13selfCollision|{1A9collision|{{1B10nodeWeight+0.7[4A4d23l+0.716+0.322+1.183[4A4d24l+0.62+0.357+1.363[4A4d25l+0.626+0.695+1.358[4A4d26l+0.629+1.033+1.333[4A4d27l+0.709+1.169+1.172{A5beams[16[2A4id1:A4id2:{4<96+1<84+0<86+1<91+1{2<90+211000<88+60{2<87+6000<89+7000{2B23disableTriangleBreaking|B19disableMeshBreaking|{2>47>73B23deformationTriggerRatio+0.01{1<55B12doorglass_RL{[2A4d21l<11[2<13<9[2<10A4d20l[2<13A4d22l{{{2<7~<6~{1B20deformLimitExpansion+1.2>28>75B10flexbodies[6[3>23>45>46{3>47>73>38>39>43>44[3>74[1>77{{3>47>73>38B16vivace_glass_int>43>44[2B23vivace_doorglass_RL_int[1>77{>40>74B37vivace_DSE_drivemodes_default_comfort{4>136{1>198>138<33{3<32+500>145B12Comfort Mode<31B11Diamondback>40B29vivace_DSE_drivemodes_default>28<4<74{7>40<74<36{3<35+430>145B33Race Rear Right Door Fender Flare<34<33<32[16[4>257<31<30<29{1<28+3{1>229+0.5{1<26|{1<27|{{1<25+0.7[4A5ffr8r-0.95+1.17+0.77[4A5ffr9r-0.973+1.03+0.56[4A6ffr10r-0.896+0.64+0.58[4A6ffr11r-0.96+0.96+0.29[4A6ffr12r-0.9+0.56+0.34{1<31~{1<32~[4A6ffr13r-0.764+0.85+0.6{<25[71[2<24<23{3<106+0<118+1<113+1{2<112+501000<110+20{2<109+182500<111+11100{1<15+1.2[2<6<5[2<5<3[2<4<2[2<4<6[2<5<4[2<2<3{2<109+62500<111+7100{[2<3<4[2<2<5{2<109+62500<111+2100[2<3<6[2<2<6[2<1<3[2<1<2[2<1<5[2<1<4[2<1<6{{2<112+401000<110+20{2<109+9800<111+6100{1<74B16fenderflare_e_RR[2<7A4d19r[2<7<1[2<7A4d18r[2<9<1[2<7<1[2<7<2[2<7A4d17r[2<7<2[2<6<2[2<5<2[2<5<3[2<10A4d22r[2<11A4d21r{1<80B16fenderflare_f_RR[2<9A4d15r[2<10<5[2<13A4d16r[2<13<1[2<13<2[2<10<1[2<10<2[2<11<1[2<12<8{{2<115+7<127+4{2<121+301000<119+30{2<118+125000<120+9000{1<99|[2<15A5ffr2r[2<16A5ffr5r[2<17A4sk3r[2<13<1{1<102~[2<15A4d28r[2<18<1[2<19<1[2<17<1[2<15<1[2<19A4r3rr[2<20A3f9r[2<20<1[2<18A3f4r{3<122+0<134+1<129+1{1<31+1.2<112[8[3<40<39A4id3:{1<110<106{{1<108+25[3<23<22<21[3<22<20<21[3<21<20<19{<31[2[3>23>45>46[2B24vivace_doorflare_race_RR[1B26vivace_fenderflare_RR_door>28<100<99{7>40<99<62{3<61+430>145B32Race Rear Left Door Fender Flare<60<59<58[16[4>257<57<56<55{1<54+3{1>229+0.5{1<52|{1<53|{{1<51+0.7[4A5ffr8l+0.95+1.17+0.77[4A5ffr9l+0.973+1.03+0.56[4A6ffr10l+0.896+0.64+0.58[4A6ffr11l+0.96+0.96+0.29[4A6ffr12l+0.9+0.56+0.34{1<57~{1<58~[4A6ffr13l+0.764+0.85+0.6{<51[71[2<50<49{3<132+0<144+1<139+1{2<138+501000<136+20{2<135+182500<137+11100{1<41+1.2[2<6<5[2<5<3[2<4<2[2<4<6[2<5<4[2<2<3{2<135+62500<137+7100{[2<3<4[2<2<5{2<135+62500<137+2100[2<3<6[2<2<6[2<1<3[2<1<2[2<1<5[2<1<4[2<1<6{{2<138+401000<136+20{2<135+9800<137+6100{1<100B16fenderflare_e_RL[2<7A4d19l[2<7<1[2<7A4d18l[2<9<1[2<7<1[2<7<2[2<7A4d17l[2<7<2[2<6<2[2<5<2[2<5<3[2<10<46[2<10<48{1<104B16fenderflare_f_RL[2<7A4d15l[2<8<3[2<11A4d16l[2<11<1[2<11<2[2<8<1[2<8<2[2<9<1[2<10<6{{2<139+7<151+4{2<145+301000<143+30{2<142+125000<144+9000{1<123|[2<13A5ffr2l[2<14A5ffr5l[2<15A4sk3l[2<11<1{1<126~[2<13A4d28l[2<16<1[2<17<1[2<15<1[2<13<1[2<17A4r3ll[2<18A3f9l[2<18<1[2<16A3f4l{3<146+0<158+1<153+1{1<55+1.2<136[8[3<64<63<24{1<133<129{{1<131+25[3<19<20<18[3<17<19<18[3<17<18<16{<54[2[3>23>45>46[2B24vivace_doorflare_race_RL[1B26vivace_fenderflare_RL_door>28<122<107{7>40<107<85{3<84+1100>145B20Front Left Race Seat<83<82<81[17[4>257<80<79<78{2<110{3A1x+0.39A1z+0.35A1y+0.05>32<108{1<75|{1<76|{1<74+6{1>229+0.5{1<77+2{{1<74+1.5[4A4sf1l-0.26-0.29+0.23[4A5sf1ll+0.26-0.29+0.23[4A4sf2l-0.22+0.13+0.15[4A5sf2ll+0.22+0.13+0.15[4A4sf3l-0.16+0.33+0.87[4A5sf3ll+0.16+0.33+0.87{{<74[24[2<73<72{4<167+1<155+0<157+1<162+1{2<161+2501000<159+300{2<158+9e+999<160+10000{1<64+1.1[2<6<5[2<4<3[2<2<1[2<6<4[2<4<2[2<5<3[2<3<1{2<158+9e+999<160+7000{[2<5<4[2<3<6[2<4<1[2<2<3{1<160+9000[2<2<6[2<1<5{1<157+1{3<155+0<167+1<162+1{<145[11[3<73<72<33{2<116{3A1x+0.39A1z+0.35A1y+0.05>32<114{1<142<141{1<140+0[3<4<6<5[3<5<3<4[3<2<4<3[3<3<1<2[3<2<6<4[3<1<3<5{<63[2[3>23>45>46[3B10racingseat[1<115{>28<115B35vivace_engine_ecu_i5_2.5_410_stage3{8>262{1B10$+mainGain+1>28<2>40B20vivace_engine_ecu_i5<96{3<95+6100>145B17X 410 ECU Stage 3<94<93A5slots[1{4>142B31vivace_engine_ecu_i5_speedlimit<292B13Speed Limiter>200B35vivace_engine_ecu_i5_speedlimit_offA8coreSlot|>146{5B17revLimiterCutTime+0.1B13revLimiterRPM+7300B22$*instantAfterFireCoef+1.45B24$*sustainedAfterFireCoef+1.45B14revLimiterTypeA9timeBased>192{9>237>238>235>236>239+0.9>244+0.65>241+0.02>242+0.029>243[1+43.2>246+0.04>230>231B17vehicleController{1B13topSpeedLimit+69.444>259{8>283[7[9>145>142>294>288>200>292>293>284>296[9<234>295<245<235+0-0.04+0.06<236<233[9<231>295<267<235+60000+30000+120000<232<230[9<228>295<227<235+2600+500+10000<229<226[9<224>295<227<235+1700+500+10000<225<223[9<221>295<227<235+7500+500+10000<222<220[9<218>295<227<235+3750+500+10000<219<217<81[2[3>23>45>46[2B22vivace_coilover_R_race[1B17vivace_coilover_R>28>259<112{3<111+3100>145B21Tarmac Rear Coilovers<110<109<108[14[4>257<107<106<105{1<104+2{1>229+0.5{1<102|{1<103~{1<101+6.5[4A4rs1r-0.63+1.318+0.8[4A4rs1l+0.63+1.318+0.8{1<103+1{{1<104~[4A4rs4r-0.6385+1.318+0.77[4A4rs4l+0.6385+1.318+0.77{<99[27[2<98<97{1<180+0{2<183+230000<185+80000{2<186+15000<184+10[2<4<2[2<3<1{2<186<238<184+10[2A4rh4r<3[2A4rh4l<3{4<194+1<182+2<184+1<189+1{2<188+0<186+50{2B13beamLimitDamp+50B15beamLimitSpring+1001000[2<8<6[2<7<5{4<196+1<184+2<186+1<191+1{2<190+0<188<239{2<2+0<1+0[2A4rh1r<9[2A4rh1l<9{2<192+0<190+0[2<2<10[2<1<9{2<192+0<190+0{2<4+5000<3+21000[2<2<10[2<1<9{4<198+1<186+0<188+1<193+1>40B23vivace_rally_coilover_R>252[3[8A3id:>253>254>258>255>217>220>256[8<10>209||+0+1001000A7FLT_MAX<1[8<10>210||+0+1001000<1<1>95{8<179[16[3<107<106<67{{1<174+10[3A3d1rA3d4rA3d2r[3A3d5r<2<3[3<2<1A3d3r[3A3d6r<2<3[3<5A3d7r<4[3A3d8r<5<2[3<5<1<3[3A3d9r<4<2[3A4d12rA4d13rA4d11r[3<5<6A4d10r[3<2<6<1[3<3<5<6[3<6<2<3<110[9[3>23>45>46[2>95[1>95{1>32>94{3>47>92>38>39>43>44[3>93[1>95{{3>47>92>38<109>43>44[2B23vivace_doorglass_FR_int[1>95{{>28>95<140{3<139+280>145B16Front Right Door<138<137<136[38[4>257<135<134<133{1<131|{1<130|{1>229+0.5{1<132+2{1<129+0.9{[4<15-0.87-0.81+0.291[4<13-0.871-0.296+0.305[4<11-0.87+0.221+0.319[4<14-0.87-0.81+0.7[4<12-0.87-0.297+0.695[4<10-0.87+0.221+0.71[4<9-0.81-0.75+0.889[4<8-0.808-0.238+0.937[4<7-0.801+0.261+0.984{1<129+0.5[4<3-0.722-0.553+1.12[4<4-0.644-0.199+1.295[4<6-0.62+0.325+1.363[4<5-0.716+0.29+1.183{{1<131~{1<130~[4A4d14r-0.5-0.37+0.8{1>32>94{1<133+2{1>229+0.5{1<130+0.7{1<131|{1<132|{[4<4-0.722-0.553+1.12[4<5-0.644-0.199+1.295[4<7-0.62+0.325+1.363[4<6-0.716+0.29+1.183{{<124[159[2<123<122{4<217+1<205+0<207+1<212+1{1<114+1.2{2<211+901000<209+50{2<208+9e+999<210+22000[2<16<14[2<14<12[2<15<13[2<13<11[2<10<9[2<9<8[2<16<15[2<15<10[2<14<13[2<13<9[2<12<11[2<11<8{{2<208+9e+999<210+11500[2<16<13[2<14<15[2<14<11[2<12<13[2<15<9[2<13<10[2<13<8[2<11<9{2<208+9e+999<210+8200[2<10<16[2<9<14[2<8<12{2<208+9e+999<210+2500{2<211+2201000<209+50{2<208+9e+999<210+3000[2<16<1[2<14<1[2<12<1[2<15<1[2<13<1[2<11<1[2<10<1[2<9<1[2<8<1{2<211+901000<209+50{1<114+1.2{2<208+9e+999<210+8000{2>47>92<119+0.005[2<10<4[2<4<5[2<5<7[2<7<6[2<6<8{{2<208+9e+999<210+4000[2<10<5[2<4<7[2<8<7[2<5<6[2<8<5[2<4<9[2<9<6{2<208+9e+999<210+5000[2<4<1[2<5<1[2<7<1[2<6<1{{4<217+1<205+0<207+1<212+1{2<211+901000<209+50{2<208+62500<210+20000{1<173B19door_FR_hinge_upper[2<16A5f6rrr[2<17A4f6rr[2<18A3f6r[2<19A4f5rr[2<21<3[2<20A3f5r[2<16A3f6l[2<17<4{1<180B19door_FR_hinge_lower[2<24A4f1rr[2<25<5[2<25A4f2rr[2<26A4f14r[2<27<6[2<26<3[2<27A3f1l[2<27A3f5l{{2<224+901000<222+50{2<221+36000<223+8000{1<186B13door_FR_latch[2<25A3p3r[2<26A3p4r[2<27A3p5r[2<28A3p6r[2<26<2[2<26<1[2<26<4[2<26<3[2<19<4[2<19<2{{2<229+0<227+50{2<226+20000<228+4000[2<19A2f7{3<224+7<226+0.98<236+6{2<230+901000<228+50{2<227+100000<229+5000{1<226+1[2<26A3rf1[2<27A3rf3[2<33A3f3r[2<34A4f9rr[2<33<15[2<39<21[2<33<22{2<230+0.98<240+12[2<34<8[2<34<9[2<31<6[2<31<7[2<29A3p8r[2<30A3p7r[2<37<8[2<37<9[2<33A4f3rr[2<34A4rf2r{2<235+120000<237+20000{1<234+1[2A4fe6r<38[2<38A4fe7r[2<2<30{1<246+5{2<237+12000<239+4000[2<26<38[2<24<42{4<246+1<234+0<236+1<241+1{1>32>94{4<246+1<234+0<236+1<241+1{2<240+211000<238+60{2<237+5000<239+6000{2<150|<149|{2>47>92<148+0.01{1<202B12doorglass_FR{[2<35<39[2<37<39[2<34<36[2<34<38[2<36<40[2<38<35[2<40<35[2<38<37{{{2<151~<150~{1<144+1.2{>40>95<75[3{3>296B22Front Right Door Glass>142>93>200>93{3>296B22Front Right Door Panel>142B19vivace_doorpanel_FR>200<1{3>296B12Right Mirror>142B15vivace_mirror_R>200<1B24vivace_licenseplate_R_EU{5<178{3<177+0>145B21Rear EU License Plate<176<175>26>27>28<2<150[2[3>23>45>46[3B18licenseplate-52-11[1B15vivace_bumper_R{>40B21vivace_licenseplate_R>62{9<235[63[3<163<162<123{{1<230+6[3A3t3lA2t4A3t3r[3<1<2A3t4r[3<4A3t4l<4[3<4A2t5<3[3<2<1<5[3<3<1A3t5r[3<3A3t5l<3[3<2A4t5rrA4t4rr[3<1<7<4[3<6A4t4ll<4[3<1A4t5ll<5[3<10<9A4t3rr[3<1<10<4[3A4t3ll<10<14[3<1<4<10[3A3t2r<3A4t2rr[3<2<1A3t1r[3A3t2lA4t2ll<6[3A3t1l<2<3[3A2t1<7<5[3<1A2t2<8[3<3<5<2[3<2<5<1[3<1<22<20[3<5<22<1[3<1<20<8[3<8<20<10[3<5<9<22{1>32<240{{1<252+25[3A5wi2rrA5wi1rrA4wi1r[3<1A4wi2r<4[3<2A4wi1lA4wi2l[3<1<3<4[3<2A5wi1ll<2[3<2<1A5wi2ll[3A5wi4rrA5wi3rrA4wi4r[3<1<2A4wi3r[3<2<1A4wi4l[3<1<2A4wi3l[3<2<1A5wi3ll[3<1A5wi4ll<4{1<268+40[3<8<16<7[3<7<16<15[3<6<13<5[3<5<13<14[3<3<11<4[3<3<12<11[3<2<9<1[3<2<10<9[3A5wi9rrA5wi8rrA5wi7rr[3A5wi9llA5wi7llA5wi8ll{1<274+20[3<14<6<4[3<4<21<14[3<7<2<3[3<7<16<2{A5props[14[12A4func>23A6idRef:A4idX:A4idY:B12baseRotationA8rotationB11translation>292>293A6offsetB10multiplier{7B10lightColor{4A1b+0A1r+255A1a+255A1g+0B15lightInnerAngle+0B16lightAttenuation{3A1x+0A1z+1A1y+1B15lightOuterAngle+120B10lightRange+20B16lightCastShadows~A9flareNameB22vehicleBrakeLightFlare[12>16A9SPOTLIGHT<49<46<51{3A1x+120A1z+0A1y+0{3A1x+0A1z+0A1y+0{3A1x+0A1z+0A1y+0+0+0+0+1{7<9{4A1b+0A1r+255A1a+255A1g+0<8+0<7{3A1x+0A1z+1A1y+1<6+120<5+10<4~<3<2[12>16<1<54<60<51{3A1x-70A1z+0A1y+0{3A1x+0A1z+0A1y+0{3A1x+0A1z+0A1y+0+0+0+0+1[12>16<1<53<59<50{3A1x-110A1z+0A1y+0{3A1x+0A1z+0A1y+0{3A1x+0A1z+0A1y+0+0+0+0+1[12>15<1<54<60<51{3A1x-70A1z+0A1y+0{3A1x+0A1z+0A1y+0{3A1x+0A1z+0A1y+0+0+0+0+1[12>15<1<53<59<50{3A1x-110A1z+0A1y+0{3A1x+0A1z+0A1y+0{3A1x+0A1z+0A1y+0+0+0+0+1{1<9{4A1b+20A1r+255A1a+255A1g+200[12>17<1<54<60<51{3A1x-70A1z+0A1y+0{3A1x+0A1z+0A1y+0{3A1x+0A1z+0A1y+0+0+0+0+1[12>18<1<53<59<50{3A1x-110A1z+0A1y+0{3A1x+0A1z+0A1y+0{3A1x+0A1z+0A1y+0+0+0+0+1{10<9{4A1b+255A1r+255A1a+255A1g+255<8+0<7{3A1x+0A1z+1A1y+1<6+120<5+20<4~<3B24vehicleReverseLightFlareB10cookieNameB42art/special/BNG_light_cookie_headlight.pngA7texSize+512B14shadowSoftness+0.5[12>14<6<59<65<56{3A1x-60A1z+0A1y+0{3A1x+0A1z+0A1y+0{3A1x+0A1z+0A1y+0+0+0+0+1[12>14<6<58<64<55{3A1x-120A1z+0A1y+0{3A1x+0A1z+0A1y+0{3A1x+0A1z+0A1y+0+0+0+0+1<221[23[3>23>45>46[2B17vivace_tailgate_a[1>54{3>47>50>38>64>43>64[2>130[1>54{3>47>60>38>64>43>64[3>61[1>54{{3>47>99>38>64>43>64[3>100[1>54{{3>47>60>38>39>43>44[2B30vivace_tailgate_a_lightglass_L[1>54{3>47>99>38>39>43>44[2B30vivace_tailgate_a_lightglass_R[1>54{{1>32>52{3>47>50>38>39>43>44[3>51[1>54{{3>47>50>38<223>43>44[2B24vivace_tailgateglass_int[1>54{{{1>32<290[2B17vivace_wing_rally[1<291{>40>54<255{3<254+2600>145B31Carbon Fiber Tailgate (Painted)<253<252<251[90[4>257<250<249<248{1<245|{1<246|{1<247+2{1>229+0.5{{1<244+1.1[4<58-0.599+1.36+1.348[4<54+0+1.37+1.392[4<55+0.599+1.36+1.348[4<59-0.699+1.485+1.146[4<60-0.587+1.558+1.319[4<53+0+1.665+1.332[4<57+0.587+1.558+1.319[4<56+0.699+1.485+1.146{1<244+0.55[4<62-0.614+1.83+1.014[4<72-0.25+1.912+1.003[4<74+0.25+1.912+1.003[4<61+0.614+1.83+1.014[4<65-0.607+1.989+0.888[4<71-0.28+2.03+0.914[4<73+0+2.04+0.917[4<70+0.28+2.03+0.914[4<64+0.607+1.989+0.888[4<66-0.563+1.97+0.71[4<68-0.277+2.032+0.695[4<69+0+2.042+0.695[4<67+0.277+2.032+0.695[4<63+0.563+1.97+0.71{1<245~{1<246~{1<244+2{[4A2t6+0+1.635+0.818{{1>32>52{1<246|{1<247|{1<248+2{1>229+0.5{{1<245+1.2[4<60-0.699+1.485+1.146[4<61-0.587+1.558+1.319[4<54+0+1.665+1.3 29.90263|E|libbeamng.Lua.Exception|  isMotionSimEnabled = boolean: false
     29.90266|E|libbeamng.Lua.Exception|  vehicle = table: 0x01897a3b4fd8  {controller:table: 0x01897c812730, mainTank:table: 0x01897a472568, wheels:table: 0x01897a67e800 (more...)}
     29.90267|E|libbeamng.Lua.Exception|--------------- << END <<
     29.90301|E|libbeamng.Lua.Exception|******************************************
     29.90303|E|libbeamng.Lua.Exception|*** DISABLING VEHICLE DUE TO EXCEPTION ***
     29.90305|E|libbeamng.Lua.Exception|******************************************
     29.90306|E|libbeamng.Lua.Exception|*** vehicle/object error
    
     
    #1 StodaraHodan, Dec 18, 2020
    Last edited by a moderator: Dec 19, 2020
    • Like Like x 2
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice