Fallout 3 Redesigned aka Project Beauty - White Face Fix

1 year ago
27

Many thanks to Bhut for helping me.
Disclaimer: I am not an expert on Gamebryo or FO3edit. I don't know what causes this problem, or if this is the only way to solve it. Always backup your files.

Generating Mod-Specific Face Textures: http://geck.bethsoft.com/index.php?title=Export_NPC_Face_Textures
"To generate textures only for the NPCs added by a specific mod, you may employ an undocumented method to generate the textures for specific NPCs. This is very quick — usually taking no more than a few seconds.

If the mod is not already an ESM, it must be converted to an ESM due to a limitation in the GECK. You will need to enable the mod's ESM flag by using WRYE BASH or FNVEDIT, or another similar utility.
In FNVEdit, load the plugin, select the File Header, and right-click on the "Record Flags" near the top. Tick "ESM". Then save the plugin.
In Wrye Bash, right-click on the plugin and choose "ESMify".
Load the GECK and load your plugin.
Select all NPCs added by the mod.
This is much easier when sorting by FormID (see How to Keep Track of Your Records).
Press Ctrl+F4 on the keyboard. A message box should pop up in short order saying "Done!"
You may close the GECK without saving — you do not need to save the plugin in the GECK unless you made any other changes.
If you had flagged the ESP as an ESM and want to distribute your mod as an ESP, you should reverse the ESMify process.
In FNVEdit, repeat the same steps as in 1, above.
In Wrye Bash, right-click on the plugin and choose "ESPify".
After following these steps, the mod's body textures and facial textures will have been exported to the following folders:

Data\textures\characters\BodyMods\yourespname.esp\ (or .esm)
Data\textures\characters\FaceMods\yourespname.esp\ (or .esm)
If you had renamed the file (e.g., if using Wrye Bash) to .esm but will distribute the plugin as an ESP, be sure to rename the folders to be .esp rather than .esm. Be sure to distribute these files along your mod so that your NPCs will always have perfect textures regardless of whether the end user has made any edits to their INI files."

BHUT post (all our comments): https://www.nexusmods.com/fallout3/mods/6341/?tab=posts&jump_to_comment=79715423
" OK, I can confirm that this solution works. Although there are some steps you need to take to make sure everything will work as it should.
1. First of all you need to import body and face textures from all mods with master files (.esm) that have records in 'Non-Player Character' section. So open FO3Edit and identify such mods. It doesn't matter if there are any conflicts in those records or not: if those records exist, you need to import textures from those mods. As far as I can tell mods with only .esp-plugins don't cause the "white faces" problem.
1a. For me it was Unofficial Fallout 3 Patch.esm, Project Beauty.esm and EVE.esm.
2. Now if you have some experience in using GECK chances are you've already done it. Anyway, find your GECKCustom.ini, find bAllowMultipleMasterLoads parameter and change 0 to 1.
3. Now open GECK, open File == Data..., double click on one of the .esms you've identified before, click OK. In the opened dialogue window choose 'Yes to all'. Let GECK to load the plugin, it can take some time.
4. In the left pane choose 'NPC', then mark all the records in the right pane. Yes, I know it's not optimal, but it's much easier than searching for all the records added by the mod. Then Ctrl+F4. In the opened dialogue window choose 'Yes to all'. Now you have to wait for a while. May be for a long while... Don't interrupt the process and let GECK do its thing. Eventually 'Done' will appear, but you haven't done yet.
5. Close GECK, don's save the plugin changes. If you're using Mod Organizer like most sane people do, imported textures will appear in the Overwrite folder. If you're using other mod managers, look for something similar in your mod manager's virtual data folder.
6. Now we don't need imported textures from Fallout 3.esm and .esms from official DLCs. When import is finished, inside your Overwrite folder you have 'textures/characters/' folder with two folders inside - 'BodyMods' and 'FaceMods'. Each folder contains imported textures from all .esms involved in this... undertaking. Delete all of them except 'that-mod-you've-loaded-in-GECK.esm' folder in both folders (BodyMods and FaceMods). So, now your are done importing face and body textures for the first mod. Repeat steps 3-6 for all previously identified mods. Eventually your newly created 'texture' folder will look similar to this - https://i.imgur.com/sQxssyg.png
7. As great and noble GamerPoets used to say, you want to keep Overwrite folder clean. In Mod Organizer right click on 'Overwrite' at the bottom of the mods list and choose 'Create Mod...' Name it 'Output'. Don't forget to enable it. And now you're finally done. "

Loading comments...