Page 1 of 1

Editor : Problem with release action.

Posted: Thu Mar 10, 2005 5:09 pm
by TheMormegil
In the editor there does not seem to be a proper facility to allow objects to be
placed (or chosen) at -1, -1 for the release action (like the firestaff_plus_gem is in DM for example).
I tried releasing an object that was placed normally in the dungeon (i.e 0+,0+ where you could just pick it up if you found it) but doing so then
creates a duplicate item reference with position -1,-1 which stops the dungeon from compiling.
It seems you can't use the release action without editing the txt file at the moment :cry:

Posted: Thu Mar 10, 2005 5:36 pm
by linflas
exactly, you must create the target object somewhere in the dungeon before using it in a release action, and then remove it manually from the txt file... it's not very annoying but the release action targets could be implemented differently.

brrr... what frightening avatar you have... :)

Posted: Thu Mar 10, 2005 5:51 pm
by George Gilbert
This has already been suggested before - I'll sort something out when I get time.

Posted: Thu Mar 10, 2005 5:59 pm
by beowuuf
it's just so large : ) (the avatar)

Posted: Thu Mar 10, 2005 7:12 pm
by TheMormegil
Sorry if I you were already on the case, I hadn't noticed it mentioned in any other threads. I mentioned it as a side note in another thread but I thought
it might not have been seen.
There is a workaround for the editor which I have just discovered :

Create the item you want released anywhere as above (which would generate the error) then save the dungeon. Open it again which makes the editor find the error and apparently it strips the duplicate item from the dungeon leaving the one at -1,-1 that you wanted! Then save the dungeon again and you can compile. :wink:

Posted: Fri Feb 24, 2006 5:50 pm
by George Gilbert
This is now fixed for V0.35.

RELEASE triggers now work in the same way as MIRRORs / SHOOTERs do (i.e. they take the things they release from the tile rather than a specific list).

For back compatibility, the old method of specifying items as TARGETs and a position of -1,-1 also works.