Jump to content

Modding Resources


Recommended Posts

Klei say abou modding this:

"As we develop this system, we'll be putting out tutorials and templates to make getting started easier, " 

Klei probably publish some material soon, (soon = 2030 max)

I say: If you need this, you already fail.

 

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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...