Posted January 15, 2018
Was bored and wrote a very simple program to allow you to make any allies of the races you wish.
It's located here: http://buddhabox.ath.cx/wbc3/
If you're not into installing exe's from unknown people, the page also has the hex listings for the settings.
And they're included below.
Each value is two bytes in length. (So Knight would be x28-x29.)
Each can be filled with x14 00 (20 00) (or higher?) which sets the alliance.
These are signed values.
x28(40) Knight
x2A(42) Dwarf
x2C(44) Undead
x2E(46) Barbarian
x30(48) Minotaur
x32(50) Orc
x34(52) High Elf
x36(54) Wood Elf
x38(56) Dark Elf
x3A(58) Fey
x3C(60) Dark Dwarf
x3F(62) Daemon
x40(64) Empire
x42(66) Sarathi
x44(68) Swarm
x46(70) Plague
If you later anger the race(s), you can of course run the program/change the value(s) again.
I'm likely late to the party on this info, but I couldn't find it anywhere else.
It's located here: http://buddhabox.ath.cx/wbc3/
If you're not into installing exe's from unknown people, the page also has the hex listings for the settings.
And they're included below.
Each value is two bytes in length. (So Knight would be x28-x29.)
Each can be filled with x14 00 (20 00) (or higher?) which sets the alliance.
These are signed values.
x28(40) Knight
x2A(42) Dwarf
x2C(44) Undead
x2E(46) Barbarian
x30(48) Minotaur
x32(50) Orc
x34(52) High Elf
x36(54) Wood Elf
x38(56) Dark Elf
x3A(58) Fey
x3C(60) Dark Dwarf
x3F(62) Daemon
x40(64) Empire
x42(66) Sarathi
x44(68) Swarm
x46(70) Plague
If you later anger the race(s), you can of course run the program/change the value(s) again.
I'm likely late to the party on this info, but I couldn't find it anywhere else.
Post edited January 15, 2018 by hibitdrifter