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

Was backing up files off the drive from the PC where Windows 10 wouldn't boot anymore before I wipe it. It said it was gonna take 4 more hours So I started a download for Unreal Engine 5.6 to run in the mean time then I went to take a nap with my buddy.

NeoGeo Pocket Color collections just went on mega sale on Steam.

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

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

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.

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

It got warmer so Kirby and I went out.

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

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