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

Online or Offline racing?

  • 100% online racing

    Votes: 72 7.4%
  • 75% online 25% offline

    Votes: 102 10.4%
  • 50% online 50% offline

    Votes: 142 14.5%
  • 25% online 75% offline

    Votes: 267 27.3%
  • 100% offline racing

    Votes: 392 40.0%
  • Something else, explain in comment

    Votes: 4 0.4%
Back
Top