I’m currently trying to create a mod and followed exactly the instructions from the modding guide PDF to get started, but somehow the default assets are not shown in the world editor, except one file i’ve added to the mod directory. The database with records and templates are shown in the assets manager if no mod is selected, so the game files and working folder should be correctly setup. How do i get access to the default assets in the editor?
Thanks in advance!
Edit:
Okay, its working now, but i doupt it’s the intended way to do it. I put all extracted files from “…\Grim Dawn\database\records” as well as “…\Grim Dawn\mods\gdx1\database\records” and merged them together into my mod directory “…\TestMod\database\records”. Next i’ve build the mod and now i am able to use all the default assets in the world editor. if someone know how to do it the right way, let me know.