Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: ScooterMAC on April 06, 2008, 02:15:21 am

Title: Mamewah/shell help
Post by: ScooterMAC on April 06, 2008, 02:15:21 am
I'm running mamewah as a shell (XP Home) and set the exit_and_run_app_commandlines to explorer.exe. When I exit to windows I get a blank screen, so I ctrl+alt+del, new, run, explorer and it takes me to the desktop. Is there something I'm missing or is there a better way? I also have backround music but it doesn't loop, once the song ends it stops. Is there any special command ({loop, repeat} ect.) and I would also like to add more songs with a random option. One more thing....is there a way to make multiple intro videos? I like the video I made but its starting to get too repetitive. OK, one last thing. I'm using juegos mamewah setup utility(good stuff) and having trouble viewing snaps/videos. I searched around the forums and double checked all my config files, but no luck. I know I'm asking alot, but can anyone help me please? Thanks.  ???

Here's a copy of my config:
### mamewah.ini (mamewah v1.62) ###

### (Global) Screen-Saver Settings ###
delay                                     700
slide_duration                            3

### Audio Settings ###
enable_sounds                             1
sound_volume                              100
music_path                                h:\juegos\musica
enable_music                              1
music_volume                              100

### Movie Settings ###
intro_movie_file                         
exit_movie_file                           
keep_movie_preview_aspect                 game_aspect
delay_before_movie_preview                1
music_movie_mix                           mute_movies
movie_volume                              100

### Misc Settings ###
emulator_root_path                        h:\videogames
auto_setup_emulators                      0
theme                                     (Default Layout)
wrap_list                                 1
remember_current_game                     1
keep_image_aspect                         0
refresh_images                            1
delay_before_history_dat                  2
safe_mode                                 0
show_cursor                               0
keyboard_led_states                       -,-,-
lcd_com_port                              1
lcd_settings                             
exit_action                               choice
maxlogsize                                10000

### External Application Settings ###
startup_app_commandlines                 
exit_app_commandlines                     
exit_and_run_app_commandlines            explorer.exe

### Settings used by MAMEWAH ###
current_group                             
current_emulator                          genesis
locked                                    0

Gens:
### genesis.ini (mamewah v1.62) ###

emulator_title                            Sega Genesis

### List Generation Settings ###
rom_path                                  h:\juegos\Genesis\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                    auto:rom_folder

### Execution Settings ###
pre_emulator_app_commandlines             hemulator_commandline
emulator_commandline                      h:\juegos\Genesis\fusion.exe "[rompath]\[name].[romext]" -gen -fullscreen{nodosbox}{nosafelaunch}
post_emulator_app_commandlines           
general_app_commandlines                 

### Artwork Settings ###
artwork_image_paths                       h:\juegos\Genesis\snaps
movie_preview_path                        h:\juegos\Genesis\videos
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                              0
Title: Re: Mamewah/shell help
Post by: gonzo90017 on April 06, 2008, 02:36:13 am
Quote
I'm running mamewah as a shell (XP Home) and set the exit_and_run_app_commandlines to explorer.exe. When I exit to windows I get a blank screen, so I ctrl+alt+del, new, run, explorer and it takes me to the desktop.

Try this
Code: [Select]
exit_and_run_app_commandlines  C:\WINDOWS\explorer.exe
Quote
I'm using juegos mamewah setup utility(good stuff) and having trouble viewing snaps/videos. I searched around the forums and double checked all my config files, but no luck.
Make sure you have the xvid codec (http://www.digital-digest.com/software/download.php?sid=1052&ssid=0&did=1) installed.
And also the rom name and video name must be the same.
Title: Re: Mamewah/shell help
Post by: ScooterMAC on April 06, 2008, 03:02:33 am
I got the videos to show up in mame, noob error, my file was video not videos, thanks. I'll try that C:\WINDOWS\explorer.exe right now. Check the "pulling hair" thread for a different reply. Thanks pimp.
Title: Re: Mamewah/shell help
Post by: ScooterMAC on April 06, 2008, 03:37:23 am
The windows fixed worked! ;D Still having problem with genesis snaps/video and the backround sound. If I add more than one song in the c:\juegos\musica folder no backround sound at all.
Title: Re: Mamewah/shell help
Post by: gonzo90017 on April 06, 2008, 02:16:01 pm
Like I said before. Your snaps and videos must have the same name as the roms. Also, are you placing them in the correct folder C:\juegos\Genesis\snaps and C:\juegos\Genesis\videos
Title: Re: Mamewah/shell help
Post by: ScooterMAC on April 06, 2008, 03:19:41 pm
Again, gonzo your right. The rom name didint match the video snap files. Going to be a long day sorting through the 800+ files  :banghead: Can you help me out with my sound? Thanks again!
Title: Re: Mamewah/shell help
Post by: gonzo90017 on April 07, 2008, 02:00:12 am
You don't have to do that manually. Just use "Generic Artwork Renamer". You point it to your rom and artwork folder and it will rename most of them so they match. Then use "Shot Reporter v1.0" to find out what snaps your missing.
After you do that you can edit your .ini file and enable fuzzy search by modifying this line from 0 to 1
Code: [Select]
enable_fuzzy_search                       0This way it won't be so strict when looking for the games snapshot. If it finds a snapshot with a name that's close enought it will display it.

I'll have to think about the sound issue.  ???