Author Topic: [RESOLVED] Mame ini files  (Read 3559 times)

boriskarloff

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
[RESOLVED] Mame ini files
« on: December 10, 2019, 03:58:36 PM »
This is my problem.
If I use Mame, all the files ini are created in the INI folder and it is ok.
If I use Attrac Mode, the ini files are create in the Mame exe folder.
I moved them in the INI folder, but new of them are created in the Mame exe folder.

Someone can tell me how to fix it?
Thank
« Last Edit: December 11, 2019, 06:50:25 AM by boriskarloff »

Aaron32

  • Full Member
  • ***
  • Posts: 60
    • View Profile
Re: Mame ini files
« Reply #1 on: December 10, 2019, 04:31:49 PM »
I, directly, make the modifications to the "mame.ini" file for all games in general.

boriskarloff

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Re: Mame ini files
« Reply #2 on: December 10, 2019, 04:40:16 PM »
Thanks for reply, but I don't understand.
I open the MemeUI.ini (I use MameUI64) but I don't see nothing about that you wrote me.

Thanks.

Aaron32

  • Full Member
  • ***
  • Posts: 60
    • View Profile
Re: Mame ini files
« Reply #3 on: December 10, 2019, 07:05:08 PM »
Thanks for reply, but I don't understand.
I open the MemeUI.ini (I use MameUI64) but I don't see nothing about that you wrote me.

Thanks.

Oh ... Sorry, I use the ExtraMAME version because it already comes with all the bios included and updated. Anyway, what do you want to do with those files?

boriskarloff

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Re: Mame ini files
« Reply #4 on: December 11, 2019, 04:07:41 AM »
I want, usign Attrac mode, Mame doesn't create outside the INI folder the ini files.

Aaron32

  • Full Member
  • ***
  • Posts: 60
    • View Profile
Re: Mame ini files
« Reply #5 on: December 11, 2019, 04:33:23 AM »
I want, usign Attrac mode, Mame doesn't create outside the INI folder the ini files.

In the version I have of MAME, the same thing happens to me. If I set up a specific game, it creates a game file in the root directory and not in the "ini" folder, for example "kof94.ini". This happens to me, even without using Attract-Mode, it may be due to the general configuration of MAME ... I don't know. It is for this reason that I decided to modify the "MAME.ini" file for all games.

boriskarloff

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
[RESOLVED] Re: Mame ini files
« Reply #6 on: December 11, 2019, 06:50:05 AM »
Ok I resolved.
By shell/prompt MameUi64.exe -cc
or your mame.exe -cc
It creats a mame.ini file in the same mame folder.

Edit it; at the line:
inipath                   .;ini;ini/presets

change it:
inipath                   ini;ini/presets

Aaron32

  • Full Member
  • ***
  • Posts: 60
    • View Profile
Re: [RESOLVED] Re: Mame ini files
« Reply #7 on: December 11, 2019, 06:52:26 AM »
Ok I resolved.
By shell/prompt MameUi64.exe -cc
or your mame.exe -cc
It creats a mame.ini file in the same mame folder.

Edit it; at the line:
inipath                   .;ini;ini/presets

change it:
inipath                   ini;ini/presets

Good thing I could solve it. Thank you for sharing the solution. :)

boriskarloff

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Re: [RESOLVED] Mame ini files
« Reply #8 on: December 11, 2019, 09:36:55 AM »
In one computer it works... in the other I had to to do this:
inipath                   /ini;ini/presets

I hope it can help others.