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 838 MB
Version 2.0.192.0 Sep 14, 2019
cavesofqud-osx-default.zip 831 MB
Version 2.0.192.0 Sep 14, 2019
cavesofqud-linux-default.zip 837 MB
Version 2.0.192.0 Sep 14, 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 Patch4 days ago
- Caves of Qud 1.0 OUT NOW!18 days ago
- Beginner tutorial out now, release date announced, and Dromad Deluxe edition!55 days ago
- You gain the mutation Precognition!64 days ago
- Tutorial beta out now!82 days ago
- Final Feature Friday!94 days ago
- Journey to 1.0! Final preparations + new price94 days ago
- 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.