Here's a proper fix for the veils - the issue is PDX removed them from the 00_custom_special.txt file, preventing them from being selected/modified in the barber shop.
in game/gfx/portrait_modifiers/00_custom_special.txt add the following lines:
Code:
## Veils ##
add_accessory_modifiers = {
gene = additive_headgear
template = fp4_western_era2_veils
}
add_accessory_modifiers = {
gene = additive_headgear
template = fp4_western_era2_veils
}
add_accessory_modifiers = {
gene = additive_headgear
template = western_veils
}
add_accessory_modifiers = {
gene = additive_headgear
template = ep2_western_era1_veils
}
add_accessory_modifiers = {
gene = additive_headgear
template = ep2_western_era2_veils
}
add_accessory_modifiers = {
gene = additive_headgear
template = ep2_western_era3_veils
}