#Issues with connecting a second room to a modded region that previously worked with one room.

6 messages · Page 1 of 1 (latest)

lone zealot
#

I made a custom region accesible by warp menu with one room in it. I was succesfully able to fix issues with the first room and make it functional and accesible with warp and polished with devtools. Upon trying to add a second room to the region that connects to the first, there are a couple issues. For one, the new room does not show up on the warp menu, and trying to warp to the previous room that worked does not work anymore, the game DOES NOT FREEZE, but it does say the message " an error occurred while loading the destination AbstractRoom. "

dark nacelle
# lone zealot

all rooms in a region need to be prefixed by the region's acronym (both in the world file and in their render files) to be loadable

#

so you'd need to rename Weird_Pipe to ER_Weird_Pipe

lone zealot
#

Ohh...

#

Ok ty, hopefully that works