A downloadable asset pack

Download NowName your own price

️S.M.A.L.L.  [MV/MZ]
Sznymo's Mod And Localization Layer
S.M.A.L.L. is a lightweight, open-source plugin for RPG Maker MV and MZ designed to simplify modding and localization without touching the original game files!
The system creates a dedicated /mods/ folder where you can simply drop new assets, scripts, and translations.

✨ Key Features:

  • ️ In-game Mod Manager: Press F10 to open a sleek GUI and toggle mods on/off instantly.
  • Easy Localization: Translate any in-game text using simple CSV files. No more manual editing of Map.json or Data.json!
  • ️ Asset Overriding: Replace images (img/) and audio (audio/) by simply placing files with the same name in the mod folder.
  • Font Support: Load custom .ttf or .otf fonts dynamically for each mod.
  • Plugin Loading: Load additional .js scripts on the fly from mod subfolders.
  • ⚙ Fully Configurable: Change the toggle key and UI appearance in the config.json file.

Why use it?

  • For Players: Effortlessly manage and combine multiple mods in one place.
  • ✍ For Translators: Localize games lightning-fast using Excel or LibreOffice.
  • ️ For Modders: Distribute your mods as clean folders without risking the user's core game files.

Installation:

  1. Copy SMALL.js to the /www/js/plugins/ directory.
  2. Add {"name":"SMALL","status":true,"parameters":{}} to your plugins.js file.
  3. Place the /mods/ folder in the game's /www/ directory.

Important:
When using CSV for translations, use a single backslash \ for escape codes (e.g., \N[1], \C[0]) instead of the double backslash \\ typically required in JSON files.

FormatExample Code
JSON"\\N[1], are you sure?"
S.M.A.L.L. (CSV)"\N[1], are you sure?"

Information:

  • License: Apache 2.0 (Open Source)
  • Source Code: GitGud Repo

Download

Download NowName your own price

Click download now to get access to the following files:

SMALL-MVMZ-0_2.zip 446 kB

Leave a comment

Log in with itch.io to leave a comment.