Skip to content

Commit 5ca2d9f

Browse files
Update basicmoddersguide.astro
1 parent 6f53ac1 commit 5ca2d9f

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

src/pages/basicmoddersguide.astro

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,29 @@ CleanRip will split the ripped disc file with more than 4 GiB in file size regar
4141
</div>
4242
</div>
4343
<div class="card mx-auto" style="max-width:50rem">
44-
<div class="card-header">Gecko Codes</div>
44+
<div class="card-header">Step 2</div>
4545
<div class="card-body">
4646
<p class="card-text">
47-
A collection of Gecko Codes sourced from around the internet and our community. Includes a 60fps code and a code to speed up the game for much
48-
quicker matches.
47+
Open Fortune Avenue. Press Control/Command-N. Now, to add tiles (Unless you
48+
want to create the stupidest ever board with only a Bank), press the Add Square button
49+
on the left (the Board Info Tab) or Control/Command-E! Each tile is the same as the game,
50+
though, you may need to do some debugs to add lifts and Magmalices. To set waypoints manually
51+
, then click the Waypoints tab. Waypoint # Start is for the ID numbers of the tiles people would
52+
come to this tile from, used if there are fewer than 4 tiles people can come from. Waypoint # Dest-
53+
ination is exactly what it sounds like (where people can go from this tile), used if there's fewer
54+
than 3 tiles people can go to from this tile! Or, press the Autopath button to automatically path.
4955
</p>
56+
<p></p>
57+
</div>
58+
</div>
59+
<div class="card mx-auto" style="max-width:50rem">
60+
<div class="card-header">Step 3</div>
61+
<div class="card-body">
5062
<p class="card-text">
51-
<a href="https://github.com/FortuneStreetModding/Gecko-Codes" class="btn btn-primary my-2" download="setup.bat"> Download </a>
63+
Press Save (assuming you're still in Fortune Avenue)
5264
</p>
5365
<p></p>
5466
</div>
55-
</div>
5667
</div>
5768
</section>
5869
</Layout>

0 commit comments

Comments
 (0)