Feature Friday - September 13, 2019
Caves of Qud » Devlog
192.0
[*][modding] Added a new attribute and interface: PlayerMutator and IPlayerMutator. You can use them to modify the player object before the game begins. Any class tagged with the PlayerMutator attribute is instantiated after the player object is created and assigned, and the "mutate" method is called with the player as the parameter. For example:
[PlayerMutator]
public class MyPlayerMutator : IPlayerMutator
{
public void mutate(GameObject player) { // modify the player object before the game starts }
}
Files
cavesofqud-windows-default.zip 714 MB
Version 2.0.192.0 Sep 14, 2019
cavesofqud-osx-default.zip 710 MB
Version 2.0.192.0 Sep 14, 2019
cavesofqud-linux-default.zip 713 MB
Version 2.0.192.0 Sep 14, 2019
Get Caves of Qud
Buy Now$29.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
- Beginner tutorial out now, release date announced, and Dromad Deluxe edition!23 days ago
- You gain the mutation Precognition!31 days ago
- Tutorial beta out now!49 days ago
- Final Feature Friday!61 days ago
- Journey to 1.0! Final preparations + new price61 days ago
- Feature Friday - September 13, 202468 days ago
- Feature Friday - August 30, 202483 days ago
- Feature Friday - August 23, 202489 days ago
- Feature Friday - August 16, 202497 days ago
- Feature Friday - August 9, 2024Aug 09, 2024
Leave a comment
Log in with itch.io to leave a comment.