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
If there are translated track names available somewhere though, I'd be happy to add them.
As an example of a big change, RW v1.9.07 replaced a big chunk of the game's input system, so I had to rewrite a lot of the code for my Singleplayer Co-op Emotes and Jolly Rebind mods.
For a smaller example, the recent Watcher update replaced the `getSlugcatStoryRegions()` method with `SlugcatStoryRegions()`, so I had to tweak Collection Labels a bit. ( commit link [github.com])
The GitHub page for my mods is usually up to date with the version on Steam, so if you're interested, any code changes should be visible in the 'Commits' tab there.
I'm quite lucky with this specific mod since it doesn't tend to need anything changed after an update, yeah. Updates in general though can quite often cause things to break in unexpected ways even if, on the surface, they shouldn't have touched anything near what the mod works with.
Just to be on the safe side I like to set the mod's `target_game_version` to immediately flag the mod as "outdated" whenever the game updates (even if it might actually still work fine). Then I'll check that everything is still working in-game, make any tweaks that may be needed, and change the target version to match the game.
Version 1.2.6 of the mod should be up to date with the latest Rain World version (1.10.2).