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
Context:
Chances are, that some costly function crashes and gets spammed / retried every frame. If that is the case then an exceptionLog.txt file should get generated.
This sounds like the map merging failed or the maps got replaced with empty files.
Context:
The function that crashes is the vanilla function ItemMarker.Draw(). ItemMarker are used for displaying key items on the map. My guess is that one key item is stuck in an invalid room (maybe it is in another region) and the Draw() function does not check if the room is null. It assumes it is valid.
If the theory is correct maybe you can give the devs your save file. Who knows what got stuck where. They should check the room in any case.
If the theory is false but the bug is prevalent then maybe you can send me your save file. Let me know how it goes.
Here is the logs.
Item tracking is part of vanilla and is enabled by default. It makes sure that key items are placed somewhere accessible when you lose them. The option `Item Tracker` just displays them on the map. The vanilla option `Slug Senses` includes that too.
The option `Item Tracker` is separate. Not sure what you mean with regions option.
If you mean the sleep screen region map, I don't think that the key items spawn for that. You can only see items that are spawned.
(This bug sounds like the ignore map property is not working. Downpour replaces some rooms. They are placed on top of the old room. They use that property to tell the map to only show one variant and not the other. I can disable that and verify if that causes the issue. But I need the room name.)
[Steam]\SteamApps\common\Rain World\RainWorld_Data\StreamingAssets\mods\MapOptions
and change target_game_version:v1_10_2 in modinfo.json it works
On a technical level, this is probably not possible. The uncover texture is a very pixelated version of the map texture that gets smoothed for the overlay effect. You are always stuck to the size of these pixels. (Okay, you can resize it, but it would get messy.) And in any case, you have no fine grained control like uncover the currently visible screen.
@CptnRedstone: The uncover region option should work again in v2.2.0.
Note that I have not tested it much. I mainly checked for errors. Please report any issues.
(Im finding the mods that do this and notifying yall to help the mod developers out)
Regardless, thank you so much for your help, you're a lifesaver for pointing me in the right direction.