Jump to content

Recommended Posts

To może być spowodowane wieloma czynnikami :/ Być może masz nie najnowszą wersję DS albo używasz bez RoG. Jak chcesz, aby jednak działały to idź do zakładki dontstarve/mods i tam w modsettings.lua wpisz ForceEnableMod("nazwa modu"), przy czym "nazwa modu" = "nazwa folderu z modem" i musi być ona DOKŁADNIE taka sama (wystarczy skopiować nazwę folderu).

Edited by Minik435

To może być spowodowane wieloma czynnikami :/ Być może masz nie najnowszą wersję DS albo używasz bez RoG. Jak chcesz, aby jednak działały to idź do zakładki dontstarve/mods i tam w modsettings.lua wpisz ForceEnableMod("nazwa modu"), przy czym "nazwa modu" = "nazwa folderu z modem" i musi być ona DOKŁADNIE taka sama (wystarczy skopiować nazwę folderu).

 

Can you translate to english plz?

Can you translate to english plz?

 

Go to the modsettings.lua file (it can be found in the 'mods' folder), you should see something like this:

 

-- Use the "ForceEnableMod" function when developing a mod. This will cause the

-- game to load the mod every time no matter what, saving you the trouble of
-- re-enabling it from the main menu.
--
-- Note! You shout NOT do this for normal mod loading. Please use the Mods menu
-- from the main screen instead.
 
--ForceEnableMod("WRITE THE NAME OF YOUR MOD HERE!!!")
 
-- Use "EnableModDebugPrint()" to show extra information during startup.
 
--EnableModDebugPrint()
 
The name of the mod is basically the name of its folder. Unfortunately, it doesn't work in my case and only helped with one mod :c

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...