GBS Toolkit
A downloadable tool for macOS and Linux
GBS Toolkit is a tool I've built while working on Soul and Silicon, a queer/trans dating simulator I'm writing for the GameBoy Color. It's a very text-heavy game, and while GB Studio has a dialogue review section, it can't always easily handle lots of branching dialogue, and there's no way for it to add new dialogue.
GBS Toolkit allows you to export the entirety of a GB Studio project into a collection of files written in kdl. These files define the properties and scripts for every scene, actor, trigger, asset, and more in the game, and can be reimported into a GB Studio .gbsproj
file once you're done editing them. No data should be lost between importing and exporting, so you can edit freely without worrying about having to reimplement things.
The GBS Toolkit project is also set up so that other Python projects can use it as a library for interacting with GB Studio project files.
I've uploaded GBS Toolkit to Itch for ease of use for the executable versions! For command-line versions, instructions, and documentation, please visit the GitHub repo. Thank you very much!
Download
Click download now to get access to the following files:
Development log
- Edge Case CatchingNov 16, 2021
- Initial release!!!Nov 13, 2021
Comments
Log in with itch.io to leave a comment.
Does this work with GBStudio 2?
It should - I was developing against GBStudio 2 when I wrote it.
awesome!
This is a seriously cool project! Thanks for the awesome contribution to the community!