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

First tile map w/ debug tiles test. #megaman #rockman #gamedev #UnrealEngine #UnrealEngine5




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

It's Sakura's birthday??

I did this one for fun a few years back. #streetfighter #sakura #pixelart #NeoGeoPocket

Would it be interesting if I participated in this Game Jam? "Starting March 31, 2026 and ending May 1 2026, you have one month to make a fighting game." https://itch.io/jam/fighting-game-versus-jam-2026 I would be using Unreal Engine, with a small team of friends.

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

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.

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!

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.

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

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

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.