• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)

New profile posts

coming back to lizard of zoldo tryforcing heroine is really hard because nobody plays it anymore.
Sora655
Sora655
yeah i already got every single costume, i just wanna play the game because it's p fun
Mint
Mint
If only they would release some DLC so people would start playing again so i can play it online for once again.
Sora655
Sora655
honestly there are still people online, it's just that all of them are in the last area / dunes. i actually tried finding a game with no challenges in the woods and i found one other person who was actually AFK from waiting so long (im pretty sure they were new too). nintendo really needs to try to revive the game
God, I just got a repro of the Cave Story port for Genesis and my stupid capture card won't work. Grr...
Parkraft123
Parkraft123
why would you get a repro of the Cave Story Megadrive port? it isn't even finished yet.
mckgamer
mckgamer
It's a nice conversation piece since the boxart and cartridge are really well done and I have alot of friends who like Cave Story. Plus I believe it uses a flashcart.
Hey, I decided that I'd ask you here rather on the forum topic for it, mainly because I'm not a big forum user on any site, so I'm not sure how bumps work at all.

Anyways, my question is if you are aware that the download for the Cave Story fourth ending for the Windows non-plus version has been taken down on MediaFire? It's a mod I've been anticipating to play for a while, and that really bummed me out, because I don't own Plus yet.
HaydenStudios
HaydenStudios
Oh dear! Thank you so much for bringing this to my attention. I could have sworn that I already dealt with this already, but it looks like that wasn't the case. I'll try and get this resolved.
UnholyPens
UnholyPens
Ah, no problem. I hope to see the download back up and working soon!
The moon settles down/Who knows what the 'morrow brings/The sun is slowly rising/Who can live with what they've done
Tfw feel like drawing since quite a while now but can't seem to come up with something, getting inspired is tough!
I tried to add gravity to the NPC to discard pass falls to the ground

offset NPC076

push ebp
mov ebp, esp
setpointer

add npc.Y, 5FF
mov npc.framenum, 0
cmp npc.directive, 1
jmp :render

:render
setpointer
mov edx, npc.framenum
mov npc.displayL, 0
mov npc.displayR, 10
mov npc.displayU, 20
mov npc.displayD, 40
mov esp, ebp
pop ebp
retn

mov esp, ebp
pop ebp
retn


This is the code. What's the problem ??
Back
Top