alexis13 Posted May 16, 2018 Posted May 16, 2018 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.
OlleDenStore Posted May 17, 2018 Posted May 17, 2018 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 1
alexis13 Posted May 17, 2018 Author Posted May 17, 2018 (edited) MA MAAAAAN! I only see globalprefabs personally, hopefully thats the one when this other guy releases his modding tools. Edited May 17, 2018 by alexis13
OlleDenStore Posted May 17, 2018 Posted May 17, 2018 (edited) 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, 2018 by OlleDenStore 2
CENIC Posted May 17, 2018 Posted May 17, 2018 What if I want to change a multiclass name, not switch two of them? 1 Aloth massages his temples, shaking his head.
Geedorah Posted May 17, 2018 Posted May 17, 2018 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. 2
CENIC Posted May 17, 2018 Posted May 17, 2018 (edited) 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, 2018 by CENIC Aloth massages his temples, shaking his head.
alexis13 Posted May 21, 2018 Author Posted May 21, 2018 (edited) 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, 2018 by alexis13
alexis13 Posted December 25, 2018 Author Posted December 25, 2018 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.
BMac Posted January 3, 2019 Posted January 3, 2019 Yep, it was moved to CharacterClassGameData a while back for better compatibility with multiple class mods.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now