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
Jukebox Anywhere adds an interactive music player to the pause menu which lets you play music whenever you want.
They're both music related, but otherwise they function pretty differently to each other.
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).
(Im finding the mods that do this and notifying yall to help the mod developers out)
Should be added into main game imo
ex: "the underhang" or things like that. I know it defeats one of the main purposes of the mod but It would be as placeholder until said music file gets a proper or fanmade name.
It would be possible to include them in the mod, but they would come up as ♪ ~ BM_UW_UNDERHANG , ♪ ~ BM_HI_GATE , etc. rather than the usual ♪ ~ Nest in Metal .
I'll try to see if there's any fan-made names for the tracks which I could use instead of their file names.