• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Need Help. Want to edit a Mod, that has a DLL.

zewtastic

Refugee
I want to edit a DLL in an existing MOD, but have no idea what tools to use.

I have a fairly extensive coding background but am unfamiliar with what languages tools to use for 7D stuff.

Can anyone point me in the right direction?

 
I want to edit a DLL in an existing MOD, but have no idea what tools to use.
I have a fairly extensive coding background but am unfamiliar with what languages tools to use for 7D stuff.

Can anyone point me in the right direction?
A straight edit can be done using dnSpy on the Assembly-CSharp.dll. It's in C#.

Another way is to use the DMT Tool, and use Harmony to apply patches to the DLL at run-time.

 
Back
Top