Loading...
207
Game
Mega Man: The Rulers of Space
5 months ago

๐Ÿ”ŠON! Finally got around to making a proper Music system in #UnrealEngine5. Utilizing MetaSounds for seamless and easy to configure loop points. Plus you can preload a track to prevent loading time gaps, and it is async to prevent frame stuttering.




8 comments

Loading...

Next up

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

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

Doki Doki Literature Club is celebrating Monika's birthday and the 8th anniversary of DDLC with exclusive stickers, avatar frames and backgrounds on Game Jolt!ย 

Head over to the shop to collect yours ๐Ÿ‘‰ https://gamejolt.com/#shop

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.

Mae Borowski is the main character of Night in the Woods! It's an adventure game that tells the story of her return to her hometown of Possum Springs. She was confirmed as canonically pan in a social media post by the game's creator Scott Benson.

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.

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

The Knightling launches on August 28! Wishlist it now so you don't miss out: https://bit.ly/KnightlingSteam

To celebrate the game's impending release, we've added The Knightling Pack and The Knightling Community Pack back to the Shop!

Cooking today. Proof of concept to Increment and Decrement ANY UEnum;

ie. ValueA -> ValueB -> ValueC -> ValueD -> (wrap to) ValueA

For UEnum Assets AND CPP defined UEnums, whether you own/control them or not.

#UnrealEngine5 #UnrealEngine