Game
Mega Man: The Rulers of Space

2 years ago

Mega Man RS Project Update!
Weekly Wednesday is here! Mega Man RS game dev!
https://www.youtube.com/watch?v=NYSQfznOrWc
1
1
1


0 comments

Loading...

Next up

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

This Linux tool Dev Toolbox is really handy! Has all sorts of convenient converters, encoders, image format changer, colorblind preview, color utiities, etc.

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.

I got unreasonably mad at combining text in C++ Macros, so I made this lol. I'm honestly surprised it works.

I always wondered, what if Super Mario Land was on the NES? Land was very much in the vibe of Super Mario Bros. 1.

It was way more difficult than I expected to balance Mario's browns against all the desert colors. #pixelart #mario

Kirby seems to understand what the Vest means now; That he can go outside.

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.

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

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!

Started working on Fighting Game Game-Jam prep.

Got the Update on Demand System to the minimum feature level needed for the Jam. It strictly controls the Gameplay FPS & Processing, useful for Fighters (and Rollback Netcode).

More details