Dig into the files, read the code (yes, read it like a book, er, um, not so much like a book), back up the fileset and...
(first, only mess with the TXT files located in the MOD-Directory, which you have to get from Stardock)
...start changing the variables around, one by one, or you might miss the source of a dreaded Minidump
(Minidumps are usually caused by an extra space in the code, or a misspelled word, or by adding lines of code creatively before getting used to the format of the files)...
After getting used to the code, freely mess with anything, and brace for possible minidumps (sometimes the biggest breakthroughs will happen when it should have minidumped)
lastly, look for extra or missing spaces (and make the delcared number of things match the actual number of things in a list)... ...and be mindful of the number of spaces, which is important enough to mention more than once...