Editor : Problem with release action.

Messages are moved here (should anyone ever want to see them again) once they are no longer applicable to the current version (e.g. suggestions that have been implemented or bugs that have been fixed).

Moderator: George Gilbert

Forum rules
Please read the Forum rules and policies before posting. You may Image to help finance the hosting costs of this forum.
Post Reply
User avatar
TheMormegil
Adept
Posts: 213
Joined: Thu Apr 10, 2003 10:23 am
Location: Wales

Editor : Problem with release action.

Post 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:
User avatar
linflas
My other avatar is gay
Posts: 2445
Joined: Tue Nov 04, 2003 9:58 pm
Location: Lille, France
Contact:

Post 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... :)
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Post by George Gilbert »

This has already been suggested before - I'll sort something out when I get time.
User avatar
beowuuf
Archmastiff
Posts: 20686
Joined: Sat Sep 16, 2000 2:00 pm
Location: Basingstoke, UK

Post by beowuuf »

it's just so large : ) (the avatar)
User avatar
TheMormegil
Adept
Posts: 213
Joined: Thu Apr 10, 2003 10:23 am
Location: Wales

Post 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:
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Post 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.
Post Reply