Difference between revisions of "MameWah 161 Ini files"

From BYOAC OLD Wiki
Jump to navigation Jump to search
m
m
 
(16 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).
  
 +
== 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 <nowiki><pre></pre></nowiki> tags.
  
<pre>
+
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.
### blank.ini (mamewah v1.61) ###
 
  
emulator_title                           
+
= INI files =
 +
These INI files are emulator-specific settings.
  
### List Generation Settings ###
+
*[[FCE Ultra 161 Ini File|FCE Ultra]]
rom_path                                 
+
*[[Daphne 161 Ini File|Daphne]]
rom_extension                           
+
*[[NeoPop 161 Ini File|Neo Geo Pocket and Pocket Color]]
dat_file                                 
 
nms_file                                 
 
catver_ini_file                         
 
list_generation_method                   
 
  
### Execution Settings ###
+
== External links ==
emulator_executable                     
+
*[http://www.emuchrist.org/cpviewer/mamewahinifiles.htm http://www.emuchrist.org/cpviewer/mamewahinifiles.htm] Excellent MameWah INI files from the creator of CPViewer
commandline_format                       
+
*[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
alt_commandline_format_2                 
 
game_specific_config_path               
 
  
### Artwork Locations ###
+
[[Category:Mamewah]]
artwork_1_image_path                     
 
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                         
 
 
 
### Screen-Saver Settings ###
 
enable_music_in_screensaver             
 
saver_type                               
 
movie_path                               
 
movie_fullscreen                         
 
quit_delay                               
 
wrapper_executable                       
 
wrapper_commandline_format               
 
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
 
</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