RPG Maker MV Changelog

What's new in RPG Maker MV 1.6.1

May 21, 2019
  • New Feature:
  • It now uses NWJS version 0.29.0 which allows programmers to use Javascript ES6, ES7 and ES8 and other performance improvements.
  • BONUS: new parallax resources in parallax_Resource_Pack
  • Bug Fixes:
  • Fix to the InvalidStateError during ME play
  • Fix to the deep loop error
  • MacOS: Fix to shortcuts
  • MacOS: Fix to tutorials
  • Fix to imgcharactersPeople2
  • Fix to imgcharacters!Chest
  • Fix to the freeze when changing screen in-game
  • Fixed an issue with encodeURI where it cannot detect custom folders.
  • Updating your Projects:
  • We would like to remind everyone to make sure to do the following steps before updating to ensure that when the update happens so your changes won’t be overwritten:
  • Make a backup of your project.
  • DO NOT OPEN your 1.5.2 below project with RPG Maker MV 1.6.1 if you have no backups!
  • Now for the update process:
  • Backup your game! This is important!
  • Make a backup of your Generator folder if you edited it.
  • Create a new project or go to the NewData folder in your RPG Maker MV root (where MV is installed) folder. Copy the following items and replace the ones in your existing project:
  • Copy the file "index.html" and "package.json" from NewData to your project
  • Copy the files libs folder, "rpg_*.js" (example: rpg_core) files from NewData/js to your project js folder
  • Do not replace your plugins.js !
  • Done!

New in RPG Maker MV 1.6.0 (Feb 21, 2018)

  • Update of NW.js to version 0.25.4: which include better stability and support for latest js and more. When opening your old project, an update to the core js is needed, which the editor can do for you if you let it.
  • Compiled with a more recent version of Qt, which fix a number of Editor problems that were the result of using an outdated version.
  • Adding support for Steam language change in the MV Tools, all will now start in the language you select for RPG Maker MV.
  • Fix to imgcharactersPeople1.png Face
  • Fix to Tilesets: imgtilesetsInside_B.png, Dungeon_B.png, Outside_C.png
  • Fix to Developper Tool warning on start (debug)

New in RPG Maker MV 1.5.1 (Nov 28, 2017)

  • Fixes:
  • When an event happens during a battle, prevent the turn counter from increasing.
  • Variable Command for Range has been fixed.
  • Fix for SAKAN not appearing sometimes in the Tool Menu.

New in RPG Maker MV 1.4.0 (Apr 11, 2017)

  • Linux export option, and Linux editor (for Desktop mode)
  • There's a tutorial feature added to the "Help" menu. It is still experimental, but it should help you to walk you through basic game making.
  • Added New RPG Maker MV Tools to the Tools menu.
  • Minor update to rpg_objects.js