安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








return {
--Craftable Gears http://psteamcommunity.yuanyoumao.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.