Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: boriskarloff on December 10, 2019, 03:58:36 PM

Title: [RESOLVED] Mame ini files
Post by: boriskarloff 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
Title: Re: Mame ini files
Post by: Aaron32 on December 10, 2019, 04:31:49 PM
I, directly, make the modifications to the "mame.ini" file for all games in general.
Title: Re: Mame ini files
Post by: boriskarloff 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.
Title: Re: Mame ini files
Post by: Aaron32 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?
Title: Re: Mame ini files
Post by: boriskarloff on December 11, 2019, 04:07:41 AM
I want, usign Attrac mode, Mame doesn't create outside the INI folder the ini files.
Title: Re: Mame ini files
Post by: Aaron32 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.
Title: [RESOLVED] Re: Mame ini files
Post by: boriskarloff 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
Title: Re: [RESOLVED] Re: Mame ini files
Post by: Aaron32 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. :)
Title: Re: [RESOLVED] Mame ini files
Post by: boriskarloff 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.