OcelotWalrus
released this
01 May 18:03
·
23 commits
to master
since this release
This update bring bugfixes, new features and new game content
It contains:
- Updated contribution guidelines
- Upgraded game data files analyzing
- Added flatpak builder compatibility
- New drinks: 'Los Gerudos Beer', 'Vodka', 'Champagne', 'Suspicious Cocktail'
- New enemies: 'Mines Troll', 'Desert Worm', 'South Pillager Rider', 'Fellbeast'
- New weapon: 'Chuckle Sword'
- Expanded the Los Gerudos city to the east of the Gerud Desert
- 4 new Los Gerudos Mission Set missions: 'Wanted Bandit', 'Escort Wendy To Cocorico Village', 'Escort Gerud Beer Covet', 'Collect Humanitarian Resources'
- Added copyrighting in both yaml and python files
- New people: Mark W. Hanson (Los Gerudos Sheriff), Wendy M. Tucker, Joseph K. Baker, Jerry L. Owen, Aaron A. Kyro, William S. June
- New structures in the Los Gerudos City: 'Los Gerudos Distillery', 'Los Gerudos Warehouse', 'Los Gerudos Prison'
- Added a new island, near the Los Gerudos coasts: Paradise Island, that has an harbor connected to the Los Gerudos Harbor
- Added South Pillager Raid Camps all over the Gerud Desert and Badlands
- Reworked existing dungeons (Goro Mines and Acient Gerud)
- Updated building source code documentation
- Added documentation about the game engine classes at
docs/ENGINE_FUNCTIONS
- Added the event data type
- Created the Custom Scripting Guide
- Added more default game variables for custom scripts, and added the ability to define custom ones
- Added new mission triggers
on abort
andon accept
- Added new conversation functions for dialog data type
- Fixed crash when downloading files
- Fixed crash when starting game for the first time
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
- CONTENT: Mission Set & Fixes by @OcelotWalrus in #95
- CONTENT/FEATURE: Missions & Dialogs Overhaul + Los Gerudos Missions Set Progress by @OcelotWalrus in #96
- CONTENT: Los Gerudos Mission Set & Content Expansion by @OcelotWalrus in #100
- FEATURE: Custom Scripts Arguments Overhaul by @OcelotWalrus in #101
- V0.24-alpha Transition by @OcelotWalrus in #102
Full Changelog: 0.23-alpha...0.24-alpha-fix