Jump to content

Recommended Posts

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.

Link to comment
Share on other sites

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 :)

  • Like 1
Link to comment
Share on other sites

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 by OlleDenStore
  • Like 2
Link to comment
Share on other sites

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.

  • Like 2
Link to comment
Share on other sites

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 by CENIC

Aloth massages his temples, shaking his head.

Link to comment
Share on other sites

 

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 by alexis13
Link to comment
Share on other sites

  • 7 months later...

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.

Link to comment
Share on other sites

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...