Allows the use of custom name lists for Oxygen Not Included Duplicants.
Create namelists.json
in the Mod CustomNameList
directory.
ex: %userprofile%\Documents\Klei\OxygenNotIncluded\mods\Steam\1811623834
{
"MALE": {
"Male Name 1",
"Male Name 2"
// etc...
},
"FEMALE": {
"Female Name 1",
"Female Name 2"
// etc...
},
"NB": {
"NB Name 1",
"NB Name 2"
// etc...
}
}