May 16, 20187 yr I'm looking to switch some multiclass names around, wanna call my Wizard/FIghter a Warlock, and make barb/wiz the battlemage. Any tips anyone on doing this and what program to use? If anyone wants to do this for me also I wouldn't complain and would be grateful, incase it's an easy knock-out for someone.
May 17, 20187 yr In the global.gamedatabundle there is an entry called: "HybridClassTitles": [ { "Class1": "Fighter", "Class2": "Barbarian", "Title": 2592 }... If you switch those "Title" numbers for the classes you want, that might do it. I haven't tried this myself though, so it only a theory at this point
May 17, 20187 yr Author MA MAAAAAN! I only see globalprefabs personally, hopefully thats the one when this other guy releases his modding tools. Edited May 17, 20187 yr by alexis13
May 17, 20187 yr MA MAAAAAN! I only see globalprefabs personally, hopefully thats the one when this other guy releases his modding tools. I have the steam version of the game. On my computer the file is found at: C:\Program Files (x86)\Steam\steamapps\common\Pillars of Eternity II\PillarsOfEternityII_Data\exported\design\gamedata\global.gamedatabundle. Try this: 1. Open that file in notepad and copy all. 2. Paste it here: http://jsonviewer.stack.hu/ 3. Press the format button in jsonviewer. 4. Copy all 5. Create a new blank text file called something.gamebundle. "Something" can be whatever you want. Make sure it's called something.gamebundle NOT something.gamebundle.txt. You might have to make you OS display file endings. 6. Paste the formatted output from jsonviewer into the textfile. 7. Find the entry I listed in my previous post and switch the two values. 8. Save the file. 9. Create the folder: Pillars of Eternity II\PillarsOfEternityII_Data\override 10. Drop your custom gamebundle file in there. 11. Profit! Edited May 17, 20187 yr by OlleDenStore
May 17, 20187 yr What if I want to change a multiclass name, not switch two of them? Aloth massages his temples, shaking his head.
May 17, 20187 yr In the global.gamedatabundle there is an entry called: "HybridClassTitles": [ { "Class1": "Fighter", "Class2": "Barbarian", "Title": 2592 }... If you switch those "Title" numbers for the classes you want, that might do it. I haven't tried this myself though, so it only a theory at this point If you want to change the class name, take the title number and go to the string file in "PillarsOfEternityII_Data\exported\localized\en\text\game" and find the gui.gamedatabundle. Open it and search the number to find the name. Change it to whatever you want and either save it or copy the file to the override folder using the method found in the sticky here. I've renamed a few classes myself this way.
May 17, 20187 yr I don't get an option to "Open with" when I right-click a gamebundle file, is there something I need to do first? EDIT: Nevermind, when I chose "Open" I was able to pick a program to open it with. Thanks for the instructions! Edited May 17, 20187 yr by CENIC Aloth massages his temples, shaking his head.
May 21, 20187 yr Author MA MAAAAAN! I only see globalprefabs personally, hopefully thats the one when this other guy releases his modding tools. I have the steam version of the game. On my computer the file is found at: C:\Program Files (x86)\Steam\steamapps\common\Pillars of Eternity II\PillarsOfEternityII_Data\exported\design\gamedata\global.gamedatabundle. Try this: 1. Open that file in notepad and copy all. 2. Paste it here: http://jsonviewer.stack.hu/ 3. Press the format button in jsonviewer. 4. Copy all 5. Create a new blank text file called something.gamebundle. "Something" can be whatever you want. Make sure it's called something.gamebundle NOT something.gamebundle.txt. You might have to make you OS display file endings. 6. Paste the formatted output from jsonviewer into the textfile. 7. Find the entry I listed in my previous post and switch the two values. 8. Save the file. 9. Create the folder: Pillars of Eternity II\PillarsOfEternityII_Data\override 10. Drop your custom gamebundle file in there. 11. Profit! aaaaayyy it worked. EDIT: Thanks, also tried to edit fire godlike racial "Battle-Forged" but can't seem to get it to be active all the time instead of 50%. Edited May 22, 20187 yr by alexis13
December 25, 20187 yr Author The way to change multiclass names is in C:\Program Files (x86)\Steam\steamapps\common\Pillars of Eternity II\PillarsOfEternityII_Data\localized\en\text\game\gui.stringtable Not the global prefabs mentioned above, just cntrl+F in notepad the name you are looking to switch and type in what you want.
January 3, 20197 yr Yep, it was moved to CharacterClassGameData a while back for better compatibility with multiple class mods.
Create an account or sign in to comment