How did they make mods before the official modding tools are released?

Users who are viewing this thread

There are already a bunch of mods available in Nexus, mostly script fixes. Bascially it's a submodule,with a dll in a bin folder, and an xml file. How did they know the modding structure, code it in C# and make it into a dll it BEFORE any official modding tools are released? Could anyone reveal the secret how to do that, and where to get the tools they use?


//***********************************************************************************************************
UPDATE:
Finally found this useful documentation. Thanks to Ster the author!
//***********************************************************************************************************
Earlier:

As per the source code of this mod, You need to create a class library in visual studio, and reference Taleworld's libraries. So it seems they had access to these libraries that we don't have public access to yet...

Looking forward to the official release of the modding tool!
3.png


//***********************************************************************************************************

1.png

2.png
 
Last edited:
As per the source code of this mod, You need to create a class library in visual studio, and reference Taleworld's libraries. So it seems they had access to these libraries that we don't have public access to yet...

You didn't have the beta? You just unpak the files within the folder structure. It's not hard.
 
Upvote 0
As per the source code of this mod, You need to create a class library in visual studio, and reference Taleworld's libraries. So it seems they had access to these libraries that we don't have public access to yet...

You didn't have the beta? You just unpak the files within the folder structure. It's not hard.

No, I followed the documentation, and added reference to these dlls under bin\Win64_Shipping_Client
 
Upvote 0
Back
Top Bottom