Posted February 12, 2025 by Crit Chance Studios
#announcement
That's right, Dreambox is not dead!
Welcome to the big v2.0 rewrite. This is a brand new version of the Dreambox fantasy console, ported to a brand new framework (now running on SDL3's new GPU API), with brand new features, and last but not least now completely open source.
That's right, you can head over to the Github and download the source code now!
https://github.com/GlaireDaggers/Dreambox_SDL3
There's a lot of really big changes to this new version, so let me enumerate them:
Note that not all of these features have been exposed in the Dreambox SDK yet - I will update the Rust SDK in the following days!
IMPORTANT: The directory which Dreambox uses to save user data has changed!
Old directory | New directory | |
Windows | C:\Users\[username]\Documents\SavedGames\dreambox\AllPlayers\ | C:\Users\[username]\AppData\Roaming\Dreambox |
Linux | ~/.local/share/dreambox/dreambox-savedata/AllPlayers/ | ~/.local/share/Dreambox |
Note that the format of the config.json file is not compatible with the old version of Dreambox. However, the memory card save files are identical & you may manually copy them over from the old folder if you'd like