Mods for Oxygen Not Included and ONI - Spaced Out. (The List of mods is probably not up to date)
- clone/download repository and open it in visual studio
- make a copy of the
Directory.Build.props.defaultfile and name itDirectory.Build.props.user, then adjust the variables "ModFolder" and "GameLibsFolder" inside of the copy to reference your local dev folder and your game folder. This will relink all references to the game assemblies. - if you don't know what "refasmer" is, next to RefasmerInstalled, change the 1 to a 0
- Done. All mods should now be able to compile properly and be copied to the dev-folder on completion. If you want to make a new mod and use this repository as a base, make sure to allow "Unsafe Code" in the new mods project settings as this is required for using publiciser (Update; this should now happen automatically via solution setting). A project template file is included with "UpdatedOniTemplate.zip".
My mods can be found on the Steam Workshop.
For direct downloads, there are both nightly builds and full releases.
Downloads for older ONI versions can also be found in releases.