Rain World

Rain World

57 ratings
Connection Extension 1.0.2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
1.340 MB
5 Apr @ 10:41am
10 Apr @ 4:35am
3 Change Notes ( view )

Subscribe to download
Connection Extension 1.0.2

Description
CONNECTION EXTENSION

This mod designed as a required mod for custom region mods.

Added the functionality to specify exits for room connections, allowing for multiple connections between two rooms or self-connections within a single room.

(In the original game only a single connection between two rooms was allowed, and having multiple connections would cause issues like incorrect exits. This mod fixes that problem.)

USAGE
RoomName : TargetRoom<Target Exit Index> , ...
Example implementations can be found in the CTET (Connection Extension Sample Region) included with this mod.

COMPATIBILITY INSTRUCTIONS

README[github.com]
15 Comments
赞美诗文-三十六转 11 Apr @ 7:21am 
你做的好啊:rwslugcat::rwslugcat:
Tricrystal  [author] 10 Apr @ 5:44pm 
@c a c t u s m i n e .

This fix addresses an issue where exits could not be correctly matched under specific conditions.

Original Issue Example:
CTET_A01 : CTET_A02, CTET_A02
CTET_A02 : CTET_A01, CTET_A01

Regardless of the chosen entrance, the exit would always lead to the other room's entrance 0.

The mod resolves this by implementing explicit entrance-to-exit mapping.

Fixed Example:
CTET_A01 : CTET_A02<0>, CTET_A02<1>
CTET_A02 : CTET_A01<0>, CTET_A01<1>

Now:
- Entering through entrance 0 will exit through the other room's entrance 0
- Entering through entrance 1 will exit through the other room's entrance 1
c a c t u s m i n e . 9 Apr @ 7:27pm 
Does this mod happen to allow multiple exits to shelters, or did I read what it does wrong?
七芒Hepta 6 Apr @ 10:28pm 
感觉有并入官方内容的可能耶
saturnsei 6 Apr @ 10:58am 
i mean i'm never gonna use this but wtf
saturnsei 6 Apr @ 10:57am 
what the FUCK? how??
Elsa Fogen 6 Apr @ 4:50am 
at first i was like, why would anyone need this anyway, but then remembered a single place in my region where i had to make 2 tiny rooms instead of one small to make pass-through train x)
浮猫 6 Apr @ 2:05am 
好耶是多管道系统!
Erratic Pulse 6 Apr @ 1:48am 
k
Codeax 5 Apr @ 10:48pm 
This is going to be so useful for my regions!