Don't Starve Together

Don't Starve Together

Advanced Warning
109 Comments
Tony  [author] 31 May, 2024 @ 9:29pm 
@󰀍Mio󰀍 当然,忘了这个 mod 一直没开源了,刚刚用 MIT 协议在 GitHub 开源了: https://github.com/Legend-Master/AdvancedWarning
󰀕ClockCycas󰀕 31 May, 2024 @ 10:32am 
您好,请问可以授权使用你的代码片段来制作模组吗,功能不完全一致
BONUS DUCKS 24 Nov, 2023 @ 10:50am 
As someone who plays Wormwood (I can't fight for shit) I see this as an absolute win!
Tony  [author] 18 Nov, 2023 @ 12:44am 
@恒 If you don't want it, just add some checks where Say is called and only call it if the time is not 15 and not 3
17 Nov, 2023 @ 10:00pm 
I would like to ask Teacher tony how to change the code to delete the 15-second and 3-second prompts
Damglador 20 Sep, 2023 @ 4:04am 
Yep, now everything is fine
Tony  [author] 19 Sep, 2023 @ 8:01pm 
Should be fixed now

I edited the English version first and it did work, but then I tried to edit the Chinese (and other languages) description, it simply didn't do anything, guess when Steam went back to fix the problem they somehow swapped the two
Damglador 19 Sep, 2023 @ 12:45pm 
Now description on any language displays chinese
Tony  [author] 18 Sep, 2023 @ 10:00pm 
It's fine, I'll format them my self

In game mod should be updated now, but Steam seem to be having some problems editing workshop page description, I'll try it later

Thanks!
Damglador 18 Sep, 2023 @ 12:19pm 
I forgot how to make these list points and links so you can add they later
Damglador 18 Sep, 2023 @ 12:18pm 
З цією модифікацією ваш персонаж буде попереджати вас про прихід босів/атак хробаків чи гончаків, щоб вам не треба було вслухуватися в звуки та гадати коли вони прийдуть.

[h1]Наразі наявні попередження про[/h1]
- Циклоп-оленя
- Борсук-ведмедя
- Торнадо-тюленя (Island Adventure)
- Атаки гончаків
- Атаки хробаків у печерах
- Атаки Левомурахи на поверхні та у печерах (провали ґрунту та обвали)

[h1]Особлива подяка[/h1]
- luct за переклад на бразильську португальську
- keith за переклад на іспанську
- Damglador за переклад на українську
Damglador 18 Sep, 2023 @ 12:03pm 
return {
BOSSES = {
_format = "{boss} прийде через {time} секунд",
deerclops = "Циклоп-олень",
bearger = "Борсук-ведмідь",
twister = "Торнадо-тюлень",
},
HOUNDED = {
_format = "Атака {attacker} через {time} секунд",
hound = "Гончаків",
worm = "Хробаків",
},
ANTLION = {
_format = "{trouble} через 10 секунд",
sinkhole = "Провал ґрунту",
cavein = "Обвал",
},
}
Damglador 18 Sep, 2023 @ 10:33am 
Thanks
Tony  [author] 18 Sep, 2023 @ 10:27am 
Also, you can translate the steam workshop page description as well if you will
Tony  [author] 18 Sep, 2023 @ 10:25am 
@Damglador Of course!

This is the code for English version, just change everything in the quote to Ukrainian and that'll be it
Note: things like {boss} and {time} are code names that doesn't need translation

return {
BOSSES = {
_format = "{boss} will come in {time} seconds",
deerclops = "Deerclops",
bearger = "Bearger",
twister = "Sealnado",
},
HOUNDED = {
_format = "{attacker} attack will begin in {time} seconds",
hound = "Hound",
worm = "Worm",
},
ANTLION = {
_format = "{trouble} will spawn in 10 seconds",
sinkhole = "Sinkhole",
cavein = "Cave-in",
},
}
Damglador 18 Sep, 2023 @ 9:38am 
Yo, can I also translate your mod to Ukrainian language?
槛外人 1 Sep, 2023 @ 11:02pm 
好mod。对于我这种喜欢静音听歌打游戏的人来说,巨好用!!!:DSTpigman:
Fraukie 1 Sep, 2023 @ 7:22am 
Yes, still works and ist still great.
On those days my hearing is bad I wouldn't dare playing with my pals on a community server, thx to this mod I can't save the base from beeing burned by red hounds even if I don't hear them comming.
Tony  [author] 19 Jun, 2023 @ 1:55am 
Yes
Chazmer 18 Jun, 2023 @ 9:38am 
This still working?
Tony  [author] 28 Feb, 2023 @ 7:29pm 
@DPswxz 纯客户端 mod 做不到
DPswxz 28 Feb, 2023 @ 8:38am 
能增加预警时间吗,60秒有点短,要有在前一天即8分钟前的预警就更好了
Tony  [author] 15 Dec, 2022 @ 6:07pm 
Glad it helped!
Raishou 15 Dec, 2022 @ 10:10am 
I see. Thanks for the reply! I usually play without sound so your mod really helps me. Thank you! <3
Tony  [author] 15 Dec, 2022 @ 4:04am 
@Raishou There's no way to "predict" a monkey raid on client, and once you get any hint (like a sound or character says something), monkeys are already spawned
Raishou 14 Dec, 2022 @ 11:18pm 
Is it possible to add Monkey raids?
Tony  [author] 1 Nov, 2022 @ 6:25am 
@Lee_o3o 这个是客户端的局限性,客户端只能区分 30 60 90 500 这几个槛,30秒以内的计时是单纯计时器,如果出现服务器保存之类的情况就会不准确,其实说实话这个 mod 已经超过我期待的准确了
Lee_o3o 1 Nov, 2022 @ 5:28am 
出现了刷新和播报没完全对应的问题,具体:
天数为39和48时)猎犬刷新时间:45/30/15/3
播报内容:60/30/15/3

30秒内的播报完全没有问题,长期档无影响
Tony  [author] 1 Nov, 2022 @ 2:54am 
@Lee_o3o 修了,再试试看?
Tony  [author] 1 Nov, 2022 @ 2:12am 
@Lee_o3o 是游戏本身的问题,但是我可以看看能不能修一下,我之前也有感觉这东西有问题,但是没去深究
Lee_o3o 31 Oct, 2022 @ 10:44pm 
显示位置采用Event Announcer,播音时间总是晚于刷新时间几秒钟,这个是游戏自身问题吗?(其他三种位置没有问题)
Tony  [author] 1 Sep, 2022 @ 2:54am 
@테스트 You can use Combined Status for that
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=376333686
테스트 1 Sep, 2022 @ 2:10am 
Can you add fullmoon reminds?
Tony  [author] 26 Aug, 2022 @ 10:26pm 
Cytosoul 26 Aug, 2022 @ 10:15pm 
Sorry for the late reply, after testing to see what triggers the random crashes I wasnt able to find anything besides it always happens after the days cycle changes, and usually after a season change. here is also the link to client_log file
https://mega.nz/file/rAxyERZb#tSMxeetf5qeYqKLbKg3wQYBEqKYH4uADPkcyN244a78
Tony  [author] 6 Aug, 2022 @ 7:43pm 
@cytosoul8 You can send me the log file (%USERPROFILE%\Documents\Klei\DoNotStarveTogether\client_log.txt if you're on windows) after crash (don't restart the game right away, backup this file first) to help me address the issue
Cytosoul 6 Aug, 2022 @ 3:07pm 
I love this mod and have been using it for a while
But it seems to sometimes crash with the newer updates
Especially when spring turns to summer which tends to crash immidiately
Tony  [author] 22 Jul, 2022 @ 6:38am 
@Za Balance I'm quite busy recently, maybe I'll make an API so that other mods can make their warnings compatible later on when I got the time >.<
Za Balance 22 Jul, 2022 @ 5:17am 
Tony  [author] 10 May, 2022 @ 9:13pm 
👍
Tony  [author] 27 Jan, 2022 @ 11:00pm 
@風Frost 我自己没试过,但是看到过这么个mod: https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2655376273
風Frost 27 Jan, 2022 @ 5:28pm 
Tony大
請問有類似預計下雨到來和時間的MOD設計嗎
Tony  [author] 24 Dec, 2021 @ 8:10pm 
@HovDev If so, you'll need to contact with Steam/Klei, not me, I can do nothing about it ¯\_(ツ)_/¯
HovDev 24 Dec, 2021 @ 11:19am 
It does not load and, accordingly, does not work!((((( There is no folder with the mod at all (workshop-1923504381)!
Tony  [author] 7 Nov, 2021 @ 4:33pm 
Glad to hear that! 🔥
Fraukie 7 Nov, 2021 @ 1:36pm 
Give that person who made this mod a price please.. I have been sick for a while, my hearing is bad some days. Do you even know that YOUR mod is a total game changer for deaf or hearing impaired people who are not good enough to wait until the character warns?
Tony  [author] 24 Mar, 2021 @ 9:15am 
@ЖЕСТОКИЙ I guess not, but you can replace "ThePlayer" to "GetPlayer()" in modmain and see what's happen in DS tho
◖}|{êС₮О₭иŨ◗ © 24 Mar, 2021 @ 7:30am 
is this mod compatible with single player? does it show the arrival of all bosses RоG and SW?
Tony  [author] 6 Mar, 2021 @ 11:14pm 
@goodguythatguy Good idea, but I'm not quite sure how to make it a client mod, since client don't have any type of spawners at all >︿<
varpetros007 2 Mar, 2021 @ 10:00am 
`kay, thank you very much :steamthumbsup::DSTwilson: