Loading...
218
Game
Mega Man: The Rulers of Space
2 years ago

(🔊ON!) Random Sound Effect test! Sounds like Mega is throwing everything including the kitchen sink at the enemy #MegaMan #UnrealEngine5




3 comments

Loading...

Next up

I did an experiment to get an improvement to sprite rotation quality while maintaining the retro vibe, in Unreal Engine.

I works with any type of 3D transformed object too. And it still respects the scanlines, so it will fit in correctly with CRT filters.

Kirby has grown up so much since he got here!

Light work today on combining a piece of data and a checkbox. Unreal can't do this through C++ templates so I had to manually make a variant for each data type. Made it for several universal Blueprint data types.

Everything is Crab is the animal evolution roguelike.

Make animal inspired evolutionary choices to concoct your own unique creature every run, both mechanically and visually.

Play the Next Fest demo: https://bit.ly/EverythingIsCrab

Complete EIC-inspired quests!

Making more progress on 2D Retro-Style ledge behavior for Capsule bodies in Unreal Engine 5. #gamedev #megaman

When Dr Wily goes HARDSTYLE

This is a general #UnrealEngine tool, not specifically for the Mega Man project. It can copy the data from ANY Blueprint or C++ UPROPERTY variable, and copy it back to any compatible variable. Could lead to making Save States for Rollback Netcode.

Potato laptop testing for the (unoptimized) prototype. I got this dog water Chromebook with me while we're at the hospital away from home. Side loaded Kubuntu 25, runs on Wine way better than I expected given these specs. 60fps might be possible!

I DEMAND another Mega Man Show!

More progress on proper Retro-Style Ledge behavior for Capsule bodies. Why is it important? Capsules offer great slope navigation, but bad Ledge behavior. Proper Ledge behavior is essential for Retro jump precision and consistency. #UnrealEngine