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: how do I change the directories in the game lists in mala?  (Read 3204 times)

0 Members and 1 Guest are viewing this topic.

allroy1975

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 980
  • Last login:November 11, 2023, 08:51:48 pm
  • I'm a dork!
    • Matt's Mame
how do I change the directories in the game lists in mala?
« on: September 07, 2007, 12:21:57 am »
here's the deal.  I built my Mame Config on the M: drive (a portable drive so I could bring it back and forth to work ...but I wouldn't mess around like that on work time..so...I just liked it to be close to me) anyway, I'm done.  I changed all the ini files to point to c:\ but all the stuff in the gamelist files (ml1, ml2, ml3s etc) still point to M and for the life of me I can't figure out how to change them.


those are hex files, so I can't just go in and do a replace m:\ with c:\ like I could with the ini files.

anyone know?
« Last Edit: September 07, 2007, 12:26:14 am by allroy1975 »
They have the FAST Ms. Pac-Man!  MOM!  Can I have a quarter!??

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: how do I change the directories in the game lists in mala?
« Reply #1 on: September 07, 2007, 01:04:45 am »


I just tested it moving stuff around to my D:\ drive.  It seems MaLa is set to look for the gamelists in the same drive/dir that MaLa is Launched.

They are small files, could you not just copy them to both drives?

NOP

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 916
  • Last login:September 19, 2017, 08:22:27 pm
  • I stole my avatar.
    • winterMAME
Re: how do I change the directories in the game lists in mala?
« Reply #2 on: September 07, 2007, 09:51:35 am »
a decent hex editor should allow you to do search/replace of a binary file.

winhex is one of them, although I'm not sure if there are restrictions in the unregistered version.

http://www.x-ways.net/winhex/allfeatures.html

As long as you're only changing m:\ to c:\ and not adding any additional text, it should work just fine.  Just make sure have a backup just in case!

-jeff!

allroy1975

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 980
  • Last login:November 11, 2023, 08:51:48 pm
  • I'm a dork!
    • Matt's Mame
Re: how do I change the directories in the game lists in mala?
« Reply #3 on: September 07, 2007, 10:28:01 am »
thanks guys.

in the mean time, I just added the line:
subst m: c:\
so when it looks to M it's really looking at the C drive.  kinda a hobo's fix, but it's working. :dunno
They have the FAST Ms. Pac-Man!  MOM!  Can I have a quarter!??

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: how do I change the directories in the game lists in mala?
« Reply #4 on: September 07, 2007, 06:31:18 pm »
thanks guys.

in the mean time, I just added the line:
subst m: c:\
so when it looks to M it's really looking at the C drive.  kinda a hobo's fix, but it's working. :dunno
:applaud: