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: Mamewah marquees how to alter ini  (Read 1418 times)

0 Members and 1 Guest are viewing this topic.

Marky_1979

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 768
  • Last login:January 03, 2017, 11:07:07 am
    • Personal Webspace
Mamewah marquees how to alter ini
« on: September 30, 2008, 04:50:15 pm »
How do I add marquees to this ini I can only display title screens and movie previews but would like to also display my marquees.



### mame.ini (mamewah v1.62) ###

emulator_title                            MAME

### List Generation Settings ###
rom_path                                  C:\juegos\mame\roms
rom_extension                             zip
dat_file                                  auto:[emuexepath]\[emuexename].dat
nms_file                                  auto:[emuexepath]\[emuexename].nms
catver_ini_file                           auto:[emuexepath]\catver.ini
list_generation_method                    rom_folder_vs_listxml

### Execution Settings ###
pre_emulator_app_commandlines             
emulator_commandline                      C:\juegos\mame\mame.exe [name]{nodosbox}
post_emulator_app_commandlines           
general_app_commandlines                 

### Artwork Settings ###
artwork_image_paths                       C:\juegos\mame\titles
movie_preview_path                        D:\DOWNLOADS\MAME MOVIE PREVIEWS
movie_artwork_no                          1
enable_fuzzy_search                       0
history_dat_file                          auto
history_dat_artwork_no                    2

### Screen-Saver Settings ###
enable_music_in_screensaver               1
select_random_game                        0
saver_type                                gamelist_slideshow
movie_path                               
movie_fullscreen                          1
quit_delay                                0
saver_commandline                         

### Additional Settings ###
music_path                               
lcd_display_file_path                     
description_display                       [description]{scroll}

### Settings used by MAMEWAH ###
current_list                              1

Ginsu Victim

  • Yeah, owning a MAME cab only leads to owning real ones. MAME just isn't good enough. It's a gateway drug.
  • Trade Count: (+10)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10093
  • Last login:June 08, 2026, 03:12:14 pm
  • Comanche, OK -- USA
Re: Mamewah marquees how to alter ini
« Reply #1 on: September 30, 2008, 09:56:27 pm »
Change this:

artwork_image_paths                       C:\juegos\mame\titles


Add a semi-colon and no spaces, then type your marquee path. So it would look like

artwork_image_paths                       C:\juegos\mame\titles;C:\juegos\mame\marquees


This will be art 2 in your layout designer. Add it, place it, size it.
Introducing The Tone Ledger, a premium 5x7 inch, 100 pg notebook designed for guitarists, bassists, keyboardists...pretty much anyone who enjoys using amps and pedals. Great for experienced musicians, hobbyists, or students just getting started.

Keep Track of Your Tones and Experiment Worry-Free


Marky_1979

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 768
  • Last login:January 03, 2017, 11:07:07 am
    • Personal Webspace
Re: Mamewah marquees how to alter ini
« Reply #2 on: September 30, 2008, 10:11:45 pm »
Thanks buddy