Closed Alan19 closed 7 years ago
I think that there are too many rooms for such a small range so they dont fit and this happens. try increasing the range to 100 to test and decrease it until this starts to happen to get the minimum range
I decreased the number of rooms to 10 and increased the range to 100 and it's still happening
Here is the json I'm using:http://pastebin.com/tWmHCusA The part with the rooms is near the bottom from line 287-297
Ok, I'll admit this is kinda my fault. "single" "random" apparently is case sensitive and needs to be lower case.
It really shouldn't be case sensitive, I know.
Doesn't explain why the hallways are blank though. I wasn't able to reproduce that issue.
Maybe it's because I'm using Foamfix anarchy edition
I'm going to test it right now
Your screenshot kinda looks like the result of a crash part way through the dungeon generation. It actually looks rather like the generator finished creating the hallways and then stopped before creating the rooms and hallway decorations.
I got it to work after adding the changing single and random to lowercase. The only thing I changed from the first time was increasing the range and decreasing the number of rooms in the level settings.
It seems that adding room replaces the rooms that would spawn normally completely without overriding. Is this intended?
It's a behavior I never got around to implementing. Currently if you specify a list of rooms it just overrides all the rooms for that level.
By the way, you didn't list the reward room on the wiki and do you know which rooms contain items from the block list @Greymerk ?
I'm also getting this in B2 even though I increased the floor size
I used to put "Block" chests more commonly in the dungeon. Now they're only in the storage room as i recall.
Regarding this bug, I think what I'll try to do is make the system throw a warning if an invalid name is given.
I got an error log when this happened on B2
Trying to find it right now
probably just says "null"
I've implemented this enhancement in the latest build to provide meaningful warnings if an incorrect name is given.
Link to JSON: http://pastebin.com/ek6C697x