Experience:
So all the calls that add experience from osiris are different. They changed it from "PartyAddExperience" to "PartyAddActualExperience". Presumably to differentiate between using mapped values and raw numbers. Since my mod is a mod and not a 80 hour game raw numbers work fine.
Also they added a character to the call to define which party gets experience, presumably this is for D:OS 2 since there can be competitive parties.
Instances:
I had to update a whole bunch of these to 360 degrees. Not sure why Larian didn't update these automatically like they did some others.
Remaining Errors:
I kept getting a bunch of missing treasure table errors so I dug into the file and found that they removed all the tables titled "SecGear". So I had to remove those from my files as well.
Erroneous skills:
Since the EE removed a bunch of skills I had to go into my charscripts and remove those same ones and swap them for something else.
TranslatedStringKey Speaker Errors:
There were a whole bunch of these as well. Since my mod predates the "Shared" structure I had a bunch of translatedstring files copied over manually. They referenced removed speaker list entries that don't match the EE. For now I've just removed them.
Finally my mod is error message free in the editor.
Last edited by SniperHF; 12/09/16 07:59 AM.