Publish a Mod

From Astrea Wiki
Jump to navigation Jump to search
  • The last step is publishing the mod so that other players can use them as well. But first, let's change the mod title, description, patch notes and the image that will be shown on the steam workshop;
caption
  • Go back to the Mod folder, there will be a json file called "modmanifest.json", open it and change the title, description and patchNotes of your mod, these will be shown on the mod steam page;
{
  "publishedId": "0",
  "title": "new mod title 1",
  "description": "new mod description 1",
  "patchNotes": "new mod patch notes 1"
}
  • On the same folder you can replace the image "modPreviewImage.png" with a image by your choice, but remember to use the same name;
  • Now you need to publish for other players. Go back to "Mod Support" UI and click "Publish", after a while your mod will be there;
caption
  • After clicking "Publish", the "Publish" button will be replaced by "Update". Whenever you want to make an update, make the changes necessary, change the patchNotes on "modmanifest.json" and click "Update" to send those changes to the steam mod.


Go Back to Mods page: Mods