From 2f17bf7bdc2208ed87ca939196acfd6687d17f28 Mon Sep 17 00:00:00 2001 From: Mew-Lew <167646123+Mew-Lew@users.noreply.github.com> Date: Mon, 18 May 2026 15:56:01 +0100 Subject: [PATCH] Add Godot games --- .../super-mario-bros-remastered-guide.mdx | 60 +++++++++++++++++++ ...uper-mario-world-remastered-plus-guide.mdx | 59 ++++++++++++++++++ docs/ports/supertuxkart-guide.mdx | 2 +- docs/ports/tailsadventure-guide.mdx | 2 +- docs/ports/trogdor-guide.mdx | 2 +- docs/ports/vvvvvv-guide.mdx | 2 +- docs/ports/zelda3-guide.mdx | 2 +- docs/ports/zelda64-guide.mdx | 2 +- docs/ports/zircon-guide.mdx | 2 +- 9 files changed, 126 insertions(+), 7 deletions(-) create mode 100644 docs/ports/super-mario-bros-remastered-guide.mdx create mode 100644 docs/ports/super-mario-world-remastered-plus-guide.mdx diff --git a/docs/ports/super-mario-bros-remastered-guide.mdx b/docs/ports/super-mario-bros-remastered-guide.mdx new file mode 100644 index 0000000..ecc9d68 --- /dev/null +++ b/docs/ports/super-mario-bros-remastered-guide.mdx @@ -0,0 +1,60 @@ +--- +title: "Super Mario Bros. Remastered Guide" +sidebar_position: 47 +description: "A guide for setting up Super Mario Bros. Remastered on Xbox Dev Mode." +tags: + - guides + - ports + - xbox +slug: super-mario-bros-remastered-guide +--- + +# Super Mario Bros. Remastered Guide + +Super Mario Bros. Remastered needs an original **Super Mario Bros. NES ROM**. + +## What You Need + +- Super Mario Bros. Remastered installed in Xbox Dev Mode +- Your own legally dumped Super Mario Bros. NES ROM +- `NSMB_Fix_Music.zip` if you need the music fix + +## First Launch + +On first launch, the game opens a file picker. + +Use it to browse to your Super Mario Bros. ROM. The ROM can be on internal storage or a USB drive. + +After selecting the ROM, the game should finish setup and boot normally. + +## Fixing the Music + +If the game has no music, install the NSMBR music pack. + +Open Xbox Device Portal and go to: + +```text +User Folders > LocalAppData > SuperMarioBrosRemastered > LocalState > resource_packs +``` + +Upload: + +```text +NSMB_Fix_Music.zip +``` + +Device Portal should extract the ZIP after upload. + +Then open the game and go to: + +```text +Settings > Resource Packs +``` + +Select: + +```text +NSMBR MUSIC PACK +``` + +If it does not show, choose **Refresh List**. diff --git a/docs/ports/super-mario-world-remastered-plus-guide.mdx b/docs/ports/super-mario-world-remastered-plus-guide.mdx new file mode 100644 index 0000000..82e3101 --- /dev/null +++ b/docs/ports/super-mario-world-remastered-plus-guide.mdx @@ -0,0 +1,59 @@ +--- +title: "Super Mario World Remastered Plus Guide" +sidebar_position: 48 +description: "A guide for setting up Super Mario World Remastered Plus on Xbox Dev Mode." +tags: + - guides + - ports + - xbox +slug: super-mario-world-remastered-plus-guide +--- + +# Super Mario World Remastered Plus Guide + +Super Mario World Remastered Plus needs an original standalone **Super Mario World SNES ROM**. + +Do not use **Super Mario All-Stars + Super Mario World**, **Super Mario Advance 2** ROMs. + +## What You Need + +- Super Mario World Remastered Plus installed in Xbox Dev Mode +- Your own legally dumped Super Mario World SNES ROM +- Xbox Device Portal access + +## First Launch + +Launch the game once before uploading the ROM. + +The game will tell you that the ROM needs to be placed in the game’s LocalState folder and renamed to: + +```text +baserom.sfc +``` + +Close the game after this message appears. + +## Uploading the ROM + +Rename your Super Mario World ROM to: + +```text +baserom.sfc +``` + +Open Xbox Device Portal and go to: + +```text +User Folders > LocalAppData > Super Mario World Remastered Plus > LocalState +``` + +Upload `baserom.sfc` directly into `LocalState`. + +The final layout should be: + +```text +LocalState +└── baserom.sfc +``` + +Do not put the ROM inside a folder. diff --git a/docs/ports/supertuxkart-guide.mdx b/docs/ports/supertuxkart-guide.mdx index 129d247..c82621d 100644 --- a/docs/ports/supertuxkart-guide.mdx +++ b/docs/ports/supertuxkart-guide.mdx @@ -1,6 +1,6 @@ --- title: "SuperTuxKart Guide" -sidebar_position: 47 +sidebar_position: 49 description: "A guide for setting up SuperTuxKart on dev mode." tags: - guides diff --git a/docs/ports/tailsadventure-guide.mdx b/docs/ports/tailsadventure-guide.mdx index 7af6d70..ac7d0a5 100644 --- a/docs/ports/tailsadventure-guide.mdx +++ b/docs/ports/tailsadventure-guide.mdx @@ -1,6 +1,6 @@ --- title: "Tails Adventure Remake Guide" -sidebar_position: 48 +sidebar_position: 50 description: "A guide for setting up Tails Adventure Remake on dev mode." tags: - guides diff --git a/docs/ports/trogdor-guide.mdx b/docs/ports/trogdor-guide.mdx index 4f75532..8e7c055 100644 --- a/docs/ports/trogdor-guide.mdx +++ b/docs/ports/trogdor-guide.mdx @@ -1,6 +1,6 @@ --- title: "Trogdor Reburninated Guide" -sidebar_position: 49 +sidebar_position: 51 description: "A guide for setting up Trogdor Reburninated on dev mode." tags: - guides diff --git a/docs/ports/vvvvvv-guide.mdx b/docs/ports/vvvvvv-guide.mdx index 4872bcf..32c97f9 100644 --- a/docs/ports/vvvvvv-guide.mdx +++ b/docs/ports/vvvvvv-guide.mdx @@ -1,6 +1,6 @@ --- title: "VVVVVV (V6) Guide" -sidebar_position: 50 +sidebar_position: 52 description: "A guide for setting up VVVVVV (V6) on dev mode." tags: - guides diff --git a/docs/ports/zelda3-guide.mdx b/docs/ports/zelda3-guide.mdx index 0414f8c..548b47f 100644 --- a/docs/ports/zelda3-guide.mdx +++ b/docs/ports/zelda3-guide.mdx @@ -1,6 +1,6 @@ --- title: "Zelda 3 Guide" -sidebar_position: 51 +sidebar_position: 53 description: "A guide for setting up Zelda 3 on dev mode." tags: - guides diff --git a/docs/ports/zelda64-guide.mdx b/docs/ports/zelda64-guide.mdx index 3c57d82..1a099c9 100644 --- a/docs/ports/zelda64-guide.mdx +++ b/docs/ports/zelda64-guide.mdx @@ -1,6 +1,6 @@ --- title: "Zelda 64 Recompiled Guide" -sidebar_position: 52 +sidebar_position: 54 description: "A guide for setting up Zelda 64 Recompiled on dev mode." tags: - guides diff --git a/docs/ports/zircon-guide.mdx b/docs/ports/zircon-guide.mdx index 8c3806e..ba4a29d 100644 --- a/docs/ports/zircon-guide.mdx +++ b/docs/ports/zircon-guide.mdx @@ -1,6 +1,6 @@ --- title: "Zircon (Quake) Guide" -sidebar_position: 53 +sidebar_position: 55 description: "A guide for setting up Zircon (Quake) on dev mode." tags: - guides