S.M.A.L.L. [RenPy]
A downloadable game
S.M.A.L.L. v0.1 [Ren'Py]
Sznymo's Mod And Localization Layer
S.M.A.L.L. is a mod manager and localization layer designed specifically for the Ren'Py engine. It allows for dynamic management of modifications and UI translations without interfering with the original game files!
The system operates via a dedicated /mods/ folder, where each modification has its own subfolder and configuration file.
✨ Key Features:
- ️ Fullscreen GUI: Press F10 to open the project management panel directly in-game.
- Dynamic Toggling: Enable or disable mods instantly thanks to smart file extension swapping (.drpy <-> .rpy).
- ⚖ Priority Management: Control the loading order of modifications to prevent conflicts between them.
- UI Localization: Translate User Interface (UI) elements using external CSV files.
- File Organization: Each mod resides in its own folder inside game/mods/, keeping the main game directory clean.
❓ Why use it?
- For Players: Easily combine multiple mods and decide which one should be active for a given session.
- ✍ For Translators: Localize interfaces instantly using Excel or LibreOffice.
- ️ For Modders: Distribute your work as clean, independent folders without the risk of damaging the base game files.
Installation:
- Copy the SMALL.rpy file to the /game/ folder in the game directory.
- Copy the mods/ folder directly into the /game/ folder.
- Launch the game and press F10 to open the Mod Manager.
⚙ Mod Structure:
Each mod must contain a mod.json file in its folder:
JSON
{
"name": "Mod Name",
"author": "Author",
"version": "1.0",
"description": "Description shown in the panel",
"priority": 10,
"license": "Apache 2.0"
}
ℹ Information:
- License: Apache 2.0 (Open Source)
- Source Code: GitGud Repo
Modding Communities:
- F95Zone Profile: Sznymo
- LoversLab Profile
News & Contact:
- X (Twitter): @Sznymo
- Mastodon: @sznymo@mastodon.social
| Published | 11 days ago |
| Status | In development |
| Author | Sznymo |
| Tags | Ren'Py |
| Content | No generative AI was used |
Download
Click download now to get access to the following files:


Leave a comment
Log in with itch.io to leave a comment.