|
From: Bernhard W. <be...@bl...> - 2005-10-28 23:54:56
|
Hi Speedy
> I'm actually working on a new track and I would like to know how can I
> have a solid pit wall (like on Aalborg, I've look at this track but
> haven't find anything).
>
> Thank you.
In case you mean the berrier, look for this in aalborg.xml:
<section name="Left Barrier">
<attstr name="style" val="wall"/>
<attnum name="height" val="0.6"/>
<attnum name="width" val="0.3"/>
<attstr name="surface" val="barrier-aa-1-bw"/>
</section>
The "clue" is to define it as wall and to assign a width. If you want to have a
wall between the pit and the track look at e-track 2 or 3:
<section name="Left Border">
<attstr name="surface" val="wall"/>
<attstr name="style" val="wall"/>
<attnum name="width" val="0.5"/>
<attnum name="height" val="1.0"/>
</section>
Hope this helps, bye,
Bernhard.
--
Visit my homepage http://www.berniw.org
Official TORCS racing: The TORCS Racing Board, http://www.berniw.org/trb
|