This repository contains a collection of plugins for GB Studio, developed to extend the functionality of your Game Boy games.
- Type: Events Plugin
- Author: Tedezed
- GB Studio Version: >= 4.2.0
- License: MIT
- Tutorial
- Project example
A plugin designed to simplify the implementation of multi-language text systems in GB Studio:
eventTextDialogueMultireplaces the original dialogue event, so you won't have to modify any events in your game; it also appears in the dialogue preview section.eventTextDrawMultinew event for draw text.eventTextChoiceMultinew event for menu choice.eventMenuMultinew event for menu.
- Download this repository or the specific plugin folder.
- Place the plugin folder inside your GB Studio project's
pluginsdirectory (e.g.,your-project/plugins/Multi_Language_Text). - Reload your project in GB Studio.
Created a folder with examples to easily understand how to use the plugins.
This project is licensed under the MIT License - see the LICENSE file for details.