[Windows] problem with puzzle room in Upper Dorn's Deep
Wandering_Minstrel
Member Posts: 197
I am having a problem here. I have walked over the three panels on the floor after entering the secret room. I return to the previous room to move the hammer, then go back to the secret room. The problem is, the stairs are not open. I also see the center of the room highlighted in purple, making it not possible to walk over.
Post edited by Wandering_Minstrel on
0
Comments
If you don't have a previous save game, could you please zip and attach your current save game here for examination?
The issue doesn't occur for me, so I assume it might be due to one of those mods (if I had to take a guess, it might be the traps mod).
If you have the LuaConsole enabled, then you can enter the following commands in the area where the stairs are.
Check to see if the variable has been set:
- C:GetGlobal("PUZZLE_STAIRS_OPEN","GLOBAL")
If that is not set (does not exist), then we have a different issue here, and you'll need to let me know.If it has, but for some reason the stairs downward have not been revealed:
After uninstalling that part of the mod I reload. I no longer see the purple but the stairs are still closed.
I did try "C:GetGlobal("PUZZLE_STAIRS_OPEN","GLOBAL")". It says it does not exist.
C:GetGlobal("PUZZLE_STAIRS_OPEN","GLOBAL") says the variable does not exist when run before the puzzle, after solving it, or after raising the hammer.
If I run C:SetGlobal("PUZZLE_STAIRS_OPEN","GLOBAL", 1) I immediately the XP, message and re-entering the secret room now shows the stairs down.
I've attached the mpsave from before solving the puzzle.