Loading...
230
Game
Mega Man: The Rulers of Space
1 year ago

I created an Animated Tile Map system for #UnrealEngine. Previously I was placing animated Actor objects in place of tiles, but these are REAL tiles on the map! The performance gain was HUGE. Then I integrated it into my Time Control system. #megaman




0 comments

Loading...

Next up

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

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.

Play @pm-studios ' Bandit Trap Open Beta!

Grab your rocket chairs, vacuums, and toilet tornadoes! Report one more time for our final beta! Live through March 23rd 6 am CET.

Complete quests based on the game!

Play the beta: https://bit.ly/BanditTrapBeta

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.

BIG NEWS: Your Bandit can wear a Game Jolt hat and shirt in Bandit Trap!

Defend your home or steal treasure in the open beta: https://bit.ly/BanditTrapBeta

It ends on March 23rd at 6 am CET!

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

Going to try and setup for Streaming & Recording on Kubuntu (a kind of Linux).

Wish me luck lol. I've got a lot of audio hardware to get working...

This week's Fan Art Friday celebrates Bandit Trap! Accept the quest in your quest log to get started.

Defend your home or steal treasure in the open beta: https://bit.ly/BanditTrapBeta

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