Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
return {
--Craftable Gears https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=409833317
["workshop-409812209"] = { enabled = true,
configuration_options =
{
-- Gears Recipe
GearsIngredientGoldNugget = 2,
GearsIngredientPurpleGem = 1,
GearsIngredientCutStone = 2,
GearsIngredientFlint = 4,
GearsIngredientHoundsTooth = 1,
GearsIngredientMarble = 0,
GearsIngredientStinger = 4,
GearsIngredientSteelWool = 0,
-- Other Options
GemDropChancev1 = 0,
}
},
}
This is the only text in that file.
This is not a bug, you are most likely not seting up your server corretly. Make sure "modoverrides.lua" is in the correct place where it should be, in conf_dir you have set up.
Also what do you mean by "Nothing happens"? The server does not start up? The server starts up but configuration does not get read by the server? Can you provide me with the log.txt, also found in the conf_dir.
A good read is also here on how to set up dedicated servers: http://dont-starve-game.wikia.com/wiki/Don%E2%80%99t_Starve_Together_Dedicated_Servers and how to make use of the modoverrides and world generation etc etc.
My friend has your mod enabled in his server, and for some reason it works fine for all of us but one of my friends joins and has everything in the crafting section unlocked, can't attack normally and takes random damage without doing anything. I've tried asking around, but would you know why this is happening?
Unfortunately no, i have no idea since i don't know the server type, setup, configuration of it and i have no log files nor time to investigate all that. My best guess would be that your friend who experiences the issue is having some weirdness going on locally with his/her game. Let your friend verify the game cache and disable all clientside mods. Deleting local game cache might help as well. I personally never had this issue, except with a misconfigured server a few times.
Also what do you mean by "Nothing happens"? The server does not start up?
Hey there! There is a problem in your example config. Your mod id is "workshop-409833317" and in example config: "workshop-409812209"
Sometimes these slip in. Thanks for noticing, fixed.