What is the default track width?

When messing around with the track width you get a default of 1.000.

What is this size in meters/feet? I need to make my track 48 feet across, so what would that value be in BTB?

thanks :)
 
  • buckets

Track width is a multiplier for the width of the track sections, so doesn't relate to directly to measured size.

The default track section width is 10m however so effectively without altering anything you do get a 10m wide track.
 
copy the below into your

C:\program Files\BobsTrackBuilder\CrossSections\road\tarmac\tarmac001.xml file

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

<CrossSection Name="tarmac001">
<SurfaceShape Points="5">
<Point Selected="False">
<Position x="-7.32" y="0" z="0" />
</Point>
<Point Selected="False">
<Position x="-3.66" y="0" z="0" />
</Point>
<Point Selected="False">
<Position x="0" y="0" z="0" />
</Point>
<Point Selected="False">
<Position x="3.66" y="0" z="0" />
</Point>
<Point Selected="False">
<Position x="7.32" y="0" z="0" />
</Point>
</SurfaceShape>
<SurfaceMaterials>
<SurfaceMaterial MaterialPath="road\gravel\frazier\frazier014" Selected="False">
<StartPoint>0</StartPoint>
<EndPoint>4</EndPoint>
<MaterialApplicationType>PerMeter</MaterialApplicationType>
<PerMeterCoverage>12</PerMeterCoverage>
<FitNeatly>True</FitNeatly>
<texture_coordinate>
<FlippedHorizontal>1</FlippedHorizontal>
<FlippedVertical>1</FlippedVertical>
<Angle>0.0</Angle>
<scale x="1" y="1" />
<offset x="0" y="0" />
</texture_coordinate>
</SurfaceMaterial>
</SurfaceMaterials>
</CrossSection>

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

this will now make your default track width approximaley 48 feet wide.
 

Latest News

What is the reason for your passion for sim racing?

  • Watching real motorsport

    Votes: 412 69.2%
  • Physics and mechanics

    Votes: 259 43.5%
  • Competition and adrenaline

    Votes: 281 47.2%
  • Practice for real racing

    Votes: 124 20.8%
  • Community and simracers

    Votes: 163 27.4%
Back
Top