Modding Tutorials/Distribution

From RimWorld Wiki
Revision as of 20:29, 7 February 2019 by Mehni (talk | contribs) (→‎Preparation: Publisher Plus)
Jump to navigation Jump to search

Modding Tutorials

This tutorial suggests steps to take when releasing your mod.

Requirements

Preparation

  1. Compile all your DLLs and make sure they're in the Assemblies folder.
  2. Activate your mod. Test it. Your mod should not cause any errors, warnings or other logspam on startup.
  3. Recommended: Consider a license, preferably one that will let other modders update and expand upon your mod.
  4. Optional: Make a copy of your mod folder for release. This folder shouldn't contain files that aren't of interest to most users.
    1. Backups of older versions of textures and such can be removed from this folder.
    2. Your .git folder and the .vs and bin/obj folders made by your IDE/Visual Studio can be removed.
    • Publisher Plus is a mod that gives you the option to exclude certain files and folders for uploading.
  5. Update your About folder, that thing was made in a hurry anyways. Add a nice Preview.png to showcase your mod:
    1. A good preview will help garner interest in your mod. For Steam, your Preview.png can't be bigger than 1 MB. A resolution of 640x360 works best.
    2. Make sure you've updated the supportedVersions tag.
    3. Write a good description. A good description will have a sentence at the top stating what the mod does.

Distribution

Steam

  1. Put your prepared folder in the Mods subfolder of your RimWorld installation.
  2. Enable dev mode (You're a mod developer now, you should already have it enabled).
  3. Press the Mods button. If you have dev-mode enabled, there will be a button labeled "Upload on Steam".
    1. Once you've successfully uploaded the mod on Steam, there will be a new file called PublishedFileId.txt. It contains a long number like 1454024362 which is the unique ID for your workshop submission. This file is required to update your mod later. Only your Steam account can update the workshop submission with this number.

GitHub

  1. If your mod has a GitHub repository, you can visit its https://github.com/YOURUSERNAME/YOURREPOSITORY/releases section to make a new release.
    1. https://github.com/YOURUSERNAME/YOURREPOSITORY/releases/latest will always link to your latest release.

General

  1. Some mods include a Dropbox download link to their source code in the mod's topic.
  2. Take a look at the "Mod release rules" Thread;
  3. Along with that, this Thread has tips on host sites and further naming conventions.
  4. While possible to add your mod as an attachment to your Ludeon thread, these attachments are severely limited in size (max. 600kB) and are regularly deleted. They are also only visible to logged in users.