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 838 MB
Version 2.0.194.0 Sep 28, 2019
cavesofqud-osx-default.zip 831 MB
Version 2.0.194.0 Sep 28, 2019
cavesofqud-linux-default.zip 837 MB
Version 2.0.194.0 Sep 28, 2019
Get Caves of Qud
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
- Thank you for a stellar launch + 1.01 Patch26 days ago
- Caves of Qud 1.0 OUT NOW!40 days ago
- Beginner tutorial out now, release date announced, and Dromad Deluxe edition!77 days ago
- You gain the mutation Precognition!85 days ago
- Tutorial beta out now!Oct 03, 2024
- Final Feature Friday!Sep 21, 2024
- Journey to 1.0! Final preparations + new priceSep 21, 2024
- Feature Friday - September 13, 2024Sep 14, 2024
- Feature Friday - August 30, 2024Aug 30, 2024
- Feature Friday - August 23, 2024Aug 24, 2024
Leave a comment
Log in with itch.io to leave a comment.