Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.