Modding:Overview: Difference between revisions

Jump to navigation Jump to search
(add mention of build_log.txt)
(Add an "Examples" section with sources for various mods)
Line 37: Line 37:
'''I keep getting an error when trying to save my game.''' Most likely, you have a list in your mod. Qud's default method of saving doesn't handle lists, so you need to handle it yourself. To see how, check out [[Modding: Serialization (Saving/Loading)|this article]] on how to override Qud's default saving/loading.
'''I keep getting an error when trying to save my game.''' Most likely, you have a list in your mod. Qud's default method of saving doesn't handle lists, so you need to handle it yourself. To see how, check out [[Modding: Serialization (Saving/Loading)|this article]] on how to override Qud's default saving/loading.
[[Category:Guides]]
[[Category:Guides]]
== Examples ==
The sources for many mods are available online under various free/libre licenses. These can be a good resource for getting started with creating your own mods.
The following is an (incomplete) list of sources for different mods:
{| class="wikitable" style="min-width: 50%;"
! Repository
! Corresponding mod(s)
|-
| [https://gitlab.com/Armithaig/hearthpyre Armithaig/hearthpyre]
| [https://steamcommunity.com/sharedfiles/filedetails/?id=1683847053 Hearthpyre]
|-
| [https://github.com/AsheIsAmazing/QudMods/ AsheIsAmazing/QudMods]
| Various mods
|-
| [https://github.com/HeladoDeBrownie/Caves-of-Qud-Minimods HeladoDeBrownie/Caves-Of-Qud-Minimods]
| Various mods
|-
| [https://github.com/Ilysen/Jademouth Ilysen/Jademouth]
| [https://steamcommunity.com/sharedfiles/filedetails/?id=2926820352 Jademouth]
|-
| [https://github.com/librarianmage/FinderOfRuin librarianmage/FinderOfRuin]
| [https://steamcommunity.com/sharedfiles/filedetails/?id=2812261314 FinderOfRuin]
|}


{{Modding Navbox}}
{{Modding Navbox}}