File information
Created by
Legion of the LivingUploaded by
LegionoftheLivingVirus scan
Documentation
Readme
View as plain text
This mod contains about 40 new hair color presets for use during character creation stage
Manual
Start a new game
At a character creator screen, launch the tool
Choose appropriate race and gender in the radiobox
Press "Initialize" button, wait for the scanner. If the face was found in memory, dropdown list with color presets will become available below .
Choose the color from the dropdown list
Advanced features (well, one feature)
If you're are comfortable with editing HEX values of RGB color components, you can enter your desired color manually into the lowest fieldset.
Keep in mind that color format differs from the one provided by the usual HEX color pickers found around the net. First, it's 2-byte. Second, it's reverse-ordered. (I know I could have written the converter, I know I know, but I'm too lazy, sorry)
The last byte of the component determines it's overall brightness, while the first byte determines the nuanced color. Practical color range lies between XX3c_XX3c_XX3c and XX3f_XX3f_XX3f
For example, RED is ff3d/003c/003c
Slightly less bright RED is 663d/003c/003c
Miscellaneous notes
This mod is written using Cheat Engine. For those who get an antivirus alert when attempting to use it OR don't trust external executables, the .CT source is available for recompilation at your own convenience in the /Source/ folder of the archive.
Credits
DAI Tools community. Without their work on reverse-engineering game's internal structure this mod would have been impossible.
Cheat Engine community.