update helpers/location to 'frosted' ui
[carveJwlIkooP6JGAAIwe30JlM.git] / web / workshop / addon.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 body{
6 margin:40px auto;
7 max-width:650px;
8 line-height:1.6;
9 font-size:18px;
10 color:#444;
11 padding:0 10px
12 }
13 h1,h2,h3{line-height:1.2}
14 </style>
15 </head>
16
17 <body>
18 <h2>1. Installing exporter addon</h2>
19 <p>Skaterift comes with the addon in its game files, we just need to install
20 it. This addon script gets updated between skaterift versions. Here are the
21 steps to install it into Blender:<br>
22 <br>
23 Go to <b>edit&gt;preferences</b>, and open the <b>addons section.</b><br>
24 <br>
25 Press the <b>install...</b> button at the top right, and browse to the
26 Skaterift game files. Inside the folder named <b>tools</b> is the script
27 <b>blender_export.py</b> to install.<br>
28 <br>
29 If you don't know where it is, you can go into your Steam Library, and
30 rightclick Skaterift, selecting <b>Manage&gt;Browse local files.</b><br>
31 <br>
32 Now search for Skaterift .mdl exporter from the addons list, and enable
33 it.<br>
34 <hr>
35 </body>
36 </html>