MZ - How Change the Icon Resolution in RPG Maker MZ

● ARCHIVED · READ-ONLY
Started by Alriosa 6 posts View original ↗
  1. Hi, Sorry to ask such a pretty much simple question, I'm quite new in this, I would like to know if there is any way to have a bigger Icons resolution (more than 32x32), like at the very least 64x64 in RPG Maker MZ, I notice that many people managed to do this change in RPG Maker MV by changing a .js, But the same js is not were to found in this new version, My plan to accomplish is to have bigger and detailed icons for my game. Thank you!!
  2. [move]Plugin Requests[/move]

    Might help if you say what the change was, and what the .js file was that was changed. Most of the classes stayed the same between MV and MZ as far as functionality goes. The files just have mz in the name now.
  3. Thank you Shaz!!!!
  4. This is MV 1642304783119.pngThis in MZ1642304756639.png
    The JS are different inside, While in MV You could see this in rpg_windows.js in which there was this:
    1642304946384.png
    In MZ there is no place I can found something similar.
  5. They're in rmmz_managers.js under ImageManager (you can do a search for iconWidth in that file to find it).
  6. SeaPhoenix said:
    They're in rmmz_managers.js under ImageManager (you can do a search for iconWidth in that file to find it).
    Men thank you so much! I was looking like crazy where it wasn't, kinda newbie myself.

    Thanks a lot, SeaPhoenix! <3