Jump to content

Can't enable mods of workshop v2 on Linux


Jupiters
  • Pending

image.thumb.png.60e0f59b59359728dc5dd3bce130ab40.png

I held a dedicated server on Ubuntu. Everything went well until the workshop v2 came. Now I tried to run a dedicated server with these two mod on Windows and they could both be enabled. But on Ubuntu, only the workshop v1 mod could be enabled.


Steps to Reproduce

Just as above.




User Feedback


I have the same issue, my mods stopped loading on linux as soon as I updated them to V2:

dedicated_server_mods_setup.lua

ServerModSetup("2371836250"); -- Warsak -- V2
ServerModSetup("375859599"); -- Health Info -- V1

modoverrides.lua

return {
  ["workshop-2371836250"] = { enabled = true }, -- Warsak -- does not load
  ["workshop-375859599"] = { enabled = true }, -- health info -- loads just fine
};

 

  • Thanks 1

Share this comment


Link to comment
Share on other sites

31 minutes ago, zarklord_klei said:

How are you enabling the v2 mod?

like the old way: in modoverrides.lua

Share this comment


Link to comment
Share on other sites

7 hours ago, zarklord_klei said:

How are you enabling the v2 mod?

 

Edited by Jupiters

Share this comment


Link to comment
Share on other sites

Ok I manually deleted the mods from their new location and after restarting the server they now work fine.

Share this comment


Link to comment
Share on other sites

5 minutes ago, darionco said:

Ok I manually deleted the mods from their new location and after restarting the server they now work fine.

Hmm, that is concerning, I'll try and figure out why the download is failing.

  • Thanks 2

Share this comment


Link to comment
Share on other sites



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...