controls overlay
[carveJwlIkooP6JGAAIwe30JlM.git] / web / frag / board_spec.html
1 <div class="subcontent">
2 <a href="index.php?page=workshop_board">&lt;&lt;Back to guide</a><br>
3 <h1>Custom board specification</h1>
4 <p>Refer to this page if you want to make a completely new board from scratch,
5 otherwise use the template file.<br>
6 <br>
7 The board system looks for marker entities. These can be applied using the
8 entity tab in the skaterift exporter panel.</p>
9 <h3>The aliases used for the marker meshes:</h3>
10 <p>
11 <b>[1] wheel</b> (x4)<br>
12 <b>[2] truck</b> (x2)<br>
13 <b>[3] board</b><br>
14 <br>
15 The scale of each part should be [
16 <span style="color:var(--k_ui_red1)">1</span>,
17 <span style="color:var(--k_ui_green1)">1</span>,
18 <span style="color:var(--k_ui_blue1)">1</span>] and have <b>no rotation.</b>
19 <br>
20 Origins should be correctly placed at the place where the items are joined to
21 eachother, refer to the diagram for the placement and size.
22 </p>
23 <img src="img/wsdiag.svg" width="100%"/>
24 </div>