Don't Starve

Don't Starve

124 ratings
Hounds, depths worms, bosses, volcano eruption, aporkalypse and BFB predictor
3
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
299.001 KB
12 Apr, 2022 @ 10:31am
5 Nov, 2023 @ 4:45pm
7 Change Notes ( view )

Subscribe to download
Hounds, depths worms, bosses, volcano eruption, aporkalypse and BFB predictor

Description
Predicts hounds, crocodogs, bats, depths worms and bosses attack, volcano eruption, aporkalypse and BFB spawn.

Displays a timer at the top left of the screen showing which ennemy/boss will spawn or which event will occur.

6 timers are available:
- hounds (DS vanilla or RoG) / crocodogs (Shipwrecked) / bats (Hamlet)
- depths worms (only in the caves or the ruins)
- bosses (Deerclops for DS vanilla) (Deerclops, Moose/Goose, Dragonfly, Bearger for RoG) (Sealnado for Shipwrecked)
- volcano eruptions (only for Shipwrecked)
- aporkalypse (only for Hamlet)
- BFB (only for Hamlet)

These timers will be shown only if the event will occur and thus can be predicted.

Each timer can be disabled in the configurations.

Note for BFB predictor:
The BFB timer is updated every 15 seconds and is set to a spawning state until all BFB's spawning conditions are met (see: https://dontstarve.fandom.com/wiki/BFB#Behavior) or if another BFB is already spawned on the map
26 Comments
NekoCC_. 19 Dec, 2024 @ 8:33am 
Can you make this timer bigger, it's very small and very hard to see
krylincy 17 Jan, 2024 @ 8:58pm 
The author updated it last year with the nil checks, so you have a good chance that it will work now!
shuds 😩 17 Jan, 2024 @ 6:51pm 
Does this mod work properly, anyone know? I would like to use it only for predicting the volcano.
Does it mess with cave generation? Will it really mess up a world and reset the seasons back to autumn? (as @peterkang93 below stated)

If so, any alternatives?
TaZrFern 3 Nov, 2023 @ 10:24am 
crashes when you enter a cave, can this be fixed I really liked this mod?
2716550325 19 Sep, 2023 @ 6:03am 
workshop-2793378042是本模组应该
错误代码由QQ图片识别提取
... starve/datal..I mods/workshop-2793378042/modmain.lua:85: attempt to call method 'CanInstantiate' (a nil value)
LUA ERROR stack traceback:
workshop- 2793378042/ modmain.lua:85 in (upvalue) postfn (Lua) <84-143>
data/scripts/ modutil.lua:56 in (field). ctor (Lua) <54-57>
/scripts/ modutil.lua:63 in (upvalue) Controls (Lua) <59-66>
scripts/screens/playerhud.lua:352 in (upvalue) SetMainCharacter (Lua) <346 402>
data/.. mods/workshop- 2891889557/scripts/tweaks/entergame.lua:4 in (method) SetMainCharacter (LuD:/steam/data/scripts/gamelogic.lua:1163 in (global) DoInitGame (Lua) <1041-1392>
/scripts/gamelogic.lua:1448 in (upvalue) cb (Lua) <1444-1449>
此错误可能
” Don't Drop Everything" TFast Travel" "Combined Status" "Quick Pick "Extra Equip Slots" 'Show Me(DS)" 'Hounds, depthbosses, volcano eruption, aporkalypse and BFB predictor" "A Big Bag" "Display Food Values" "Geometric Placement
荒原之狼 9 Sep, 2023 @ 12:23pm 
下地穴崩溃!
cherrytrunk 25 Aug, 2023 @ 9:18pm 
Thanks krylincy for the solution! It works for me. BTW, you can use sublime text (so maybe any text editor) to open .lua files.
2775455055 6 Aug, 2023 @ 7:40am 
can you speak Chinese?
云苕 24 Jul, 2023 @ 7:08am 
下地穴会崩游戏,关mod下地穴后再开就没事
krylincy 16 Jul, 2023 @ 8:19am 
Nice mod, there are nil checks missing that cause the reported bugs.

should be:
depthswormswidget.lua
43 if (timeToAttack == nil or timeToAttack <= 0) then

volcanowidget.lua
42 if (timeSegs == nil or timeSegs <= 0) then