• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

mod.xml

Umbrella

Refugee
Hi,

How do you generate the mod.xml file ? Is the <hashes> section mandatory for eg xpath to execute ? how do you generate hashcodes ?

When the file is missing, the DMT modding tool does not see the mod.

Thank you !

 
Just create it in a text editor like Notepad++. Copy the format in any modlet. The hashes are generated, you dont add those.

 
Just create it in a text editor like Notepad++. Copy the format in any modlet. The hashes are generated, you dont add those.
Personally I use Visual Studio Code or Atom, but Notepad++ is good too.

Also - if you're working on the mod by putting it directly into the 7D2D Mods folder (as opposed to, say, using the Mod Launcher and installing from Github), there won't be any hashes generated. That's not a problem, the mod should work just fine without them.

 
Back
Top