https://github.com/vauxhat/pmd-text-generator
An experimental application which renders a dialogue box similar to that seen in the early Pokémon Mystery Dungeon games.
https://github.com/vauxhat/pmd-text-generator
c-plus-plus cpp pokemon-mystery-dungeon pugixml sfml sfml2
Last synced: over 1 year ago
JSON representation
An experimental application which renders a dialogue box similar to that seen in the early Pokémon Mystery Dungeon games.
- Host: GitHub
- URL: https://github.com/vauxhat/pmd-text-generator
- Owner: Vauxhat
- Created: 2024-03-21T04:51:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T00:38:48.000Z (about 2 years ago)
- Last Synced: 2025-02-10T21:19:29.741Z (over 1 year ago)
- Topics: c-plus-plus, cpp, pokemon-mystery-dungeon, pugixml, sfml, sfml2
- Language: C++
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PMD-Text-Generator
An experimental application which renders a dialogue box similar to that seen in the early Pokémon Mystery Dungeon games.
## Previews

## Notes
The project was originally meant for creating image sequences simulating the style of Pokémon Mystery Dungeon. As such the program doesn't do much outside of displaying hard-coded text. This isn't meant for any real-world use and is mostly a personal exercise.
## Usage
If you still want to build the project you will need a copy of [SFML 2.6.1](https://www.sfml-dev.org/download/sfml/2.6.1/) and [Pugixml-1.14](https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.zip) extracted in the same folder as the project folder. SFML requires DLLs to be place in the build folder alongside the executable. Instructions on how to do this can be found on the [SFML setup](https://www.sfml-dev.org/tutorials/2.6/start-vc.php) page.
## Credits
Font and interface uses sprites from Pokémon Mystery Dungeon: Explorers of Sky by Nintendo and Spike Chunsoft.
Character portraits were taken from the [PMD Sprite Repository](https://sprites.pmdcollab.org/). Characters belong to The Pokémon Company.