News
Welcome to NeoRHDN! This place is still a work-in-progress, so pardon the construction...

Site registration now fixed. Oops!
Views: 437,270
Sections: Documents | Utilities | ROM Hacks | Games | Translations | Homebrew | Fonts
Site: Main | Rules/FAQ | Discord | Memberlist | Latest posts | Stats | Ranks | Online users
09-20-24 03:29 PM
Guest: Register | Login

NeoRHDN - Hacks - Hack Information

Better SM64 Non-Stop
Hack of Super Mario 64
Description
/! Attention /! Unless you want to play specifically on emulator or console I don’t recommend downloading this romhack anymore. Please download Mors’ Super Mario 64 Plus instead, since it has the same improvements (but better) and so much more. Please note that I am not affiliated with Mors or Super Mario 64 Plus.

SM64 Non-Stop is a modification to Super Mario 64 that prevents Mario from going back to the castle when getting a star. However, there are a few problems:
-There are no animations when getting a star or a key.
-In certain cases you have to manually exit the level to continue playing
-Since there is no dialog box or animation when getting a star, the game never saves. This also means getting a game over makes you lose all your progress.
Note: I am not the author of the original Non-Stop modification which has been around for a long time.

Better SM64 Non-Stop aims to correct most of these problems as it keeps the animations and allows you to save. More precisely:
-When getting a star it still play the animation, then the game displays a dialog box that asks you if you want to save, just like getting a "100 coins" type star.
-When getting a key, it plays the key cutscene and it exits the level. Just like the vanilla game.


It was made for the US version of Super Mario 64 using the sm64 decomp project as a basis.

You can also manually modify the game by replacing two lines of the decompiled source code:

-open src/game/interaction.c
-On line 771, replace "u32 noExit = (o-oInteractionSubtype & INT_SUBTYPE_NO_EXIT) != 0;" with "u32 noExit = 16 = gCurrCourseNum && gCurrCourseNum = 18 ? (o-oInteractionSubtype & INT_SUBTYPE_NO_EXIT) != 0 : 1;"

-open src/game/camera.c
-On line 5212, replace "cutscene = determine_dance_cutscene(c);" with "cutscene = CUTSCENE_DANCE_DEFAULT;"
TitleBetter SM64 Non-Stop
GameSuper Mario 64
Released ByMetalAbaj
CategoryImprovement
LicenseN/A
Patching InformationNo Special Requirements
GenreAction > Platformer
ModsGP
Patch Version1.0
Hack Release Date26 September 2020
ReadmeReadme File
Downloads1764
Last Modified2024-08-15 00:40:08
Source
YoutubeN/A

Download

Screenshots


Acmlmboard v2.5.6+neo (2024-08-13)
© 2005-2024 Acmlm, Emuz, NinCollin, et al.

Page rendered in 0.008 seconds. (659KB of memory used)
MySQL - queries: 24, rows: 323/329, time: 0.006 seconds.