I created levels 1 and 2 with teleporters on 2 that transported the party to other locations on level 2. Then I added a new level 3, but moved it up as the new level 1 pushing the existing levels 1 and 2 down to 2 and 3 respectively. When I started my dungeon, the teleporters on old level 2 (new 3) transported the party to level 2 instead of the new 3 where they used to point. In other words, when the levels were rearranged, the links to places on the same level aren't updated.
Is this on purpose? Ideally, levels could be rearranged and any references to specific levels would remain pointing to their original levels, even when these levels were rearranged. If not that, could references on the same level at least stay on that same level when it was moved and received a new level number? Otherwise, it really makes inserting or moving levels pretty hard once developed.
Thanks, -Lark
Links on Same Level Not Updated if Level Moves.
Re: Links on Same Level Not Updated if Level Moves.
good find, I'm sure they'll want to address this one!
Finished Dungeons - complete mods to play
Re: Links on Same Level Not Updated if Level Moves.
I hadn't realised you could move levels up/down like that. Thanks!
Puzzle Frameworks - http://www.grimrock.net/forum/viewtopic.php?f=14&t=4564
Magic Pack - https://www.nexusmods.com/grimrock/mods/70
Area of Effect Spell System - http://www.grimrock.net/forum/viewtopic ... 150#p44382
Magic Pack - https://www.nexusmods.com/grimrock/mods/70
Area of Effect Spell System - http://www.grimrock.net/forum/viewtopic ... 150#p44382
Re: Links on Same Level Not Updated if Level Moves.
The same issue happens for teleporters with the destination on another level.
eg Make teleporter on floor 2 that sends you to floor one.; Make a new floor, place it above floor one.; Teleporter now sends you to the new floor one.
eg Make teleporter on floor 2 that sends you to floor one.; Make a new floor, place it above floor one.; Teleporter now sends you to the new floor one.
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
- Message me to join in!
- Montis
- Posts: 340
- Joined: Sun Apr 15, 2012 1:25 am
- Location: Grimrock II 2nd playthrough (hard/oldschool)
Re: Links on Same Level Not Updated if Level Moves.
Very good find. This should also teach you to use self.level (as detailed here below accessing entities) instead of refering to a specific level, because I'm very sure that will never be updated by moving levels. 
Re: Links on Same Level Not Updated if Level Moves.
Good advice; I'll do that! Thank you, -LarkMontis wrote:Very good find. This should also teach you to use self.level (as detailed here below accessing entities) instead of refering to a specific level, because I'm very sure that will never be updated by moving levels.
