Ideas

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
billgus
Journeyman
Posts: 92
Joined: Sun May 05, 2002 4:01 am
Location: US/OR/Portland

Ideas

Post by billgus »

Item that displays X,Y,Z position to complement compass. Probably more for debugging work.

Compass detects spinners, this would detect quiet teleporters.
billgus
Journeyman
Posts: 92
Joined: Sun May 05, 2002 4:01 am
Location: US/OR/Portland

Re: Ideas

Post by billgus »

George, I would like to make a stairwell act as a teleporter. Including being able to teleport to such a object without triggering it.

Basically, I want to do an exotic dungeon where the stairs would act like normal but be using some internal enhacements to make things appear 'normal' but in a non-euclidian universe.

OK, I want to do a tesseract.
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Re: Ideas

Post by George Gilbert »

Put a teleporter on the same square as the stairs and you'll get the desired effect. Objects are checked in the order they appear in the text file, so if you put down a teleporter, then some stairs, the teleporter will move the party away before the stairs are "activated".

This will give you the effect you want without having to invent a new object.
twinfalls
Journeyman
Posts: 81
Joined: Tue Sep 19, 2000 11:05 am

Re: Ideas

Post by twinfalls »

Please remind me what a tesseract is.
billgus
Journeyman
Posts: 92
Joined: Sun May 05, 2002 4:01 am
Location: US/OR/Portland

Re: Ideas

Post by billgus »

A tesseract is the four dimensional equivalent to a cube (3D) or square (2D).

OK, if I teleport the party to a square with a teleporter, does the new square activate? E.g. a stairs is just a teleporter that by default teleports one level up/down but only if the party moves (into or rotate). Can a teleporter be set to only trigger the same way? (That's called orthaganolity in computers.)
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Re: Ideas

Post by George Gilbert »

If you just put a teleporter onto the same tile as corresponding up and down stairs then you'll end up in an infinite loop (each teleporter sending you immediately back to the other) that will crash the game.

What you could do however is put a trigger below one teleporter that turns off the other one and another tirgger on the neighbouring tile that turns it back on again.

I'm not sure exactly what you want, but there'll be some way of doing it using a combination of these three types of object.
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Post by George Gilbert »

The display of coordinates is now possible in V0.35.

Everything else was possible a while ago.
Post Reply