Cave Story - Rise of Ballos

What do you think of this mod, and why? Please tick only 1 of the first 5, and please don't troll.

  • 5/5, Really good

  • 4/5, Somewhat good

  • 3/5, Neither good nor bad

  • 2/5, Somewhat bad

  • 1/5, Really bad

  • ============= # This is just a space between choices, please do not tick this # =============

  • Needs better/more music

  • Needs better sprites

  • Needs more asm

  • Needs more levels

  • Needs to be easier

  • Needs to be harder

  • Needs clearer storyline

  • Needs more work on level design

  • Needs more dialogue/characters

  • Needs less bugs


Results are only viewable after voting.
May 13, 2016 at 2:18 PM
Catz R cool
Modding Community Discord Moderator
"..."
Join Date: Nov 23, 2015
Location: Somewhere within a world far away from reality...
Posts: 381
Age: 23
Okay, no one replied, I'm gonna introduce a new update anyway.
  • Updated the Critter Machine once again, I'm thinking that this is going to be the final version, except for maybe bug fixing.
  • Fixed Snake Mk3 showing level ups
  • Redid the Fuzzes, Fuzz Cores are now green, with normal Fuzzes red and Super Fuzzes blue. Super Fuzzes do double damage, have much higher health, and NEED to be one-shot killed in order for it to die. It's best that you don't anger them before you get a decent weapon that can deal enough damage!
  • Recoded the Spiked Balls, rewriting them from scratch using much less space. Now I no longer need to give @Bombchu Link any credit! Lol, BTW, if you're reading this BLink, thanks for encouraging me to learn assembly properly, I wouldn't have been able to do any of this if it weren't for you!
  • Added Large Spiked Balls, they do damage to other entities.
  • Added Omega II boss fight, slowly heals, shoots small spiked balls that explode after a certain (randomly generated) time, currently the death animation is bugged.
  • Added Sandy Edge map between Sand Zone and Frozen Caves, now renamed 'Frosty Grotto.'
  • Added Giant Spiked Ball, appears in Sandy Edge and chases you down a narrow path, does roughly 200 damage
  • Added Shot Volley attack for Rainbow Critters.
  • Made ALL damage to the player slightly randomised.
  • Made ALL EXP drops slightly randomised.
  • Coded a block that breaks and falls a while after you step on it
  • Fixed Fuzzes crashing the game occasionally when they begin chasing you
  • Edited some music
  • Fixed Labyrinth H bug
  • Fixed Monster X death animation crashing the game
  • Gave Beserk Core extra health
  • Nerfed Blade damage
  • Rewrote Super Spur code, the bullets now deal less damage than the Spur in the original game! But there are a lot more of them, and they continue to deal damage the longer they touch an enemy.
  • Fixed 2 small tileset issues
  • Fixed two 'You were never seen again' places
  • Fixed sudden spazzing of Lava Levels
 
Last edited:
May 13, 2016 at 8:30 PM
Junior Member
"Wow! The more I drink of this magical beverage, the more games I can play! Wheee!"
Join Date: Apr 17, 2016
Location: From the never.
Posts: 29
Age: 23
Hi this is a reply!

But seriously, downloading/playing the mod right now for the first time, gonna post what I think in this comment.

EDIT: Holy shit the amount of work that has put into the weapons, orgs, and tile sets is absolutely absurd. And unlike a lot of mods (including mine :p) this actually has good dialogue, I haven't gotten that far yet, but this have to the capabilities to one of the greatest CE mods of all time.

Can I use your lava background?
(The one that's used with water level to create the affect of lava flow.)
 
Last edited:
May 13, 2016 at 11:11 PM
Catz R cool
Modding Community Discord Moderator
"..."
Join Date: Nov 23, 2015
Location: Somewhere within a world far away from reality...
Posts: 381
Age: 23
Hi this is a reply!

But seriously, downloading/playing the mod right now for the first time, gonna post what I think in this comment.

EDIT: Holy shit the amount of work that has put into the weapons, orgs, and tile sets is absolutely absurd. And unlike a lot of mods (including mine :p) this actually has good dialogue, I haven't gotten that far yet, but this have to the capabilities to one of the greatest CE mods of all time.

Can I use your lava background?
(The one that's used with water level to create the affect of lava flow.)
Sure, I didn't even spend that long on it. Lol I just used the same sort of pattern from the Last Cave lava!
But if you're going to actually use the lava level system to deal damage, you'll have to do some assembly.
This mod wasn't all made with CE. For the weapons and more precise hacks, I used OllyDbg assembly to rewrite code, for the orgs, I used Resource Hacker, and for much of the NPC table I used Booster's Lab.
 
Last edited:
May 14, 2016 at 1:14 AM
Junior Member
"Wow! The more I drink of this magical beverage, the more games I can play! Wheee!"
Join Date: Apr 17, 2016
Location: From the never.
Posts: 29
Age: 23
Well I normally be satisfied with just the background, but now since you mentioned it, I should defiantly be trying to get into hex-editing. Whelp, here we go...
 
May 14, 2016 at 1:17 AM
The TideWalker
Modding Community Discord Founder
"That dog!"
Join Date: Apr 5, 2013
Location: In my mind and of my body.
Posts: 1640
Age: 26
  • Recoded the Spiked Balls, rewriting them from scratch using much less space. Now I no longer need to give @Bombchu Link any credit! Lol, BTW, if you're reading this BLink, thanks for encouraging me to learn assembly properly, I wouldn't have been able to do any of this if it weren't for you!

This actually made my day, I've seen some of the stuff you've done from a distance and it looks pretty legit.

I think I'll sit down and play your mod this weekend if time permits. ;)
 
May 14, 2016 at 11:12 AM
Catz R cool
Modding Community Discord Moderator
"..."
Join Date: Nov 23, 2015
Location: Somewhere within a world far away from reality...
Posts: 381
Age: 23
Um...yeah, I've just encountered about 7 bugs already in this version, for example dead armor gaudis turn into half a Sunstone... I'm trying to fix them ASAP, but I'm really busy right now...

Also...
This actually made my day, I've seen some of the stuff you've done from a distance and it looks pretty legit.

I think I'll sit down and play your mod this weekend if time permits. ;)
What do you mean by 'from a distance?'

EDIT: New Update:
  • Fixed dead Armor Gaudis having half a Sunstone sprite, basically I made the Dead Gaudi entity set its tileset to the NPC tileset 1 once every frame, counteracting the normal tileset.
  • Fixed impossible jump in Frosty Grotto, obviously caused by bad level design.
  • Fixed normal Large Critters acting like Rainbow Critters and shooting projectiles, because I gave them the wrong state table!
  • Fixed falling blocks not doing damage, occured when I was trying to make a new falling block that is of the small version, created when stepping on a crumble block, but I forgot to fix the original ones.
  • Fixed random crash in the Sand Zone, caused by a H/V trigger having a no-longer-existing TSC event.
  • Fixed H/V trigger in Sandy Edge, the one that caused you to be invulnerable to the Giant Spiky Ball.
  • Increased Northern Star damage
  • Increased Large Spiky Ball damage to other entities up to 4 damage/frame.
 
Last edited:
May 23, 2016 at 6:50 PM
Catz R cool
Modding Community Discord Moderator
"..."
Join Date: Nov 23, 2015
Location: Somewhere within a world far away from reality...
Posts: 381
Age: 23
May 24, 2016 at 2:46 AM
Eevee Enthusiast
"Big Joe Tire and Battery Restaurant! Opening Soon! Eat at Big Joes!"
Join Date: Mar 26, 2014
Location: Somewhere with Wi-Fi
Posts: 541
Age: 26
I didn't have much to do this afternoon, so I decided to give your latest update a whirl. Who knew? Maybe you actually listened to my feedback oh so long ago and fixed the mod up?

Disclaimer: I went straight to downloading this before reading the thread, so if I say anything that's already been said, that's why.

First off, you didn't put the contents of the .zip in their own folder.

Secondly, it starts in fullscreen by default.
not okay

p215297-0-82in96n.png

what is happening

it's a little weird that you need to press Z (or whatever is set to Confirm) to transition to the title screen
you would think that something would happen after the Doctor appears

p215297-1-srqykkv.png

well, i wish i wasn't having a conversation underwater

p215297-2-99laafl.png

the facepic was Curly for a split second before changing to Balrog
may want to check your script

and it happened again

and again

p215297-3-9vetlud.png

that's not how doors work

p215297-4-iuzjyre.png

loads of awkward sentence structure

text scrolled more than I expected, but the next thing Itoh says has a typo
"I'd" should've been "I've" I think

p215297-5-uoa5zbc.png

pretty out of character for a guy like Prof. Booster, tbqh

p215297-6-zx5wdu7.png

well that was sudden

p215297-7-wp7tehj.png

oh
it's this place again

killmenow

p215297-8-fhr71q6.png

you're kind of dead if you go down here first

p215297-9-otylzsa.png

*war flashbacks*

p215297-10-z2sahee.png

I've died on this spike twice now
it did 17 the first time
and 23 the second time
what??

why is this fat critter hopping like a small critter
variable jumps are neat i guess but
why??

p215297-11-ofbm3tf.png

i like how the little critter was the one to oneshot me with 13 damage

p215297-12-mtrsbx7.png

this thing literally just shat fury down my throat in shotgun blast form
and i died
ok

p215297-13-zstopmp.png

how the fuck do i dodge this

p215297-14-7s3wpbn.png

what the fuck

p215297-15-cdrw3ma.png

10/10 level design
jk pls do not

p215297-16-gjpkx8w.png

why
also why did the bat do 8 damage
why does everything do so much damage

i thought that you would have fixed the attrocious level design by now
but i was clearly wrong

p215297-17-irinean.png

xin i'm going to murder you

p215297-18-zrp81do.png

FUCK

p215297-19-atyaein.png

THOSE BAT DID 11 DAMAGE BEFORE
FUCK YOU

p215297-20-wbfduro.png

this design is not ok

p215297-21-y131wbq.png

you'realreadydead.jpeg

p215297-22-dctqvpq.png

creative

p215297-23-dgzcds9.png

just

p215297-24-6v9zibt.png

why are these made of nintendium

p215297-25-pswp28t.png

h-hello?

p215297-26-zvh1ftc.png

help
i need an adult

p215297-27-07rm1im.png

*sweating*

p215297-28-fhqa9e8.png

polar has a point about that mod testing area

p215297-29-ylb7jxb.png

[screaming internally]

this is the first cave
LET ME OUT

p215297-30-h2luftq.png

please

p215297-31-m7v0im7.png

PLEASE

p215297-32-5nhyu8e.png

P L E A S E

p215297-33-iu8tya6.png

thefuckisthat

p215297-34-hqr2lw7.png

is the sky blue

p215297-35-hpqczzh.png

xin i swear to god
oh wait
god is dead
nevermind

p215297-36-88blxec.png

we in there

p215297-37-f7fgre7.png

you forgot to lock the character's movement
you silly willy

p215297-38-kjbwhiw.png

why does this keep making the "equipped" sound
or whatever you'd call it

I may not screenshot all of the text errors or questions I find because it looks like a lot of what I said in the first set of mod notes forever ago was ignored.

p215297-39-fq0za5y.png

i just
why is this here

oh it's the intro place

p215297-40-cijv4xq.png

OC design is just as bland as I remember it being

nice high-jumping, flying, shooting critter
didn't get to check its damage output but i imagine that it twoshots me even at 55 hp

p215297-41-qpjyhpd.png

ohhey
it's literally sand zone

p215297-42-tyvxenm.png

this thing hurts to look at

ok those flying pink critters do 16 damage
entirely too much damage

p215297-43-xkifihh.png

>open machine gun chest
>get machine gun
>suddenly appear here and get hit by a white critter
why??

p215297-44-zdaxief.png

HALLELUJAH

p215297-45-6rc6bjs.png

i swer on me mum ill bash yer fookn ead in

p215297-46-yqe8u1s.png

that's not how machine guns work

p215297-47-qzvlptt.png

clutch

p215297-48-xkde3yn.png

p215297-49-x6ih4ay.png


p215297-50-djhk0o7.png

>shoot wall in panic while fighting pink critter
>find this
excuse me???

p215297-51-6jxayyh.png

holy fuck

p215297-52-r1rshfh.png

thank you daddy xin

p215297-53-oldw5lb.png

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

p215297-54-l3cc7uq.png

the fire fires weird when it hits these blocks

p215297-55-orfkzhu.png

p215297-56-y3lfmu0.png

p215297-57-n9ddooj.png

THIS
IS NOT
OKAY

p215297-58-dasevoo.png

i uh
ok??

and apparently the yellow critters have forever hit points
rip me

p215297-59-kr3ipz1.png

why the heck can the level 2 blade go so much farther than the level 1 blade
it's ridiculous how much of a difference there is

p215297-60-55ygol3.png

these things do not die
and chase you forever after the green core dies
absolute shit design to be completely and brutally honest

p215297-61-ao2epg0.png

nothing like a good ol' fashioned 100% blind invisible maze

p215297-62-kupg7tj.png

that's entirely too much health on the yellow critters

p215297-63-ajykchy.png

level design?
what's level design?

p215297-64-d0wmrci.png

QUALITY
LEVEL
DESIGN
>go to Sandy Path
>come back
>instantly get killed by the yellow critter before i can move

p215297-65-8jlgkg2.png

u wot m8

p215297-66-piavfmk.png

ahuhuhuhuhuhu

where the fuck am i going

p215297-67-1xfsv3r.png

you need more save points
like
really
YOU NEED MORE SAVE POINTS

p215297-68-hbcxylc.png

now that right there is just bullshit
plain and simple

p215297-69-iv0zrmk.png

thanks

p215297-70-oxyvcgy.png

shitty design etc etc

p215297-71-qzey70j.png

ow the edge

p215297-72-uu2k0xq.png

>do 526 damage with the Blade
>barely scratch its health bar
holy shit why

p215297-73-tnpieif.png

wew lad what an intense fight
it slowed down before the boss started exploding and the victory theme played before the boss finished exploding
i liked how you got it to spit out those rolling wire ball things; never seen that before
only gripe is that it's super bulky for a boss
without the level 2 or 3 blade, I would been utterly screwed by its health bar as shown above

there was the sound of a block breaking throughout the entire fight, too, which was distracting

>die on the ball chase directly after the boss fight
ok fuck you
why no save

p215297-74-4qz8mm0.png

i like how it's possible to completely miss this room entirely if you accidentally shoot down at all

i apparently also missed the missile launcher somehow since you keep trying to feed me missiles

this is way too much shit to do all on one life

p215297-75-u6jix9j.png

that spike did 21 damage
that single, small spike
did nearly 1/3rd of my max hp
fuck
OFF

p215297-76-rxz4v4o.png

F I N A L L Y
I
N
A
L
L
Y

p215297-77-kxps5ze.png

oh great
just what this well designed mod needed
an ice level

p215297-78-zg2cq1i.png

i touched a rainbow critter
and took over 4000 damage
fucking WHY

my strategy of running forward while mashing Fire almost worked
almost

p215297-79-xw1bivj.png

thanks for the +8 hp
sure means a lot when almost everything does at least 10 damage

p215297-80-b0vgzxj.png

creative 2: electric boogaloo

p215297-81-rf54zw8.png

oh good
now there're critters
why critters

p215297-82-64igci2.png

I DID IT HOLY SHIT
also i regret standing here for my screenshot

p215297-83-uj2rc9k.png


p215297-84-f2rfkzj.png

why must you torment me so

holy fr*ck
that life capsule gave me 21 life
why haven't you done this sooner

p215297-85-steib90.png

good use of spikes tbh fam

p215297-86-iyvzrv6.png

how'd I go through that door

p215297-87-b4cfilm.png

and end up here???

p215297-88-5bjtqd0.png

>go through the door at the end of that lower corridor
>end up here
ok i'm confused

p215297-89-c3ajllg.png

p215297-90-oiuagmd.jpg


p215297-91-qgkwogs.png

for the first time in literally several hours
DIALOGUE

p215297-92-speoy0d.png

please be a teleporter to the end of the mod

p215297-93-stwm1mt.png

that works too i guess

and it auto-equipped
finally
a good point give to the mod

p215297-94-uskjmor.png

xin i'm going to end you

p215297-95-wy2jghn.png

WHICH DOOR IS REAL YOU FUCK

ok
i literally cannot progress anymore
none of the doors work

oh right, and
p215297-96-7wqbhf8.png

this was gotten from the chest in curly's house, not from chaba
what the fuck is a chaba

Despite the surprising amount of work you've put into the mod, it's still just as unpleasant, if not more unpleasant, than the version I had played months ago. There's a lot of neat assembly strewn throughout the mod, but virtually no work went into balancing the enemies or designing the levels in a way that they can be considered playable. Do you even playtest this yourself?

I'm sure that the mod could turn out okay if you put some effort into the aforementioned issues, but after seeing how it's developed after my first playthrough I doubt that'll happen anytime soon.
 
May 24, 2016 at 6:49 AM
Catz R cool
Modding Community Discord Moderator
"..."
Join Date: Nov 23, 2015
Location: Somewhere within a world far away from reality...
Posts: 381
Age: 23
I didn't have much to do this afternoon, so I decided to give your latest update a whirl. Who knew? Maybe you actually listened to my feedback oh so long ago and fixed the mod up?

Disclaimer: I went straight to downloading this before reading the thread, so if I say anything that's already been said, that's why.

First off, you didn't put the contents of the .zip in their own folder.

Secondly, it starts in fullscreen by default.
not okay

p215297-0-82in96n.png

what is happening

it's a little weird that you need to press Z (or whatever is set to Confirm) to transition to the title screen
you would think that something would happen after the Doctor appears

p215297-1-srqykkv.png

well, i wish i wasn't having a conversation underwater

p215297-2-99laafl.png

the facepic was Curly for a split second before changing to Balrog
may want to check your script

and it happened again

and again

p215297-3-9vetlud.png

that's not how doors work

p215297-4-iuzjyre.png

loads of awkward sentence structure

text scrolled more than I expected, but the next thing Itoh says has a typo
"I'd" should've been "I've" I think

p215297-5-uoa5zbc.png

pretty out of character for a guy like Prof. Booster, tbqh

p215297-6-zx5wdu7.png

well that was sudden

p215297-7-wp7tehj.png

oh
it's this place again

killmenow

p215297-8-fhr71q6.png

you're kind of dead if you go down here first

p215297-9-otylzsa.png

*war flashbacks*

p215297-10-z2sahee.png

I've died on this spike twice now
it did 17 the first time
and 23 the second time
what??

why is this fat critter hopping like a small critter
variable jumps are neat i guess but
why??

p215297-11-ofbm3tf.png

i like how the little critter was the one to oneshot me with 13 damage

p215297-12-mtrsbx7.png

this thing literally just shat fury down my throat in shotgun blast form
and i died
ok

p215297-13-zstopmp.png

how the fuck do i dodge this

p215297-14-7s3wpbn.png

what the fuck

p215297-15-cdrw3ma.png

10/10 level design
jk pls do not

p215297-16-gjpkx8w.png

why
also why did the bat do 8 damage
why does everything do so much damage

i thought that you would have fixed the attrocious level design by now
but i was clearly wrong

p215297-17-irinean.png

xin i'm going to murder you

p215297-18-zrp81do.png

FUCK

p215297-19-atyaein.png

THOSE BAT DID 11 DAMAGE BEFORE
FUCK YOU

p215297-20-wbfduro.png

this design is not ok

p215297-21-y131wbq.png

you'realreadydead.jpeg

p215297-22-dctqvpq.png

creative

p215297-23-dgzcds9.png

just

p215297-24-6v9zibt.png

why are these made of nintendium

p215297-25-pswp28t.png

h-hello?

p215297-26-zvh1ftc.png

help
i need an adult

p215297-27-07rm1im.png

*sweating*

p215297-28-fhqa9e8.png

polar has a point about that mod testing area

p215297-29-ylb7jxb.png

[screaming internally]

this is the first cave
LET ME OUT

p215297-30-h2luftq.png

please

p215297-31-m7v0im7.png

PLEASE

p215297-32-5nhyu8e.png

P L E A S E

p215297-33-iu8tya6.png

thefuckisthat

p215297-34-hqr2lw7.png

is the sky blue

p215297-35-hpqczzh.png

xin i swear to god
oh wait
god is dead
nevermind

p215297-36-88blxec.png

we in there

p215297-37-f7fgre7.png

you forgot to lock the character's movement
you silly willy

p215297-38-kjbwhiw.png

why does this keep making the "equipped" sound
or whatever you'd call it

I may not screenshot all of the text errors or questions I find because it looks like a lot of what I said in the first set of mod notes forever ago was ignored.

p215297-39-fq0za5y.png

i just
why is this here

oh it's the intro place

p215297-40-cijv4xq.png

OC design is just as bland as I remember it being

nice high-jumping, flying, shooting critter
didn't get to check its damage output but i imagine that it twoshots me even at 55 hp

p215297-41-qpjyhpd.png

ohhey
it's literally sand zone

p215297-42-tyvxenm.png

this thing hurts to look at

ok those flying pink critters do 16 damage
entirely too much damage

p215297-43-xkifihh.png

>open machine gun chest
>get machine gun
>suddenly appear here and get hit by a white critter
why??

p215297-44-zdaxief.png

HALLELUJAH

p215297-45-6rc6bjs.png

i swer on me mum ill bash yer fookn ead in

p215297-46-yqe8u1s.png

that's not how machine guns work

p215297-47-qzvlptt.png

clutch

p215297-48-xkde3yn.png

p215297-49-x6ih4ay.png


p215297-50-djhk0o7.png

>shoot wall in panic while fighting pink critter
>find this
excuse me???

p215297-51-6jxayyh.png

holy fuck

p215297-52-r1rshfh.png

thank you daddy xin

p215297-53-oldw5lb.png

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

p215297-54-l3cc7uq.png

the fire fires weird when it hits these blocks

p215297-55-orfkzhu.png

p215297-56-y3lfmu0.png

p215297-57-n9ddooj.png

THIS
IS NOT
OKAY

p215297-58-dasevoo.png

i uh
ok??

and apparently the yellow critters have forever hit points
rip me

p215297-59-kr3ipz1.png

why the heck can the level 2 blade go so much farther than the level 1 blade
it's ridiculous how much of a difference there is

p215297-60-55ygol3.png

these things do not die
and chase you forever after the green core dies
absolute shit design to be completely and brutally honest

p215297-61-ao2epg0.png

nothing like a good ol' fashioned 100% blind invisible maze

p215297-62-kupg7tj.png

that's entirely too much health on the yellow critters

p215297-63-ajykchy.png

level design?
what's level design?

p215297-64-d0wmrci.png

QUALITY
LEVEL
DESIGN
>go to Sandy Path
>come back
>instantly get killed by the yellow critter before i can move

p215297-65-8jlgkg2.png

u wot m8

p215297-66-piavfmk.png

ahuhuhuhuhuhu

where the fuck am i going

p215297-67-1xfsv3r.png

you need more save points
like
really
YOU NEED MORE SAVE POINTS

p215297-68-hbcxylc.png

now that right there is just bullshit
plain and simple

p215297-69-iv0zrmk.png

thanks

p215297-70-oxyvcgy.png

shitty design etc etc

p215297-71-qzey70j.png

ow the edge

p215297-72-uu2k0xq.png

>do 526 damage with the Blade
>barely scratch its health bar
holy shit why

p215297-73-tnpieif.png

wew lad what an intense fight
it slowed down before the boss started exploding and the victory theme played before the boss finished exploding
i liked how you got it to spit out those rolling wire ball things; never seen that before
only gripe is that it's super bulky for a boss
without the level 2 or 3 blade, I would been utterly screwed by its health bar as shown above

there was the sound of a block breaking throughout the entire fight, too, which was distracting

>die on the ball chase directly after the boss fight
ok fuck you
why no save

p215297-74-4qz8mm0.png

i like how it's possible to completely miss this room entirely if you accidentally shoot down at all

i apparently also missed the missile launcher somehow since you keep trying to feed me missiles

this is way too much shit to do all on one life

p215297-75-u6jix9j.png

that spike did 21 damage
that single, small spike
did nearly 1/3rd of my max hp
fuck
OFF

p215297-76-rxz4v4o.png

F I N A L L Y
I
N
A
L
L
Y

p215297-77-kxps5ze.png

oh great
just what this well designed mod needed
an ice level

p215297-78-zg2cq1i.png

i touched a rainbow critter
and took over 4000 damage
fucking WHY

my strategy of running forward while mashing Fire almost worked
almost

p215297-79-xw1bivj.png

thanks for the +8 hp
sure means a lot when almost everything does at least 10 damage

p215297-80-b0vgzxj.png

creative 2: electric boogaloo

p215297-81-rf54zw8.png

oh good
now there're critters
why critters

p215297-82-64igci2.png

I DID IT HOLY SHIT
also i regret standing here for my screenshot

p215297-83-uj2rc9k.png


p215297-84-f2rfkzj.png

why must you torment me so

holy fr*ck
that life capsule gave me 21 life
why haven't you done this sooner

p215297-85-steib90.png

good use of spikes tbh fam

p215297-86-iyvzrv6.png

how'd I go through that door

p215297-87-b4cfilm.png

and end up here???

p215297-88-5bjtqd0.png

>go through the door at the end of that lower corridor
>end up here
ok i'm confused

p215297-89-c3ajllg.png

p215297-90-oiuagmd.jpg


p215297-91-qgkwogs.png

for the first time in literally several hours
DIALOGUE

p215297-92-speoy0d.png

please be a teleporter to the end of the mod

p215297-93-stwm1mt.png

that works too i guess

and it auto-equipped
finally
a good point give to the mod

p215297-94-uskjmor.png

xin i'm going to end you

p215297-95-wy2jghn.png

WHICH DOOR IS REAL YOU FUCK

ok
i literally cannot progress anymore
none of the doors work

oh right, and
p215297-96-7wqbhf8.png

this was gotten from the chest in curly's house, not from chaba
what the fuck is a chaba

Despite the surprising amount of work you've put into the mod, it's still just as unpleasant, if not more unpleasant, than the version I had played months ago. There's a lot of neat assembly strewn throughout the mod, but virtually no work went into balancing the enemies or designing the levels in a way that they can be considered playable. Do you even playtest this yourself?

I'm sure that the mod could turn out okay if you put some effort into the aforementioned issues, but after seeing how it's developed after my first playthrough I doubt that'll happen anytime soon.
Wow jeez you put a lot of time into your posts.
Maybe there are still a few TSC and level design flaws, but right now I really don't have time for those. Thanks for pointing them out, though. I'll take a look at them when I get the time.
You did miss the Missile Launcher, which was right before the first Rainbow Critter Boss fight. You also missed quite a few Life Capsules.
Please tell me how you got into the Mod Testing map through the First Cave...?
The Omega II was supposed to be do-able simply by getting the two large spiky balls down from the ceiling, then stalling during the fight. It wasn't supposed to be that hard. But since they were partially covered up by shootable blocks that looked like regular blocks, maybe you didn't see them.
The crashing sounds you heard during Omega II boss fight were those two large spiky balls stuck in the corners.
The yellow critters, with really high stats, cannot see very far and are usually easy to dodge. But yeah, I'll remove the ones in places where they jump at you as soon as you enter an area.
I'd already nerfed the blue Fuzzes by about 10x, it's just that you aren't meant to anger them during the early game. They actually have 32 max HP, but regain that amount once every 3 frames. They used to have 64 HP every frame!
For much of the weapon descriptions, I'd had to really lower the amount of words because they wouldn't fit in the message box.
The puzzle in Labyrinth H is to go left on the bottom corridor, then middle in the second corridor, then left again on the top.
Also, for the intro, I think I'd gotten Booster's dialogue mixed up with Itoh's one. I'll get around to fixing it later.
 
Last edited:
May 24, 2016 at 7:39 AM
Um... Chosen One? Yeah that'll work. : P
"..."
Join Date: Aug 3, 2014
Location: worm hole
Posts: 362
Age: 22
Wow jeez you put a lot of time into your posts.
Maybe there are still a few TSC and level design flaws, but right now I really don't have time for those. Thanks for pointing them out, though. I'll take a look at them when I get the time.
"A few" is an insane understatement. Every level is fucking awfully designed.
You did miss the Missile Launcher, which was right before the first Rainbow Critter Boss fight. You also missed quite a few Life Capsules.
Make an actual way to figure out where they are then?
Please tell me how you got into the Mod Testing map through the First Cave...?
Broken level design
The Omega II was supposed to be do-able simply by getting the two large spiky balls down from the ceiling, then stalling during the fight. It wasn't supposed to be that hard. But since they were partially covered up by shootable blocks that looked like regular blocks, maybe you didn't see them.
Maybe your level design wasn't good enough for Seasons to see them, you mean.
The crashing sounds you heard during Omega II boss fight were those two large spiky balls stuck in the corners.
Fix this then?
I'd already nerfed the blue Fuzzes by about 10x, it's just that you aren't meant to anger them during the early game. They actually have 32 max HP, but regain that amount once every 3 frames. They used to have 64 HP every frame!
This is still shit design please don't.
For much of the weapon descriptions, I'd had to really lower the amount of words because they wouldn't fit in the message box.
Make your descriptions less overly wordy then?
The puzzle in Labyrinth H is to go left on the bottom corridor, then middle in the second corridor, then left again on the top.
This is not obvious please do something to make it actually able to be solved by not just you.
 
May 24, 2016 at 7:47 AM
Lvl 1
Forum Moderator
"Life begins and ends with Nu."
Join Date: May 28, 2008
Location: PMMM MMO
Posts: 3713
Age: 31
I'd already nerfed the blue Fuzzes by about 10x, it's just that you aren't meant to anger them during the early game. They actually have 32 max HP, but regain that amount once every 3 frames. They used to have 64 HP every frame!

So you were supposed to be able to deal 64 damage to them within 2 frames?? That is, within 1/25th of a second?
This seems like really poor design, which is fitting if the rest of season's post is anything to go by.
 
May 24, 2016 at 7:57 AM
Eevee Enthusiast
"Big Joe Tire and Battery Restaurant! Opening Soon! Eat at Big Joes!"
Join Date: Mar 26, 2014
Location: Somewhere with Wi-Fi
Posts: 541
Age: 26
Wow jeez you put a lot of time into your posts.

Maybe there are still a few TSC and level design flaws, but right now I really don't have time for those. Thanks for pointing them out, though. I'll take a look at them when I get the time.

You did miss the Missile Launcher, which was right before the first Rainbow Critter Boss fight. You also missed quite a few Life Capsules.

Please tell me how you got into the Mod Testing map through the First Cave...?

The Omega II was supposed to be do-able simply by getting the two large spiky balls down from the ceiling, then stalling during the fight. It wasn't supposed to be that hard. But since they were partially covered up by shootable blocks that looked like regular blocks, maybe you didn't see them.

The crashing sounds you heard during Omega II boss fight were those two large spiky balls stuck in the corners.

The yellow critters, with really high stats, cannot see very far and are usually easy to dodge. But yeah, I'll remove the ones in places where they jump at you as soon as you enter an area.

I'd already nerfed the blue Fuzzes by about 10x, it's just that you aren't meant to anger them during the early game. They actually have 32 max HP, but regain that amount once every 3 frames. They used to have 64 HP every frame!

For much of the weapon descriptions, I'd had to really lower the amount of words because they wouldn't fit in the message box.

The puzzle in Labyrinth H is to go left on the bottom corridor, then middle in the second corridor, then left again on the top.

Also, for the intro, I think I'd gotten Booster's dialogue mixed up with Itoh's one. I'll get around to fixing it later.

Maybe there are still a few TSC and level design flaws, but right now I really don't have time for those.
Maybe there are still a few TSC and level design flaws,
There's a lot more than "a few." Nobody will care how many tricks you can pull with assembly if your level designs are utter garbage. You need to seriously hold back on the assembly and work on the actual meat of the mod.

Where was this alleged Rainbow Critter boss? I legitimately never even ran across it. The missed life capsules can also be attributed to your level design, or lack thereof. They're either hidden behind blocks that you would have to randomly shoot in order to notice or walled off behind clusterfucks of spikes and enemies.

After getting the Northern Star, I fell down to the lowest part of First Cave and then shot through the floor. Took a while since it was 8 blocks stacked on top of each other but I eventually managed to do it.

How was I supposed to know to do that? Or that the large spiked balls damaged other entities? Or literally anything else about the boss fight other than "shoot it until it dies" like any other Cave Story boss?

It doesn't matter if the yellow critters don't see far or move fast. They have obscenely high health and kill you in a single hit. Instant kill enemies are never a good idea unless they're as immobile as Presses. You even completely threw out the "near-sighted and slow" shtick with the Rainbow Critters who do over 4000 damage on contact, jump quickly and with varied distances, shoot random and nearly unavoidable sprays of bullets, and have even more health than yellow critters.

Them regaining their health every 3 or so frames, or at all for that matter, is both unneccessary and unfair to the player. As you saw in my screenshot, I had done over 50 damage to each of them with the LEVEL 3 BLADE and they hadn't died.

How was I supposed to know that it was a legitimate puzzle and not just more TSC errors? Also, you really need to let the player know that it's an actual puzzle and possibly hint at how to solve it instead of just throwing them into three nearly identical corridors. As things stood before you posted, I assumed that your TSC completely failed, prematurely ending the mod.
 
May 24, 2016 at 8:34 AM
Catz R cool
Modding Community Discord Moderator
"..."
Join Date: Nov 23, 2015
Location: Somewhere within a world far away from reality...
Posts: 381
Age: 23
So you were supposed to be able to deal 64 damage to them within 2 frames?? That is, within 1/25th of a second?
This seems like really poor design, which is fitting if the rest of season's post is anything to go by.
There's a lot more than "a few." Nobody will care how many tricks you can pull with assembly if your level designs are utter garbage. You need to seriously hold back on the assembly and work on the actual meat of the mod.

Where was this alleged Rainbow Critter boss? I legitimately never even ran across it. The missed life capsules can also be attributed to your level design, or lack thereof. They're either hidden behind blocks that you would have to randomly shoot in order to notice or walled off behind clusterfucks of spikes and enemies.

After getting the Northern Star, I fell down to the lowest part of First Cave and then shot through the floor. Took a while since it was 8 blocks stacked on top of each other but I eventually managed to do it.

How was I supposed to know to do that? Or that the large spiked balls damaged other entities? Or literally anything else about the boss fight other than "shoot it until it dies" like any other Cave Story boss?

It doesn't matter if the yellow critters don't see far or move fast. They have obscenely high health and kill you in a single hit. Instant kill enemies are never a good idea unless they're as immobile as Presses. You even completely threw out the "near-sighted and slow" shtick with the Rainbow Critters who do over 4000 damage on contact, jump quickly and with varied distances, shoot random and nearly unavoidable sprays of bullets, and have even more health than yellow critters.

Them regaining their health every 3 or so frames, or at all for that matter, is both unneccessary and unfair to the player. As you saw in my screenshot, I had done over 50 damage to each of them with the LEVEL 3 BLADE and they hadn't died.

How was I supposed to know that it was a legitimate puzzle and not just more TSC errors? Also, you really need to let the player know that it's an actual puzzle and possibly hint at how to solve it instead of just throwing them into three nearly identical corridors. As things stood before you posted, I assumed that your TSC completely failed, prematurely ending the mod.

I've already done that like a week ago, and looks like I'm going to nerf the difficulty and stats of the enemies AGAIN -_-
I just didn't want to nerf them too much, as I wanted to still be able to use some of them late game.
I'm trying my best to fix the level designs, but some tileset colours were screwed up and I really don't have time to recolour them.
"A few" is an insane understatement. Every level is fucking awfully designed.

Make an actual way to figure out where they are then?

Broken level design

Maybe your level design wasn't good enough for Seasons to see them, you mean.

Fix this then?

This is still shit design please don't.

Make your descriptions less overly wordy then?

This is not obvious please do something to make it actually able to be solved by not just you.
The crashing sounds are one of the clues of what you are supposed to do, and also the spiky balls slightly pop out of their spots in the corners, and they are pretty easy to see, unless you are too fixed on the boss fight to notice them. Also, once you get the Missile Launcher level 3, you can one-shot the blue Fuzzes.
Oh yeah, by getting the Machine Gun, the game glitched and skipped you past an entire section of the Sand Zone!
And also, the Pink Critters and Blue Critters only deal extra damage if they land directly on top of you after a flight. Normally they do 8 damage.
I do bugtest my mod, but I don't take literally every path possible. You just happened to take one of the paths that I hadn't thought you would.
 
Last edited:
May 24, 2016 at 10:12 AM
Lvl 1
Forum Moderator
"Life begins and ends with Nu."
Join Date: May 28, 2008
Location: PMMM MMO
Posts: 3713
Age: 31
I'm trying my best to fix the level designs, but some tileset colours were screwed up and I really don't have time to recolour them.

Level design doesn't just refer to the level's aesthetics, it also refers to enemy placement, the map layout, save placement, etc etc. Basically all the things that come together to make the level "fun", as opposed to a death trap with little to no savepoints that only the most masochistic of individuals would put themselves through.
 
May 24, 2016 at 10:29 AM
Catz R cool
Modding Community Discord Moderator
"..."
Join Date: Nov 23, 2015
Location: Somewhere within a world far away from reality...
Posts: 381
Age: 23
Level design doesn't just refer to the level's aesthetics, it also refers to enemy placement, the map layout, save placement, etc etc. Basically all the things that come together to make the level "fun", as opposed to a death trap with little to no savepoints that only the most masochistic of individuals would put themselves through.
Have you actually tried this mod? The part he referred to as all those spikes and stuff is only the start. Save points are rather abundant throughout the Sand Zone, it's just that he skipped a majority of the place by using the glitch, which I am trying to fix right now.
 
Last edited:
May 24, 2016 at 11:44 AM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
I do bugtest my mod, but I don't take literally every path possible. You just happened to take one of the paths that I hadn't thought you would.
Take literally every path possible when playtesting or take out the ones you aren't going to playtest. If you don't want to test an area then players sure as hell won't want to play it.
 
May 24, 2016 at 12:02 PM
Catz R cool
Modding Community Discord Moderator
"..."
Join Date: Nov 23, 2015
Location: Somewhere within a world far away from reality...
Posts: 381
Age: 23
Take literally every path possible when playtesting or take out the ones you aren't going to playtest. If you don't want to test an area then players sure as hell won't want to play it.
Yeah okay, I'll try and make sure no path has any glitches
 
May 24, 2016 at 7:11 PM
beep boop
Bobomb says: "I need a hug!"
Join Date: Aug 16, 2014
Location: no
Posts: 845
Age: 22

This channel can provide help with game creation in general, so I suggest going and watching some of their videos. I learned a whole bunch from them too, which I'm currently applying to the mod I'm making.

Edit: Sorry it's just one video, but I'm on mobile so I can't get the channel link.
 
May 24, 2016 at 7:19 PM
Brayconn Online
Senior Member
Modding Community Discord Moderator
CSE Discord Moderator
"I, Ikachan. The Life and Documentary of the OrigiNAL SQuiD."
Join Date: Jan 14, 2014
Location: Antarctica (The Penguins say Hi)
Posts: 150
Age: 24
May 24, 2016 at 11:19 PM
Eevee Enthusiast
"Big Joe Tire and Battery Restaurant! Opening Soon! Eat at Big Joes!"
Join Date: Mar 26, 2014
Location: Somewhere with Wi-Fi
Posts: 541
Age: 26
Okay, decided to give the mod one more chance since you were kind enough to tell me how to get past that "puzzle." Also have to split it into three parts because I can only post 100 images per post. A weird limit, but whatever.

time to do the thing

p215321-0-yavjpu8.png

according to this, there is actually more to the mod

p215321-1-iqb1euc.png

hello good sir
you seem to be stuck

p215321-2-awwrl7q.png

HALLELUJAH
i guess

p215321-3-rphiiz9.png

despite the fake blocks being kind of visible, these kinds of mazes are still unfun
especially with no map system

p215321-4-a4v8n1c.png

looks like someone skipped leg day

p215321-5-pe2yuqp.png

why the actual fuck did you put enemies in a fake block maze

oh, they wandered in
you should still make it so they can't fall in there because enemies of any kind in those kinds of mazes is not okay

p215321-6-oe6xjho.png

"Core" should be on the same line as the period

p215321-7-pme8qys.png

pretty sure that's not how caves work
i mean, it probably makes sense
but most of the water turned into lava
how do you explain that?

p215321-8-j8eibqb.png

[weapon energy intensifies]

p215321-9-zcp46su.png

hehehe

p215321-10-dyo96sy.png

what in the fuck
i went through the teleporter in chaba's shop and popped out here
when the gaudi next to it said all the teleporters were knocked offline
??????

gonna just
restart my game real quick

p215321-11-xfvk5y7.png

"hey, do you know how to make a original, yet challenging version of the Labyrinth?"
"oh, i know! let's just fill it with fake block mazes and lava!"
"yes, perfect!"

p215321-12-fxkpxn1.png

forcing the player to take damage not once
BUT TWICE
for a life capsule is bad level design

p215321-13-ydyqx7l.png

fuck you

p215321-14-c9mfz9m.png

there's a random white pixel on that cross there

p215321-15-blywebc.png

oh baby
also there wasn't any kind of "item get" music like with life capsules
was that intentional? i forget if the first one i got did it

p215321-16-6yjk1zx.png

fuck
OFF

p215321-17-aqabnhi.png

>defends yellow critters by saying they have poor eyesight and movement speed
>hides them in places like these
yeah ok

p215321-18-itvpxm7.png

i still don't understand why these lava drops are breakable and drop loot, but i'm okay with it
*grinds up to full health*

p215321-19-yos9jrh.png

there was a flash
but no boss
what?

p215321-20-qtag5hh.png

literally and metaphorically why did you wait until NOW to spawn the boss???

p215321-21-djeaakb.png

lemme just take a break to say that this entire boss fight is utter garbage
thank you for your time

i'm not going to touch those rainbow fish missiles after all the shit i've just flown through
but i'm willing to bet they one-shot me, given your """balance"""

nope, they do 12 damage
god damn

i killed the boss and a cat popped out
but it never told me the name of the boss
the fuck was that monster-like tank that was vaguely X-shaped?

p215321-22-nccvcgz.png

there's a reason why every save point that was uncovered by star blocks fell down
if it's in the same spot as the star block, you spawn inside it upon reloading your save

p215321-23-dqg1y9v.png

why hide the life station all the way over there and in such a way
other than to be a dick

p215321-24-n1z6tba.png

excuse you

p215321-25-vvnbg4m.png

i decided to abuse my 105 health and jumped down here to see if you left the lower part of the map intact
and i fell out of the mod
no death message or anything

p215321-26-r5thmiw.png

remind me again why you thought this was okay

p215321-27-u7trmye.png

like
seriously
why???

the flying gaudi's bullets do entirely too much damage
17 with 105 is a lot more than 3 with however much you have in the main game

p215321-28-vnjocsh.png

can you stop shooting me through the walls
please and thank

boy do i love pure, unadulterated enemy spam

p215321-29-br8ayib.png

an unescapable dead end
thanks a million

p215321-30-u4aq3ux.png

of all the places to put bullshit death traps
directly after two enemy-packed winding corridors is not one of them

p215321-31-im7qqlb.png

why the actual fuck are there death spikes there

p215321-32-cdezljg.png

wat

p215321-33-l3mwzxi.png

original design/10
also if there's a death trap in here
i swear on me mum

p215321-34-vzdlv7e.png

F U C K
O F F
Y O U
P R I C K

p215321-35-m0s1c7z.png

how did i end up here?

p215321-36-thakgru.png

fuck off

p215321-37-ma52mgn.png

gee, i wonder what these blocks could be :^)

p215321-38-nrryxna.png

these slopes are broken

p215321-39-udm8ngm.png

oh boy
time for Labyrinth M 2: Electric Boogaloo

p215321-40-4cqishx.png

are you joking

p215321-41-awmsjnh.png

i distinctly remember telling you that this idea in particular was stupid
especially since the last save was 100 years ago

p215321-42-z0lkmyq.png

dick move tbh imo fam
(the death spikes)

p215321-43-nuxexbn.png

for what purpose

p215321-44-faerptj.png

willing to bet you never fixed that slope trapping you inside that room
not willing to test it out in fear that i'm right

p215321-45-0sztsjp.png

p215321-46-iw1wku6.jpg


p215321-47-4ehj5vi.png

how much do you want to bet that this thing does over 50 damage?

p215321-48-r1wzluh.png

just as bad

and it had over 250 health
why the fuck

p215321-49-6v4xaf0.png

p215321-50-tdp8x5h.png

it's sad that what little dialogue you haven't changed sounds better than your original stuff

p215321-51-elpxlid.png

oh god please tell me you changed the berserk core

p215321-52-sjbufbm.png

why are those sparkles and not just the life/save/ammo stations?

p215321-53-3disxu1.png

wake me up

p215321-54-ohpnbpj.png

wait what the fuck
why did that door work

p215321-55-329gv15.png

epic lava/10

p215321-56-asf37qp.png

why is the top of the lava tank coated in lava and death spikes

p215321-57-hfpn9sw.png

i actually kind of liked this place's gimmick aside from those spikes and that lava glitch
the machine gun helped with various mistakes i made, and having to slow my descent to avoid falling into the lowering lava was neat
it even had a save outside the door
something you need to do WAY MORE OFTEN

ok the rising lava nearly caught me off guard
thank you based machine gun

p215321-58-ctaglga.png

wait when did i get the turbocharge

p215321-59-ndkxzbc.png

wake me up inside

p215321-60-bahitx5.png

i can't wake up

wake me up inside

p215321-61-lyammcc.png

SAAAAAAAAAAAAVE MEEEEEEEEEEEEE

p215321-62-hdrtmdw.png

how have you not fixed this spelling error yet
it's "Berserk"
not "Beserk"

p215321-63-ajfs4ky.png

how exactly am i supposed to avoid this overpowered piece of shit in water physics without taking damage

p215321-64-4sw18jq.png

remove these yellow shits already

p215321-65-iljldpa.png

IT'S FINE IF THE YELLOW ONES HAVE BAD EYESIGHT AND MOVEMENT SPEED
WHEN THESE BLACK ONES CAN SEE YOU FROM LITERALLY ACROSS THE ROOM AND JUMP AS HIGH AS THE CEILING

p215321-66-wfvtyay.png

it's especially fine if you spam the things
i already killed one of the two yellow critters in this room

p215321-67-spz7hlu.png

YOU HAVE TO TELL THE PLAYER WHERE BREATHABLE AIR IS
THIS ISN'T EVEN A LOGICAL PLACE TO PUT AN AIR POCKET

p215321-68-ahgyg2g.png

gee xin
i didn't know you had a kid

p215321-69-2cw7kxn.png

wat

p215321-70-yiztrof.png

w a t

p215321-71-sclxl8d.png

w a t
also taking the left path = unavoidable death
not okay

what the fuck was the point of that

>fall down hole again
>die
ok

p215321-72-iumy2pd.png

you can keep interacting with this to replay the "open" cutscene as many times as you want

To be continued...
mods prease undastandu
 
Last edited:
Top