It's time for me to switch to a 4 deck system. It's gonna require re-mapping my DMC2. Here's what I would like to do, but I don't really know how to do it. I want each side to toggle independently. There are "File" and "folder" buttons on each side. Can I use them to make a deck active? Meaning, use the left side "folder" button to make deck one active, use the left side "file" button to make deck three active, use the right side "folder" button to make deck two active and use the right side "file" button to make deck four active? Can it be done this way?
CRash
CRash
Posted Sun 21 Aug 11 @ 8:37 am
Yes, this is possible.
You could try the following:
FOLDER: action_deck 1 ? deck 1 leftdeck : action_deck 3 ? deck 1 leftdeck : deck 2 rightdeck
FILE: action_deck 1 ? deck 3 leftdeck : action_deck 3 ? deck 3 leftdeck : deck 4 rightdeck
You could try the following:
FOLDER: action_deck 1 ? deck 1 leftdeck : action_deck 3 ? deck 1 leftdeck : deck 2 rightdeck
FILE: action_deck 1 ? deck 3 leftdeck : action_deck 3 ? deck 3 leftdeck : deck 4 rightdeck
Posted Sun 21 Aug 11 @ 11:38 am
Wow, that worked like a charm. Thank you, sir. We've just created a 4 deck monster.
Posted Sun 21 Aug 11 @ 12:05 pm