Skip to content

n-epifanov/ONI-ExampleMod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ONI-ExampleMod

Sample Visual Studio solution to help you started with a new mod for Oxygen not Included.

Requirements

  • .NET Framework 3.5
  • Visual Studio 2017

Getting started

  • Copy the following files from ONI's OxygenNotIncluded_Data\Managed folder to this mod's \lib\:
    • Assembly-CSharp.dll
    • Assembly-CSharp-firstpass.dll
    • UnityEngine.dll
    • UnityEngine.UI.dll
  • Open solution in Visual Studio
  • Now there are some renames to be done from ExampleMod to your mod's name:
    • Open project's Properties:
      • Rename Assembly name and Default Namespace
      • Click Assembly Information... and make renames there too
    • Open .cs file and rename ExampleMod class
  • Build (.dll will get copied to ONI Mods dir);
  • Run the game.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages