Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Splash in MALA (see the snap of the launched game)  (Read 5785 times)

0 Members and 1 Guest are viewing this topic.

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:Today at 05:12:51 am
    • My personal forum
Splash in MALA (see the snap of the launched game)
« 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.

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.
« Last Edit: March 03, 2015, 06:06:19 am by empardopo »

arquillos

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 49
  • Last login:June 18, 2025, 07:03:59 am
Re: Splash in MALA (see the snap of the launched game)
« Reply #1 on: March 03, 2015, 09:34:29 am »
Nice idea!
Thanks Empardopo!

BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9270
  • Last login:July 14, 2025, 01:30:54 pm
  • ...
Re: Splash in MALA (see the snap of the launched game)
« Reply #2 on: March 03, 2015, 10:21:44 am »
Nice.  I can think of some other uses for this like displaying game controls or flyers.

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:Today at 05:12:51 am
    • My personal forum
Re: Splash in MALA (see the snap of the launched game)
« Reply #3 on: March 04, 2015, 02:25:15 am »
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) you can see a screenshot pressing the button that you have defined.

Greetings.

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:Today at 05:12:51 am
    • My personal forum
New version Splash v0.3b
« Reply #4 on: March 05, 2015, 04:27:57 am »
New version here.

Now, the ini file is thus:
Quote
[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

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:Today at 05:12:51 am
    • My personal forum
Re: Splash in MALA (see the snap of the launched game)
« Reply #5 on: March 13, 2015, 02:57:24 am »
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.

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:Today at 05:12:51 am
    • My personal forum
Re: Splash in MALA (see the snap of the launched game)
« Reply #6 on: March 16, 2015, 02:12:57 pm »

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:Today at 05:12:51 am
    • My personal forum
Re: Splash in MALA (see the snap of the launched game)
« Reply #7 on: July 02, 2015, 11:16:38 am »
Last version of Splash.

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.

Code: [Select]
[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
« Last Edit: July 02, 2015, 11:21:38 am by empardopo »