by Marbles_00 on Sun Mar 26, 2006 10:02 pm
Not sure which skin you are using, but it sounds as though there isn't anything associated with the "burn" button. Press pause/break, Goto the screen where the burn button is, then select that button and look at its events.
You may also have to set up events to actually "Load" CDEX and when done, "Unload" CDEX. These are two selections that can be made when using the "Plugin>Command" command.
An example of how to use it is to set up three events for CDEX. Load CDEX, Close CDEX, and burn.
Load CDEX event would have the
Plugin>Command
with the plugin field set with CDEX, the command field set with Load
Unload CDEX event would have the
Plugin>Command
with the plugin field set with CDEX, the command field set with Unload
Burn event would have the
Plugin>Command
with the plugin field set with CDEX, the command field set to either "to wav files" or "to compressed files"
The load and unload events could be set up for entering and exiting an overlay, and the Burn event could be set to the actual button.
Two other equally important things are to:
1) verify that the CDEX plugin is indeed in the Xlobby/Plugin directory (I guess this should be done first thing).
2) to associate the CDEX plugin to the actual location of the CDEX.exe file. This can be done by pressing F2, goto plugins, select cdex and browse for where you have cdex.exe.
I hope this was helpful.
David