安装 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(越南语)
Українська(乌克兰语)
报告翻译问题










So you'd somehow have to alter the system so that each time the mem reaches 86400 (the number of seconds in a day) it increases a second counter that increases the day taking into acount year and month logic. After that it should reset the mem.
This second counter may be a bit harder, since months (as well as years, if you account for leap years) are not a set length. Depending on what month it currently is, it would have to increase the counter to the next month at 29, 30 or 31
Btw, I'm not super active on steam, so if you want to have a fast response you can also just find me on the undertow discord :))
Each Month of the year has a few different days, and you could save with the memory component the name of the Month. I did that part, but couldn't figure out how to assign different days to each month and have your counting system count those days.
And I guess it could amount to a Year System, where you could change each year by. I was hopping to do this in a roleplay sub. Such as the setting is in 2775 or something like that.
I am just asking if it lays posssiblity, as I am a big fan of your wiring systems. There very elegant and simple for doing a complicated task.