Dialogue engine for GameMaker
A downloadable asset pack
With this dialogue engine you can easily add text boxes with dialogue to your games.
Most important FEATURES:
Text boxes
Speech bubbles
Options/choices that can affect the dialogue or change variables
Works with different views and camera
Works with keyboard, mouse and controller
Lots of useful features, like backlog, voice acting support and auto mode
Very customizable
Incredibly easy to use
Is it really that easy? Yes! For example, you can make an npc say something with this:
if keyboard_check_pressed(vk_space) { if place_meeting(x,y,player) { if !textbox_exists() { textbox_create("Hello","How are you?"); textbox_set("Bob",c_blue,c_white,c_white,0.7,font,noone,true); } } }
And it will just work.
Also available on GameMaker Marketplace: https://marketplace.gamemaker.io/assets/6657/dialogue-engine-for-gamemaker
Compatibility: Should work at least in GameMaker Studio 2.3 and later versions. I recommend having the latest or one of the latest versions of GameMaker.
Status | Released |
Category | Assets |
Author | Pikku-a |
Made with | GameMaker |
Tags | Game Design, Game engine, GameMaker, sourcecode, Text based |
Purchase
In order to download this asset pack you must purchase it at or above the minimum price of $9.99 USD. You will get access to the following files:
Development log
- Bundle available64 days ago
- Version 2.8.0 - Controller support, auto mode and moreJun 27, 2024
- Version 2.8.0 betaMay 13, 2024
- Roadmap and future plansFeb 27, 2024
- Winter Sale -20%Dec 21, 2023
- Version 2.7.0 - Lots of new featuresOct 12, 2022
- Comment section changed to discussion boardSep 26, 2022
- Version 2.6.0 - New script, settings area, etc.Jul 30, 2022