Z zewtastic Refugee Nov 17, 2019 #1 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?
sphereii Surviver Nov 18, 2019 #2 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? Click to expand... 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.
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? Click to expand... 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.