#My DLL has no effect (RESOLVED)

1 messages · Page 1 of 1 (latest)

devout quail
#

I built it, coded it using VisualStudio. But when I put Plugin.dll in my mod, it has no effect.
I open the game to see if it works, but to no avail.

graceful yew
devout quail
#

But I can't do it now, only later in the afternoon or tomorrow

#

Unfortunately

#

And sorry for the delay, I had to pick up my youngest from school

graceful yew
#

It’s fine

devout quail
#

Hi

#

I'll try to get a reference mod to find out

devout quail
#

@devout quail me

#

(I hate washing dishes)

devout quail
#

My DLL has no effect (RESOLVED)

#

Solution: Adding 3 new public const string for the same as modinfo.json in you Plugin.dll

public const string PLUGIN_GUID = "YOUR MOD ID";
public const string PLUGIN_NAME = "YOUR MOD NAME";
public const string PLUGIN_VERSION = "YOUR MOD VERSION";