For large-scale projects, navigating the map tree can become cumbersome. Update v1.8 introduced a much-requested quality-of-life feature:
The Ultimate Guide to RPG Maker MZ v1.8: Features, Fixes, and Engine Optimization
Use Erase Event only for temporary resets (like a wandering NPC that should reappear when the player re-enters the map). Use Self Switches for permanent changes (like an opened treasure chest). This prevents the engine from constantly recalculating event states on map load. Seamless Migration to v1.8 RPG Maker MZ v1.8
Do you use complex or heavy parallel event tracking ? Share public link
+-------------------------------------------------------------+ | RPG Maker MZ v1.8 | +-------------------------------------------------------------+ | [Map Editor] -> Design layers, terrain, and regions. | | [Database] -> Configure actors, skills, items, and system.| | [Event System]-> Script interactions, triggers, and logic. | | [Asset Mgr] -> Import and organize audio, video, graphics.| +-------------------------------------------------------------+ The Map Editor: Layer Control Mastery For large-scale projects, navigating the map tree can
While v1.8 focused heavily on the codebase, it refined the visual tools introduced in v1.7. The allows developers to create particle effects directly within the editor without needing external software or complex plugins.
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later. This prevents the engine from constantly recalculating event
| Category | Name / File | Purpose | | :--- | :--- | :--- | | | StartUpFullScreen.js | Forces the game to launch in fullscreen mode. | | | NovelMessageMZ.js | Creates full-screen message windows, ideal for visual novel-style dialogue. | | Updated Plugins | AltMenuScreen2MZ.js , BattleVoiceMZ.js , ChangeEquipOnBattleMZ.js , TinyGetInfoWndMZ.js | Updated for better compatibility and performance. | | New Tilesets | Dungeon_A1_2.png , Inside_A1_2.png , Outside_A1_2.png , World_A1_2.png | Additional semi-transparent water autotile variants. |
: The update includes fixes for "dot art" issues on certain tilesets (like Outside_B.png trees) and adds semi-transparent water tileset materials. 📝 Key Bug Fixes in v1.8.0 & v1.8.1
The v1.8 update focuses heavily on engine stability, modernized developer quality-of-life features, and backend library updates. 1. Updated NW.js and Chromium Core
Pro Tip: Always back up your project before updating core scripts to ensure plugin compatibility.