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: Video settings different for each game?  (Read 807 times)

0 Members and 1 Guest are viewing this topic.

Richardgregory

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 360
  • Last login:November 17, 2021, 01:15:10 pm
  • I want to build my own arcade controls!
Video settings different for each game?
« on: February 19, 2015, 05:52:57 pm »
I'm noticing that some games require me to adjust their video because they are too bright.  I enabled HLSL by the way. I thought that video settings are kept the same for all ROMS.....maybe I'm not configuring it at the right place such that it can be done once and have it applied to all titles.

lamprey

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 636
  • Last login:January 17, 2019, 07:03:11 pm
Re: Video settings different for each game?
« Reply #1 on: February 20, 2015, 11:53:07 am »
Hard to say.

You could try wiping out the NVRAM and CFG files. Also, verify that you don't have other INI files overriding the mame.ini (presumably in the INI directory).


bulbousbeard

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 522
  • Last login:August 25, 2015, 11:58:25 pm
  • I want to build my own arcade controls!
Re: Video settings different for each game?
« Reply #2 on: February 21, 2015, 11:24:46 am »
Different games have different gamma levels. Some per-game settings are unavoidable.

You could also just change commandline args such as brightness, gamma, etc.

For example, mame.exe kof98 -gamma 0.5 -brightness 0.4 works.

The nice thing about just putting those things in the command line when you launch the game is that you have no dependency on MAME cfg files. You could nuke a directory and still have all your settings.

I also highly recommend using MAME's volume arg to normalize the sound across different games. For example, this will run the game at -11db:

kof96 -volume -11

As far as INI files go:

MAME takes things such as horizontal.ini for all horizontal games, vertical.ini for all vertical games.

You can also use the name of drivers. neogeo.ini will apply to all Neo Geo games, and cps2.ini will apply to all CPS2 games.