Game
Mega Man: The Rulers of Space

2 years ago

Process for converting the Arcade running animation to SNES specifications. This one adds a lot of little details (feet bottoms), and reshapes the legs heavily! #MegaMan #Rockman #pixelart




1 comment

Loading...

Next up

I did a big giant reorganization of every code file in every plugin I made for #UnrealEngine. Nice and clean, ADHD satisfied, but I'm exhausted now...

Working on a different feature enabled easy Zoom controls for the Retro Camera system. This will be used for debug mainly, and may not have any in game uses for this project. But it can be used for future projects. #MegaMan #UnrealEngine

I had to configure this in Kubuntu 25 options, because some applications like Unreal Editor and Rider were displaying noticeably smaller than they should be.

Despite what it says, it looked slightly blurry before, and not blurry now 🤔 #UnrealEngine #Linux

When Dr Wily goes HARDSTYLE

This is an example of what I was talking about last week when I say that Physics Boxes in modern engines are not good for Character Alignment on Slopes in 2D games. I think Physics Capsules are a great middle ground solution. #gamedev #pixelart

I DEMAND another Mega Man Show!

We're facing an extended stay at the hospital during my wife's mother's recovery from a serious brain bleed.

If you can help please take a look.

https://www.gofundme.com/f/help-amber-be-with-her-mom-in-icu

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!

Card Corner is an idle poker game that sits in the corner of your screen while you do other things.

Deal cards, gain chips, buy score-multiplying buildings, complete achievements, and grow stronger across ascensions.

Play the demo: https://bit.ly/CardCornerSteam

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.