Don't Starve Together

Don't Starve Together

Advertisement
31 Comments
Juplika 2 Jan, 2019 @ 6:57am 
I've started using this mod, but for some unknown reason it's coming up with just 'Announce One' every now and then. I've edited the value for that one, but it hasn't done anything.
Orange  [author] 13 Jul, 2017 @ 10:30pm 
@古明地さとり 保存UTF-8的时候注意不要带BOM头。你是客户端吧,modinfo.lua和modinfo_cht.lua里面的configuration_options改一样的,每次修改后都点一下重置mod设置。
馬賽克沒力羊 13 Jul, 2017 @ 3:15am 
結果:
firstjoin text 出了"enjoy!"
announce text 出了"Announce One"跟另一個

問題在於它用了modinfo(英文version)的data
換UTF-8存儲會崩潰,ANSI出中文就亂碼
所以它是怎樣決定取modinfo還是modinfo_cht的data? / A \ )
[試過偶然出現中文(modinfo_cht)的data但改內容後又沒反應...]

是不是每次都要刪掉modconfigdata的資料刷新? :steamsad:
馬賽克沒力羊 13 Jul, 2017 @ 3:05am 
ANNOUNCE_CD = 0.25 , -- Announce Interval (min) | 公告間隔(分)
ANNOUNCE_ORDER = true , -- Announce Order | 公告順序
SAY_SHOWTIME = 3 , -- Say Show Time(sec) | 說話顯示(秒)
SAY_DELAY = 1 , -- Say Delay (sec) | 說話延遲(秒)
ANNOUNCE_TEXT = {
-- 隨機玩家: %pds天數 %pns昵稱, 玩家數: %nws地面 %ncs洞穴.
"Announce One",
"Announce Two : %pns survive %pds days!",
"角色一在黑暗中移動速度會變成2倍,此效果在白天會減弱",
"角色一有夜視能力,精神力下降速度減慢並攻擊力提升,但變得很容易饑餓",
"角色二",
} ,
-- Announce Message | 公告消息
ANNOUNCE_FIRSTJION_TEXT = "你好" , -- First Join Announce Text | 首次加入公告
SAY_FIRSTJION_TEXT = "這裡是..." , -- First Join Say Text | 首次加入說話
SAY_EVERYJION_TEXT = "" , -- Every Join Say Text | 每次加入說話
SAY_DEATH_TEXT = "" , -- Death Say Text | 死亡說話
Orange  [author] 12 Jul, 2017 @ 3:28am 
@古明地さとり 推荐用专门的文本编辑器修改,例如 SAY_FIRSTJION_TEXT = "Happy game!" 这样要修改引号里面的值。如果是客户端就直接修改modinfo.lua,服务器就修改存档下的modoverrides.lua。
馬賽克沒力羊 12 Jul, 2017 @ 2:04am 
modoverrides: SAY_FIRSTJION_TEXT後面改了"你好", 進遊戲mod設置套用了,還是沒變化
modinfo: First Join Say Text改成"你好",換UTF-8儲存開遊戲 會看到崩潰了


試了好幾天還是沒甚麼頭緒... / _ > \ )
Orange  [author] 9 Jul, 2017 @ 3:51am 
@古明地さとり 修改文件要以UTF-8编码保存
馬賽克沒力羊 8 Jul, 2017 @ 12:50am 
公告內容換成中文會出亂碼有辦法修嗎?~
還是因為ANSI(這個壞東西!)的關係? _(:3 JL)_
Orange  [author] 23 Jun, 2017 @ 6:00am 
@Slave Gathering Trading Cards Of course. You just need to modify the value of the ANNOUNCE_FIRSTJION_TEXT in the dedicated server's modoverrides.lua.
一颗卡比兽 23 Jun, 2017 @ 1:13am 
问题解决了,不错的mod。
Druddigon 22 Jun, 2017 @ 1:22pm 
Is it possible to use this mod as a player greeting only? In example: Display an announcement that says "Welcome! Please don't disrespect or grief other players, have fun!" when a player joins and nothing else. That would be the only thing I need it for.
一颗卡比兽 22 Jun, 2017 @ 2:07am 
是mod下的modoverrides.lua吧?都改了 客户端文件里的和服务端文件里的都改了,直接游戏里创的房每次进去要重置一下mod设置才有效。不然显示不全。开服务器的话都不行,我试了只开这个mod创服务器也是没效果 所以应该不是mod冲突的问题
Orange  [author] 21 Jun, 2017 @ 9:18pm 
@天末梁风 专用服务器通过modoverrides.lua调整设置,客户端使用需要修改modinfo.lua。
一颗卡比兽 21 Jun, 2017 @ 2:00am 
专用服务器为什么改了没效果啊?不是服务器的话每次都要重置一下设置进去才有效果的
Orange  [author] 3 May, 2017 @ 5:55am 
@jenbpYo If you use it in a dedicated server, you can edit the mod settings as described above and add them to modoverrides.lua as well as other mods.
jenbpYo 2 May, 2017 @ 11:07pm 
How do I add/edit this mod? What software do I use? How would I code it? Right now, I just see in the game "Announce One" then "UserName survive # days! and after that nothing. I saw this worked on someone else's server it it looks great. Would like to know how to make this work. Thanks!
君且吟挽歌 12 Feb, 2017 @ 7:43pm 
我来了。智齿啊陪,智齿奥i配! 啊呸...支持...
Skull  [author] 22 Dec, 2016 @ 9:19am 
那你还是直接改modinfo文件吧!直接改变对应选项的default就好。
Bot 电脑玩家 Newbie 22 Dec, 2016 @ 7:07am 
直接在 ANNOUNCE_TEXT = { } 里面改吗?直接输入中文貌似不行,不知道改哪里
Skull  [author] 27 Nov, 2016 @ 4:17pm 
要自己改。
Bot 电脑玩家 Newbie 27 Nov, 2016 @ 11:56am 
怎么发现 这个广告不支持中文呢,只显示英文的部分,中文的都不显示了。
Skull  [author] 5 Sep, 2016 @ 5:55pm 
Enjoy! Thanks for is this!
Amarah 5 Sep, 2016 @ 4:22pm 
Do you mind if we modify the modinfo to include longer announce intervals and publish privately for our server?
Skull  [author] 14 Aug, 2016 @ 4:38am 
should. but you'd better use modoverrides.lua.
Runagris 14 Aug, 2016 @ 4:36am 
Works for nondedicated servers?
Skull  [author] 28 Jul, 2016 @ 4:18am 
Something added. Thanks to Orange.:steamhappy:
Fossil 7 Jun, 2016 @ 1:04pm 
It's funny cause a couple people tried to use this to make sponsored servers
Otter Swotter (Kataan) 21 Apr, 2016 @ 2:28pm 
Nice, I contemplated making something like this, now I dont need to.
decade 15 Apr, 2016 @ 9:40pm 
ok
Skull  [author] 15 Apr, 2016 @ 9:30pm 
For servers show ads to every player. Just for fun.
decade 15 Apr, 2016 @ 9:06pm