Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
First, you need to load your save. They should all be in %localappdata%\OBF\Saved\SaveGames, and you can just drag-and-drop it from explorer onto HxD. HxD should back it up when you save, but it's probably a good idea to back it up yourself first too, since if you mess up YOU WILL BREAK YOUR SAVE. You should also change the number display from hex to dec on the third drop-down. You can also widen the width of rows displayed with the first dropdown box and input a nice decimal number (40 fits my screen nicely).
Next, you need to find the trait you want on another neph (at least until you get the pattern of how they work). Make sure you're at the beginning of the file, press ctrl+f to pull up search, enter the name of the neph with the trait you want to copy in the text-string tab (make sure the search direction is forward) and hit enter, then string-search traits from there. You should be able to see the trait in text on the right. With your cursor, highlight from four characters before the trait to one character after. For example, for normal size, highlight
Now go back to the top of the file and search for "breeder", then search for traits. Go after the null terminator of one of the trait strings and paste the thing you copied there. Now highlight the four bytes before the four bytes giving the string length of the first trait. In the right sidebar you should see the int32 value of 2. That's the counter for the total number of traits, so you need to increase it to 3 now. If the first trait is Trait.Size.Normal, it'll be here:
Have fun.
Also, note that changing the size trait won't change the size of your character.