In TQ there used to be a seperation between “working” and “built” mods. From reading the tools guide it looks like it’s now both one and the same folder, for example:
If I create a mod and name it “Test” it will create a folder structure of:
…Grim Dawn/mods/Test/Source
…Grim Dawn/mods/Test/Assets
…Grim Dawn/mods/Test/Database
But if I build a mod, it will create the .arc and .arz files in
…Grim Dawn/mods/Test/database.arz
…Grim Dawn/mods/Test/resource/anyname.arc
inside the exactly same folder as Source, Assets and Database of the working mod is?
Just want to make sure I understood this right.