Skip to content

Commit 249ac59

Browse files
LoganEndremannikkiwritescode
authored andcommitted
Update basicmoddersguide.astro
1 parent e963cb3 commit 249ac59

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

src/pages/basicmoddersguide.astro

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ import Layout from '~/layouts/layout.astro';
2121
"> Download Fortune Avenue for macOS</a>
2222
<a href="https://github.com/emukidid/cleanrip/releases/tag/2.2.0" class="btn btn-primary my-2" download="CleanRip-v2.2.0.zip
2323
"> Download CleanRip for Homebrew Channel</a>
24+
<a href="https://wii.hacks.guide/cios" class="btn btn-primary my-2">(MUST BE DONE IN ORDER, CIOS FIRST)cIOS</a>
25+
<a href="https://wii.hacks.guide/wii-loaders#usb-loader-gx" class="btn btn-primary my-2">(MUST BE DONE IN ORDER, CIOS FIRST)USB Loader GX</a>
2426
</p>
2527
<p></p>
2628
</div>
2729
</div>
2830
<div class="card mx-auto" style="max-width:50rem">
29-
<div class="card-header">Step 1</div>
31+
<div class="card-header">Step 1 (Ripping)</div>
3032
<div class="card-body">
3133
<p class="card-text">
3234
In order to rip a Wii disc, a storage device with more than 4.38 GiB of free space is recommended. However, by dividing the disc into chunks, an SD card or USB with even a single gibibyte of free space is sufficient.
@@ -41,7 +43,7 @@ CleanRip will split the ripped disc file with more than 4 GiB in file size regar
4143
</div>
4244
</div>
4345
<div class="card mx-auto" style="max-width:50rem">
44-
<div class="card-header">Step 2</div>
46+
<div class="card-header">Step 2 (Board Making)</div>
4547
<div class="card-body">
4648
<p class="card-text">
4749
Open Fortune Avenue. Press Control/Command-N. Now, to add tiles (Unless you
@@ -74,5 +76,23 @@ CleanRip will split the ripped disc file with more than 4 GiB in file size regar
7476
<p></p>
7577
</div>
7678
</div>
79+
<div class="card mx-auto" style="max-width:50rem">
80+
<div class="card-header">Step 4 (CSMM)</div>
81+
<div class="card-body">
82+
<p class="card-text">
83+
Open CSMM, and press Control/Command-I, then import your .iso. Then choose a board and import the .yaml file in that board's folder (whether custom
84+
or vanilla). Once you are done, Click Tools → Save map list (*.csv). A save prompt will appear, allowing you to save the instructions for importing
85+
your maps as a .csv table. Next time you make a mod with CSMM, instead of importing each board one at a time, you can just click Tools → Load map
86+
list (*.csv), locate the .csv you just made, and all the boards will be imported automatically. Now click File - Export to ISO/WFBS and when saving,
87+
change the file extension from .iso to .wfbs. Make a folder in the USB you jailbroke the Wii with named "wfbs" and add ANOTHER folder inside it named "Fortune Street [ST7E01]"
88+
and add the .wbfs from CSMM into that folder, plug it back into your Wii, open the Homebrew Channel, then USB Loader GX, and finally find your Fortune Street in USB Loader...
89+
grand drumroll...... RUN IT! Go ahead and play it, you have put so much work into this thing, so play it!
90+
</p>
91+
<p class="card-text">
92+
<a href="https://github.com/FortuneStreetModding/fortunestreetmodding.github.io/wiki/CSMM-User-Manual#understanding-the-yaml-file" class="btn btn-primary my-2"> .yaml Guide </a>
93+
</p>
94+
<p></p>
95+
</div>
96+
</div>
7797
</section>
7898
</Layout>

0 commit comments

Comments
 (0)