Okay, downloaded about half an hour ago. In that time I transferred all my files, replaced all the controls.ini with settings.ini files in the emulator folders. Updated the FE settings.ini, set up the carousel the way I like it, and started fiddling with how to launch games.
Okay, so I have been able to do the following: Load lists of roms for MAME, launching a single MAME rom directly from the carousel, loading lists of batch files, launching a single batch file from the carousel, and launching an executable from the carousel. Awesome!
For an executable:
In FE settings.ini: WOSN=C:/arcade/wings/wings.exe
In WOSN EMU settings:
ROM = {EXE}
ROMPATH =
COMMAND =
ROMLIST =
ROMEXT = *.exe
WAIT = yes
For a batch file:
SF=C:/arcade/bats/SF.bat
ROM = {EXE}
ROMPATH =
COMMAND =
ROMLIST =
ROMEXT = *.bat
WAIT = yes
For launching a rom directly from the carousel - tested with MAME, should work with any EMU tho
SW=C:/arcade/mame/mame64.exe
ROM = {EXE}
ROMPATH =
COMMAND = starwars
ROMLIST =
ROMEXT = *.exe
WAIT = yes
(note that to do this we don't use a rom path, or else it will load the rom list and then just pass "starwars" as the command for every rom - we are pointing the program at mame64.exe in this case, not at the roms).
ERRORS:
I could not get the background to work. Checking and unchecking the selection box had no effect. I am stuck on white background. I didn't want to fiddle with the css or html files without letting you know about the issue.
When entering the settings menu from the FE half the time I get a crash with the following message: "Access violation. Press OK to ignore and risk data corruption. Press Cancel to kill the program." I've tried pressing both - both end with the FE hanging.
When zoom is enabled the carousel icon moves off center, gets a portion trimmed, and then zooms. After exiting the game the animation plays in reverse but still trimmed and off center. Once we get the background working I'll shoot video of that so we can track down what's causing it. The effect will be really cool once we get it ironed out.
Overall, awesome! It took longer for me to write this post than it took to setup the FE. A few little tweaks needed to this update (sound on launch ready yet?) and I think we'll be there.