home.social

#rpg-maker-mv — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rpg-maker-mv, aggregated by home.social.

fetched live
  1. Whisper of the Veil is a dark, story-driven RPG where every choice feels heavier and every step takes you deeper into the unknown.

    whisper-of-the-veil.netlify.app

    #RPGGame #RPGMakerMV #Fantasy #RPG #ActionRPG #GameDeveloper

  2. Whisper of the Veil is a dark, story-driven RPG where every choice feels heavier and every step takes you deeper into the unknown.

    whisper-of-the-veil.netlify.app

    #RPGGame #RPGMakerMV #Fantasy #RPG #ActionRPG #GameDeveloper

  3. Turn-based combat meets atmospheric storytelling. Whisper of the Veil is an indie RPG that rewards patience, strategy, and curiosity.

    whisper-of-the-veil.netlify.app

    #GameArt #IndieRPG #JRPG #GameDevelopment #RPGMakerMV #IndieGame

  4. Turn-based combat meets atmospheric storytelling. Whisper of the Veil is an indie RPG that rewards patience, strategy, and curiosity.

    whisper-of-the-veil.netlify.app

    #GameArt #IndieRPG #JRPG #GameDevelopment #RPGMakerMV #IndieGame

  5. RPG Maker Cook Tool Deluxe D6.07 (Preview 1) released!

    With the upcoming release of .NET 11, a new preview build of Cook Tool has arrived! D6.07 (codenamed “Spanakopita”) bring a tech upgrade, alongisde performance and stability imporvements.  .NET 11 itself brings new and better ways to handle executables when necessary (such as launching the game after prepping the cahce), streamlining the underlying code. It also some big performance boost (particularly on doing multiple tasks).

    But that’s not all. Starting with this release, Zstd is the default compression for Halva packages. This brings better compression and decompression performance, which means faster building and launch times.

    It should be noted that this is not production ready. You may encounter runtime level issues. 

    Changelog:

    • Upgraded to .NET 11 (Preview 7).
      • Overhauled how the tool and bootstrapper handle executables.
      • Enabled Runtime Async (where applicable), improving maintainability and performance.
      • Various performance and stability improvements.
    • Switched to Zstd for compressing packages.
    • [Bootstrapper] Additional countermeasures for preventing tampering.

    Download it here.

    #gamedev #indiedev #RPGMaker #RPGMakerMV #RPGMakerMVCookTool #RPGMAkerMZ #SoftwareUpdate
  6. RPG Maker Cook Tool Deluxe D6.07 (Preview 1) released!

    With the upcoming release of .NET 11, a new preview build of Cook Tool has arrived! D6.07 (codenamed “Spanakopita”) bring a tech upgrade, alongside performance and stability improvements.  .NET 11 itself brings new and better ways to handle executables, when necessary (such as launching the game after prepping the cache), streamlining the underlying code. It also some big performance boost (particularly on doing multiple tasks).

    But that’s not all. Starting with this release, Zstd is the default compression for Halva packages. This brings better compression and decompression performance, which means faster building and launch times.

    It should be noted that this is not production ready. You may encounter runtime level issues. 

    Changelog:

    • Upgraded to .NET 11 (Preview 7).
      • Overhauled how the tool and bootstrapper handle executables, improving performance.
      • Enabled Runtime Async (where applicable), improving maintainability and performance.
      • Various performance and stability improvements.
    • Switched to Zstd for compressing packages, reducing build and load times.
    • [Bootstrapper] Additional countermeasures for preventing tampering.

    Download it here.

    #gamedev #indiedev #RPGMaker #RPGMakerMV #RPGMakerMVCookTool #RPGMAkerMZ #SoftwareUpdate
  7. Whisper of the Veil is a dark, story-driven RPG where every choice feels heavier and every step takes you deeper into the unknown.

    whisper-of-the-veil.netlify.app

    #Gaming #GameDevelopment #VideoGames #JRPG #GameDev #RPGMakerMV

  8. Whisper of the Veil is a dark, story-driven RPG where every choice feels heavier and every step takes you deeper into the unknown.

    whisper-of-the-veil.netlify.app

    #Gaming #GameDevelopment #VideoGames #JRPG #GameDev #RPGMakerMV

  9. Whisper of the Veil is a dark, story-driven RPG where every choice feels heavier and every step takes you deeper into the unknown.

    whisper-of-the-veil.netlify.app

    #Gaming #GameDevelopment #VideoGames #JRPG #GameDev #RPGMakerMV

  10. Whisper of the Veil is a dark, story-driven RPG where every choice feels heavier and every step takes you deeper into the unknown.

    whisper-of-the-veil.netlify.app

    #Gaming #GameDevelopment #VideoGames #JRPG #GameDev #RPGMakerMV

  11. Whisper of the Veil is a dark, story-driven RPG where every choice feels heavier and every step takes you deeper into the unknown.

    whisper-of-the-veil.netlify.app

    #Gaming #GameDevelopment #VideoGames #JRPG #GameDev #RPGMakerMV

  12. Baliktanaw: June & July 2026

    It's time once again for my "every two months" recap and there's a lot that happened since my previous one. Let's get to it. […]

    jaionline.net/2026/08/14/2026u

  13. Baliktanaw: June & July 2026

    It's time once again for my "every two months" recap and there's a lot that happened since my previous one. Let's get to it. […]

    jaionline.net/2026/08/14/2026u

  14. RPG Maker Cook Tool Deluxe R6.06 released!

    Today’s release (codenamed “Ntolmadakia”) brings a re-worked logic for Deep Level Encryption. Specifically, it re-works the patches applied to MV and MZ. The decryption function’s calling convention now matches vanilla RPG Maker exactly, so plugins that call it directly (like Triacontane’s APNG plugin) work without modification. However, the minimum NW.js version is now 0.53.1 (up from 0.48.4). Older versions lack a Node.js API the new decryption logic depends on. This cascaded into an internal re-work of how the tool handles the retrieval of said versions. As such, I am releasing this as a minor update, rather than a patch release. If your recipe file had a specific NW.js version pinned (rather than “Auto-detect” or “Latest”), that pin will be reset to “Auto-detect” after this update, since some older pinned versions are no longer compatible with the new decryption logic. “Auto-detect” and “Latest” selections are unaffected and carry over as-is. This primarily affects Intel/AMD powered devices, as the Arm powered devices have different version lists.

    As a side-note: E6.06 is from a different branch than this version, as that was a tech test. No changes from that release are present here.

    Changelog:

    • Overhauled how the tool handles NW.js versions:
      • Changed the minimum (and recommended) NW.js version to 0.53.1, to support the new Deep Level Encryption (DLE) changes.
      • Changed how the tool stores the pinned version to the recipe file, improving portability of recipe files across different machines and CPU architectures.
        • Note that due to this change, it will default back to “Auto-detect”. If either “Auto-detect” or “Latest” was selected, it will be carried over.
      • Under-the-hood changes, for a planned feature.
    • Re-worked DLE’s decryption logic for the games, improving compatibility with plugins.
    • [Bootstrap, Windows] Improved support for Microsoft Store/MSIX deployment support.
    • Fixed a bug, where if the “Encrypt assets” option is turned on, but “Source Code Protection” was turned off, the tool wouldn’t update the game to handle the binary files. This would cause a black screen crash.

    Download it here.

    #gamedev #indiedev #RPGMaker #RPGMakerMV #RPGMakerMVCookTool #RPGMAkerMZ #SoftwareUpdate