#New++ Super Mario Bros

1 messages · Page 14 of 1

fossil token
#

yup, he did lol

analog oracle
#

github/pete420griff/nsmb-stuff/poweruptemplate/readme.md
readme contents:
jpg why

#

time to prepare the bubble flower MrZtardust

#

ok in all seriousness i dont plan on doing any of that till im working on w2 .p

stoic lava
#

I mean, she wanst going to share it anyways, so i send it so she could analize it

fossil token
#

I literally just wanted it to see how you dealt with point sensors and ground collision lol

fossil token
fossil token
#

im looking through my legaly obtained nintendo tools and im looking through a guide for midi stuff

#

hmm

#

i might try the nintendo music tool if I have it

fathom kraken
#

What's nintendo music? The app?

fossil token
#

dang this imd editor is cursed as hell lol

#

wait, g3dcvtr is a nintendo tool?

vernal thicket
#

yes

fossil token
#

dang

#

I didnt know that

#

then why is it so easy to find lol

fossil token
#

someone add the word ban to this hammer so we can make it a ban hammer flower emoji

#

now I need to add a way to load a diffrent shell model depending on the player's powerup state

fathom kraken
#

Poorly made haha

fossil token
#

world based shell retextures lol

fathom kraken
#

Is the hammer suit power up sprite from newer ds?

fossil token
#

the hammer part is

#

the stem is my super ball stem

fathom kraken
#

Ahh

fossil token
#

im kinda stuck on the shell drawing

#

its getting late for me though tbh

fossil token
#
NTR_NAKED static void changePlayerShell() {asm(R"(
    LDR        R0, =0x02088c0c
    LDR        R0, [R0]
    CMP        R0, #5
    LDREQ           R0, =1888 - 131
       BXEQ            LR
    LDR             R0, =2373 - 131
    BX              LR
)");}

ncp_call(0x0212e1b4, 11)
void playerLoadShellHook(){
    FS::Cache::loadFile(1888 - 131, true);
    FS::Cache::loadFile(2373 - 131, true);
}```
#

this is the code so far btw

#

im reading save data to see if I should render the parashell model or the hammer shell model

#

I think I need some help though

#

how would I reload the shell when the players powerup state changes?

#

I think I need to rewrite this

fossil token
#

2k subs

stoic lava
rich palm
#

I love how the Superball Flower can collect coins like in Mario Maker

#

Also, the Twilighters being used like springs is endlessly amusing

wraith gust
civic cloud
#

Aren't Shuriken Bros pink?

stoic lava
#

Purple-ish pink

civic cloud
#

Ok

#

They kinda do the same thing actually

#

Horizontal flying projectile

#

It just happens that one is faster

fossil token
#

30k views, this is got algorithmed

fossil token
#

I still need to make them able to break blocks from below/above

#

and I need to find a way to allow them to activate ? blocks

#

as they can only activate the double and tripple blocks

fathom kraken
#

Also, I watched the video and the balls bug with slopes right?

fossil token
analog oracle
stoic lava
fossil token
#

its part of the powerup hirachy code hack

#

in my case it would be diffrent to yours due to my extended powerups not being the same

#

I wonder what these say lol

wraith gust
#

Paste them in a translator

#

I got a bunch of Japanese comments in my short too, but cba to read all of them, and it's not like I'm gonna respond to them anyways Clueless

analog oracle
#

they're smm2 japan experts

#

totally

fossil token
#

they were just saying good hack and redstart secion is chaos

wraith gust
#

Good hack 👍

stoic lava
#

How could i make the hirarcy higher?

stoic lava
fossil token
#

I need to redo the whole bubble powerup system

#

its so broken

analog oracle
#

-# hi jpg

stoic lava
#

-# hi frosty

wraith gust
#

JPG moment

onyx lantern
fossil token
#

the views just keep going up, I think I should stop working on new++ and just make speedruns

wraith gust
#

I was considering the possibility on working on a hack that is made of only kaizo-ish speedrun levels, but that'd possibly take a long time

#

Free dopamine for everyone

fossil token
wraith gust
#

If I do that The Missing Lands would end up being released in 2057 Boozy

#

Not a bad idea tho

#

(The B side speedrun thing)

fossil token
#

Ur probably gonna release ur hack before me no matter what though

wraith gust
#

I believe either JPG or me are gonna be the first ones

fossil token
#

You both don’t code everything in your hack urseleves, that takes up so much time for new++

#

Like I haven’t even finished normal Roy yet

#

Well I only need to make the fight end after half of phase two

#

Then the b side is just all that really long Roy fight with phase two and three tacked on

#

Then another phase one to end it

wraith gust
#

My biggest concern is running outta ideas, overwhelming myself too much, or delaying the hack to a point where people will lose their interest on it

analog oracle
#

i haven’t gone through bigger coding procedures yet tho I probably will for w2 and onwards HappyFlower

fossil token
#

Same level gimmicks with a twist in them

wraith gust
#

I'd personally like to make them completely new levels, 160 unique levels in a single hack would be crazy, but that's probably a very ambitious goal

fossil token
#

It is

#

There isnt enough course parts in nsmbds to do that lol

#

Oh yeah, I’m also thinking of having levels that have powerup spawner to introduce the super ball flower and smth like that for the other custom powerups

#

I don’t know how well it would work though

wraith gust
#

How about a tutorial level introducing all of the new powerups?

fossil token
#

Maybe

#

I’m not sure yet

#

I need to finish the hammer first and fix the reserve system

#

Someone pls help me with the shell system

fossil token
#

do any of you know what this means?

#

I feel like it fits the fight being in the snow a bit better

#

also

#

another problem I have is where the hell do I put the mummy pokey fight

#

my current idea is to move mega goombas castle to world 2

#

and put mummy pokey in w4 since the last few levels of twlilight town are desert

fossil token
#

I wish I could keep the loop point data from sticker star instead of having to recalculate it when I compress the song

fossil token
#

Im doing smth evil

#

ALSO

#

dont ask why im using player instead of stageentity3danm

#

its old code and Im scared to touch it as it lol

#

maybe four laki helpers is to much for the game to handle lol

#

three also breaks the game

#

hmm

#

lol crashes can be fun sometimes

#

I think one of the B side laki helpers is using one of the a side laki helpers variables

#

ahh, so lakihelper1 & 2 are used 13 times whilst lakihelper 3& 4 are used 12 times

#

I missed smth

#

lol, lakihelper three and four's lighting is being attatched to lakihelper 1

#

that might be the cause

#

perfect

#

I plan on keeping helpers three and four a bit further away just to make it harder to dodge but also more fair

fossil token
#

I found the optimal distances to prevent the lakitus from despawning and to keep it fair

#

that took a lot of work lol

lapis lark
lapis lark
fossil token
#

here we go

#

after an hour and a halfs work

#

I think I got all of the crashes fixed

bronze shell
analog oracle
stoic lava
#

Not newer wii tho 😭

#

Newer ds by other hand.... yea dump that shi-

bronze shell
# analog oracle 😭

I never understand why people don't have any age limits for social media in general

wraith gust
#

More like the IQ limits

#

Intelligence is getting lost these days

analog oracle
#

#quote

fossil token
#

People don’t understand what “Its done when its done” means

#

I’m a single person with ADHD working on a hack lol

#

I can’t make any release promises without sacrificing 95% of this hacks quality

fathom kraken
#

Meanwile, a random Japan person;

rich palm
#

Ngl I would savestate the heck outta the B sides too

lapis lark
#

tempted to tell em its releasing on the 30th of february

#

youd be surprised at how many have fallen for this joke 💀

rich palm
#

December 32nd 2999

fathom kraken
#

When the sun explodes 💀

fossil token
#

also this person going on about w9, I have already told them that I can’t check if the B sides are complete as changing save data is ass

#

And my plan is to scrap w9 as I already am making 160 levels

fickle tapir
#

trust no savestate need from my gameplay marioready

fossil token
#

Beat bbjrsbs B side with no save states

fickle tapir
#

send it then

fossil token
#

here

wraith gust
#

It's in pinned messages

fossil token
fickle tapir
#

im idiot

#

i forgot you even posted the FuckUNwav.xdelta

fossil token
fickle tapir
#

whats the rule on powerups

#

,do i have to start as small mario or can i be para(android)shell

fossil token
#

hmm

#

ill let you use the paraandroidshell

fickle tapir
#

k

analog oracle
#

paraandroid shell 💔

fickle tapir
fossil token
#

oh yeah

#

I forgot to overite on ground pound for the bosses

#

so dont ground pound them

fickle tapir
#

SHIT

#

😭

#

done

#

and theres more

fossil token
#

well

#

ur lucky that the doopliss and fingor boss fight rooms are empty

#

because I havent coded them yet

#

:p

fickle tapir
#

i can get to the scuttlefucker consistantly

fossil token
#

the scuttlefucker is the easy bit

open nymph
# fickle tapir

You should change the UI :3 to make it look fresh, I don't know about programming but I like how the project is going :3🫶

fossil token
#

That’s just smth that isn’t as important

#

It’s really easy to do and I’ll do it at the end

open nymph
#

okay brother, success, greetings from chile brother from the "Poblacion Santa Adriana"

#

🫶

stoic lava
#

Actually she's a girl

open nymph
stuck grotto
#

I didn’t know the Celeste fan was a girl either /j

fossil token
#

I’m nearly home from work but cps wants me added to my sister’s restraining order against my dad today, looks like I’m going to have to go the police station instead of working on new++ when I get home. Fun

open nymph
fossil token
#

Finally out of there, they are so understaffed so you have to wait so long

civic cloud
fossil token
#

im tempted to recode mummy pokey from scratch to make it a tower power pokey fight and im also thinking of adding a version of pokeys that can be jumped on to make tower power pokey make sense

rich palm
#

Maybe make those Pokeys the green ones?

civic cloud
#

Yeah

#

Just like SMB2 and Sticker Star

fossil token
#

That’s what I was thinking

civic cloud
#

Those Pokeys could have the flower or bald head while the regular ones will have the modern spiky head

fossil token
#

And I could reuse the code for snow pokeys

civic cloud
#

Yes

#

I was gonna suggest that

#

Another suggestion, Skellokeys from M&L PIT

#

Fireproof Pokeys basically

#

They can also breathe fire but it's fine if you don't implement that

rich palm
#

I fucking love the Skellokeys

fossil token
#

so, i cant use any more snake blocks in this level as I reached the limit

#

:c

#

what am I gonna do the the b side

fossil token
#

some code somehow messed with this starcoin lmao

analog oracle
#

white starcoins actually look kinda cool ngl

wraith gust
#

Silver star coins

#

Wait, that gave me an idea

#

How about making the three star coins use a different texture, and you make a bronze, a silver and a golden star coin?

#

Well, nvm, it'd probably be really hard, specially considering uiStudio crap

fossil token
#

that would be kinda cool ngl

#

shouldnt be to hard

analog oracle
#

could it be a palette swap?

fossil token
#

but as you can see my vram is dying, especially in this level

analog oracle
fossil token
#

ninjis and multiblock could be more optimized though

analog oracle
fossil token
analog oracle
#

but what if you skimmed the bronze star coin and went for the gold one or the silver one instead mariothonk

analog oracle
wraith gust
#

You accidentally pulled a JPG smh /j

lapis lark
#

silver star coin goes hard

#

awesome bug

fossil token
#

so I can make ninjis and multi blocks them

wraith gust
#

I thought the Ninjis were NCG's, like the goombas and koopas

analog oracle
#

what im terrified is how to handle oam animations 😭

fossil token
#

nope, they are four planes lol lol

#

every fame is a diffrent file to lol

analog oracle
#

yeah i saw the files and they're different nsbmd files 😭

fossil token
#

since they are old and I didnt know how to swap texture

wraith gust
#

😭

analog oracle
#

tho does it make much of a difference to load 5 diff files with 1 texture than to load 1 file with 5 diff textures

fossil token
#

anyways I have made some level, its totally not another speedrun one to try and make a short from

fossil token
#

I need to test to see if the bubble powerups will load

#

if they dont im kinda fucked lol

analog oracle
#

turn all the powerups into 16x16 nsbtx's 🧠

fossil token
#

why did this bitch load now?

analog oracle
#

inconsistent loading from vram 😭

fossil token
#

ok so vram is fine

#

weird

wraith gust
#

Sometimes when you place a shitton of sprites/actors in a single level, some of them will get glitchy or will not appear, I've already experienced this before

fossil token
#

yeah, that happend to me on bowser jr's battle ship

#

you will get a shy guy near the end of the b side open up a text box lol

wraith gust
#

It happened to me in my 4-Tower level, most sprites were glitchy or did not load after you re-entered the level, so I had to split it into 2 areas and use the area overflow bug for the Bowser Jr. fight

wraith gust
fossil token
#

anyways

#

how strict should I be with the timer in this level?

#

and should I include some shell jumps? The jap viewers love them

wraith gust
#

Make the time super tight, you can't make a single mistake or else the timer will run out, and add 28394839 frame perfect shell jumps in a row, and after that, add a section with a bunch of pswitch jumps

fossil token
#

ok

#

I actauly wanna do some P jumps

#

those are fun

#

I really need to extened the snake block cap to 255

#

P jumps are to easy

#

they are no substitute for extremely fast snake blocks

#

I could just use the lakithunder area tbh but nah, extending the snake block cap would be more fun

fossil token
#

I was playing Mario run and now I want to add these…

fossil token
#

its probably better now as jr cant skip the second phase now

fossil token
fossil token
#

Do you think anybody would notice if the lakithunder fight doesnt load bowser jr sound effects?

#

I need to switch out jrs stuff with smth else so other sound effects play in the level

#

I may even make a striped down version of this with the jr sfx if I have ram

fossil token
#

difficult jumps :3

fossil token
fossil token
#

This kid again, this is his third comment saying that

#

I respond to his first saying that it’s not possible a while back

olive owl
#

Just ban them from your comments lmao

lapis lark
#

I have a great idea, illy!
What do you think about making World 9 as a reward for those who make an effort to finish the levels of Side B?

#

🤖🤖🤖🤖🤖

fossil token
#

they think I can just do anything though

fossil token
#

who do u think?

stoic lava
bronze shell
stoic lava
#

LMAO

#

1000000/10

fathom kraken
#

Mr cash is cooked 😔

rich palm
#

Holy fuck lmao

rich palm
fickle tapir
stoic lava
#

She still use nwav bro

fickle tapir
#

oh

#

i thought she removed it after the fuckunwav.xdelta

fossil token
#

They do not take up
Much rom storage

#

I rip them with the loop points directly from the games they come from

analog oracle
fossil token
#

another dumb kit in this comments response

#

its this vid btw

#

who wants to respond

#

this is a kid who would probs keep arguing

stoic lava
stoic lava
#

I took my anger out on him, seriously

wraith gust
#

You can respond to these comments without being agressive JPG

olive owl
#

I don’t think that’s really helping, JPG :p

#

Oh hi Ztar

wraith gust
#

Hi Ndy

stoic lava
fossil token
#

I really need to disable notifications, my channel is way to big now

stoic lava
#

Its just not right but i couldn't help :/

olive owl
#

Chat throw rocks at JPG

vernal thicket
wraith gust
olive owl
#

LMAO

vernal thicket
stoic lava
vernal thicket
#

only dif with music would prolly be a slightly greater chabce of an automated copyright strike

fossil token
#

no warning comes up for those

vernal thicket
#

gotcha

stoic lava
#

Edited the comment and said that i was angry and discounted on him, and i apologized

fossil token
#

so, when do we ban JPG64 again?

wraith gust
#

Tomorrow

stoic lava
#

NOOOO explodes

#

Ndy, when you will release the update to ordinary nsmb with the ordinary mario?

#

-# add a jumpscare update?

fossil token
#

Oh yeah, school starts for me in two days so progress will probably slow down

stoic lava
#

Im not on school anymore (thanks God)

fossil token
#

on school? dang I have never heard of that drug /j

stoic lava
#

LMAO

fossil token
#

there are so many calls to the shell slideing

#

this is gonna be a pain to get them all for the hammer shell

#

and I still have no clue how to make it load a diffrent model

olive owl
#

painful bone cracking sounds

fossil token
#

LMAO

#

atleast the code for tis shit is pretty simple tbh

#
ncp_jump(0x02100c64,10)
NTR_NAKED static void shellCrap() {asm(R"(
    cmp         r0,#0x5
    beq         0x02100c64+8
    cmp         r0,#0xa 
    beq         0x02100c64+8
    bne         0x02100c64+4
)");}
#

so I just go the the cmp, hook it with this then branch back

#

its just make the if statement thicker

#

now I have like 16 more of those to do

#

got everything working besides shell slams

#

and maybe some entrance related stuff

#

overall though it didnt take to much code

#

ncp_jump(0x02100c64,10)
NTR_NAKED static void shellCrap() {asm(R"(
    cmp         r0,#0x5
    beq         0x02100c64+8
    cmp         r0,#0xa 
    beq         0x02100c64+8
    bne         0x02100c64+4
)");}

ncp_jump(0x021122cc,10)
NTR_NAKED static void shellCrap2() {asm(R"(
    cmp         r0,#0x5
    beq         0x021122cc+8
    cmp         r0,#0xa 
    beq         0x021122cc+8
    bne         0x021122cc+4
)");}

ncp_jump(0x02115cb0,10)
NTR_NAKED static void shellCrap3() {asm(R"(
    cmp         r0,#0x5
    beq         0x02115cb0+8
    cmp         r0,#0xa 
    beq         0x02115cb0+8
    bne         0x02115cb0+4
)");}


ncp_jump(0x02112430,10)
NTR_NAKED static void shellCrap4() {asm(R"(
    cmp         r0,#0x5
    beq         0x02112430+8
    cmp         r0,#0xa 
    beq         0x02112430+8
    bne         0x02112430+4
)");}

ncp_jump(0x02100e7c,10)
NTR_NAKED static void shellCrap5() {asm(R"(
    cmp         r0,#0x5
    beq         0x02100e7c+8
    cmp         r0,#0xa 
    beq         0x02100e7c+8
    bne         0x02100e7c+4
)");}```
olive owl
#

Out of curiosity, why code in ASM?

#

Probably a reason but I’m tired :p

analog oracle
#

would you rather: 100 lines of cpp or 4 lines of asm marioready

olive owl
#

Show me 100 lines Steve

fossil token
#

I find it much easier to do stuff like this in asm

olive owl
#

Ok

fossil token
fossil token
#

I’m a little salty that this video doesn’t have more views considering the viewer retention

fossil token
#

Messing around with eqautions for a hammer through arc

fossil token
fossil token
lapis lark
# stoic lava

i think you made the poor kid delete their comment
im not seeing it anymore

vernal thicket
fossil token
ocean pivot
#

atleast he apologized, tho second one wasnt necessary

fossil token
#

gotta love when the model doesnt load

#

I need to find this problem, the hammer loads even in the most intensive levels

patent ivy
acoustic granite
#

Is The Parashell Gonna Be Replaced With Hammer Suit@.

fossil token
#

yeah it was the type of texture that the hammer bros hammer used

#

it didnt like other effects

rich palm
#

Looking really good!

#

Do the Hammer and Superball Flowers replace the Mini and Mega Mushrooms?

fathom kraken
#

Do you use geogebra to make the path for the hammers?

fossil token
#

what the heck is that?

simple current
#

Confusing Isn’t It? @fossil token

fossil token
#

pls dont ping me

fathom kraken
#

It's a math program, I usually use it for animations

vernal thicket
#

pretty sure its desmos

fossil token
#

I just graphed an equation in desmos and tried to use it

#

And failed so I just used circular functions instead

fossil token
#

messing around with this hammer flower is pretty fun, the accel is a bit to strong but its really fun just being able to yeet a hammer across multiple screen lengths

olive owl
#

LMAO

fathom kraken
#

Pretty balanced

lapis lark
open nymph
#

I like the project and since you have programmed everything, I am waiting to try it on my old dsi that my dad gave me with so much effort

stoic lava
#

Bro its not the same powerup

#

The flying shell is one powerup

#

And the hammer is another one

open nymph
#

but

stoic lava
#

The hammer one cant fly

#

Itll have a diferent shell

open nymph
#

and why do they have wings?

stoic lava
#

Its not the diferent shell yet

open nymph
#

ok ok bro

stoic lava
#

It will be like this

#

(But mine is a wing, wich is a non-working shell (u cant enter it) and a shell that isnt really a shell)

stoic lava
#

Ngl

open nymph
stoic lava
#

Yea i also played newer ds once on my 3ds

#

Cool experience

#

Bro those hacks being developed in this server are so good to play on console

open nymph
#

yesssss

open nymph
stoic lava
#

Same bro

open nymph
#

I'm waiting to try it on my dsi sjsjdj, I hope it doesn't explode

stoic lava
#

The only hacks with custom items are newer, mine, new++, asmb (the flying shell) and sarasaland advance

#

New++ is the one with the most powerups

#

Thats why i said and im saying again, this hack will be the greatest one, illy doing s great job

open nymph
#

It would be very good if they added to the powerup leaf

stoic lava
#

Same

#

Bro ill check for more hacks with new powerups on hack domain

open nymph
#

okay broo

ocean pivot
stoic lava
#

Its canceled, nld was making it

fossil token
#

I’m replaying 3d world and I’m at the level that w8 is inspired by

fossil token
#

@tepid temple when writing code for your custom powerups, did you ever encounter a problem where the player's powerup state would change back to the super state when changing areas?

#

dw

#

found what I need to fix

#

there is a lot of shit like this

fossil token
fossil token
#

so close

#

this is the b side chase btw

#

the hammer made it so much easier

fossil token
rich palm
rich palm
fossil token
#

Hammer yoshis

steep goblet
civic cloud
#

Yeah I was expecting the Yoshis to just have green on the white parts to be consistent with the fire flower form which gets a red coloration there

fossil token
#

I have an idea about how to make some of the powerups look better on the bottom screen

#

I think I can cut the mushroom and mega mushroom in half

#

Then render it and itself fillped

#

That should give me room to make a proper hammer flower

#

And the red star and mushroom look fine as a 32x32 so I’ll leave them

stoic lava
#

I WANNA HUG IT SO BADDDDD 😭 😭 😭

fathom kraken
fickle tapir
fossil token
#

I’m gonna try that thing I said I would do with the fire flower/super flower bottom screen textures

#

Also, does anyone know if there is a way to extract a world map model and keep all of the path animations in tact?

#

I need to cut the w7 map in half so I can make it look half thunderstorm

analog oracle
#

have u tried exporting the wm and the move.nsbca and then converting both together in apicula?

fossil token
#

I haven’t attempted it yet, I have never had good results with apicula though

#

It’s not that much of an important thing

#

Also, update on the demo

#

I’m thinking of releaseing a version without the custom player code that runs on real hardware and a desume version that has the custom player model code

#

I still need to add the ndy Mario model

#

@olive owl when I add your character to new++, what changes do you want to the move set. Yoshis have flutter, Luigi has high jumps, wario will have a dash and waluigi will have a double jump.

olive owl
#

Maybe the galaxy spin jump?

#

Guess that's double jump with extra steps lol

#

But maybe the spin could break blocks or something

fossil token
#

Oh that’s cool

#

I’ll try it

olive owl
#

Good luck! marioready

rich palm
#

They do look very cool

lapis lark
#

my face when peak modding just keeps getting better

fossil token
olive owl
#

Touch!

analog oracle
#

warioware gold marioready

onyx pilot
fossil token
#

yeah, for the super ball its a fire flower with a diffrent palatte though

#

im currently trying to cut the fire flower in half and render itself and itself fliped to save space

onyx pilot
#

I think with that current trick, you'd have space for about 12 more powerups or so

#

But ideally, should find out how to expand it and use the full 64x64 😅

fossil token
# fossil token lol

this shits being a bitch, I cant find out how to make it render normaly lol

#

by that I mean as a 32*64

#

a 64*32 works fine

#

is that how its rendering?

#

I think it might be

#

there we go

#

now I need to more it in place and render another one thats fliped and then ill have more space for powerups

#

the stupid idea actauly works lmao

#

got it

#

the super ball also looks fine like this

#

I might move the mega mushroom into that gap since I can cut it in half and make a better hammer flower where the mega shroom is

ocean pivot
#

mega 1-up Boozy

rich palm
#

Gives you 5 lives on the spot

fossil token
#

and thats the new mega shroom done, now I need to make a 64*64 hammer flower

analog oracle
#

cutting in half every powerup reserve must give so much space lol

fossil token
#

cant do every one

olive owl
#

Blueshell: heheheha

analog oracle
#

i mean

#

if ya make the shell front face u could 🤔

fossil token
#

hammer

#

I think I can cut the bottom left corner out of it if I need space for smth else

#

so now only the mushroom and redstar look like ass but I dont care about them tbh

#

I still need to work out the hammer shell loading though

stoic lava
stoic lava
fossil token
#

not that bug

#

model loading

#

with the para shell / hammer shell

stoic lava
#

When i entered another area the shell goes back to the acorn wings, and now its fixed

fossil token
#

I dont use wills code for shell loading

stoic lava
#

Ah oki

fossil token
#

its not compatible with the player model crap I have for yoshis and wario and crap

stoic lava
#

Im curious on how your vram didn't released a gamma ray burst yet lol

fossil token
#

because vram is not a problem lmao

#

I dont know what shit your doing that kills it

stoic lava
#

Unoptmized models MarioPraise

fossil token
#

my shits not optimized at all

analog oracle
#

the only vram problem i've had is when i tried loading 8 models that are all 25 kb+ GoalSkull

fossil token
#

I do t know if I’ll have time to fix it as I have like six hours of homework to do

fossil token
#

I think I have another idea on how to fix my blue shell model crap

#

I probably should just use wills code but I don’t really understand how it works so I still wanna try and do this myself

fossil token
#

looking at this, I think I have the room to make a proper red star and super mushroom

fossil token
fossil token
#

FUCK YES!!!!

#

I GOT WILL'S CODE TO WORK

#

I DONT HAVE TO WORRY ABOUT THIS C*NT OF A BUG ANYMORE

lapis lark
#

🎉

fossil token
#

just finished off the models

#

its so weird having a parashell with proper lighting lmao

#

and thats the hammer state

#

wills code broke my head palette related code though

#

with every problem (kinda) solved another one comes

#

now all the yoshis are fucked

#

I do this shit to change how the yoshis work as they are pretty optemised and dont need so many colours

fossil token
#

well I think im going to have to rewrite some of this crap

fickle tapir
#

(how does that even happen 😭 )

fossil token
#

I cant sleep because my adhd is hyperfixated on this

#

problem solved

#

well kind of, I still need to add the if statments for wario and the yoshis

civic cloud
#

Cool

#

Can that form still be able to roll? I personally thought the Newer DS hammer was OP since it could both roll and toss powerful projectiles

fossil token
#

it can still shell roll

fossil token
#

lmao I forgot that I still have this really broken wario head model

#

the funny thing is that nld's wario head model from wario time is also in the rom, I just dont have the model using it for some reason as I used to like playing levels blindly with this obstructing my view lol

#

ok now I got normal wario again lmao, nld said I could use his wario head ages ago btw

#

the body is one that I ripped from 64ds

#

the one problem with wario is that hes so think that he doesnt fit in his shell

#

I forgot how unfinished wario's palette is lmao

#

there are some slight problems with the model to

#

I dont think its a major problem though

#

its really hard to tell when the game is not scaled up like mine is rn

#

nld's body model doesnt have that problem :c

#

I might ask nld if I can use his body model in the future

#

well I just copy and pasted the normal palette with nitro paint

#

I really should condense mario and luigi's palattes to be like this

fossil token
open nymph
open nymph
fossil token
#

It’s not that

#

I just fucked up the model because my 3d modeling skills were shit at the time

fossil token
#

also, dang 77k

#

Who knew that trying to make a video that would get a lot of views and that would hold a viewers attention would actauly do that

fossil token
#

Ndy mode

fossil token
#

ndy mario is real

#

I need to give him a super ball and flying mario palatte though

#

I think ill also strip down each palette to 64 colours like wario

#

LMAO, ndy does not like the hammer and flying state

fathom kraken
#

Looks like spongebob lmao

lapis lark
rich palm
#

^^^

olive owl
olive owl
fossil token
#

Annoying kid

analog oracle
#

that feeling when ur famous, you get hit by the dumbest people 😔

fathom kraken
#

Why not giving him in adoption? 💀

stoic lava
fathom kraken
#

well them...

#

"Fix him"

#

Like the dogs

bronze shell
lapis lark
#

whenever i encounter people like this i can feel my brain rotting if i engage

bronze shell
lapis lark
bronze shell
fathom kraken
#

Chill tomato? More like Sigma Tomato

rich palm
#

Since I was like

#

Idk 4 or 5

#

Also, I agree with Tomato

#

Yoshi's just a fun option

#

That being said, I'd likely alternate like I did in N*wer bc each character definitely has their own usage cases

fossil token
#

Gonna try and rewrite the cannon balls today

#

Also, I didn’t make any progress yesterday as I had homework to do and was part of a pride march

stuck grotto
#

Pride March :0

bronze shell
#

have a great day

fossil token
#

cannon balls have been fixed

#

they can now be killed by hammers and have a death anim, aka falling off screen instead of exploding

quaint gorge
#

Hey I love your hack

#

Nobody will know what I wrote before

lapis lark
quaint gorge
#

No

wraith gust
#

I saw what you added, and Illy can see it too 🫵heheheha

quaint gorge
#

Alright I wrote that I think her hack might be better than expected

#

You got me guys

lapis lark
#

😭

wraith gust
#

I love your hack too Illy

quaint gorge
#

I saw what you wrote

wraith gust
#

No you didn't heheheha

quaint gorge
#

You said you like the new characters

#

but felt emberassed to leave the compliment public

wraith gust
#

You caught me

lapis lark
#

awesome hack

wraith gust
#

When Illy sees the logs she will get mad

analog oracle
#

illy is probably more calm than any of yall 😭

fossil token
#

Umm that’s interesting

#

I can add an estrogen flower if u want ztar

#

It makes all the characters female

analog oracle
#

super crown ported to n++ 😭

fossil token
wraith gust
#

Bowsette in N++? 🥺

fossil token
#

I started writing it myself then He just sent it to save me time

quaint gorge
lapis lark
bronze shell
#

nah, couldn't be

fossil token
#

The short hit 100k

fossil token
#

it looks like the roy fight is broken...

#

its just not loading

#

I hope I can find the cause

#

there are over 600 lines though

#

this is gonna be a pain

fossil token
#

I cant trace down the crash

#

the fight needs a rewrite anyways

#

so I guess thats on my todo list now

fossil token
#

larry is also being compleate ass

#

like wtf is this shit

fathom kraken
#

Are you planning on making All of the koopalings?

#

Is there enough worlds for all of them?

fossil token
#

Welp, I guess ima take a backup of larry and make a start

fathom kraken
#

Lets gooo Lemmy on nsmb is real

fossil token
fossil token
#

The fight is already so much better and so much less buggy

#

when I finish the rewrite i think ima release larrys tower

lapis lark
#

kill people with hammers

rich palm
fossil token
#

Gonna finish the Larry fight rewrite when I get to school

#

The he fights turning out so much better than the original fight

#

I don’t know if I’m gonna keep the shell charge though

#

I might do a shell slam instead

stoic lava
fossil token
stoic lava
#

Sorry QwQ

crude stirrup
#

Bullet Bills can be defeated by hammers but not Cannonballs

fossil token
#

They literally act like fire balls

#

Well code wise

#

They are fire balls with a few extra checks

crude stirrup
stoic lava
crude stirrup
stoic lava
#

Bubble projectiles but for mario kill enemies

fossil token
#

I need to send u the updated cannonballs

#

Well it only matters if you want them to be able to be killed by ur custom powerups

stoic lava
crude stirrup
stoic lava
#

Idk if its hard or not tbh

fossil token
#

They haven’t been coded yet

stoic lava
#

^

stoic lava
# tepid temple No

Wait shurikens and boomerangs arent fire flower code wise? I thought it was because of the "fireFlower callback" i saw on the code

fossil token
#

They just have the same collision checks

#

That’s what I mean by are like fire balls

stoic lava
#

Ah

fossil token
#

just make the model file your one and it should be good

stoic lava
#

Oki 😉

#

Thx!! ^^

fossil token
#

the larry jump and fire states are now done

#

ima recorded it

#

and hope that I can upload it

#

ended up just taking damage so larry would kill me to make it shorter

#

still waiting for it to upload lol

#

done

lapis lark
#

good job

#

-# also i cant tell if that death was on purpose or not

open nymph
#

great fkin job

#

luv for the mod

fathom kraken
#

She started doing them Loong ago

fossil token
#

My google addsense pin just came!!!

#

that means ill be able to claim my money finally

#

https://youtu.be/Z87d29eWsXY I finished rewriting larry, some animations are still funky but redoing the model and anims is smth for future me. The larry fight now has 250 less lines of code which shows how much my coding skills have improved since I wrote him orignally, some things such as the sound effects and partical effects still need some work though

This fight had a lot of bugs in it and a lot of messy code so I rewrote it, it now has 200 less lines of code and is way smoother. I would really appreciate it if you could be really nitpicky about things in this fight that are not smooth but not about the animations, I know not all of them are correct but when I made this model and animations i...

▶ Play video
civic cloud
#

I love how smooth this is

#

I thought the shell roll was a bit weird initially but you fixed it

#

I noticed that unlike in other games, Larry immediately rolls when entering his shell instead of waiting like a second or two, is this intentional to make it harder? Or is it something you're gonna work on?

fossil token
#

so random thing with larry

#

sometimes he changes his state to the shell charge right before you land your stomp

#

should I add about half a seccond where landing on him after he enters hit shell doesnt damage the player?

olive owl
#

Half a second seems too long, but I think an inbetween where he only knocks back the player would be good

fossil token
#

yeah, it will probably be like 10 frames

fossil token
#

Fucking taxes

fossil token
fossil token
fossil token
#

Well, here is the next demo

#

The purposs of this one is that I would apritiate if yall could find any bugs in the larry fight

fossil token
#

Have you found any crashes?

#

I found one with the hammer shell on real hardware

onyx lantern
fossil token
#

I can’t decide if I want to start the Roy rewrite or start work on another koopaling

#

If any of u have ideas feel free to drop them

#

Well, the lemey fight is already planned out

fathom kraken
#

For Ludwig's fight you could do so the stage has some Bricks that when hit by Ludwig's magic turn into twomps and then back to bricks.

pine palm
stoic lava
#

Rewrite it i think dont nescessarely means that you're remaking it because its bad, but because you think you can improve it and make it better

fossil token
#

it crashes the game and doesnt work on real hardware

pine palm
#

oh in that case

fossil token
#

working on getting the player code working on real hardware again

#

I have got this far on melon, I might test it on my ds after school today

stoic lava
#

LMAO Yoshuigi

fossil token
#

the problem is with this bit lol

#

ima debug it after school today

fickle tapir
#

what happens if you remove it

lapis lark
#

😭

onyx lantern
fossil token
#

I think ima start working on lemmy soon

civic cloud
#

Any special gimmicks in mind?

#

Or is it the vanilla fight like Larry?

fossil token
#

Well, I have some ideas

#

it depends on what I can pull off

#

im thinking phase one will be vanilla and phase two he will be standing on his clown car and flying around on it using it as a ball

#

and I also want to use bombs

civic cloud
#

Perfect

#

The Clown Car has a knockback effect, right?

fossil token
#

yeah

#

so I think doing that ill be able to take the gimmic of lemmys w3 castle fight from wii and make the fight actauly about platforming on the balls

fossil token
#

well time for the fun part of making the textures and crap then importing the animations and striping down the model

#

this lemmy texture is 1/16 of its orignal size

#

I hope that isnt to small

fossil token
#

do you think people would notice if I cut this off lemmy?

fossil token
lapis lark
fossil token
#

introducing Larmy koopa

onyx lantern
#

YES LEMMY

#

-# this gif is perfect-

fossil token
#

I love that gif

#

paper lemmy used to be on laptop background for like three years

onyx lantern
civic cloud
#

I love all the Koopalings

#

Can't pick a favorite nowadays

stoic lava
#

For me its lemmy

civic cloud
#

Btw a few days ago I saw Morton Jr in a dream

#

He was talking normally tho, not like in Color Splash and the follow-up games

olive owl
#

i.e. you get hit every time

stoic lava
#

LMAO 😭

#

Wait

#

Demo released?

stoic lava
#

OMG

fossil token
fossil token
#

How did I never think to test that

stoic lava
rich palm
analog oracle
#

grown up Larry looks cursed lmao 😭

#

LEMMY**

fossil token
#

Yay

#

I have a shit tone of comments to respond too

fickle tapir
#

you can just heart em and move on

fossil token
#

True

#

Anyways, ima start work on lemmys animations when I get to school

#

I honestly need a team to help me make levels as all I usually want to work on is b sides and code but sadly all the people who i would ask are busy in their own hacks

quaint gorge
fossil token
#

U will only get 20 though because the $30 tax or whatever

stoic lava
fossil token
#

I honestly would consider u tbh, u can make good enough levels and I would just have to polish them

fossil token
fossil token
#

lemmys model does not like me today

#

I have to fucking restart

fathom kraken
#

You gotta love Ñemi

fossil token
#

fixed him

#

I decided to look into it and there was a problem with the weight paint crap

#

so I should be able to finish ripping the animations later today

stoic lava
#

Cute

fossil token
#

smash or pass

#

So how long until jpg begs for lemmy?

tepid temple
fossil token
#

In my head lemmy is second oldest tbh

stoic lava
#

I think he's the youngest

#

Even the magic wand dont spawn harmfull stuff but toy balls

fossil token
#

aww we got a toxic two year old

#

troon is a slur used to insult trans people btw

stoic lava
#

LMFAO

#

"Pulling that stick out of your ass" 😭

stoic lava
analog oracle
#

what does that even mean 😭

fossil token
#

honestly no clue, all I know its thats its a slur againt trans girls

lapis lark
#
stoic lava
#

Like

#

Why being transfobic/homofobic? Its not funny as they think it is

#

Anyways illy, dont give a shit about those things, you're a good person ^w^

wraith gust
wraith gust
#

No

fossil token
#

Yeah lol, there is so much to consider

#

And all the custom collectibles and actors and crap

wraith gust
#

Yeah, it must be a pain, you must be really cautious so that some sections aren't cheese-able or find some game-breaking bugs

fossil token
#

oh yeah

#

I forgot to mention that I made some more progress on Lemmy earlier today

#

I ripped some of the animations

fathom kraken
#

New YT video!!

#

At least in this one the model isn't covered in ||strange substances||

fossil token
#

I hope this shell model is good enough lol

#

well thats the all of the main lemmy models donw

#

I gotta write doen a table with all of lemmys animations

#

add the sound effects to the rom and set up that shit

#

then do his balls

fossil token
#

I love how the animation file is larger than the model lol

rich palm
civic cloud
#

This hack's release will destroy transphobia 🗿

stoic lava
#

^

#

Illy is the best modder, and its impossible to say otherwise

stoic lava
lapis lark
#

the hack to end all terrible ragebait

#

🙏

stoic lava
#

Whats ragebait

lapis lark
#

people saying stuff for the sole purpose of pissing people off

#

like that transphobic comment

stoic lava
#

Ah

#

That comments is just bullshit ngl

civic cloud
#

Final boss should be Beldam

ocean pivot
#

final boss should be the main character from dark souls

quaint gorge
#

No, it should be a battle royale against 100 Mario bots as if they were played by jpg64

stoic lava
#

What the

#

This dont make any sense

rich palm
fossil token
stoic lava
#

Who's beldam

vernal thicket
#

ghost transphobe from ttyd

stoic lava
#

Ah

fossil token
#

Dang, the views on the larmy meme vid spiked

#

Honestly not bad in terms of how much I’ll make off it hopefully, that should jump to about $4

fossil token
#

Lemmy's ball test

#

the shading on it ends up being cursed as hell

#

smooth shade doesnt like it

#

I might use an icosphere instaed

#

the plan is to make every hexagone on the ball a star and every pantagone yellow

#

it will end up having more starts but who gives a fuck

#

I might just give him a really big ball

steep goblet
#

balls

lapis lark
#

lemmy's balls

fathom kraken
rich palm
stoic lava
#

It will fix the bad shade smothing

sinful rock
#

also i'm not sure if this is already known, but there seems to be an infinite height exploit involving long jumping into a wall

#

you can see me doing in the second half of the clip

fossil token
#

I know about the long jump thing but didn’t know about the mega shrimp thing

sinful rock
#

other issues i've encountered were

  • if you hit a question block with a custom item on its side using a shell or some sort of shell powerup, the powerup spawns partly inside the block
  • holding r with a red star and touching the goal post will softlock the game on the mario clear screen
fossil token
#

I think I forgot smth in the code for in mega defat

sinful rock
#

oh and also i'm not sure if it's a coincidence, but the game tends to crash on real hardware every time i have a custom item in storage and reach the end of any level

#

specifically red star or hammer flower

fossil token
#

yeah thats known

#

I havent gotten around to dealing with custom items in the wm scene

sinful rock
sinful rock
civic cloud
#

Talking about powerups, since you're probably using all 6 projectile powerups, I thought of sharing this compilation edit of all those forms for the Mario Bros, we have differing interpretations for superball and boomerang so I just felt like sharing my vision, and logically you can see how this affects Wario's forms

stoic lava
#

3 of those are in ssmb btw

#

And 3 of those in n++

fickle tapir
civic cloud
#

Oh yeah, I didn't add the Sakura form here 💀💀💀

stoic lava
#

The ssmb ones in the image are fire flower, boomerang and bubble flower

fossil token
civic cloud
#

Oh, I didn't know DS games are affected by palettes like that

#

Interesting

#

I always underestimated the amount of optimization that goes into 32 bit games

fossil token
#

The players only have four palettes

#

I could remake the Mario and Luigi ones and write code to change it but it’s a pain

civic cloud
#

I thought the graphical limitations were just related to the details on a model

fossil token
#

So I just carefully use the existing ones to make all the powerups seam like they have different graphics

civic cloud
#

I see

fossil token
fickle tapir
#

marioready make it so once you touch the goal pole you revert to big mario or fire mario like with the gold flower/tanooki in nsmb2

fossil token
#

That’s how it’s meant to be

#

It use to revert you to your previous powerup state

steep goblet
fossil token
#

You should of use the parallel beach cliffs

lapis lark
steep goblet
#

💀

fossil token
#

I wanna make another parallel level now

#

It’s been ages

#

I have been putting off the custom cheap skipper code for so long though

fossil token
# steep goblet

Also now you just need to add all the playable characters there, Luigi the yoshis, wario waluigi and jr

wraith gust
#

Illy, add Hatsune Miku as a playable character

fossil token
#

Nah if anything I would do teto

fickle tapir
#

you should add ndy as a playable character

fossil token
#

Already have lol

fickle tapir
#

wait that was fr? 😭

#

i thought you were joking

fossil token
#

I’m still working on the galaxy twirl for his character

wraith gust
#

Add custom giant ztar boss

fossil token
#

Ok

fossil token
#

Give me the model and I’ll make it a mini boss

fossil token
#

I can bring it back

wraith gust
fossil token
#

That game has a ztar model?

#

Where in the game is it used?

wraith gust
#

There are a few random times where if you land on a spot, you'll be forced to hit a brick with a star, there are 50% of chances you get a ztar instead of a star

#

That's actually where this emoji MrZtardust originates from

fossil token
#

Dang I have never got a ztar from those blocks lol

#

Is that from the star zone in the pinball bored?

wraith gust
#

Nope, it's something you can obtain if you're unlucky, there's even a collectible statue in the game's gallery if you get a certain amount of ztars

#

Aw lame, I thought it'd be available in the models resouces but it isn't FeelsBadMan

fossil token
#

Well

#

I can always try and get it then dump the model in melon

wraith gust
fossil token
#

I’m just gonna make my own tbh

#

I also need to make a dooplis model

wraith gust
civic cloud
#

The Ztar is actually an invert colored Star with a frown

#

The yellow becomes dark blue, and the black dot eyes become white

steep goblet
fathom kraken
#

Now the cartridge art marioready

sullen plinth
# onyx lantern https://tenor.com/view/lemmy-lemmy-koopa-lemmy-mario-mario-super-mario-gif-24135...

I know this was like, 3 days ago, but why do so many Koopaling fans always act like some Koopalings are objectively better than others and like some are objectively not good characters? Or make liking the characters be some sort of "this one sucks, this one is better" type of thing? I mainly see this with Ludwig against Larry but also Lemmy against Larry.

When it comes to the latter, it's often claims that "Lemmy is Larry but with personality" no, they both have unique designs and personalities.

I'll lore dump, to show why one isn't "better" than the other:

  • Lemmy is kind of an ironic character. He's the older than he looks and sounds trope, and despite being the smallest Koopaling, is the one to be all like "Lemme at em" when it comes to battle. He's mischievous and conniving, such as when he did the Emerald Circus show to humiliate Mario in front of an audience, but he's also an excellent illusionist and is passionate about putting up a show/doing magic tricks. He denies being short and has immature bits such as him and Iggy having an argument over who gets to press a button.
  • Larry is a multi-layered character who is quite deep. On the outside, he is sour, crabby and scared to trust, but is actually capable of being supportive and has a good heart deep down. He struggles trying to fit in with the others as well as keep up but really doesn't want to fight Mario or cause trouble, only doing so because he's scared of Bowser's yelling. It makes sense why he's bitter, he is a troubled child. Larry is out of shape, getting dizzy from all spinning, and while he has a reputation for being lazy due to his tendency to slack off Bowser's orders, it actually seems to be that he mostly has trouble focusing rather than it being deliberate, and can only focus on what interests him such as horseback riding, even becoming fixated on horses. I theorize that Larry is autistic for many reasons.

As you can see, both have their own appeal, not one being "better" than the other.

sullen plinth
fossil token
#

I want to embrace all the koopalings characteristics in their fights in my hack but it was kind hard with larry due to the nature of his charecter not wanting to fight