安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題






I don't know if others are in the same situation
- On Windows: Documents/Klei/DoNotStarveTogether/64743710/client_save/
- On Linux: ~/.klei/DoNotStarveTogether/64743710/client_save/
The filename should be "workshop-1903101575".
P.S. Thank you, everyone, for your kind words.
https://steamuserimages-a.akamaihd.net/ugc/1618437436536191107/7698D2FE167939DCF46ECF296F593A291C0172FF/
The roadmap has been updated. This feature should become a part of the next release: https://trello.com/c/liXkx9Dr
cus it will join when people are not on any map and left the transition player on loading screen for eternal.
if you lower your time higher change you can kick people out of server.
i get kicked twice and can join once when world is still new.
so it's just a game theory , if i don't have any evidence..
Possible. But I don't have time for a proper solution and making a non-decent one doesn't seem to be worth it from the end-user perspective.
Long answer:
If I remember correctly, the data about the number of days is retrieved only after selecting the server. This means that to get that you will have to send a separate request for each server in the list which will take ~0.25-1 sec for each. In the vanilla game, there are 16 servers "per page" so it will take ~4-16 seconds to show the number of days for each visible server by making requests and updating the list in the background accordingly. Besides, a good "indexing" solution must be introduced to store the data about already retrieved servers to make requests to only the missing or "outdated" ones.