饥荒
84 个评价
Moondial
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
2.124 MB
2017 年 1 月 20 日 下午 12:23
2017 年 1 月 26 日 上午 5:34
2 项改动说明 ( 查看 )

订阅以下载
Moondial

描述
Hi Everyone, this mod brings the moondial from Don't Starve Together to make it compatible with Don't Starve and his 2 DLCs.

The moondial is a special structure able to predict the coming moon!
Very useful to prepare yourself for the fullmoon especially.

To build it you will need a prestihatitator and then go to the magic table, the recipe is different for each sort of don't starve because they do not have all the same ressources.

- Vanilla: 2 blue gems, 6 marbles and 12 nitres.
- RoG: 2 blue gems, 6 marbles and 6 ices.
- SW: 2 blue gems, 6 limestones and 6 ices.

Enjoy!

33 条留言
=X= 2022 年 11 月 19 日 上午 3:10 
For those who want to have it in Hamlet.
- Find the game folder where the "mods" folder is in. (for steam just right click DS on your games list>mange>browse local files)
- In the "mods" folder find folder "workshop-846492823" - that is this mods folder.
- From that folder open with a text editor file named: "modmain.lua" (I suggest to use notepad++)
- In that file insert this code:

elseif GLOBAL.IsDLCEnabled(GLOBAL.PORKLAND_DLC) then
local Rmoondial = Recipe("moondial",{Ingredient("bluegem",2),Ingredient("marble",6),Ingredient("ice",6)},RECIPETABS.MAGIC,TECH.MAGIC_TWO,GLOBAL.RECIPE_GAME_TYPE.COMMON,"moondial_placer",2)
Rmoondial.atlas = "minimap/moondial.xml"
Rmoondial.image = "moondial.tex"
=X= 2022 年 11 月 19 日 上午 3:10 
It goes AFTER:

elseif GLOBAL.IsDLCEnabled(GLOBAL.REIGN_OF_GIANTS) then
local Rmoondial = Recipe("moondial",{Ingredient("bluegem",2),Ingredient("marble",6),Ingredient("ice",6)},RECIPETABS.MAGIC,TECH.MAGIC_TWO,"moondial_placer",2)
Rmoondial.atlas = "minimap/moondial.xml"
Rmoondial.image = "moondial.tex"

and before:

else
local Rmoondial = Recipe("moondial",{Ingredient("bluegem",2),Ingredient("marble",6),Ingredient("nitre",12)},RECIPETABS.MAGIC,TECH.MAGIC_TWO,"moondial_placer",2)
Rmoondial.atlas = "minimap/moondial.xml"
Rmoondial.image = "moondial.tex"
end

That adds the recipe for moondial to Hamlet. I might add this later as an updated version. But first I need to contact author if I can do that.
Maranax 2022 年 9 月 2 日 下午 2:07 
Nvm, was just setting my thing compatible with Hamlet... whoops.
Maranax 2022 年 9 月 2 日 上午 9:45 
Sadly to say, it does not appear in the list. Sadly meaning it's broken.
这只熊小宝不姓熊 2020 年 5 月 1 日 上午 2:52 
Please be fixed!
Mythophile 2019 年 10 月 8 日 上午 10:32 
Not compatible with Hamlet.
DrBLOOD95  [作者] 2017 年 11 月 17 日 上午 3:17 
I've been working on the Krampus, but stopped a whole ago because very hard coded and don't have much time to make the conversion.
Vanderson 2017 年 8 月 8 日 下午 1:59 
any new idea pro import ds?
烟花绽放之刻 2017 年 8 月 2 日 上午 6:04 
好像是用来预测满月的
Rougheredge 2017 年 6 月 5 日 下午 9:47 
I'd like to see the Moon Caller's Staff ported in some fashion.