It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I'm trying to track down the stat maximums. I know they are coded to allow only 12 points to be put in them or something to that effect and that you can modify this was hex editing but I can't recall where the offsets or now am I experienced enough to track them down myself.
This question / problem has been solved by Kerebronimage
Loong ago i did some hexedit on arcanum myself but i forgot too much to help you..but...i would advice you too take a look here

http://www.terra-arcanum.com/forum
high rated
avatar
reofecthegreat: I'm trying to track down the stat maximums. I know they are coded to allow only 12 points to be put in them
There are two hardcoded limits. One is 20 for each stat maximum. Second is racial modifier, that raises or lowers that limit. Backgrounds also affect reachable maximum, but only for negative values (if background raises a stat, you won't be able to exceed the 20 limit, but if background lowers a stat, amount will be deducted from the limit).

Modifying byte at offset 0xB0FF8 to value 0xEB removes racial modifiers and all races will use default limit values. List of these values starts at offset 0x1B5204.