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
mp.tan is set to easy on one choice. mp.time is set to normal or hard with the other two.
Saunders might need to go back and change that.
...
Actually, what is the purpose of this variable, as well as others? They don't seem like they do anything, (Especially one involving Anna and mp.exercise.)
I can only assume a future update to the game would make use of these in some matter, that or some kind of sequel/remaster of the game?
They aren't just a normal variables. In the code you can find:
this code sets multipersistent storage with key having value of "awsw". Multipersistent data can be used in other Ren'Py games (using the same code). After setting a variable with 'mp' you also need to call
So yes, this is almost definitely for a future sequel or update (although they might not be used and are here just in case). I believe you could also use those variables if you wanted to make a fan game.
Edit: I've just updated my original post including more potential issues I found (I've decided against creating separate thread for them and those issues feel related). I encountered the originally mentioned issue by accident and decided to reuse some of code I wrote for this, and made a list of all variables with a list all values that can be set to them, so it was really quick looking for potential issues with them.