Modding:Creating a Workshop Mod: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(link to file locations)
(Added detail that "Enable additional overlay user interface elements" must be set to access extended modding tools.)
Line 1: Line 1:
[[Category:Modding]]{{Modding Info}}
[[Category:Modding]]{{Modding Info}}
# Create your mod as normal as a subdirectory of the save directory \Mods folder (see [[file locations]] for exact paths for your operating system)
#Create your mod as normal as a subdirectory of the save directory \Mods folder (see [[file locations]] for exact paths for your operating system)
# Open the Modding Utilities from the overlay main menu
#Ensure you have enabled "Enable additional overlay user interface elements" in your Options.
# Open the Modding Utilities from the Caves of Qud overlay main menu (home screen)
# Select the steam workshop uploader
# Select the steam workshop uploader
# Select your mod from the list
# Select your mod from the list

Revision as of 14:43, 19 April 2021

This page is about modding. See the modding overview for an abstract on modding.
This page is about modding. See the modding overview for an abstract on modding.
  1. Create your mod as normal as a subdirectory of the save directory \Mods folder (see file locations for exact paths for your operating system)
  2. Ensure you have enabled "Enable additional overlay user interface elements" in your Options.
  3. Open the Modding Utilities from the Caves of Qud overlay main menu (home screen)
  4. Select the steam workshop uploader
  5. Select your mod from the list
  6. Click the "Create Workshop Id for Mod..." button. Your mod will now be associated with a workshop entry via a workshop.json file in the mod directory. You can now browse your item on steam workshop, though it will be empty. (6/25 there's a bug after create, click your mod again in the list and you should get the details after the create, will be fixed 7/1)
  7. Optionally fill out the title, description and other fields. These can be edited in steam later, if you'd like.
  8. Click the Upload Content... button. The contents of your mod folder will be uploaded.
  9. Now users can Subscribe to your mod in Steam and restart Caves of Qud and get your mod content!

Notes

Inside workshop.json, if the Visibility variable is manually set to "2", the mod will always remain public. This prevents the game from making all updated mods private by default, forcing you to change visibility on the workshop page itself every time an update is pushed.