JSON Load Order

If you liked this item, please rate it up on Steam Workshop page.

Author: Tel

Last revision: 2 Dec, 2023 at 21:44 UTC

File size: 21.12 KB

On Steam Workshop

Description:
REQUIRES: IM-HarmonyIntegration

Download IM-HarmonyIntegration here: GitHub Link[github.com]

Have you ever wanted to make minor changes to another mod’s JSON files?

Have you ever wanted to translate just some JSON files of another mod to another language?

With this mod, you can do that by ensuring your mod loads after the mod you’re changing!

This mod allows modders to adjust the JSON load order of their mods with respect to other mods. Just add a JSONLoadOrder attribute to info.json. Default JSONLoadOrder number is 0. Lower numbers load early, and higher numbers load late.

Example info.json for a mod that loads early:

{ "Title": "JSON Load Order Tool", "Description": "Allows modders to adjust the JSON load order of their mod. Just add a JSONLoadOrder attribute to info.json. Default JSONLoadOrder number is 0. Lower numbers load early, and higher numbers load late.", "Author": "Tel", "Version": "1.0", "Tags": ["modding"], "HarmonyID": "com.tel.jsonloadorder", "JSONLoadOrder": -100 }
Download
Required items:

Click the title to search on this site.


IM-HarmonyIntegration PluginSteam Workshop