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: PC Game configuring in MaLa  (Read 2958 times)

0 Members and 1 Guest are viewing this topic.

coinopman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 24
  • Last login:June 09, 2009, 09:18:53 pm
PC Game configuring in MaLa
« on: December 31, 2008, 11:07:41 pm »
I Know yall have been asked many times about this. How do you configure Mala to load pc games. I have searched the site for answers and tried them to no avail. I want to use links. A point to a post or any help would be appreciated.
BTW shout outs to SGT for some of the help he hasven me.  :applaud: ;D

SGT

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1146
  • Last login:May 31, 2025, 10:10:32 pm
Re: PC Game configuring in MaLa
« Reply #1 on: January 01, 2009, 12:24:10 am »
Shouldn't you be celebrating the new year?    :laugh2:


I don't have Mala in front of me, but as I recall you would create normal windows shortcuts to the games.  You then put all these shortcuts into a folder.  Specify the path to this folder as your rom path.  Set the rom extensions to LNK.  The executable would be left blank.  The command line would probably be %rom%.

Edit:
Found a better explanation by loadman here:
http://forum.arcadecontrols.com/index.php?topic=68772.msg701550#msg701550

« Last Edit: January 01, 2009, 12:35:43 am by SGT »

pmc

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1034
  • Last login:December 20, 2023, 07:43:02 am
    • website
Re: PC Game configuring in MaLa
« Reply #2 on: January 01, 2009, 03:12:02 pm »
Here's another method by unclet that uses batch files instead.

http://forum.arcadecontrols.com/index.php?topic=69903.0

Neither works for me. I get an error with either method. I think it used to work with shortcuts, but one day it stopped working. I resolved today (new years resolution?) to get it working, so I tried it with batch files and it doesn't work. I'll keep messing with it.

-pmc

EDIT: I got it working. It took some experimentation, but I got it working. I used the batch file method. Because some of the apps need to be able to find local DLLs and what-not, I had to do three things: 1) specify the full path in Mala (i.e, %path%\%rom%.%ext%), 2) change the working directory and disk in the batch file, and 3) run the executable with a full path. So my batch files look something like this:

E:
CD "E:\Program Files\PC Games\"
"E:\Program Files\PC Games\AsteroidsGL.exe"

Gotta love Windows which requires all those quotes or it can't figure out "Program Files".  ;)
« Last Edit: January 01, 2009, 06:55:20 pm by pmc »

coinopman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 24
  • Last login:June 09, 2009, 09:18:53 pm
Re: PC Game configuring in MaLa
« Reply #3 on: January 01, 2009, 08:15:35 pm »
got some of the games to work using link but hunting unlimited 2008 wont work that way. I'll try with batch files

pmc

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1034
  • Last login:December 20, 2023, 07:43:02 am
    • website
Re: PC Game configuring in MaLa
« Reply #4 on: January 02, 2009, 10:24:03 am »
Try being very explicit with pathnames. I tested from the command line until I got it right and then just moved that stuff into a batch file.

For what it's worth, I'm not running 1.05 yet so things might be slightly different for you.

-pmc