Feature Friday - September 27, 2019
Caves of Qud » Devlog
194.0
Note: this update will break save compatibility.
- Liquids are now derived from BaseLiquid and are tagged with the [IsLiquid] attribute.
- Removed the byte identifiers. All liquid references are now based on string IDs mapped to the value assigned in BaseLiquid::ID.
[JoppaWorldBuilderExtension]
public class MyJoppaWorldBuilderExtension : IJoppaWorldBuilderExtension
{
public override void OnBeforeBuild( JoppaWorldBuilder builder )
{
}
public override void OnAfterBuild( JoppaWorldBuilder builder )
{
}
}
[WorldBuilderExtension]
public class MyWorldBuilderExtension : IWorldBuilderExtension
{
public override void OnBeforeBuild( string world, object builder )
{
}
public override void OnAfterBuild( string world, object builder )
{
}
}
Files
cavesofqud-windows-default.zip 183 MB
Version 2.0.194.0 75 days ago
cavesofqud-osx-default.zip 202 MB
Version 2.0.194.0 75 days ago
cavesofqud-linux-default.zip 198 MB
Version 2.0.194.0 75 days ago
Get Caves of Qud
Buy Now$14.99 USD or more
Caves of Qud
Chisel through a layer cake of thousand-year-old civilizations.
Status | In development |
Author | Freehold Games |
Genre | Role Playing |
Tags | Fantasy, Roguelike, Sci-fi |
Languages | English |
Accessibility | Configurable controls, High-contrast |
More posts
- Tomb of the Eaters Beta #115 days ago
- No patch friday, first 'Tomb of the Eaters' beta early next week20 days ago
- Feature Friday - November 16, 201926 days ago
- Feature Friday - November 9, 201933 days ago
- Feature Friday and End-of-Year Patch Plans40 days ago
- Feature Friday - October 25, 201947 days ago
- Feature Friday - October 11th, 201961 days ago
- October Patch Schedule70 days ago
- Feature Friday - September 21, 201982 days ago
Leave a comment
Log in with itch.io to leave a comment.