The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: mccoy178 on October 19, 2006, 11:20:33 am

Title: AtomicFE: Will it support my beta brite sign like mamewah? If not, could it?
Post by: mccoy178 on October 19, 2006, 11:20:33 am
Pretty please?  That is about the only thing left that keeps me from switching.
Title: Re: AtomicFE: Will it support my beta brite sign like mamewah? If not, could it?
Post by: youki on October 19, 2006, 11:25:14 am
What is that  ???

Explain me what it is  , and if i can i will do.  :)
Title: Re: AtomicFE: Will it support my beta brite sign like mamewah? If not, could it?
Post by: headkaze on October 19, 2006, 12:26:26 pm
youki: BetaBrite (http://www.betabrite.com/) are multi-coloured LED scrolling signs. To add support to AtomicFE should be easy.

The user uses LCDGen (http://www.silverfoxy.plus.com/LCDGen.html) to generate an .lcd file for every ROM. Eg. 1942.lcd and places them all in a folder Eg. C:\MAME\lcd

You need to send the LCD file of the game your launching before you run MAME. In GameEx you use the ShellBeforeLaunch setting. It looks like this:

Code: [Select]
ShellBeforeLaunch=copy /b C:\MAME\lcd\[ROM].lcd com1:
As you can see it simply replaces [ROM] with the name of the MAME ROM (Eg. 1942), then sends it to com1:.

Simple as that!
Title: Re: AtomicFE: Will it support my beta brite sign like mamewah? If not, could it?
Post by: youki on October 19, 2006, 01:26:33 pm
Thanks a lot HeadKaze.

So Atomic should already support that.

Try that :

With atomic 0.18 :

-Open AtomicManager
-Open your config file you want use your BetaBrite.
-Click on "Advanced options" check box
-go on the "External Command" tab
-check "Run command before launching game"
-enter as command :   

Code: [Select]
cmd.exe /C copy /b c:\mame\lxd\[ROMNAME].lcd com1
-check wait for program completion
-uncheck Terminate the program when back to atomic
-check hide launched program

Save and try.  It should work.

cmd.exe is for WinXP and Win2000  , i'm not sure it is called like that under win98 .

let me know.

Youk


Title: Re: AtomicFE: Will it support my beta brite sign like mamewah? If not, could i
Post by: mccoy178 on October 19, 2006, 09:38:18 pm
Will do.  Also, I have it set up so that when I exit a game, a standard message like, "M.A.M.E. - Please select a game", reads across the sign (mame.lcd) and I have one for each system so when emulators are changed, the new message pops up for that system.  So, in other words, does your program have the capability to call these files before starting a game, exiting a game, and switching emulators?  Like a pre app and post app command of sorts.  BTW, thanks Headkaze for explaining that.
Title: Re: AtomicFE: Will it support my beta brite sign like mamewah? If not, could it?
Post by: youki on October 20, 2006, 04:01:26 am
Quote
So, in other words, does your program have the capability to call these files before starting a game, exiting a game, and switching emulators?

Yes, of course.

for "before starting game"  , it is that i explained in my previous post
for "Existing game" , it is on the same Tab , check "Run program before going back to FE" , and fill the required fields as in my previous POST.

For 'Switching emulators" .    I was writing  how to do that when i had a doubt.  So i checked , and No you can not(Yes with scripting)  .  But i'm working on a new version (not a major one, just a patch) what should be available next week , and you will be Able to do that the same way that others options.


Title: Re: AtomicFE: Will it support my beta brite sign like mamewah? If not, could i
Post by: mccoy178 on October 20, 2006, 01:19:58 pm
You are the freaking man!  Thanks youki! :cheers:
Title: Re: AtomicFE: Will it support my beta brite sign like mamewah? If not, could it?
Post by: youki on October 21, 2006, 05:21:18 am
The modification is done on my working version.

Few things to do yet , and i will release. (hopefully next week)