Build Your Own Arcade Controls Forum
Front End Support => MaLa Frontend => Topic started by: empardopo on March 03, 2015, 06:04:04 am
-
Do you know the old HyperSplash in HyperSpin?
Now when you launch a game from MALA you will see the full screen snap before playing.
You can download splash from here (http://adf.ly/16KgMi).
The zip contains four files that you must put in your mame (emulator) dir. Those files are:
splash.exe
splash.png
splashOri.png
splash.ini
In MALA,
1.- You must put splash.exe like your exe emulator.
2.- Add to the end of the command line %rom%.png
For mame, the command line will be
%rom% %rom%.png
In splash.ini
[option]
Executable=mame.exe
PathSnap=C:\mame\snap\
SnapFullScreen=1
Executable is the name of your exe emulator. I've only tested it with mame but it must work fine with some emulator.
PathSnap is the path to your snaps ending with \
SnapFullScreen is equal to 1 to see the snap in fullscreen or 0 not.
Greetings.
-
Nice idea!
Thanks Empardopo!
-
Nice. I can think of some other uses for this like displaying game controls or flyers.
-
Nice. I can think of some other uses for this like displaying game controls or flyers.
You can use the path you want. The png files must be named with the same name of the selected rom.
Theoretically, the program should work well for any emulator.
In the last version of my AllInOneFYC program (1.055b (http://adf.ly/135hYP)) you can see a screenshot pressing the button that you have defined.
Greetings.
-
New version here (http://adf.ly/17E8HU).
Now, the ini file is thus:
[option]
Executable=mame.exe
PathSnap=C:\mame\snap\
SnapFullScreen=1
Log=1
Log can only contain the values 0 or 1.
If Log=1 then Splash make a splash.log file with important information.
Thanks
-
Soon, Splash is going to have a new feature. You can add customized text to see it in your window when you launch a game from MALA.
Greetings.
-
Splash para Mala (primera demo) (http://www.youtube.com/watch?v=9p6NaZCi_30#ws)
-
Last version of Splash (http://adf.ly/1KA6PK).
If you want to see text over the snap, you'll have to write a text file with the same name of rom (eg outrun.txt) with the next format.
[txt]
Title=A pasear a la rubia!!!
TitleX=260
TitleY=250
TitleW=590
TitleH=60
TitleFont=Tahoma
TitleFontSize=38
TitleFontColor=0xFF0000
TitleFontBold=bold
TitleTransparent=1