Add support for .dat files.

This commit is contained in:
Ottermandias 2023-07-15 19:53:05 +02:00
parent edb05946dd
commit 6a94626a13
10 changed files with 416 additions and 14 deletions

View file

@ -141,6 +141,7 @@ public partial class CustomizationOptions
// Create the initial set with all the easily accessible parameters available for anyone.
var set = new CustomizationSet(race, gender)
{
Voices = row.Voices,
HairStyles = GetHairStyles(race, gender),
HairColors = hair,
SkinColors = skin,