#New++ Super Mario Bros

1 messages · Page 13 of 1

void tree
#

step 1: find the model instance for the monty mole
step 2: find the node for the head
step 3: just offset the node vertically and render your model at an appropriate distance

fossil token
#

I’ll give that a try

#

Gonna have to come up with a way to make it work depending on the tank hight

fathom kraken
#

Literally the Monty mole tank

#

Why tf I thought "Skibidy tank" when I saw the video 😭

fossil token
#

welp, this is crashing instead of drawing a model, I wonder how I fucked this up lol ```cpp
class MontyTankExt : public StageEntity3DAnm {
public:
u8 MontyTank[0xdc8 /* sizeof(MontyTank) */ - sizeof(StageEntity3DAnm)];
u16 SpinTypeTimer;
bool spinType;

ModelAnm modelClownCarDome;
const static u32 clownCarIDDome = 2371 - 131;
Vec3 ClownCarDomeScale;

};

ncp_jump(0x02137018, 19)
NTR_NAKED static void MontyTank_ctorSize_hook() {
asm(R"(
LDR R0, =%0
B 0x02137018 +4
)" : : "i" (sizeof(MontyTankExt)) : "r0");
}

ncp_hook(0x02134F30, 19)
void onCreateHookMonty(MontyTankExt* monty){
void* copterDomeModel = FS::Cache::getFile(monty->clownCarIDDome);
monty->modelClownCarDome.create(copterDomeModel, 0, 0, 0, 0);
monty->ClownCarDomeScale = Vec3(1.0fx, 1.0fx, 1.0fx);
}

ncp_hook(0x02131218, 19)
void onRenderHookMonty(MontyTankExt* monty){
MTX::identity(monty->modelClownCarDome.matrix);
MTX::translate(monty->modelClownCarDome.matrix, monty->position);
MTX::rotate(monty->modelClownCarDome.matrix, monty->rotation);
Game::modelMatrix = monty->modelClownCarDome.matrix;
monty->modelClownCarDome.render(&monty->ClownCarDomeScale);
}```

olive owl
#

render(&monty->ClownCarDomeScale)
Did you mean to have a & here? (I don't know the function call off the top of my head, just noticed something was different)

fossil token
#

Im pretty sure its needed, otherwise this

lapis lark
olive owl
fossil token
#

I havent loaded the file in load recources

olive owl
#

LOL

#

Yeah that would do it :p

fossil token
#

I love how the tank part names have a very simmiler name to pokey body parts lol

#

hmm

#

doesnt make a diffrence

#

I tried loading a bobomb model instead of the clowncat dome also incase it was an issue with the dome being to high poly but that wasnt the case

wide furnace
stoic lava
wide furnace
#

that's kinda weird

#

like, they're just called "body" and that's it

fossil token
wraith gust
#

I'll watch the video and give my feedback later, I'm editing the video for my level rn

ocean pivot
stuck grotto
#

Sounds like some paper Mario sticker Star stuff

analog oracle
fossil token
#

I think it needs a bobomb spawner or smth

#

The b side of this level is going to be a nightmare when I finish it :3

analog oracle
fossil token
#

I’m aiming for bbj battle ship b side difficulty

analog oracle
onyx lantern
#

out of curiousity, what are all the world themes at the moment?

fossil token
#

They are still the same as last time I said

lapis lark
#

if i stopped taking showers and stopped going outside i might be able to beat every b side level without taking damage once and without save states

fossil token
#

Night planes with some Forrest, snowy city, beach and parallel beach, twilight town with a small desert, snow and freeze flame and snow and poison, underground and lava underground, sky and thunderstorms, luna and Luna volcano

lapis lark
fossil token
#

Well, that’s literally impossible

#

I still haven’t even seen a savestateless clear of bbj battle ship b side lol

wraith gust
#

I was trying to beat that level, but I gave up after several attempts, maybe it'd be easier for me if I played on real hardware

#

I tend to play worse on emulator

fossil token
#

Just make a save state at the start of the fight

#

I think I need to put a checkpoint there

#

It’s to unfair that fight

wraith gust
#

Cheat is no win

wraith gust
#

Also, you missed the third star coin 🫵heheheha /j

fossil token
#

That bomb should of hit

#

If it was a newer ds bomb it would if

wide furnace
#

it's 4 am and cant sleep (and school restarts) so i guess i'll watch this

fossil token
#

I find it funny as hell

#

Besides that pet I like the Monty fight the best

#

If any of u wanna try it I can share the code later

wraith gust
#

Insignificant, but I also liked how you used a turret without any cannons as some sorta barrier, that was very clever

wraith gust
#

But there's no need to place the Bob-Omb above the scale lift, you could just place it above near the bridge and that should be fine

wide furnace
#

i dont think i have any specific feedback to give

#

but i liked a bunch of ideas of the level

#

for example placing ninjis on top of bullet bill launchers made it look like they were the ones using the launchers, which i find cute

#

the combination of gimmicks is also very nice

rich palm
fossil token
#

Im gonna try and work on a demo tmr

#

I have work tmr though so I probably wont have to much time

#

I havent really had much time to work on this mod lately as I have been working a lot and meeting up with friends quite a bit

fossil token
#

wow, google is giving me so much free money /j

rich palm
#

That would be a lot

100 years ago

fathom kraken
#

Let's go, I was hiped out about the dome since 2024 LETSAGOOOO

stoic lava
civic cloud
fossil token
#

im thinking the demo will be two worlds

#

so that will be 1/8 of the final game as b sides will be there own levels in the demo

#

I think I got ztar syndrome lol, I want to make the demo large

#

The other option is that I’ll load the player straight into w8

patent ivy
#

Make the demo 7 worlds

#

And the release 8

#

And premium 9

fossil token
#

I’m thinking of scraping w9 as there is already 16 worlds worth levels

acoustic granite
#

No! Not World 9!

analog oracle
#

outta curiosity how far have you got into coding more nsmb worlds

fossil token
#

I did everything I thought I would need but the game just doesn’t handle it

#

So I need to change how I am approaching it

patent ivy
#

Best way is just make an new world map engine

#

Like 3D Mario model with custom map

#

And then program to set paths

analog oracle
#

do you mean something like wonder or?

fossil token
#

starting to work on the demo now

#

First I need to find a way to disabled the title screen cutscene

fathom kraken
#

I think Ztar did something similar...

fossil token
#

well this ncp_repl(0x020D3474, 9, "nop") seams a lot better than this shit on nsmbhd

#

I dont even know how that works and I couldnt even find it so I just dug through the title screen actor and found whats needed myself

#

im hunting down the bugs with the player code that make melon crash currently

fossil token
#

ok

#

the problem is with some old code that i am using that nld had wrote for fire flower

#
bool loadPlayerBody(PlayerModel* self, u32 animFileID)
{
    
    u32 i = 0;
    void* file;
    
    while (true) 
    {
        for (u32 bodyID = 0; bodyID < 2; bodyID++)
        {
            PlayerModel::ModelCollection& collection = self->models[i];
            
            Model* model = new Model;
 
            collection.body = model;
 
            if (model == nullptr) 
                return false;
            
            file = FS::Cache::getFile(bodyModels[currentCharacter[self->playerID]]);
            bool created = collection.body->create(file, PlayerModel::bodyModelIDs[bodyID], 1);
            
            if (0x1E < collection.body->data->info.firstUnusedMtxStackID)
                return false;
            
            NNSi_G3dModifyPolygonAttrMask(collection.body->data, true, 0x30);
            
            i++;
        }
        
        NNSG3dResMdl* resMdl = self->models[(u8)self->modelState].body->data;
        
        NNSG3dResFileHeader* anmFile = (NNSG3dResFileHeader*)FS::Cache::getFile(animFileID);
        if (anmFile == nullptr)
            return false;
        
        NNSG3dAnmObj* anmObj = (NNSG3dAnmObj*)NNS_G3dGetAnmByIdx(anmFile, 0);
        if (anmObj == nullptr)
            return false;
        
        u32 size = NNS_G3dAnmObjCalcSizeRequired(anmObj, resMdl);
        
        for (int anmIdx = 0; anmIdx < 2; anmIdx++)
        {
            self->bodyAnimations[anmIdx] = (NNSG3dAnmObj*)malloc(size);
            
            if (self->bodyAnimations[anmIdx] == nullptr)
                return false;
            
            NNS_G3dAnmObjInit((self->bodyAnimations[anmIdx]), anmObj, resMdl, NULL);
        }
        
        NNS_G3dRenderObjAddAnmObj(&(self->models[(u8)self->modelState].body->renderObj), (self->bodyAnimations[self->activeAnimationIndex]));
        
        self->bodyFrameController.init(anmObj->ratio, FrameCtrl::Type::Looping, 0x1000, 0);
        
        self->bodyAnimationMapData = (u16*)malloc((self->bodyAnimations[self->activeAnimationIndex]->numMapData << 1));
        
        if (self->bodyAnimationMapData != nullptr)
        {
            if ((self->bodyAnimations[self->activeAnimationIndex]->numMapData) != 0)
            {
                for (int mapDataIdx = 0; mapDataIdx < self->bodyAnimations[self->activeAnimationIndex]->numMapData; mapDataIdx++)
                    self->bodyAnimationMapData[mapDataIdx] = self->bodyAnimations[self->activeAnimationIndex]->mapData[mapDataIdx];
            }
            
            self->currentBodyAnmResource = anmObj;
            self->lastBodyAnmResource = nullptr;
            
            self->partialBodyAnimation = (NNSG3dAnmObj*)malloc(size);
            
            if (self->partialBodyAnimation != nullptr)
            {
                NNS_G3dAnmObjInit(self->partialBodyAnimation, anmObj, resMdl, NULL);
                self->partialBodyFrameController.init(anmObj->ratio, FrameCtrl::Type::Looping, 0x1000, 0);
                self->partialBodyAnmResource = anmObj;
                return true;
            }
            return false;
        }
        return false;
    }
}
ncp_call(0x0212DB10, 11)
bool replacePlayerModelLoadBody(PlayerModel* playerModel, u32 animFileID)
{
    if (Scene::currentSceneID != 9){
        animFileID = 0x6E4;
    }
    else {
        animFileID = 0x6E3;
    }
    return loadPlayerBody(playerModel, animFileID);

    
}
#

so it happens to be in one of the main bits of the code :p

#

I think I should take a break and look back into this later

#

if I delete the call btw it doesnt crash on melon but it crashes on the world map on all emulators due to know player model being loaded

fossil token
#

now I need to find out whats causing the levels to crash on the intro, iirc I have had this problem with the level intro code

#

this is what I needed to fix that problem on the menu

#

I should test this on my 3ds soon

fossil token
#

time to find a way to fix this :3

fossil token
#

Just got my mum to help me with the addsense stuff, so hopefully I should be able to get payed soon

#

I did black out half of the info on her id because people on reddit said it worked and because she didnt want it shown so hopefully it works :3

wide furnace
#

(the NCPatcher version from #1207793065524199455)

fossil token
#

I did not know that exsisted lmao

#

anyways they work in diffrent ways it looks like

wide furnace
#

oh, okay then

#

also i got a suggestion in case it's not done already: changing the "bowser fade effect" (when you lose a life) to a bowser jr one

#

since bowser jr seems to be a major element in your hack, i thought it could be nice. you don't have to tho, it's just a suggestion

fossil token
#

thats been on my todo list

#

in my hackk bowser just kinda dies

wide furnace
#

oh, okay then mariothumbsup

wide furnace
fossil token
#

did it

#

I didnt realise how easy it was to change lol

wide furnace
#

oh nice!

acoustic granite
#

So Why Did You Change The Transition As The Bowser Jr Icon?
Is It Because The Boss Fight Will Be In Every Ghost House?

wide furnace
#

it's the transition for when you lose a life, replacing bowser

#

because bowser jr is a major element of n++smb

stoic lava
# fossil token did it

Ill probably replace the level entering and losing a live icons with a peace core star

#

In ssmb

analog oracle
#

whenever you say ‘a peace’ I keep thinking appease and think of the pvz2 mint plant 😭

analog oracle
# fossil token did it

ngl now i wanna change the star to be a flower (idek when does the star transition appear lol)

stoic lava
#

Its unused

wraith gust
fossil token
stoic lava
# fossil token

You probably forgot doing smth, since it says "theres smth to check in your account, go to payments"

fossil token
#

I did everything lol

#

it fixed itself

#

now I need to wait on this

stoic lava
#

Oh oki

fossil token
analog oracle
wraith gust
#

It's up to you, I personally don't think it's really necessary to spend so much time and effort fixing a code just for a demo, you can still try to fix it later

analog oracle
#

yeah, i think the fix would be neat for the demo but i wouldnt mind if it doesnt have it, its your choice

fossil token
#

I actually cant trace down this problem, its being really bloody annoying

#

I might rewrite this tbh

tall umbra
#

What is the bug doing

fossil token
olive owl
#

Make sure you disable JIT

#

Easy error trap I fall into alot lol

#

But logs won't log with JIT enabled

fossil token
#

:p fun

olive owl
#

A b o r t

#

💥

fossil token
#

how do u go about printing on melon btw

olive owl
#

I use Log() << "Thing goes here";

#

If you mean in general, just having the terminal open should show the logs

analog oracle
fossil token
fossil token
#

also thats the graphics file incase u mess qround with it

fossil token
#

I plan on using smth like this in the monty fight :3

lapis lark
#

😨

fossil token
#

that will be fun to make a level out of :3

olive owl
#

:p

fathom kraken
stoic lava
tepid temple
#

Jpg is done with nuts now he's obsessed with lava

stoic lava
#

LMAO

lapis lark
stoic lava
#

💀

stuck grotto
rich palm
#

I really like it aesthetically

#

And it does look very hard

analog oracle
fossil token
#

its just some hard coded crap btw if any of you are wondering how I did it

fossil token
#

looks like yall are not gonna get a demo for a while :p

wraith gust
#

People wants new characters so bad don't they?

fossil token
#

who doesnt want to play as yoshi tbh

#

especially when yoshi's are normal characters and not a baby mode

wide furnace
#

seems like someone in the comments thought that they would be bugged in the demo if you don't patch it, rather than removing the code hack entirely

#

tho idk, not sure

onyx lantern
analog oracle
fossil token
#

also the fire ball change it pretty fun to have

civic cloud
fossil token
# fossil token
poll_question_text

Should I fix the bug with the additional character code before I release the demo so additional characters can be included in it?

victor_answer_votes

12

total_votes

17

victor_answer_id

1

victor_answer_text

Yes

fickle tapir
fossil token
#

Well there is ur answer

#

Looks like there won’t be a demo for a while as I have no clue how to fix that bug

wraith gust
#

Illy, do you really want to release the demo? If yes, I don't really think you should bother too much on fixing that code atm, having extra characters is cool, but if fixing the code takes more work than needed, then I don't think you should stress yourself too much about it, otherwise it's gonna drive you crazy and stop you from making actual progress, at least that's my opinion

civic cloud
#

When I said yes I thought you more or less knew how to fix it

fossil token
fossil token
#

I set up the custom wave archive for it and stuff

#

I just need to loop it

#

and fix a bug thats causing the enemy sounds not to play

#

also, for some reason sseq's above slot 127 do not work even with the extended sseq code

#

the best part is how my desktop looks after setting up the swar lol

wide furnace
#

not sure what song it is tho

#

werent you using the fnaf title theme for the ghost houses tho?

fossil token
#

That’s for twilight town

wide furnace
#

oh okay

wraith gust
#

Well, I don't really think I'll use more than 127 songs, so it should be fine :P

bronze shell
polar fjord
wide furnace
#

thanks!

fossil token
#

haven't done anything for the hack today, I have been doing other stuff with friends and crap

vernal thicket
#

was it fun stuff

civic cloud
#

In a post N++SMB world, when the silent kid gets bullied, instead of saying "you wouldn't wanna see my dark side", he'd say "you wouldn't wanna see my B side"

lapis lark
#

"you wouldn't wanna see my Back Side"

wide furnace
#

it's a reference to Celeste tho

stoic lava
#

Ooops

#

Mb illy, wrong channel

fossil token
fossil token
wraith gust
fossil token
#

Im looking through some stuff in ghidra and I think it might be possible to make backgrounds that dont usually load animations load animations

#

just writing this down here so I can test it later, ncp_over(0x020c93a0, 0, "nop; nop; nop)

#

im hoping that will disable the ice tileset animations so I can use that tile set

#

ok, found what I was looking for

#

my idea is that I can add aditonal jyotyu palattes by extending this table and making use of this code hack

vernal thicket
#

isnt there a code hack that makes the jyotyu palette determined by onea the "unknown" view settings

#

pretty sure it lets you use additional custom jyotyu palettes as well

fossil token
#

Thats a crappy skawo code hack

#

I tried to port it but couldnt pull it off due to its crappy nature

vernal thicket
#

i see

fossil token
#

its currently overflowing into the enemy jyotyu stuff though so its probably killing some stuff

fossil token
#

I be digging through sticker star music again :3

#

bugged koopa from what I was testing with jyotyu stiff earlier lol

wide furnace
lapis lark
lapis lark
wide furnace
void tree
analog oracle
#

if you want to/feel like it .p

analog oracle
void tree
#

my phone locked twice while listening to that

lapis lark
#

i hate how quickly phones lock so i have it set to lock after 5 minutes of inactivity

stoic lava
#

Mine only lock after 24 hours 💀

wraith gust
# fossil token it works

Oh, so did you manage to add new jyotyu palettes? Could you make this public by any chance? I'd like to add a purple jyotyu palette 🥺

#

Although, adding new jyotyu palettes sounds like a pain tbh

#

Also, sorry for the ping, forgot to turn it off Boozy

stoic lava
#

I would make green jyotyu for w5, black jyotyu also for w5, dark blue to w3, dark green and gold for w4, ice blue for w2, pink for w1 and purple for w6 if that was possible tbh

fickle tapir
#

can n++ have the third mario bro

#

(its apparently from all stars)

wraith gust
#

Would be neat if Illy could include the four Mario brothers #general message

fickle tapir
#

this?

wraith gust
#

Yes

stoic lava
acoustic granite
wraith gust
#

Bro, You Don't Need To Talk Like This

#

You don't have to capitalize the first letter of each word, just speak normally like all of us

acoustic granite
#

I just can’t help it. you know I was talking to mosquito about the third Mario bro screenshot?

acoustic granite
#

I Mean This Screenshot.

wraith gust
#

That's an R not a K

#

He must be Rodolfo, the other lost Mario brother

stoic lava
#

Ahhhh makes sense

wraith gust
#

Or maybe it's just Kevin but he renamed himself to Revin

stoic lava
#

Or he is just like walluigi that uses a random letter on the hat

acoustic granite
#

Okay. So…..Is Rodolfo An Italian Name?

stoic lava
#

Its a joke bro

#

But i think it is

wraith gust
#

More like an Spanish name

#

Also we should keep this convo outta here, we're flooding Illy's territory MrZtardust

lapis lark
fossil token
#

I already have the fourth one sillys

fossil token
analog oracle
#

by new jyotyu palettes do u mean jyotyu_ncl jyotyu_b_ncl, etc etc or also the palettes loaded by bgs?

stoic lava
fossil token
wraith gust
# fossil token

But that's the brother in the process of being crafted, we were referring to the already crafted brother 😔

fossil token
#

what the hell does this mean

wide furnace
#

The Cursed Thorn, GD bossfight reference

#

did you already see this person comment on your channel? chances are the comment could have been posted on the wrong video

happened to me a few times, when both a short and a regular video are opened, tho it's probably fixed in more recent youtube versions (i'm using a modified old one)

fossil token
#

Anyways, Im hoping to work on Bowser Jr's BattleShip B side after work today

#

and also I plan on rewriting all of the custom bowser jr code

wide furnace
#

okay

fossil token
#

ahh yes, fucking google making it so hard to claim my money, now I need to hope that this comes so I can enter the pin and get paid

wide furnace
#

oh reminds me of how i thought about a "shadow mario" chase earlier today. you fight bowser jr but then he transforms into shadow mario (from sms) and runs away

fossil token
#

I wanna do a shadow Mario chase in w2 castle

wide furnace
#

oh nice

#

did you have the idea before or did you get the idea after i said it?

fossil token
#

I have had it for months

wide furnace
#

oh ok

fossil token
#

It’s a reference to chapter two of Celeste

wide furnace
#

ohh

lapis lark
lapis lark
#

its so fire that its causing her laptop to overheat constantly

#

🔥🔥🔥🔥

fossil token
#

Nah, my laptops just can’t handle the Aussie summer weather lol

fickle tapir
fossil token
#

If it’s on the a side it’s on the b side

fossil token
#

this is interesting, im looking at the cursed Jyotyu ncl loading and it has a call to one of the unused view settings for some reason

vernal thicket
#

(sorry if this is badly phrased at all)

fossil token
#

I know that

vernal thicket
#

ah

fossil token
#

its kinda weird though as it doesnt have a purposs in the function really

#

besides being used as a paramater for some background loading thing

vernal thicket
#

i see

fossil token
#

well ncp somehow broke my rom

#

time for a fresh everything in the backup folder

fossil token
#

omg this rom keeps getting more and more messed up lol, Its would be easier to move to a clean rom but Im really determined to try and fix this rom lol

#

very not cursed screenshot

#

the crap is still broken

#

I guess I have to go through every file to see whats causing this

fossil token
#

its fixed now

#

I ended up moving to a clean rom

wide furnace
#

oh

#

well rip your old rom then

fossil token
#

I just export that root folder and put it on the new rom

#

I do this like every week due to stuff getting messed up

wide furnace
#

oh ok

fossil token
#

Well, Im to tierd to finish that jyotyu stuff so ima work on that airship music nwav stuff then start working on another b side

wide furnace
#

okay

fossil token
#

time to write some custom code to make these lifts be on steroids

fossil token
#

and the rom broke again...

#

ima deal with this tmr

#

I should sleep

fossil token
#

ok, for some reason code has just stoped compiling

wide furnace
#

weird

#

-# weren't you supposed to sleep tho

fossil token
#

I was

#

but I forgot one of my meds

#

and now my adhd has me hyperfixated on fixing this

#

I just found the problem I was having with nwavs

#

the fun of things breaking, I wonder what files got messed up this time

#

found whats messing up the nwavs

#

ok, problem solved and everything is back to normal

wide furnace
#

alright mariothumbsup

fossil token
#

peak gameplay

tepid temple
stoic lava
wraith gust
#

This is funny as hell

rich palm
#

SPEEEEN

fossil token
#

sadly an option to make it go that fast isnt included in the code

#

i need to make it work for the other direction then after that ima look into removing lifts from the lift

#

then once im done ill post it

wide furnace
#

pretty cool!!

fossil token
#
#include "nsmb.hpp"

ncp_hook(0x0217EBE8, 88)
void liftSteroids(StageEntity3D* lifts){

    u16 rotSpeed = lifts->settings & 0xf;
    if(lifts->settings>>16 & 0x1)
        lifts->rotation.z -= 0x20 * rotSpeed;
    else
        lifts->rotation.z += 0x20 * rotSpeed;
    
}```
here is the current code if anyone wants to use it
wide furnace
#

i feel like you're gonna use the extremely fast version for the B-Side, will you?

fossil token
#

maybe

#

some trigonometry is going to be involved too

wide furnace
#

okay

fossil token
#

so the spin will just change directions is what im thinking

wide furnace
#

you mean like the challenge of the B-Side would be the platforms going to the opposite direction instead?

fossil token
#

not as extream as this though

rich palm
#

This is gonna become NSMB: Minus Infinity

#

Very technically impressive, but equally brutal

wide furnace
lapis lark
fossil token
#

so if thats what easing its then yse

lapis lark
rich palm
#

^

#

They remind me of DVDs

fossil token
#

hmm

#

thinking about this more

#

ima just nuke the original code that makes the lift rotate

#

unlesss settings>>0 & 0xf == 0

#

its so weird seeing these lifts be static

#

sadly it doesnt work well though as when I start the spin it breaks

fossil token
#

Gonna post the code for this soon, im just uploading a short to yt to showcase these to attatch to the post

#

well, time to start working on that B side

fossil token
#

I got a lot of ideas for this level but nothing is extream enough

#

hmm

#

I dont need to give everything steroids

#

i do kinda want to find a way to make these burners turn on and off every seccond though

#

im not gonna put in the effort for that though

fossil token
#

oh yeah, and all the level up until after this part you dont have a powerup for, you dont get one until here lmao

lapis lark
fossil token
#

This is not a parashell level lol

#

It makes it harder

wide furnace
fossil token
#

i know, it isnt hard enough

wide furnace
#

._.

lapis lark
rich palm
stoic lava
#

Same for the ;-;

stuck grotto
fossil token
#

in the last 50 secconds the level broke somehow from all the save states, that does not usauly happen so I used the parashell to see if the other lifts didnt spawn too

#

that bit which didnt get shown was just some platforming on extreamly fast lifts

vernal thicket
#

quite neat so far

wide furnace
#

tho that's pretty nice! (and difficult)

fossil token
#

I think the level is a bit to easy

bronze shell
wide furnace
#

easy is a drug
/j

#

(i just realized it would have been "on easy" in the sentence if it was)

fossil token
#

maybe I need c side at this point if the b sides are to hard

#

oh yeah

#

smth else I thought might be cool is to change the map models when challenge mode is active

fickle tapir
#

6-t2||, sorry, 6-5||would be cool if it was an airship ||/j||

#

but frs why did you choose the odd placements for the ship levels

#

instead of every other world end

fickle tapir
wide furnace
#

because yes HappyFlower

#

i mean the airships in TLS are not gonna be at the end of every other world as well so ¯_(ツ)_/¯

fossil token
#

I currently dont have the level number change applied as some of the w9 code involved rewriting it all

fossil token
civic cloud
# fossil token found what I needed

I love the PMSS remix of the airship, glad it's finally being used in a project, it's funky nature definitely fits the goofy ahh rotating platforms movement

#

I just saw your latest shorts

civic cloud
fossil token
#

Ahh yes, I dont have anything planned but if you say no the person will most likely complain that there isnt, the trick here is that I just wont respond

analog oracle
#

playing chess with youtube comments

bronze shell
#

and they're playing checkers

fossil token
tall umbra
tepid temple
#

especially for someone who doesn't know the effort it takes to code things like that

fossil token
#

Im pretty sure I have told this kid that there is nothing when he asked the same question once before lol

#

unless im thinking of another kid with a simmiler name and simmiler pfp

tepid temple
#

ah, see where you're coming from then

#

I forget that you're bombarded with dumb yt comments lol

wraith gust
#

That guy is in this server btw

stoic lava
fossil token
#

I get a lot of interesting comments tbh

stoic lava
#

Im afraid of random children comments (theyre scary)

fossil token
lapis lark
#

is there a setting to make replies turn the ping off by default btw

fossil token
wraith gust
#

I barely get any toxic or stupid comments on my channel, I'm pretty sure I got a few but I can't really remember most of them, lmao, it's best when you ignore these kind of people

fossil token
#

it gets harder when u have more subs

stoic lava
#

I only got one toxic comment in my channel, of a guy saying "this person kisses little boys"

fossil token
#

im at 1920 subs

wraith gust
#

I think the worst comments I have gotten are from people telling me to upgrade the quality of my videos and someone who asked me "Why are you modding a game that is 18 years old?"

fossil token
#

then people say, "why do u mod nsmb when wonder exsists?!?!?"

stoic lava
#

Because nsmb is cool wtf

fossil token
#

maybe because there are so many things I can do in nsmbds that I can not do in wonder

#

and maybe I also didnt enjoy wonder

stoic lava
#

And nsmb need a hack like new++

lapis lark
#

also they are very different in style and gameplay

wraith gust
analog oracle
stoic lava
#

LGMAO

#

LMFAO

#

El Em iF Ei Ol

fossil token
bronze shell
wraith gust
stoic lava
# fossil token I remember that crap

"Shame is you watching paw patrol"
"Bro is a furry and have a discord server"

  • random commenter on yt that dont even know nothing about my life
bronze shell
stoic lava
#

Yea

wraith gust
#

Also, if you mod Switch games you get high chances of Nintendo taking down your videos GoalSkull

stoic lava
#

Nintendo is ass bro

fossil token
wraith gust
#

Vadenimo was complaining because YT took down many videos from him

#

Or something like that

vernal thicket
fossil token
#

I wonder how he pulled that off

stoic lava
bronze shell
#

that's the only way

wraith gust
analog oracle
#

i mean rimea got a lot of dmca stuff in like the first half of 2024/latter half of 2023

fossil token
bronze shell
wraith gust
#

Damn

analog oracle
#

tho now he seems to be fine n back to uploading lotsa wonder modding vids

#

(very entertaining ones btw)

fossil token
#

I usauly watch his level creation vids and thats about it

fathom kraken
#

I love how all of this "New" hacks are so unique, beautiful, and pieces of art, and seeing how n++smb, ssmb, smbtms, and other hacks are made is strangely nostalgic, keep the good work!

#

(Also, one of the kids in the comment section I think it's my cousin btw, it's the stupid of the family MarioLove )

bronze shell
fathom kraken
stoic lava
#

LMFAO

fathom kraken
#

Bro, whypingio ? You pinged me too

lapis lark
# fossil token I wonder how he pulled that off

perhaps he fought against the copyright strikes
i remember when nintendo striked waikuteru's videos and tried to have his channel deleted but he successfully fought the strikes and kept his channel

#

the nintendo ninjas must be seething at that

fathom kraken
#

Chill tomato is tripping

civic cloud
#

Idea, idk if it's easy to implement, Monty Mole enemy whose movement is a copy of the grounded Scuttlebug

#

Also I just read what people are saying, it's messed up

rich palm
#

Plus, you're essentially doubling the level count

#

160 levels is insane for a Mario game

lapis lark
rich palm
#

I doubt it'd be as insane as other ROM hacks I've seen, but, then again, I think she's gonna see this and immediately start scheming

#

I won't lie that they seem very hard, but not too unfair

#

Black Bowser Jr.'s Battleship B seems a little clusterfucky in its boss fight section, but it's a harder version of the penultimate level, if the UI's to go by

wide furnace
wide furnace
stoic lava
#

I FUCKING READ "THE PISSING SEQUEL" 😭 😭 😭

wide furnace
#

LMFAOOOOO

wraith gust
olive owl
fossil token
stoic lava
#

Mr Beaster?

bronze shell
wraith gust
#

That's what we said

wide furnace
#

who the hell is Mr Beaster? 😭

wraith gust
#

Mr Beast?

wide furnace
#

no way 😭

wraith gust
#

Was Bester secretly Mr. Beast all this time?

wide furnace
wide furnace
wraith gust
#

:0

wide furnace
#

he decided to steal my username and modify it so nobody would notice

#

actually the friend of my cousin

fossil token
#

leaving that here incase I decide to use it again

#

Well time to start this rewrite of this old, awful coed

fossil token
#

... wtf is this

#

this is what happens when I look at code thats a year old lol

fossil token
fossil token
#

I need to add shell sliding to this fight still

lapis lark
#

bj hit himself LOL

#

bjr*

stoic lava
rich palm
#

I thought yours was ||Castle Bleck||, JPG

stoic lava
#

I didn't updated the theme yet

#

But i have a nwav for it in my pc somewhere

rich palm
#

I see

crude stirrup
fossil token
#

I’m gonna try to finish off bowser he’s battleship b side after work today

fossil token
#

Oh yeah

#

would anyone be interested in me writing code for track controlled burners?

fossil token
#

one of the most evil jumps on this b side

fossil token
#

the B side is already longer than the A side and I have an idea for another part that would make the level like another one third of its current length and im debating if I should do it or not

fossil token
#

the idea for the last segment is to be inside the airship on a moving rotating lift for about ten segments whilst having to dodge burners, fireballs and rising lava

#

I think that should probably be saved for another B side though lol

#

this one is already way to hard

fossil token
#

working on a new Jyotyu palatte

#

my plan it to make a bit more of this then try to finish of the code to allow more palattes

#

its a purple one for the dark castle btw

#

I started off with grey to help me make sure the purples look right

fossil token
#

I cant do this

#

I fucking hate oam

wraith gust
#

Dang

fossil token
#

this bitch is whats responsible for loading the palattes

#

the only other idea I have it to not worry about this and rewrite the common enemy palatte loading

#

that way I can just overwrite those to add more palattes

#

which would probably be a lot easier

fossil token
#

I just got a recording for bowser jrs battleship B side done

#

ima upload it later today as ima play some fortnite with a friend now

fossil token
#

I dont even know what to say at this point

analog oracle
#

😭😭

fossil token
#

ima try this thing out

#

which one do yall think it will end up choosing?

analog oracle
#

2

fossil token
fossil token
#

people are stupid, what makes them think I ripped marios animations from wii lol and why are they complaning when yoshi ueses his 64 ds flutter animation

#

is this person stupid?

fathom kraken
#

Probably it is

#

Just look at his name: The GrammarNazi123

#

It's a 3 year old

fossil token
rich palm
rich palm
fossil token
#

it always has been

fathom kraken
#

Baam, you cooked him

fossil token
#

that was so annoying

#

the short burners and large burners' code is in the same place in the same overlay so its so easy to get them messed up

#

I still got a bit more code to write for this crap

#

I think ima start working on a level about these burner death stars

fathom kraken
#

It could be cool if the rotated, but that would be too difficult I think

fossil token
fathom kraken
#

That's what I thought FeelsBadMan

fossil token
#

Im messing around with terrain patterns and I think this could be a really cool cloud/sky tile set pattern

stoic lava
#

Indeed

lapis lark
#

i think so too

fossil token
#

this is what I have got

#

I think this could work well

#

hmm I think the stripes makes it look like to much is going on

#

a tiny bit of grain looks better imo

analog oracle
#

wait that looks cool actually i like

fossil token
#

I have screwed up, it all looks really flat

#

well, mainly the outside bit

#

the inner bit of the tile set is fine

#

that feels more nsmbish

#

I think this will end up working out

analog oracle
#

YES

analog oracle
# fossil token

i think the corner tiles might look a bit wonk though since the transition is too rough (unless unfinished)

#

actually it doesnt look that bad tbh

fossil token
#

they were not done yet

#

those ones are more done now

analog oracle
#

ooo that looks creative i like it

wraith gust
#

Looks nice

#

Idea, what if you combine this with the sinking snow pile actors? probably would be a nice combination

fossil token
#

i was thinking that

#

thats the main tiles done, export my nsmbu sky and update the tiles

fossil token
#

looks like a massive lump of snow lol

wraith gust
#

Are you gonna mix the NSMBU tileset and the one you drew or are you gonna replace the NSMBU parts with the tileset you drew?

fossil token
#

Replace

fossil token
#

it looks pretty good

wraith gust
#

Neat

fossil token
#

The tile set is another 100000 iq commenter

lapis lark
#

pog is crazy

#

still tryna decipher that one

fossil token
#

what is better, before or after

#

I think I might stick with the mario maker ds ones

#

mine are kinda shit

lapis lark
rich palm
#

I love those mushrooms

wide furnace
fossil token
#

they are not to great tbh

#

ima about to import some new ones though

#

these are the sexy ones

stoic lava
#

Will u make a airship tileset too or u will use nsmbu ones?

#

Because iirc theyre from nsmbu yet

fossil token
#

no

#

and im not making an airship tile set for you

stoic lava
#

Nah i dont want a airship tileset, only the one i asked 😭

#

Im just curious

fossil token
#

hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm

#

You dont want an airship tile set

stoic lava
#

Wonder airship tileset in ds HappyFlower

#

But without jokes, i only asked since you are changing all the tilesets

#

So i thought you would also change this one

#

And the castle one too

fossil token
#

what tile sets have I been changing?

#

I have said that the sky and beach tile sets are place holders from the start

stoic lava
#

The cloud one, that you drawed

#

Those ik

fossil token
#

im not you changing the tile sets every three days because I can

stoic lava
#

LMAO

fossil token
#

these have been planned for years

stoic lava
#

Or less

fossil token
#

then learn how to draw a tile set

#

its not hard, just come up with a pattern and add shading

stoic lava
#

I see

#

Its like i did here, right?

wraith gust
#

I think this is the first time in my life I see custom mushroom graphics that aren't ported

fossil token
#

good point

fossil token
analog oracle
#

i might make a pink/blue variant of the mushrooms like in your hack for the pink variant of the tileset tho

wraith gust
#

I honestly never liked the NSMBDS mushrooms

#

I even preffer the beta mushrooms rather than the DS ones

analog oracle
wraith gust
#

Idk, I simply feel they aren't very detailed and the colors look boring

ocean pivot
#

yeahh, nsmb ds mushrooms are not great looking imo, they could look much better

analog oracle
#

no ds fan y’all suck mariothumbsdown /j

#

-# now you 2 made me want to try and remake them even tho im not gonna do it for now 😭

fossil token
#

Im really mixed on the ds mushrooms tbh

#

they dont look bad but they are colours that I would never use

stoic lava
#

But ds ones are horrible

#

Same for coins and bricks and ? Blocks

#

Everything else is eye candy and i love eye candy

fossil token
#

bro, if u hate them that much then why are you making a hack of ds

#

/j

ocean pivot
fossil token
#

I rather them over the wii ones

stoic lava
wraith gust
stoic lava
#

No i dont

#

I love the tilesets and bgs from ds

#

Theyre cute

analog oracle
#

the best ds tileset is…………

stoic lava
#

I just use nsmbu artstyle in my mod because it kinda looks great

stoic lava
#

SNOW

#

FOREST

#

MOUNTAIN

#

CASLTE

#

VOLCANO

#

DESERT

#

SKY

#

MUSHROOM KINGDOM

ocean pivot
#

-# i hate beach one

stoic lava
#

😭

#

Its my favourite

crude stirrup
#

Why do I see something suspicious in it?

fossil token
wraith gust
#

I knew it :P

crude stirrup
#

I fucking hate accidents bro, if only there was a way to make the reply ping automatically off.

vernal thicket
#

jus reffers to someone whos sorta pedantic about grammar

lapis lark
#

looks cool

stoic lava
lapis lark
#

thanks

fossil token
analog oracle
#

hey sis

tall umbra
#

Zamn

fossil token
#

More high iq comments

#

Well two of them are

wide furnace
#

yea "peak" is perfectly fine lol

stoic lava
wide furnace
#

and one is alright i guess? i mean it tries to give feedback at least

wraith gust
#

I always say peak FeelsBadMan

analog oracle
#

calling nsmb ‘nsmb2 3ds’ is crazy 💔

wide furnace
lapis lark
wide furnace
#

no it's nsmb3 HappyFlower

rich palm
#

All of you are wrong

#

It's Super Mario Bros. 4

fossil token
#

I think ima try to refine the cloud tile set a bit more then make the thunder storm tile set

#

Well after work that is

fossil token
#

custom mushrooms finished

fossil token
#

grass, I hope this looks good in game

wide furnace
#

imo the grass looks a bit square-ish

#

but that doesn't mean it looks bad

fossil token
#

yeah some bits are like that a bit, but its done to help when I zoom out in a level

crude stirrup
#

I'm sure she wants to make it smaller (unless if I'm stupid)

rich palm
#

Does your remix of Waltz of the Boos use the Pokemon Diamond and Pearl soundfont?

fossil token
#

yes

rich palm
#

It sounds good; just asking bc I recognised some instruments

fossil token
#

showing off that grass in game, this is what it looks like when zoomed out to 20x20

#

and this is what it looks like normaly

rich palm
#

Pairs very well with the tileset

analog oracle
#

we love teal grass in sky marioready

fossil token
#

who doesnt

fickle tapir
fossil token
#

So, this short was uploaded as a test and it confirmed what I thought, people love content stimulation

fossil token
#

This also really surprised me, I didn’t expect that many viewers to be Australia

#

Videos are more common from creators in your region on yt though so it makes sense

rich palm
#

This is a B side halfway through the B sides and that scares me

fossil token
#

why the hell does this fence look good on three of the four palattes lol

crude stirrup
#

Also disabled the reply ping this time

wide furnace
#

tho in the youtube settings on my account i have the geographic region set to the us for some reason

fossil token
#

Im trying to think of a concept for 1-5

#

im kinda at a creative road block tbh as I try to do things that I havent really seen done before

fossil token
#

oh yeah, if anyone wants the code for those clouds I can post it

wide furnace
fossil token
#

although it is missing one variable that would allow for control of the offset of the circular function for sine

#

I should be able to asign it to one of the event data nybles though

wraith gust
wide furnace
#

uhh no? i mean JPG64 doesn't beg for every single code hack ever

#

only those on his list that keeps getting extended every now and then

rich palm
#

It perplexes me that the cloud lifts never move in the original game

#

And that no such options existed

fossil token
#

Ima try and work on 1-5 some more after work

#

I plan on introducing the red star in the last third of the level

fickle tapir
#

will w7 be not sky

#

thats my biggest question

fossil token
#

W7 is sky and thunderstorm

#

And I honestly have gotten really carried away on the thunderstorm part tbh

#

They are just really cool levels to make

civic cloud
#

Fr

#

I wish Wonder had some serious music for that level, the athletic theme sounds kinda out of place there

fossil token
wraith gust
#

Neato, love the Itadaki Street remix

#

Minor suggestion, how about adding the clouds FG effects? I feel FG effects make levels feel more vivid

fossil token
#

there is a slight problem with that effect when you are not playing as mario in new++ lol

#

this happens

wraith gust
#

Oh lmao

analog oracle
#

me loading 8 25kb models and breaking the fog fg effect:

fossil token
#

I dont know wht its broken tbh

#

it works when playing as mario though

vernal thicket
#

could it by chance be some sorta vram constraint

fickle tapir
#

why didnt you want to use the nwav version anyway

wraith gust
#

Nwav 🤢🤮

fickle tapir
#

it worked tho

#

and it had the fire paper mario sticker star boss music

fossil token
#

very well

wraith gust
#

YT shorts users are hungry for dopamine, they need something to stimulate their neurons and speedrun/kaizo stuff seems to do a pretty good job at that

analog oracle
#

exploiting people for the fame marioready

fossil token
#

:3

#

time to actually start coding it soon

lapis lark
fathom kraken
#

Larry mario

fossil token
#

Yup, it’s a kooplaing projectile

fossil token
#

hopefully this collision is good enough

#

well the side sensors

#

the active collider is to big

olive owl
stoic lava
fossil token
fossil token
#

Sorry for the ping

fossil token
#

I forgot it doesn’t auto disable on mobile

olive owl
#

:p

fossil token
#

Time to start making some b side speed runs that are perfect for Japanese new soup speed run viewers

fickle tapir
#

making money off ssmb is a massive w

fossil token
fickle tapir
#

ik

fossil token
#

It hasn’t gotten enough views to make more then $2 aud lol

fickle tapir
#

what is that

#

2 cents

#

in american?

fossil token
#

1.25I believe

fossil token
fickle tapir
#

yen is worse dw

fossil token
#

Oh yeah, if any of you are curious, shorts literally don’t make money unless they get millions of views

fickle tapir
fossil token
#

That’s why you see people put adds and make use of product placement in their shorts

fickle tapir
#

fr all the honey ads are so annoying

stoic lava
fossil token
analog oracle
#

this is giving me crazy mvsdk vibes 😭

fossil token
olive owl
#

Fair and balanced marioready

fossil token
#

Indeed

#

Also, I kinda want to add the hammer flower….

#

My reason is that has a unique type of projectile

#

The way it moves is different to both the super ball and fire flower so it could work well

tepid temple
#

you should use my shuriken/boomerang throw hooks

fossil token
analog oracle
#

i probably will, will

lapis lark
#

looks good 🔥

fossil token
olive owl
#

LMAO

#

The ending

#

Looks good!

fossil token
#

I had to leave the mario vs luigi fireball bump in lol

#

I let the player spam them without a max count but you can unalive yourself with them if ur not careful, thats the balance

fossil token
#

I wanna keep working on this but I have to go to work soon

#

:c

olive owl
#

That's a mood

wraith gust
#

I get that feeling, I really want to work on my hack again, but stuff has been happening and I haven't been able to do shit

fossil token
#

I did that and didn’t sleep last night lol

#

My adhd made me work on the super ball

#

And I have a six hour shift that starts in five minutes so hopefully I do t drop dead

wraith gust
#

I can't have the same creativity and inspiration I usually have when I'm sleepy

#

Plus, I really wanna fix my sleep schedule, I've been having terrible sleep these last days

civic cloud
#

I think a game can have the 6 flowers all coexist, they all serve a unique purpose and aren't too similar to each other

fossil token
#

I always wished there was a new soup game with only fire, ice, hammer and boomerang

#

It would be cool as that’s what the bros use against the player

#

It’s like they are using the powerups against you

#

I still got hours left of my shift

#

I just wanna work on the hack :c

wraith gust
analog oracle
#

me when motivation = 📈 but time = 📉 😔

fossil token
#

People are weird

#

The whole point is that the rain is meant to make it harder to see

fathom kraken
#

With does he/she mean with: Ok ig?

fossil token
#

balls in cave

fossil token
#

for anyone wondering how I spawn the custom powerups from blocks, this is how I do it

#

I just change what the boo blocks spawns depending on Unknown 2

vernal thicket
fossil token
#

Because I never see people complain about the rain effect in newer

vernal thicket
#

i reckon newer gets less flack for it since i think it balances the contrast a bit better but

#

that aside i think its a lil silly to assume they wouldnt criticize newer for the same thing n then call em weirdBoozy

wraith gust
# fossil token balls in cave

Perhaps would be a good idea to limit the amount of balls you can shoot at a time (let's say 2 or 4) and make them dissapear after a small period of time

fossil token
#

I still need to set the max amount of them

#

Gona take a break and try to grind out the hammer later

rich palm
fossil token
#

I may of made an "interesting" looking house by accident lol

#

Im finishing off one of the many many half made levels

fossil token
#

dont have to much level left to make

fossil token
#

thought of a cool room for a b side, you have to clip a big spring into the wall and carry it through a whole wall jump course

fathom kraken
#

Oh, the big springs have collision on the down side?

stoic lava
olive owl
#

JPG go to bed

#

Good night

stoic lava
#

New++ Super Mario Bros

tepid temple
stoic lava
#

-# i didn't knew it was a feature, i thought she coded it 😭

tepid temple
#

more of a bug than a feature

stoic lava
#

I see

tepid temple
#

can also be done with the small springs but it's harder iirc

wraith gust
#

Also yeah, that's much harder to do with smaller springs

civic cloud
#

I'm disappointed Wonder didn't give us Bubble Bros

#

Purple helmet and shell

stoic lava
#

Shuriken bro with different purpose

#

😨

fossil token
#

finally finished this level after like eight months

fickle tapir
#

why the @stoic lava pace?

stoic lava
#

Pace

fossil token
#

because there is nothing going on in the level

#

its just filler and meant to look cool

stoic lava
fossil token
#

also, this is doing well

fossil token
stoic lava
#

18K 🤑🤑

fickle tapir
fossil token
stoic lava
stoic lava
fickle tapir
#

3 audi

stoic lava
#

100% real no fake

stoic lava
fossil token
#

Hats how much I have made from the short

fickle tapir
#

OMG

#

2 DOLLA DOLLA

#

🤑

fossil token
#

im still waiting for google to send a verification code to my house so I can claim the money though

lapis lark
#

the super ball does not like slopes

fossil token
#

yeah lol

wraith gust
lapis lark
#

that reminds me
no idea if this is intentional or a bug but the 1up sound after getting 100 coins didnt play in the video

analog oracle
#

usually when theres a lot of sounds the game starts muting some others

lapis lark
#

ohh

fossil token
wraith gust
#

Maybe you mentioned it already but how's the hammer flower gonna be like? Is it gonna be like the Newer DS one or are you gonna add different/extra abilities?

fossil token
#

I think I might make it a shell hamer powerup hybrid like newer

#

if not it will be like smb3

stoic lava
#

Make like smb3

#

Newer one is too op

fickle tapir
wraith gust
fossil token
analog oracle
fossil token
#

what design lol

#

this level is just filler

analog oracle
#

i still like the design marioready

fossil token
#

sound effects fixed

#

I just stole wills code to extend the table

#

also dang

#

80 views in less then an hour

stoic lava
#

"My hack is shit"
The hack:

analog oracle
#

LMFAO

tepid temple
#

Whatever I was gonna release it anyways