IrregularSaturn's Avatar

IrregularSaturn

@irregularsaturn

Pixel artist, illustrator and physicist. I work with multiple styles and often robotize people. Currently inactive, but alive. he/him / 6♄ / PT-BR & EN irregularsaturn.carrd.co

1,010
Followers
233
Following
197
Posts
08.04.2024
Joined
Posts Following

Latest posts by IrregularSaturn @irregularsaturn

So, in the near future I will be experimenting with Godot. If I manage to prototype a RPG battle system that works like my current one, then it is all a matter of translating my JavaScript plugins to GDScript in a way it fits the new engine.

02.03.2026 16:15 👍 4 🔁 0 💬 0 📌 0

I am confident that I can make a whole game on RPG Maker and keep pushing its limits if I want to. However, in this year of learning I have acquired enough experience to feel like I could try another engine, a general one that is more receptive to my crazy ideas.

02.03.2026 16:15 👍 3 🔁 0 💬 1 📌 0

As for the overworld, I have managed to make a fully functional 2.5D physics and render sorting, but the fact is that I am basically not using any native tool to build maps. Inserting the background/collisions via a JSON is not hard, but it could be more convenient.

02.03.2026 16:15 👍 1 🔁 0 💬 1 📌 0

I've written plugins that enhance/replace almost every system of the core engine. While I am almost satisfied with how the battle system turned out, it still relies on VisuStella and Dragonbones plugins, which I can at most can override via reverse engineering of obfuscated code.

02.03.2026 16:15 👍 1 🔁 0 💬 1 📌 0

In all seriousness though, it has been a year I have been implementing new features on RPG Maker MZ and I believe the phase of "exploring how far I can go" has reached a point where I can give a verdict whether staying on this engine still makes sense.

02.03.2026 16:15 👍 3 🔁 0 💬 1 📌 0
Video thumbnail

what is even going on anymore

02.03.2026 16:01 👍 45 🔁 14 💬 3 📌 1
Mega Man X: Union (Alpha) - THREE.js in RPG Maker MZ for 3D models and PIXI filters
Mega Man X: Union (Alpha) - THREE.js in RPG Maker MZ for 3D models and PIXI filters YouTube video by Lord Saturn

New update for Mega Man X: Union!

www.youtube.com/watch?v=NwXt...

#rpgmaker #rmmz

27.02.2026 20:34 👍 9 🔁 3 💬 0 📌 0
Post image

It seems my RPG Maker MZ got infected with the Sigma Virus.

The good news is that now I can load 3D models into the game using the THREE library. This is huge.

24.02.2026 00:10 👍 53 🔁 10 💬 0 📌 0

I am experimenting with PIXI functions to manipulate sprites and the screen and I can say that RPG Maker MZ barely explores anything this library allows. There are just so many amazing effects you can do with this!

21.02.2026 21:17 👍 3 🔁 0 💬 0 📌 0

Rewrite player motion system to mimic MMX physics and integrate it with the collision boxes by checking if the player coordinates match one of them;
Create a new kind of object capable of carrying animations and colliding with other objects (for projectiles);

That's about 5k lines of code.

20.02.2026 23:17 👍 3 🔁 0 💬 0 📌 0

Four major things:
Assign a third coordinate "h" to all objects. The h coordinate shares the (visual) vertical axis with the y coordinate;
Get rid of tilesets and create a JSON with settings for collision boxes and load them & their sprites with the map;
+

20.02.2026 23:17 👍 2 🔁 0 💬 1 📌 0

I still have to figure out how to eliminate the visual depth ambiguity that may make players guess incorrectly the position of platforms, but for now I am adding this color filter that gets darker if the background is below you, and brighter if it is above.

20.02.2026 21:04 👍 1 🔁 0 💬 0 📌 0

Sprites now have a unified sorting function that first groups elements by depth (the third axis), and then sorts them by their y coordinate. This prevents objects from appearing behind walls, and puts them in front of background elements when they are indeed in front of them.

20.02.2026 21:04 👍 1 🔁 0 💬 1 📌 0
Video thumbnail

Mega Man X: Union (Alpha) - Momentum Transfer and Render Sorting

Updated physics to the 3D system. Now, platforms can move with many different easing options, as well as carry and transfer momentum to the player in all directions. Jumping is now a movement accelerated by a gravity constant.

20.02.2026 21:04 👍 18 🔁 4 💬 3 📌 0
Preview
GUN NOSE An action-mystery RPG where you uncover clues and hunt killer robots, rendered in a revolutionary top-down 3D pixel art style.

Please support my detective cousin!

I just backed GUN NOSE on @kickstarter.com www.kickstarter.com/projects/add...

15.02.2026 14:45 👍 11 🔁 10 💬 0 📌 0
Post image

Here I have the 3D vertex grid with tile height (z coordinate) indicated by colors, with the 45° top-down projection below. If I make the background models respecting this placement, it is guaranteed that the render will fit the actual tile grid in the game.

19.01.2026 23:21 👍 1 🔁 0 💬 0 📌 0
Post image

Typically top-down views follow a "pseudo ortographic" perspective. In this case, the top face would be at 90°. It's impossible to set up such a camera in Blender. The 45° angle is special because both faces are treated equally and the compensation factor is straightforward.

19.01.2026 21:41 👍 2 🔁 0 💬 1 📌 0
Post image

I realized I can make prerendered backgrounds in Blender to replace tilesets as long as I create a correspondent vertex grid and see it from a 45° ortographic view. The y and z axes are squashed by a factor of cos(45°) = 1/√2, so I just need to render compensating that. #gamedev

19.01.2026 21:38 👍 9 🔁 2 💬 1 📌 0
Post image Post image

I tried to replicate the Maverick Hunter Base from Mega Man X5 in Blender. The task was way harder than I anticipated (having to figure out 3D positions and dimensions from a single perspective, low resolution details, lighting scheme...), and I guess this is as far as I can go.

16.01.2026 23:54 👍 50 🔁 19 💬 3 📌 0
Post image

Though I can't compare pixel art to a 3D model, I can definitely say there has been an improvement here. As a 3D model, Gigantex can finally be animated in a practical way.

14.01.2026 00:42 👍 17 🔁 2 💬 0 📌 0
Video thumbnail

Mega Man X: Union (Alpha): Zero's Earth Gaizer

Zero has zero patience for annoying traps preventing him from slash the enemies! He can now clear the battlefield by blasting a rain of debris over enemies.

08.01.2026 23:53 👍 15 🔁 5 💬 0 📌 0

Really? I assumed that wouldn't be an issue as long as I posted the entry on Twitter

04.01.2026 01:28 👍 1 🔁 0 💬 1 📌 0
Post image

Robot Master Design: Data Man

Pen Name: IrregularSaturn

A cleaner of the cyberspace. Beware! He might suck up all your data.

#MegaManDO #DesignARobotMaster

31.12.2025 00:31 👍 42 🔁 12 💬 1 📌 0
Video thumbnail

Mega Man X: Union - Introducing Block and Dodge
While some enemy attacks may require you to take full control of your targeted character, others may require reactions from possibly all your party members. Of course, it's better not to leave them in a line if you intend to dodge rather than blocking!

12.12.2025 20:13 👍 18 🔁 6 💬 2 📌 0

I just finished the first boss fight of the game, which is actually a tutorial. It makes you play with all the main mechanics that I intend to have for enemy attacks, so in the process I made a massive progress on writing plugins for features RPG Maker lacks.

14.11.2025 23:25 👍 7 🔁 1 💬 0 📌 0

Going with the "make it exist first, make it good later" philosophy for Mega Man X: Union's graphics and polishing. What I need to ensure is that the engine will allow me to make such refinements at a later point without breaking anything.

14.11.2025 23:24 👍 9 🔁 3 💬 1 📌 0
Video thumbnail

(Mega Man X: Union)
So... at the cost of having a "shadow" below every sprite, the combat system now supports proper 3D coordinate tracking and collisions! This will allow enemy attack patterns to be much more complex.

07.11.2025 19:44 👍 17 🔁 4 💬 0 📌 0
Video thumbnail

(Mega Man X: Union)

I can't promise you'll get to play with the boy in the first part of the game, but know that the boy is there.

(also, there is nothing wrong with his forehead)

Axl sprite by @theultdark.bsky.social

18.10.2025 23:03 👍 28 🔁 9 💬 0 📌 0
Post image

[ Luachra ]
Style H #pixelart and Reploid design commission for @exidous.bsky.social .

#styleh

18.10.2025 00:53 👍 65 🔁 18 💬 1 📌 0
Post image

[ Lambda ]

Style M #pixelart commission for DubiousRobot.

#stylem

13.10.2025 19:27 👍 139 🔁 38 💬 2 📌 0