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
All the normal text in the game works by there being a giant dictionary with all the different text in it, the game then uses it to look up translations and this mod is basically just a single line of code that instead of returning the correct text it picks a random one from that list.
However the dating sim works very differently by directly loading and parsing the files in RainWorld_Data\StreamingAssets\mods\moreslugcats\content\text_eng
In there are a ton of text files that not only contain the spoken text but also instructions on which scene/file to load next, which music to play etc.
So there is never one big list out of which one could just grab the dialogs.
One would need to load all the files manually, figure out what is dialog and what are instructions for the game and then add them to the pool of possible text.
So yeah a bit too complex for a quick joke mod, maybe if I ever have lots of spare time.
(yes i want to delete :D)
There were no actual code changes so no changelog / version number increase.
You will need at least the v1.10.1 update of the game (from like 12 hours ago) because in the original release all code modes were broken.