From b76d4fc3344a29112ad516a1432fe52658ad4493 Mon Sep 17 00:00:00 2001 From: duncathan Date: Sat, 11 May 2024 11:08:25 -0600 Subject: [PATCH 1/3] alt text for images fixes #34 --- _includes/games.html | 3 ++- _layouts/game.html | 3 ++- _posts/dread/2024-03-10-export-romfs.md | 4 ++-- _posts/dread/2024-03-10-install-smm.md | 8 ++++---- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/_includes/games.html b/_includes/games.html index 058da5b5..9bfd3896 100644 --- a/_includes/games.html +++ b/_includes/games.html @@ -10,7 +10,8 @@ + height="352" + alt="{{ game.long-name }}" /> {% endfor %} diff --git a/_layouts/game.html b/_layouts/game.html index 2cf8c266..5687e4c5 100644 --- a/_layouts/game.html +++ b/_layouts/game.html @@ -14,7 +14,8 @@

{{ game.long-name }}

+ height="352" + alt="{{ game.long-name }} cover art" />
diff --git a/_posts/dread/2024-03-10-export-romfs.md b/_posts/dread/2024-03-10-export-romfs.md index 877d9d2c..562eefe9 100644 --- a/_posts/dread/2024-03-10-export-romfs.md +++ b/_posts/dread/2024-03-10-export-romfs.md @@ -9,13 +9,13 @@ First, download and setup Ryujinx. Make sure you follow their start-up guide aft Once you've set it up, navigate to **Options -> Settings** to add the directory with your game image. Your game should be shown in Ryujinx now. -![](/assets/guides/romfs/ryujinx1.png) +![Ryujinx main screen](/assets/guides/romfs/ryujinx1.png) If you wish to use version 2.1.0, right click on the game in Ryujinx and select Manage Title Updates. Then apply the update .nsp. Finally, right click on the game and select **Extract Data -> RomFS**. -![](/assets/guides/romfs/ryujinx2.png) +![Ryujinx main screen, showing the right-click context menus to extract the RomFS](/assets/guides/romfs/ryujinx2.png) Be sure to use the same version of RomFS as you intend to play the game with! If your RomFS dump does not match your game, it can cause problems with the randomizer. diff --git a/_posts/dread/2024-03-10-install-smm.md b/_posts/dread/2024-03-10-install-smm.md index 20750923..bd603782 100644 --- a/_posts/dread/2024-03-10-install-smm.md +++ b/_posts/dread/2024-03-10-install-smm.md @@ -9,18 +9,18 @@ Start by downloading the latest release of SimpleModManager here: https://github Copy it to the `atmosphere` folder on your SD card (or wherever you install homebrew apps) and launch the application. -![](/assets/guides/smm/smm1.png) +![SimpleModManager main screen](/assets/guides/smm/smm1.png) Select Metroid Dread from the games list. **You must export a game in Randovania before Dread will appear in the games list!** -![](/assets/guides/smm/smm2.png) +![Metroid Dread screen in SMM](/assets/guides/smm/smm2.png) All of your randomized games will be displayed here. You may have multiple randomized games on your Switch, but be careful: *only one can be active at a time*. Ensure that you deactivate any old games before activating a new one. Choose the game you want to activate, and press A to apply. You can also deactivate any old games by choosing them and pressing X. -![](/assets/guides/smm/smm3.png) +![SMM applying the desired mod](/assets/guides/smm/smm3.png) When you see **Active** on exactly one game, everything is finished and you're ready to launch the game and play. -![](/assets/guides/smm/smm4.png) \ No newline at end of file +![SMM showing the desired mod as Active](/assets/guides/smm/smm4.png) \ No newline at end of file From 076c812cb643fa24337f8d5ea5115bf65ccf1708 Mon Sep 17 00:00:00 2001 From: duncathan Date: Sat, 11 May 2024 11:09:21 -0600 Subject: [PATCH 2/3] use trailing slash in collection permalinks fixes #64 --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 4b6de44c..d35c1de0 100644 --- a/_config.yml +++ b/_config.yml @@ -39,12 +39,13 @@ permalink: /guides/:title collections: games: output: true + permalink: /games/:path/ redirects: output: true permalink: /:path videos: output: true - permalink: /games/:path/videos + permalink: /games/:path/videos/ ### Analytics ### From b77783fc1fdebc841a92a66ed5daae48070aca79 Mon Sep 17 00:00:00 2001 From: duncathan Date: Sat, 11 May 2024 11:12:02 -0600 Subject: [PATCH 3/3] rename MSR romfs guide fixes #65 --- ...{2024-04-22-export-romfs.md => 2024-04-22-export-romfs-3ds.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _posts/samus_returns/{2024-04-22-export-romfs.md => 2024-04-22-export-romfs-3ds.md} (100%) diff --git a/_posts/samus_returns/2024-04-22-export-romfs.md b/_posts/samus_returns/2024-04-22-export-romfs-3ds.md similarity index 100% rename from _posts/samus_returns/2024-04-22-export-romfs.md rename to _posts/samus_returns/2024-04-22-export-romfs-3ds.md