Game
Mega Man: The Rulers of Space

1 year ago

Project Update for Mega Man the Rulers of Space - then - checking out the excellent Color Mod for Mega Man 4 (GameBoy) by MarcMax (not me, the other Marc)!

🔴 https://youtu.be/ADt0Oo_FCs0
🔴 https://www.twitch.tv/marcdwyz


https://youtu.be/ADt0Oo_FCs0
https://youtu.be/ADt0Oo_FCs0
https://youtu.be/ADt0Oo_FCs0


0 comments

Loading...

Next up

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.

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

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

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

Been going 200%, but I have so much left to do to make the one month Fighting Game Game-Jam deadline...

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 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

It got warmer so Kirby and I went out.

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

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