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

This was dev footage for the team to review but it looked cool so I thought I'd post it. Game time is slowed down to 10% here. (Graphics are a bit glitchy yet.) #unrealengine #gamedev #megaman




3 comments

Loading...

Next up

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

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

Don't miss out on the #WitchspireArt competition!

To celebrate Witchspire's demo launch, Envar Games want to see your Witchspire fan art. Enter to win an Amazon gift card!

Complete our quest to enter.

Learn more: https://bit.ly/WitchspireArtCompetition

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

Don't miss out on the #WitchspireArt competition!

To celebrate Witchspire's demo launch, Envar Games want to see your Witchspire fan art. Enter to win an Amazon gift card!

Complete our quest to enter.

Learn more: https://bit.ly/WitchspireArtCompetition

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.

I just realized Kubuntu (a style of Linux) lets you change the Folder colors in Dolphin (the File Explorer) 😊

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