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

DLL mods are ONLY loaded on Dedi Servers!??!

Buggi

New member
Is this a temporary thing? I find it's crazy that THIS feature of modding would be limited to dedi servers.

 
Okay, cancel that, just tried to get it loaded on a dedicated server and it gave me the same error...

2018-12-21T18:29:47 0.328 WRN [MODS] Not loading DLL, only supported on the dedicated server build

 
That error is what you'd see trying to run DLLs from the Mods folder on the client. It's not supported due to security concerns, etc. Hopefully at some point, we can get them.

There is SDX, which allows us to load DLLs on client and dedi.

 
I could use the uMod framework... Not sure how that would translate to dedicated though.

I still can't seem to get the DLL to load. I push out log text but nothing is actually written.

All I get is this:

2018-12-21T19:34:20 0.283 WRN [MODS] Not loading DLL, only supported on the dedicated server build

And this is from the log of a dedicated server.

 
I could use the uMod framework... Not sure how that would translate to dedicated though.
I still can't seem to get the DLL to load. I push out log text but nothing is actually written.

All I get is this:

2018-12-21T19:34:20 0.283 WRN [MODS] Not loading DLL, only supported on the dedicated server build

And this is from the log of a dedicated server.
Where are you putting the DLL?

 
It's in with the ModInfo.xml file under Mods/ModName
When I look at the dedicated DLL, it has the right code to load a DLL from there. The error message you are showing is only compiled into the client DLL.

 
Back
Top