Update docs/guides/modding-guide.rst

Co-authored-by: Myk <myk002@yahoo.com>
develop
Tachytaenius 2022-06-21 12:58:40 +01:00 committed by GitHub
parent 52161df428
commit 6f2998d7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -10,7 +10,7 @@ Why not just use raw modding?
It's much less hacky for many things, easier to maintain, and easier to extend. Of course if you're adding a new creature or whatever do use raw modding, but for things like adding syndromes when certain actions are performed, absolutely try out DFHack. Many things will require a mix of raw modding and DFHack.
What kind of things can we make?
What kind of mods can we make?
Lots of things, and the list grows as more and more hooks and tools are developed within DFHack. You can modify behaviours by cleverly watching and modifying certain areas of the game with functions that run on every tick or by using hooks. Familiarising yourself with the many structs oof the game will help with ideas immensely, and you can always ask for help in the right places (e.g. DFHack's Discord).