Each official Steam Workshop mod is assigned a Mod ID by the creator. Each mod is identified uniquely in-game by that Mod ID.
If two mods both have the same Mod ID (e.g.
I'm currently working on something that will mitigate that
So, unless you explicitly want your mod to act as a replacement for another mod, choose a unique mod ID.
There are several mods on the Steam Workshop with the Mod ID of
Untitled Mod:
Any changes to the Mod ID after it's uploaded mean that any snapshots anyone has made with the old Mod ID will instantly break. The same goes for Block IDs within a block mod.
* I am singling out block modders here because that's the segment of mod loading that I am most familiar with, and I know for a fact it will cause problems. I do not know how much Skins/Corps modders will be impacted, but I assume they're in a similar position.
On the other hand, if you do want to make a mod that's a replacement of another mod (e.g. tuning down, or up stat values of blocks), then:
If two mods both have the same Mod ID (e.g.
Test
), then only one of them will be loaded. Which of them is loaded is semi-random.So, unless you explicitly want your mod to act as a replacement for another mod, choose a unique mod ID.
There are several mods on the Steam Workshop with the Mod ID of
Untitled Mod
and Test
. Only one of each will be loaded at any one time.Untitled Mod:
- Deep Green Camo (Hawkeye Skin) by aubrey gaming (real)
- Norali's Mod 002 HEblock by noralikuralin
- TT Metals by SlenderBoi
- Untitled Mod by eterofwerlds
- GKvec Block by Lucas3214
- Test (HE for Venture) by #D5CFA6Ƥöṕë
- skin
- skins
- better future
- Download it, go to the installed folder. You will see a file named
<Mod ID>_bundle
- Technically, yes.
- You can, however, be reasonably sure your Mod ID is unique if you give it a unique name similar to the mod name (what's displayed on the Workshop page), and search for any other mods with a similar name
You can be even more sure if you include your username in the Mod ID
Given how tedious this process is, I am considering making a tool to help you search for currently used Mod IDs
Any changes to the Mod ID after it's uploaded mean that any snapshots anyone has made with the old Mod ID will instantly break. The same goes for Block IDs within a block mod.
* I am singling out block modders here because that's the segment of mod loading that I am most familiar with, and I know for a fact it will cause problems. I do not know how much Skins/Corps modders will be impacted, but I assume they're in a similar position.
On the other hand, if you do want to make a mod that's a replacement of another mod (e.g. tuning down, or up stat values of blocks), then:
- Make sure the Mod ID is identical to the mod you want to be a replacement for, and make sure every Block ID is also identical.
- The Block ID is not the name of the block in-game. It's what shows up in the mod creator window in the Unity Editor
If you fail to do that, then the game counts the mods as different, and will treat the blocks as entirely different blocks. This means that any snapshots users of the old mod made will be incompatible with your mod, and vice versa