安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






I wanted to ask when you planned on updating this for the newest Watcher update, if at all.
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.