I’m using Dawn of Masteries(Dawn of Masteries at Grim Dawn Nexus - Mods and Community), and I’m trying to change the amount of skill points I get per level. I figured the easiest way to test whether I was doing it correctly was to change the amount of skill points I got my first level up then run through a quick game to see if it worked correctly.
After changing the value in playerlevs.dbr, I hit build and everything seemed to be going fine. A prompt appeared asking me if I wanted to delete an unassociated file. I hit No to All, and it continued the process. I did notice that the Asset Manager was still removing lots of files anyways even after I said no.
Once I opened the game, I realized that it was completely unplayable. The inventory wasn’t functional and after I got to level two, I discovered the skills menu was also not working. After I uninstalled and reinstalled the mod, I loaded it again with the same character. This time, the mod was working perfectly fine to my knowledge, and I did see that I had a different amount of skill up points compared to the usual three.
I’m a completely novice modder, but it feels to me like I edited playerlevels.dbr correctly, but due to the Asset Manager deleting “unassociated” files, the game wasn’t functional. I was wondering if there was any way to force the Asset Manager to never delete files or if I did anything wrong?
No idea, but what you would need to do in this particular case is keep the original .arc files and only use the .arz AM builds.
For that to be built correctly, you will need the expanded skilltree template (available on the DoM Nexus page). Place it with the vanilla templates, not in the mod dir
I sort of understand what you mean but not really. I’m extremely confused on what to do. my general idea of what to do would be to extract dom.arz, insert playerlevels.dbr/make my changes, then repackage the whole thing using Asset Manager correct?
I’n hitting a snag in that I don’t know how to extract dom.arz. I’ve tried reading the forum tutorial on it, but I don’t have any prior knowledge in CS and I can’t really what the process is.
I used AM, selected the DoM folder, then extracted it to my new mod folder, then inserted in the changed .dbr file. When I hit compile this is what happens. I did try to download the templates folder and place it in templates section, but this didn’t change anything.
Did you put the templates here (I think this is the directory for DoM’s templated that Mamba meant): Grim Dawn\working\database\templates
This might be not be the proper advice and not needed (first check the above) (some experienced modder please correct me in that case) but how are your AM options now when trying to compile after unpacking while having a proper Attempt1 folder with DoM unpacked and templates there?
Did you put the templates here (I think this is the directory for DoM’s templated that Mamba meant): Grim Dawn\working\database\templates
I’m going to try and do a fresh attempt from the top. I’m starting off by extracting DoM using the asset manager and setting my working directory to my mod, Attempt1.
At the end the status bar says failure to open template archives for the Grim Dawn expansions, which is showing I think because I’ve entered the additional browse/source directories and put the file locations of my expansions there. I don’t think this is impacts anything but wanted to mention it just in case.
After that I’m changing my working directory out from Attempt1 back to Working, then extracting the game files there. Then I’m selecting None underneath Mod so that I can make changes to the vanilla game.
I don’t think I need to touch any of the contents my mod Attempt1, since I’m not changing anything about the DoM in there, just the amount of skill points I get per level.
This next part is where I’m currently stuck at. My intuition is to copy the contents of Downloads\Templates-82-1-0-1584897467\templates, then paste them into C:\Program Files (x86)\Steam\steamapps\common\Grim Dawn\Working\database\templates and hit replace for every file, but I’m not sure how to proceed and don’t want to accidentally do something wrong.
I believe I’ve done everything correctly so far on this latest attempt, and once I figure out how to put the templates files in it should be working.
Hmmm… not sure if I fully get your method (I haven’t done it in this particular way) but if you don’t want to change DoM’s files / add files to it (attempt1) then what’s the point of unpacking it, rebuilding it (with the help of downloaded templates), just download the packed mod and run it in a standard way on top of your hard-modification to playerlevel (which can be done in various ways). If DoM does contain this playerlevel file though (I assume it does not) then it will overwrite it.
If on the other hand you want playerlevel changes to be contained just in your attempt1 mod (and not in standard game) then you need to make all changes in working/mods/attempt1 and rebuild it.
I will tell you a method I use that I use that’s the cleanest I think and actually doesn’t require you to change game’s files (which is handy because then they are not overwritten when the game’s updated).
you make a normal soft-mod that’s changing just playerlevel in Asset Manager in a standard way:
if you only need 1 file changed, then import your playerlevel file, make the changes.
Then in Asset manager, right click on the file and select build. Dont have to have the rest of the files extracted even