Jump to content

Failed To Setup "Some" Of The Mods


Recommended Posts

First of all, my English is very bad, I am really sorry about that.

My problem is that I followed the Guide to create my own game dedicated server, and FINALLY I made it, though I found some of the mods I downloaded into my server are not successfully setup.

There is a vivid picture below which can reveal my problem:

e4ad1967ly1g1qpmnyfhpj21120l6tne.jpg

e4ad1967ly1g1qpmnp99ij20ku0gzwk3.jpg

You could see most of the mods button is gray, I think it means it does not work. But it is weird that the other mods are good. 

I subscribed the mods through Steam, and I copied the mod folders into my server, so I think they are the newest version.

*

This is my server "mods" folder detail:

e4ad1967ly1g1qpzlf8xoj20di0h4wew.jpg

---------------------------------------------------------------

This is my "dedicated_server_mods_setup.lua" file:

--#Global Position
ServerModSetup("378160973")
--#Health Info
ServerModSetup("375859599")
--#Display Food Values
ServerModSetup("347079953")
--#Wormhole Marks [DST]
ServerModSetup("362175979")
--#Chester Family
ServerModSetup("407977022")
--#Fast Travel
ServerModSetup("458587300")
--#Restart
ServerModSetup("462434129")
--#999 Item Stack
ServerModSetup("463621557")
--#Damage Indicators Together
ServerModSetup("543945797")
--#Multi Rocks
ServerModSetup("604761020")
--#Storeroom
ServerModSetup("623749604")
--#Show Me
ServerModSetup("666155465")
--#Repair Combine
ServerModSetup("767776640")
--#Nanachi
ServerModSetup("1166220990")
--#Riko
ServerModSetup("1181077385")
--#MyPet
ServerModSetup("1275167632")
--#Faroz Character [DST]
ServerModSetup("364491382")
--#Food Values - Item Tooltips (Server and Client)
ServerModSetup("458940297")
--#移动盒子
ServerModSetup("1079538195")
--#雷古
ServerModSetup("1217385169")
--#Extended Map Icons
ServerModSetup("1157975551")
--#招待韦伯 (Treats for Webber)
ServerModSetup("1171138081")
--#China-server
ServerModSetup("460972875")

This  is my "modoverrides.lua" in the "Master" folder:

return {
--#移动盒子
  ["workshop-1079538195"]={
    configuration_options={
      beebox=true,
      birdcage=true,
      cartographydesk=true,
      cookpot=true,
      dragonflychest=true,
      dragonflyfurnace=true,
      endtable=true,
      firesuppressor=true,
      icebox=true,
      lightning_rod=true,
      meatrack=true,
      modsupport=false,
      moondial=true,
      mushroom_farm=true,
      mushroom_light=true,
      nightlight=true,
      perdshrine=true,
      pottedfern=true,
      rainometer=true,
      researchlab=true,
      researchlab2=true,
      researchlab3=true,
      researchlab4=true,
      resurrectionstatue=true,
      saltlick=true,
      scarecrow=true,
      sculptingtable=true,
      succulent_potted=true,
      townportal=true,
      treasurechest=true,
      wardrobe=true,
      winterometer=true 
    },
    enabled=true 
  },
--#Nanachi
  ["workshop-1166220990"]={ configuration_options={ attract=2, language=2 }, enabled=true },
--#招待韦伯 (Treats for Webber)
  ["workshop-1171138081"]={
    configuration_options={
      dinnertime=true,
      freewall=true,
      spiderden=true,
      spiderhat=true,
      spiderwarrior=true 
    },
    enabled=true 
  },
--#Riko
  ["workshop-1181077385"]={ configuration_options={  }, enabled=true },
--#雷古
  ["workshop-1217385169"]={ configuration_options={  }, enabled=true },
--#MyPet
  ["workshop-1275167632"]={
    configuration_options={
      collect_ability="on",
      container_size="9",
      hotkey_mypet="on",
      level_system="on",
      modlanguage="auto",
      personal_machine="on",
      recipe_critterlab="on",
      unique_skill="on" 
    },
    enabled=true 
  },
--#Display Food Values
  ["workshop-347079953"]={
    configuration_options={ DFV_Language="EN", DFV_MinimalMode="default" },
    enabled=true 
  },
--#Wormhole Marks [DST]
  ["workshop-362175979"]={ configuration_options={ ["Draw over FoW"]="disabled" }, enabled=true },
--#Faroz Character [DST]
  ["workshop-364491382"]={ configuration_options={  }, enabled=true },
--#Health Info
  ["workshop-375859599"]={
    configuration_options={
      divider=5,
      random_health_value=0,
      random_range=0,
      show_type=0,
      unknwon_prefabs=1,
      use_blacklist=true 
    },
    enabled=true 
  },
--#Global Position
  ["workshop-378160973"]={
    configuration_options={
      ENABLEPINGS=true,
      FIREOPTIONS=2,
      OVERRIDEMODE=false,
      SHAREMINIMAPPROGRESS=true,
      SHOWFIREICONS=true,
      SHOWPLAYERICONS=true,
      SHOWPLAYERSOPTIONS=2 
    },
    enabled=true 
  },
--#Chester Family
  ["workshop-407977022"]={
    configuration_options={
      [""]=1,
      afester_config=true,
      bluester_config=true,
      cavester_config=true,
      chilltime=0.01,
      daddy_config=true,
      dubster_config=true,
      force_afester=false,
      force_bluester=false,
      force_daddy=false,
      force_dubster=false,
      force_stovester=false,
      stovester_config=true 
    },
    enabled=true 
  },
--#Fast Travel
  ["workshop-458587300"]={ configuration_options={ Ownership=false, Travel_Cost=32 }, enabled=true },
--#Food Values - Item Tooltips (Server and Client)
  ["workshop-458940297"]={
    configuration_options={
      DFV_ClientPrediction="default",
      DFV_FueledSettings="default",
      DFV_Language="EN",
      DFV_MinimalMode="default",
      DFV_PercentReplace="default",
      DFV_ShowACondition="default",
      DFV_ShowADefence="default",
      DFV_ShowAType="default",
      DFV_ShowDamage="default",
      DFV_ShowFireTime="default",
      DFV_ShowInsulation="default",
      DFV_ShowTemperature="default",
      DFV_ShowUses="default" 
    },
    enabled=true 
  },
--#China-server
  ["workshop-460972875"]={ configuration_options={ LANG="simplified" }, enabled=true },
--#Restart
  ["workshop-462434129"]={
    configuration_options={
      MOD_RESTART_ALLOW_KILL=true,
      MOD_RESTART_ALLOW_RESTART=true,
      MOD_RESTART_ALLOW_RESURRECT=true,
      MOD_RESTART_CD_BONUS=0,
      MOD_RESTART_CD_KILL=3,
      MOD_RESTART_CD_MAX=0,
      MOD_RESTART_CD_RESTART=5,
      MOD_RESTART_CD_RESURRECT=7,
      MOD_RESTART_FORCE_DROP_MODE=0,
      MOD_RESTART_IGNORING_ADMIN=true,
      MOD_RESTART_MAP_SAVE=2,
      MOD_RESTART_RESURRECT_HEALTH=0,
      MOD_RESTART_TRIGGER_MODE=1,
      MOD_RESTART_WELCOME_TIPS=true,
      MOD_RESTART_WELCOME_TIPS_TIME=6 
    },
    enabled=true 
  },
--#999 Item Stack
  ["workshop-463621557"]={ configuration_options={  }, enabled=true },
--#Damage Indicators Together
  ["workshop-543945797"]={
    configuration_options={
      amount_of_numbers="default",
      display_mode="waving",
      dmg_only="on",
      number_size="default",
      show_decimal_points="no" 
    },
    enabled=true 
  },
--#Multi Rocks
  ["workshop-604761020"]={
    configuration_options={
      RUOYINXIAN=false,
      SHENGDANSHI=false,
      baoshibaolv=1,
      blue_baoshi=1,
      er_shuoming=0,
      green_baoshi=1,
      huangjinbaolv=1,
      marble_suipian=1,
      orange_baoshi=1,
      purple_baoshi=1,
      red_baoshi=1,
      shishengzhang=0,
      ****oubaolv=1,
      thulecite_xiukuang=1,
      wajuecishu=2,
      yellow_baoshi=1,
      yi_shuoming=0 
    },
    enabled=true 
  },
--#Storeroom
  ["workshop-623749604"]={
    configuration_options={
      Craft="Normal",
      Destroyable="DestroyByAll",
      FoodSpoilage=1,
      Language="En",
      Position="Center",
      Slots=80 
    },
    enabled=true 
  },
--#Show Me
  ["workshop-666155465"]={
    configuration_options={
      food_estimation=-1,
      food_order=0,
      food_style=0,
      lang="auto",
      show_food_units=-1 
    },
    enabled=true 
  },
--#Repair Combine
  ["workshop-767776640"]={ configuration_options={ bonus=0, maxweapon=1 }, enabled=true },
--#Extended Map Icons
  ["workshop-1157975551"]={ enabled=true }
}

---------------------------------------------------------------

I really don't know why some of the mods successfully setup though the other failed. Could you help me with the problem please?

And my server is Linux OS, maybe I should mention that?

Link to comment
Share on other sites

Welcome to the Forums.

First of all you can find a lot of information regarding DST server modding in my guide on DST Server modding. It seems though, that you already got most of it setup correctly.

21 hours ago, linanaki said:

I copied the mod folders into my server

This part is not necessary, since the dedicated_server_mods_setup.lua downloads and updates the mod automaticially on server launch.

 

I never heard of mods "not working" despite being loaded successfully. Can you check if the mods are working despite not being clickable?

It might be that the dedicated server just just didn't have any store links, and therefore can't link to the steam store page.

Maybe that happened because you just copied over the mods instead of letting the dedicated Server download them itself.

 

If the mods are actually not working ingame, can you post a server log, so I can check what went wrong?

Link to comment
Share on other sites

@Daniel86268, thank you for your reply. :shock:I am a fool. I went into the game like you said and checked the mods. Then I realized they were working well in the game. I also deleted the mod folders I put into my server and re-setup them just through the .lua file which is the true way to download mods!

I am confused why some of the mod buttons are gray and unclickable. For example, the "Global Possition" mod button is normal and clickable on other people's server menu, while it is unclickable on my server menu.

Thank you again for you saying you could help check my server log. Although it seems no problem to me now, I appreciate that.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...