Jump to content

Modding Resources


Recommended Posts

First decompile the game. There are many good C# decompiler, which all give good, readable output. The naming is relatively clear. You are almost always only interested into Assembly-CSharp.dll.

Secondly, learn how to use Harmony (https://github.com/pardeike/Harmony/wiki). Best if you check how other people do their mods. That's how I got into it. It's quite a task.

I know that's not a lot of help. But I cannot point you to anything else. The only good thing about modding ONI is that Harmony is a really powerful and makes surprisingly compatible mods.

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...