KirbyKidJ 84a34ff3b9 Miscellaneous Bugfixes From My Multiplayer Branch
This is just a bunch of bugfixes I did while I was working on the Multiplayer Support PR. I know I should've kept them separate, but then I'd also be dealing with said bugs. So this PR adds most of the bugfixes I did while working on Multiplayer.

- De-globalized Pipe SFX from Pipe Cutscene (helps with lowering audio)
- De-globalized 1-up SFX for Players
- Removed an error log spam with the `ResourceSetter`s (involving connecting already connected signals)
- Made sure to insert "BaseAssets" folder into the FIRST slot in the Resource Packs array.
- Replaced `"BaseAssets"` for the above fix with `Godot.ROM_PACK_NAME`
- Removed unused `"character"` setting from `SettingsManager`
- Reset P-Switch timer when `Global.reset_values()` is called. Fixes bug when pressing a P-Switch and immediately restarting the level.
- Added Skid SFX to `AudioManager`
- Added slightly longer delay for when pausing with a controller (it can easily unpause before you press the button again)
- Null check if LevelBG is in the level or not (for added for test levels)
2025-10-05 12:12:39 -07:00
2025-10-02 20:39:55 +02:00
2025-09-13 16:30:32 +01:00
2025-09-20 13:26:56 +01:00
2025-09-13 16:30:32 +01:00
2025-09-13 16:30:32 +01:00
2025-09-13 16:30:32 +01:00
2025-09-13 16:30:32 +01:00
2025-09-13 16:30:32 +01:00
2025-09-13 16:29:38 +01:00
2025-10-01 20:27:57 +01:00
2025-09-26 20:32:42 +01:00
2025-09-13 16:30:32 +01:00
2025-09-21 15:15:30 +01:00

Super Mario Bros Remastered

A Remake / Celebration of the original 'Super Mario Bros.' games. Features new levels, custom modes, new characters, alongside a full level editor / custom level system!

SMB1R_BANNER_printable

Art by @krystalphantasm.bsky.social

Download: https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public/releases

Requires an original SMB1 NES ROM to play! None of the original assets are contained in the source code, unless it was originally made by us!

This does NOT act as a replacement for the original Super Mario Bros. games. Super Mario Bros. & Super Mario Bros.: The Lost Levels, can be played now on Nintendo Switch, through Nintendo Switch Online

Features

  • Super Mario Bros., Super Mario Bros.: The Lost Levels, Super Mario Bros. Special and All Night Nippon: Super Mario Bros. Fully recreated from the ground up!
  • Improved physics / level design
  • Resource Packs! Fully customize how the game looks and sounds.
  • Custom Characters - Add in your own characters to use in game.
  • Fully Open Source!
  • Level Share Square Partnered
  • Portable mode by creating portable.txt in the executable directory

Downloading

Windows/Linux

  1. Go to the 'Releases' page
  2. Look for the latest version
  3. Download the .zip for your OS
  4. Extract and run
  5. Enjoy!

macOS (Unofficial)

  1. Go to the macOS repo
  2. (NOTE: THIS IS AN UNOFFICIAL FORK OF THE GAME)
  3. Look for the latest version
  4. Download the .zip file
  5. Extract, drag into the 'Applictions' folder and run
  6. Enjoy!

Importing for editing

  1. Download the source
  2. Download Godot 4.5 beta 3
  3. Import the project
  4. Enjoy!

Contributing

You are more than welcome to contribute any fixes / improvements you'd like, simply open a pull request, and I'll review it ASAP!

System Requirements

Please refer to the Godot engine requirements for minimum and recommended hardware specifications.

Minimum Requirements

Recommended Requirements

Issues

When opening an issue, please keep it to one report, per post, and try and be as helpful as possible, when telling me what has occured, so that its as easy to fix as possible. Please do not open issues, for feature requests, suggestions, or opinions. BUG REPORTS ONLY

Known Issues

There are a couple known issues, mainly due to being built off of Godot, and these issues existing in the engine itself.

  • Steam deck controls do not work natively, you can circumvent this by setting up controller bindings to emulate keys instead, apologies.
  • Physics are weird, when interacting with corners + the camera barrier
  • Drop shadows jitter when playing with "Smooth Rendering"
  • Several entities jitter at times.
  • Blocks + coins, respawn when reloading resource packs
Description
No description provided
Readme GPL-3.0 75 MiB
Languages
GDScript 95.4%
GAP 3.6%
C# 1%