Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Marky_1979 on September 30, 2008, 04:50:15 pm

Title: Mamewah marquees how to alter ini
Post by: Marky_1979 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
Title: Re: Mamewah marquees how to alter ini
Post by: Ginsu Victim 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.
Title: Re: Mamewah marquees how to alter ini
Post by: Marky_1979 on September 30, 2008, 10:11:45 pm
Thanks buddy