Skip to content

Allows the use of custom name lists for ONI Dupes.

License

Notifications You must be signed in to change notification settings

ecool/CustomNameList

Repository files navigation

CustomNameList

Allows the use of custom name lists for Oxygen Not Included Duplicants.

To use

Create namelists.json in the Mod CustomNameList directory.
ex: %userprofile%\Documents\Klei\OxygenNotIncluded\mods\Steam\1811623834

Example Name Lists

{
    "MALE": {
        "Male Name 1",
        "Male Name 2"
        // etc...
    },
    "FEMALE": {
        "Female Name 1",
        "Female Name 2"
        // etc...
    },
    "NB": {
        "NB Name 1",
        "NB Name 2"
        // etc...
    }
}

About

Allows the use of custom name lists for ONI Dupes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages