Page 2 of 2
Re: Could not open dungeon
Posted: Sun Sep 16, 2012 4:24 pm
by Scorcher24
Since it fits in here:
If you remove an item from the items.lua and forget a reference of it in the dungeon, then it is impossible to open your dungeon.
Error says: Invalid Arch
Imho would it be better to display that item as a big "?" in the editor, so I can remove it, rather than being unable to load the dungeon.
Re: Could not open dungeon
Posted: Sun Sep 16, 2012 5:37 pm
by PurplePachyderm
petri wrote:This is currently the highest priority bug to fix and also a known bug (please check known bugs in the beta-1.2.7 thread). The only workaround is to not place items on pressure plates until this bug is fixed.
Thanks for the reply, I will wait for the update then.
Re: Could not open dungeon
Posted: Mon Sep 17, 2012 9:25 am
by antti
Scorcher24 wrote:Since it fits in here:
If you remove an item from the items.lua and forget a reference of it in the dungeon, then it is impossible to open your dungeon.
Error says: Invalid Arch
Imho would it be better to display that item as a big "?" in the editor, so I can remove it, rather than being unable to load the dungeon.
These problems can be fixed by opening dungeon.lua with a text editor and searching for the offending name and either renaming them to a similar asset or by removing the lines. It's advisable to take a backup copy before editing the levels by hand, though!