Skip to content

v0.23 Alpha Stable Release

Compare
Choose a tag to compare
@OcelotWalrus OcelotWalrus released this 14 Apr 11:06
· 35 commits to master since this release

This update bring bugfixes and new features

It contains:

  • Random chance on mission conditions
  • A better PR template
  • A new preferences UI (with the ability to choose which plugins to enable)
  • A new plugin handling system (multiple plugin loading and vanilla data merging with plugins data)
  • Two new debug commands: $find$point$ (find a point digit from its coordinates) and $teleport$point$ (teleport to specific X and Y coordinates).
  • A new mission about bringing back a lost dog to its owners in Los Gerudos
  • Enhanced many texts across documentation and game dialogs
  • A new class to handle yaml parsing in a better way
  • Add two new dwarf mounts: Goat Steed and Dwarf Boar
  • Made a script to run specific and extreme integration tests to the data
  • Fixed inconsistencies across documentation and game dialogs

Screenshot from 2024-03-15 19-06-08

If you want the latest changes, check the continuous-build release.

Thanks to the contributors of the program:

And the team! @Dungeons-of-Kathallion/documentation-reviewers @Dungeons-of-Kathallion/playtesters @Dungeons-of-Kathallion/coders @Dungeons-of-Kathallion/inflow-control

Use

pip install -r requirements.txt
python source/main.py

It's highly recommende to use a clean terminal, with the ability to zoom in or out, in fullscreen, with a monospace font for the best gameplay experience.

If you have any problems, check the full documentation on how to run the game from nothing at docs/PLAYING.MD.
Note that you can also download the pre-built game executable from the Continuous Build.

What's Changed

Roll Down

New Contributors

Full Changelog: 0.22-alpha...0.23-alpha