Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: ARTIFACT on September 10, 2007, 12:34:55 am

Title: application to generate individual game.ini files based on resolution, etc?
Post by: ARTIFACT on September 10, 2007, 12:34:55 am
All the vertical 224x256 ganes (DK, Dig Dug, 1942, bomb jack, etc) need hwstretch on my setup to look OK ... all the other games look fantastic with hwstretch OFF, DDRAW, Change Res ON

Instead of manually creating INI files one game at a time, is there an app that I could use to generate them based on specs?

THANK YOU!
Title: Re: application to generate individual game.ini files based on resolution, etc?
Post by: NOP on September 10, 2007, 09:56:35 am
is there unique data in each .ini file?  I know they're named the same as the rom name, but is the data the same?  If it is the same, you could use romlister to locate all the 224x256 games and have it build a batch file around them-this batch file could then copy a single .ini file to the target filename.  The batchfile builder in romlister would be something like:

copy c:\mame\224x256.ini c:\mame\roms\%rom%.ini

If there's unique data, then you're hosed.

-jeff!
Title: Re: application to generate individual game.ini files based on resolution, etc?
Post by: Space Fractal on September 10, 2007, 11:53:17 am
Minwah have created such of utility: Resolution Tool v2.0 (http://mamewah.mameworld.net/downloads.htm)

Find it near the bottom of the page.
Title: Re: application to generate individual game.ini files based on resolution, etc?
Post by: ARTIFACT on September 10, 2007, 02:00:00 pm
WOOOO thank you so much for this...
Will try it tonight :)

(no unique data ... looks like I can do about 3 flavors of INI files and cover all the grounds across all games)

thanks again