安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






Not true. Tried to destroy it with deerclops vanilla and rog - not destroyed. Dragonfly also can't destroy it and can't put on fire."
Good for you. Because I just watched deerclops stomp mine down. I came here to double check it acted as a fridge, didnt even know it wasnt supposed to be able to be destroyed until I read it.
Not true. Tried to destroy it with deerclops vanilla and rog - not destroyed. Dragonfly also can't destroy it and can't put on fire.
The only thing I really, really don't like is that every single time I open it up, one second later, Wilson feels the need to comment on it. Usually, I open it and then move around so the talking sounds won't happen. But again, it takes a second to even start, so sometimes, I misjudge the timing, and Wilson talks anyway. I was wondering if you could remove that or at least make it configurable.
Thanks to all who support me and for your patience.
Search in Steam/stremapps/common/dont_starve/mods , search the file containing this mod ( i searched for "cellar" using windows explorer), copy all its contents, create a new folder in /mods, paste the contents, and modify modmain.lua (Preferably using notepad++ or any other programming text editor) with the code pbc posted below, but i made a minor tweak:
paste this below lane 21 :
local cellar_recipe = Recipe("cellar",
{
Ingredient("cutstone", 20),
Ingredient("goldenshovel", 1),
Ingredient("turf_woodfloor", 20),
},
RECIPETABS.TOWN, TECH.NONE, GLOBAL.RECIPE_GAME_TYPE.COMMON, "cellar_placer", 1)
cellar_recipe.atlas = "images/inventoryimages/cellar.xml"
cellar_recipe.sortkey = 1
Then, modify this sentence:
if GLOBAL.IsDLCEnabled(GLOBAL.CAPY_DLC) then
To:
elseif GLOBAL.IsDLCEnabled(GLOBAL.CAPY_DLC) then
That would be all, i suggest changing the mods name in modinfo.lua so you can tell which one is the one you created from the official one.
Please, add the follwing code to modmain.lua,
----
if GLOBAL.IsDLCEnabled(GLOBAL.PORKLAND_DLC) then
local cellar_recipe = Recipe("cellar",
{
Ingredient("cutstone", 20),
Ingredient("goldenshovel", 1),
Ingredient("turf_woodfloor", 20),
},
RECIPETABS.TOWN, TECH.NONE, GLOBAL.RECIPE_GAME_TYPE.COMMON, "cellar_placer", 1)
cellar_recipe.atlas = "images/inventoryimages/cellar.xml"
cellar_recipe.sortkey = 1
----
Was playing reign of giants and the deerclops destroyed my storm cellar. TT
Is there a mod setting to modify to not let giants destroy it?
I never will update the pictures.