Neutronium is a collection of merge libraries for modding the game Oxygen Not Included.
Allows custom sounds to be loaded from file and played.
- Supports positional audio relative to the game camera.
- WIP
API for screen-space effects.
- Day & Night LUT (Color Correction)
- Adding new disease (germ) types
- Custom shader for disease overlay to support unique disease textures. (thanks Aki!)
(Moonlet by Aki does everything this module was going to do)
- Adding new elements through an API to avoid patch bloat
- Detecting elements added by other mods to enable optional features in your own mod
- Backup elements so they can exist even after a mod is disabled. (For loading old saves)
- Configurable conflict resolution so that multiple mods can share the same element if they both add it
- Adding new duplicant personalities
- Adding personality traits (good/bad traits)
- Support for completely custom art
A library for adding entirely custom clusters and asteroids with compatibility for the YAML based worldgen mods
(Moonlet by Aki does everything this module was going to do)
A library for adding new biome/zone types. (The background texture for a biome)