Using Aribeths, Nymphs, etc... Portrait
Posted: Mon Jul 22, 2002 9:29 am
I have been attempting to figure out the save game file of my character. I have figured out how to change the deity, history, portrait and name of the character. I am having trouble figuring out how to change the body color/size however. I am sure it is in there in the form of a 'default tag' similar to the tags the toolset uses. I haven't found this yet, but am wondering if anyone has had better luck. Like I said, I can get Aribeths portrait for my character but not the look of the character itself. My intension is to keep my character that I have been playing with, but change the appearance. For those interested, to change the portrait without starting over, just open the save game in a hex editor. Seek to the end of the file. Then search backwards for the last occurance of your characters name. (Try only the first name or only the last name) This will bring you to an area that has some plain text pieces that are your History, Deity, Portrait, Inventory, etc... The portrait is a text right after the Deity. If you didn't choose a Deity, then it will be right after the History. Your portrait will look something like 'po_hu_f_01_'. They all begin with po_ the next piece is race (hu - humans, el - elf, or - orc, ha - halfling, gn - gnome, dw - dwarf). The next piece is obviously a 'm' or a 'f' for the gender. Most importantly is the HEX value that appears before the portrait entry. For most of the portraits, this value is '0B' which is 11 in decimal. This stands for the length of the portrait string. If you wanted to be the little girl portrait which is po_girl_, this would be '08'. When going from a portrait down to a smaller one. Don't change the position of the HEX values. Always use filler (values of '00') to finish off the section. There are quite a few portraits for people other than what the game gives you the ability to choose. You can be any of the monstors, NPCs, etc.. Even some nastly looking nymph. These seem to work on multiplayer fine. I have the numbering and pictures mapped out for all of the characters already and would like to build an editor. If anyone is interested in helping figuring out the save game file further, let me know.