Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: gonzo90017 on October 01, 2005, 02:09:54 am

Title: How to make avi files run in mamewah?
Post by: gonzo90017 on October 01, 2005, 02:09:54 am
I just downloaded the mame videos. How can I set up mamewah to show them instead of the screenshots?
Title: Re: How to make avi files run in mamewah?
Post by: jcrouse on October 01, 2005, 11:41:51 pm
It depends a little on the version of MameWAH your using but the principle is this. Modify your mame.ini file (the one in mamewah) to look something like this.

### Artwork Locations ###
artwork_image_paths                       C:\mame\snap
movie_preview_path                        c:\mame\videos
movie_artwork_no                          1

You just need to supply the path to the videos and which image window you want them to appear in.

John
Title: Re: How to make avi files run in mamewah?
Post by: gonzo90017 on October 02, 2005, 01:29:46 am
This is what I have. I guess I have everything correct except for the image window I want it to appear in. I have no idea how to do that. Here's the layout i'm using plus my ini file http://home.comcast.net/~cpviewer/mame.htm

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

emulator_title                            M.A.M.E.

### List Generation Settings ###
rom_path                                  F:\mame\roms
rom_extension                             zip
dat_file                                 
nms_file                                 
catver_ini_file                           
list_generation_method                    rom_folder_vs_listxml

### Execution Settings ###
emulator_executable                       F:\Mame\mame32.exe
commandline_format                        [name]{autodosbox}{nosafelaunch}
alt_commandline_format_1                  [name]{autodosbox}{nosafelaunch}
alt_commandline_format_2                  [name]{autodosbox}{nosafelaunch}
game_specific_config_path                 

### Artwork Locations ###
artwork_1_image_path                      F:\Mame\snap
artwork_2_image_path                     
artwork_3_image_path                     
artwork_4_image_path                     
artwork_5_image_path                     
artwork_6_image_path                     
artwork_7_image_path                     
artwork_8_image_path                     
artwork_9_image_path                     
artwork_10_image_path                     
movie_preview_path                       
movie_artwork_no                          1

### Screen-Saver Settings ###
enable_music_in_screensaver               1
saver_type                                slideshow
movie_path                                H:\mame_videos_shrunk
movie_fullscreen                          1
quit_delay                                30
wrapper_executable                       
wrapper_commandline_format                [name]{nodosbox}{nosafelaunch}
scr_file                                 

### External Application Settings ###
ipc_file_or_path                         
app_1_executable                         
app_1_commandline_format                 
app_2_executable                         
app_2_commandline_format                 
app_3_executable                         
app_3_commandline_format                 
auto_launch_apps                         

### Additional Settings ###
music_path                               
lcd_display_file_path                     
lcd_fe_text                               

### Settings used by MAMEWAH ###
current_list                              0
Title: Re: How to make avi files run in mamewah?
Post by: jcrouse on October 02, 2005, 09:03:23 am
You need to set the path to your videos in the movie_preview_path. That should do it.

John
Title: Re: How to make avi files run in mamewah?
Post by: gonzo90017 on October 04, 2005, 11:40:31 am
Thank you! Worked like a charm. ;D