Difference between revisions of "MameWah 161 Ini files"

From BYOAC OLD Wiki
Jump to navigation Jump to search
m
m
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Sample ini file for FCE Ultra
+
MameWah uses a system of INI files to configure the various functionalities of the front-end. There are three types of INI config files:
 +
*mamewah.ini (used for main/global settings of MameWah itself)
 +
*emuname.ini (emulator-specific settings)
 +
*emuname-$.ini (list-specific settings for each emulator; $ is the list number for that emulator).
  
<pre>
+
== How to add your own INI file here ==
### nes.ini (mamewah v1.61) ###
+
If you have your own finished INI file and would like to add it, simply create add a new link here and on the new page, paste your INI file in between the <nowiki><pre></pre></nowiki> tags.  
  
emulator_title                            Nintendo
+
If you do not have an INI file, but would like to add one, the Wiki will automatically format it by using the Mamewah 1.61 INI template. Add the following code to your INI page (make sure it's linked here. <nowiki>{{subst:Mamewah161}}</nowiki>, then edit your page again. You will see a perfectly preformatted INI file to add your own info to.
  
### List Generation Settings ###
+
= INI files =
rom_path                                  c:\arcade\roms\nes
+
These INI files are emulator-specific settings.
rom_extension                            nes
 
dat_file                                 
 
nms_file                                 
 
catver_ini_file                         
 
list_generation_method                    rom_folder
 
  
### Execution Settings ###
+
*[[FCE Ultra 161 Ini File|FCE Ultra]]
emulator_executable                      c:\Arcade\emulators\fceu\fceu.exe
+
*[[Daphne 161 Ini File|Daphne]]
commandline_format                        {8.3[rompath]\[name].[romext]}{dosbox}{safelaunch}
+
*[[NeoPop 161 Ini File|Neo Geo Pocket and Pocket Color]]
alt_commandline_format_1                  [name]
 
alt_commandline_format_2                  [name]
 
game_specific_config_path               
 
  
### Artwork Locations ###
+
== External links ==
artwork_1_image_path                      c:\Arcade\emulators\fceu\snap
+
*[http://www.emuchrist.org/cpviewer/mamewahinifiles.htm http://www.emuchrist.org/cpviewer/mamewahinifiles.htm] Excellent MameWah INI files from the creator of CPViewer
artwork_2_image_path                     
+
*[http://mamewah.mameworld.net/docs/ini.txt http://mamewah.mameworld.net/docs/ini.txt] Official help file from MameWah - shows a list of all the available INI file settings
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 ###
+
[[Category:Mamewah]]
enable_music_in_screensaver              0
 
saver_type                                launch_scr
 
movie_path                                c:\mamewah\ssmovie
 
movie_fullscreen                          1
 
quit_delay                                30
 
wrapper_executable                       
 
wrapper_commandline_format                [name]
 
scr_file                                  c:\arcade\support\ms_pacman.scr
 
 
 
### External Application Settings ###
 
ipc_file_or_path                         
 
app_1_executable                          c:\cpvw\cpvw.exe
 
app_1_commandline_format                  -b=c:\cpvw\images\nintendo.jpg
 
app_2_executable                          c:\cpvw\cpvw.exe
 
app_2_commandline_format                  -b=c:\cpvw\images\mamewah.jpg
 
app_3_executable                         
 
app_3_commandline_format                 
 
auto_launch_apps                         
 
 
 
### Additional Settings ###
 
music_path                                c:\Arcade\mp3
 
lcd_display_file_path                   
 
lcd_fe_text                             
 
 
 
### Settings used by MAMEWAH ###
 
current_list                              0
 
 
 
</pre>
 

Latest revision as of 07:57, 16 July 2006

MameWah uses a system of INI files to configure the various functionalities of the front-end. There are three types of INI config files:

  • mamewah.ini (used for main/global settings of MameWah itself)
  • emuname.ini (emulator-specific settings)
  • emuname-$.ini (list-specific settings for each emulator; $ is the list number for that emulator).

How to add your own INI file here

If you have your own finished INI file and would like to add it, simply create add a new link here and on the new page, paste your INI file in between the <pre></pre> tags.

If you do not have an INI file, but would like to add one, the Wiki will automatically format it by using the Mamewah 1.61 INI template. Add the following code to your INI page (make sure it's linked here. {{subst:Mamewah161}}, then edit your page again. You will see a perfectly preformatted INI file to add your own info to.

INI files

These INI files are emulator-specific settings.

External links