[Done for V0.38] Logic

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
beowuuf
Archmastiff
Posts: 20686
Joined: Sat Sep 16, 2000 2:00 pm
Location: Basingstoke, UK

[Done for V0.38] Logic

Post by beowuuf »

What sort of 'logic' do the more complex pads (like the ones for the double lever to open the door on level 2) use?
In DM, the complex pads were four input ANDs, where you needed to have all four faces active to get out the result you wanted.


Just thinking about electronics, and any type of logic (AND, NOT, OR) can be created from NAND gates. That is, they give out the opposite of the AND of the inputs.

NAND gates can also be used to create sequential logic and also storage devices

So, if you have a pad type that does this (two or four inputs, targetting to different faces or soemthing) then some nice complex things could be done.

Just a half thought I had today...
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 done for V0.38.

RTC conditional relays can use

- Equals
- Not equals
- Greater than
- Greater than or equal to
- Less than
- Less than or equal to
- AND
- OR
- XOR
- NAND
- NOR

I think that's all of them; if you can think of any others that would be useful though, let me know and I'll add them in.
Post Reply