Poll
Which game do you like best?
Super Mario Bros. (1985)
 1
Super Mario Bros. The Lost Levels (1986)
 1
Super Mario Bros. 2 USA (1988)
 1
Super Mario Bros. 3 (1988)
 3
Super Mario Land (1989)
 1
Super Mario World (1990)
 4
Super Mario Land 2: 6 Golden Coins(1992)
 1
Wario Land: Super Mario Land 3 (1994)
 0
New Super Mario Bros. Wii (2009)
 7
19 users have voted so far.
Pages: 12 »
Posted on 04-01-17, 07:52 am (rev. 12 by  HonorableBore on 04-09-17, 01:47 pm)
Paragoomba
Needs to learn English/manners.

Karma: -94
Posts: 31/74
Since: 10-24-16

I am here to present my currently-working hack.
This hack aims to be a remake, not like the previous hacks, are from random games. To further explain this, take an example:

The left photo is W1-1 from the game, has taken the level of W1-1 from SMB; the right photo is W1-2 from the game, has taken the level of W1-2 from SMB3.

-Each level is selected from random games. For example, check the last paragraph.
-The levels are selected from the same slots of the previous games. For example, W1-1 of RSMR will be a remake of W1-1 of SMB.
-This hack works like a guessing quiz, asking questions if you know about the previous games, and recognize the levels.
-The star coins would be in a custom place or area, even if the remake level itself has the star coin included. It is not really challenging to find, though.
-Secret exits provided, in secret custom areas.
-All levels wiped clean before creation. (Unlike the previous crappy hack, NSMB Mini Adventure.)
-All levels are created and tested thoroughly by me.
-Tilesets differ from original games to make the player think harder in some levels. Desert theme might be applied to grassland levels, and underground levels might use the sky mushroom tileset.

Remake Super Mario Random Progress (without Answers)
The Google Sheet file with the answers will be released alongside the patch in every demo. However, I strongly disagree opening the file with no reason at all.

There is a Google Slides file for more information. Google Slides Introduction to Remake Super Mario Random. You can also view more on this site - Super Mario DS: Remake Super Mario Random. You can view the situations I will produce a demo. And the second demo I am going to release is within May (hopefully?), consisting the whole World 1 except the cannon.

Progress:


And here is a first preview of the game:

There is no sound for this video due to hardware reasons, sorry. As to prevent people from cheating, the secret exit of W1-2 has been changed.

Image Links:
Box Art
DS Catridge
Title Screen Outcome
W1-3
Actual Logo on Title Screen

Demos (up to V1.5, last updated on 3-4-2017):


Credits:
Nintendo - for creating New Super Mario Bros.
RicBent - for the New Super Mario Bros. Title Screen Editor
Treeki and Tempus - for the easy editor and the start of New Super Mario Bros. hacking
 Dirbaio - for maintaining NSMBe and creating NSMBHD
 TRS - for these wonderful tilesets (though link broken now) Thread Link
GameFAQs - for providing various level maps for various games
_________________________
My username is made by a random word generator. Be sure to check out my hack! I will do my best on Remake Super Mario Random!
Posted on 04-02-17, 08:42 am (rev. 1 by  HonorableBore on 04-02-17, 09:01 am)
Paragoomba
Needs to learn English/manners.

Karma: -94
Posts: 37/74
Since: 10-24-16
Please don't be disappointed, because I started making the courses before this poll started. The first four levels will neither be remakes of Super Mario World nor remakes of New Super Mario Bros. Wii. However, as the purpose of the poll, I will put more effort on remaking the both winner game!

Actually, why aren't people voting?
_________________________
My username is made by a random word generator. Be sure to check out my hack! I will do my best on Remake Super Mario Random!
Posted on 04-02-17, 01:47 pm
We do what we must because we can

Karma: 5558
Posts: 1216/1425
Since: 06-25-13
Posted by NSMB3
The left photo is W1-1 from the game, has taken the level of W1-1 from SMB


Impressive, why didn't anyone before you had this idea?

_________________________
Super Mario Bros. - The New Worlds | Full release
Super Mario Castle 2 | Full release

My Youtube channel
Best friends forever
Posted on 04-02-17, 03:02 pm
この記号は… 解読できないよ…


Karma: 6010
Posts: 2155/2719
Since: 01-17-13
Good luck replicating NSMBWii levels

Well, there are some you can, to some extent.
Posted on 04-03-17, 01:46 am
Fuzzy
Will never finish a hack

Karma: 1843
Posts: 594/778
Since: 03-25-16
tfw my favourite Mario game is NSMB
_________________________
hey look, I did a thing
Posted on 04-03-17, 10:14 am (rev. 2 by  HonorableBore on 04-12-17, 03:01 pm)
Paragoomba
Needs to learn English/manners.

Karma: -94
Posts: 38/74
Since: 10-24-16
Okay, it appeared that I forgot to change the music back to the corresponding tileset... I will fix that in the next demo.
And I tried to download these tilesets, but I failed.
_________________________
My username is made by a random word generator. Be sure to check out my hack! I will do my best on Remake Super Mario Random!
Posted on 04-07-17, 10:50 am (rev. 2 by  HonorableBore on 04-12-17, 03:02 pm)
Paragoomba
Needs to learn English/manners.

Karma: -94
Posts: 40/74
Since: 10-24-16
Sorry, because I am dumb
_________________________
My username is made by a random word generator. Be sure to check out my hack! I will do my best on Remake Super Mario Random!
Posted on 04-07-17, 12:53 pm (rev. 1 by RicBent on 04-07-17, 12:55 pm)
Mariomaster

Karma: 8528
Posts: 829/1681
Since: 06-09-12
#include "nsmb.h"

void doBehavior(MarioActor* athis, u32 i)
{
        if(i == 0x000100FF)
        {
                athis->yAccel = 17000;
                athis->yPos += 300;
                athis->xAccel = 0;
        }
}

void hook_0211f840(MarioActor* athis)
{
        u32 x = athis->xPos>>12;
        u32 y = (-athis->yPos)>>12;
        doBehavior(athis, getTileBehaviorAtPos2(x+6, y+3));
        doBehavior(athis, getTileBehaviorAtPos2(x-6, y+3));
}

There you go.
Adds tile behavior "FF 00 01 00".

Stuff taken from dead NSMBCR.

Edit: Remember that this will not give you an animated tile. Just the upward momentum.
_________________________
GitHub - Kuribo64 - YouTube
Posted on 04-08-17, 06:41 am (rev. 2 by  HonorableBore on 04-12-17, 03:02 pm)
Paragoomba
Needs to learn English/manners.

Karma: -94
Posts: 41/74
Since: 10-24-16
Note blocks didn't allow placing a powerup inside, so let's keep the brick in W1-2. It seems that NSMBW is a good game.
_________________________
My username is made by a random word generator. Be sure to check out my hack! I will do my best on Remake Super Mario Random!
Posted on 04-09-17, 09:55 am
Paragoomba
Needs to learn English/manners.

Karma: -94
Posts: 43/74
Since: 10-24-16
I think this is quite impossible, but -

Anybody recognize this enemy from NSMBW?


Am I able to turn the Snow Spike (Sprite 273) to this (Spike / Gabon, Sprite 414 in Reggie!)?
_________________________
My username is made by a random word generator. Be sure to check out my hack! I will do my best on Remake Super Mario Random!
Posted on 04-09-17, 12:07 pm
Giant Red Paratroopa
Not Edible

Karma: 3366
Posts: 279/1447
Since: 02-12-16
Yes, use this ASM hack.
_________________________
Nothing to say, so jadnjkfmnjamnfjkldnajfnjkanfjdksan jsdnvj m.

Posted on 04-09-17, 12:16 pm (rev. 3 by  HonorableBore on 04-09-17, 12:24 pm)
Paragoomba
Needs to learn English/manners.

Karma: -94
Posts: 44/74
Since: 10-24-16
Nope. I mean the Gabons facing FORWARD, and it can throw spikes on the FIRST layer. By this I mean to throw DOWNWARDS, despite the ground is solid.

Ok then. Just use thwomps and stuff like that instead. Anyway thank you.

Edit: Do you think I shall revise World 1-1 and to remake another game? I think SMB is a bit lame, for everybody has played it for a quadrillion times.
_________________________
My username is made by a random word generator. Be sure to check out my hack! I will do my best on Remake Super Mario Random!
Posted on 04-09-17, 12:43 pm
この記号は… 解読できないよ…


Karma: 6010
Posts: 2160/2719
Since: 01-17-13
Yes, please. Anything but Super Mario Bros 1-1.
Posted on 04-09-17, 12:47 pm
Mariomaster

Karma: 8528
Posts: 830/1681
Since: 06-09-12
What about simply creating original levels? Remakes are boring and generally show that you aren't really creative...


_________________________
GitHub - Kuribo64 - YouTube
Posted on 04-09-17, 12:58 pm (rev. 7 by  HonorableBore on 04-09-17, 01:42 pm)
Paragoomba
Needs to learn English/manners.

Karma: -94
Posts: 46/74
Since: 10-24-16
Yep. RicBent That is the reason why. I am not a very good level designer, when I made my first hack. However, I am fine creating just a little part of a level, for example, one sub area per stage. I am also quite... lazy, I guess? But I want to make a hack anyway. But I tried to make remakes LESS BORING by adding "Random". Remakes are not usually boring. I enjoy playing gridattack's New Super Mario Bros. Deluxe. Those were good times...

Okay. Redoing the whole World 1-1.
Some OLD World 1-1 files here, in case... you know.
Area 1: Click Here
Area 2: Empty
Area 3: Click Here
_________________________
My username is made by a random word generator. Be sure to check out my hack! I will do my best on Remake Super Mario Random!
Posted on 04-09-17, 01:44 pm
Flurry
newsuperexpandkongs

Karma: 363
Posts: 249/250
Since: 06-19-13
Remake hacks are always a mixed bag for me. There not bad, but it is always been the same thing. Gerry seems to always to do it right in my opinion. I just wish games that aren't Mario like I dunno... Sonic? Mario Games are too easy to remake to me.

Also... That name reminds me of a hack that used to be the worst I've played.

But give it credit, remaking games after Mario is a clever idea. NSMBW or U would be new to the remake genre.
_________________________
Let's Play:https://www.youtube.com/watch?v=TgH0SInZPmI
Honest Quality Rippers Needed!


Posted on 04-09-17, 01:45 pm
この記号は… 解読できないよ…


Karma: 6010
Posts: 2161/2719
Since: 01-17-13
I'm sorry, but picking levels from random mario games doesn't make remakes any less boring.

And please, stop it with the "I'm not a good level designer" excuse. You can learn good practices easily enough by now. By trial and error, supported by user feedback, and reading tutorials on here.
You will slowly gain experience as you progress, as long as you pay attention.


By the way, I'm not too fond of remakes in general, with exception of well done ones (i.e. gridattack's), because if I want to play a old game, I'll just play said game. Not wait for someone to reproduce it over NSMBDS.
Posted on 04-09-17, 01:53 pm (rev. 3 by  HonorableBore on 04-09-17, 02:22 pm)
Paragoomba
Needs to learn English/manners.

Karma: -94
Posts: 47/74
Since: 10-24-16
*hesitating*
At least a little better than making pure SMB... *sigh*.
just a little part of a level, for example, one sub area per stage.

*still hesitating* I will try more than one? But certainly not the whole level...
 newsuperhackboys Which worst one? What is it called? Can you tell me, please?
Thierry Sorry if you find me rude but -
Posted by Thierry
Yes, please. Anything but Super Mario Bros 1-1.
Which side are you on? I just want to make a look-nice hack...

*tears* Anybody support me...
_________________________
My username is made by a random word generator. Be sure to check out my hack! I will do my best on Remake Super Mario Random!
Posted on 04-09-17, 02:43 pm
We do what we must because we can

Karma: 5558
Posts: 1220/1425
Since: 06-25-13
If you don't build own levels because you are not a good level designer how do you plan to get better? That would be an interesting question. And you already know my answer to SMb 1-1, I posted it earlier.
_________________________
Super Mario Bros. - The New Worlds | Full release
Super Mario Castle 2 | Full release

My Youtube channel
Best friends forever
Posted on 04-09-17, 03:00 pm (rev. 1 by  HonorableBore on 04-09-17, 03:01 pm)
Paragoomba
Needs to learn English/manners.

Karma: -94
Posts: 48/74
Since: 10-24-16
I don't really understand. Why impressive? I can keep the previous version (with old SMB 1-1).
_________________________
My username is made by a random word generator. Be sure to check out my hack! I will do my best on Remake Super Mario Random!
Pages: 12 »