Difference between revisions of "Mamewah Ini"

From BYOAC OLD Wiki
Jump to navigation Jump to search
m
(This page now contains 1.62 information, old information moved to Mamewah 161 Ini Description)
Line 1: Line 1:
=General about mamewah ini files=
+
=General about mamewah ini\cfg files=
Ini files are commonly used for configuring program options. These files end in the extension .ini and are standard text files which can be opened in any text editing application, such as notepad.
+
Ini files are commonly used for configuring program options. These files end in the extension .ini or .cfg and are standard text files which can be opened in any text editing application, such as notepad.
  
MAMEWAH uses three main types of ini config files; mamewah.ini (main/global settings), emuname.ini (emulator-specific settings), and emuname-?.ini (list-specific settings, where ? is the list no.).
+
MAMEWAH uses four main types of ini config files; mamewah.ini (main/global settings), mamewah.cfg, emuname.ini (emulator-specific settings), and emuname-?.ini (list-specific settings, where ? is the list no.).
  
 
mamewah.ini is auto-generated/updated when you run MAMEWAH, and resides in \mamewah.
 
mamewah.ini is auto-generated/updated when you run MAMEWAH, and resides in \mamewah.
  
To generate emuname.ini or emuname-?.ini, simply place suitably named text file(s) in the \mamewah\ini folder (eg mame.ini, mame-0.ini, mame-1.ini etc.), and run MAMEWAH.  The ini files will be automatically populated/updated with default settings.  You must have emuname.ini for each emulator you require, and the number of lists available is determined by however many emuname-?.ini files you have (emuname-0.ini will be the main, non-filterable list).
+
To generate emuname.ini or emuname-?.ini, simply create a folder in the \mamewah\config directory (i.e. \mamewah\config\newemu\) and create the suitably named text file(s) (eg newemu.ini, newemu-0.ini, newemu-1.ini etc.) within the folder, and run MAMEWAH.  The ini files will be automatically populated/updated with default settings.  You must have emuname.ini for each emulator you require, and the number of lists available is determined by however many emuname-?.ini files you have (emuname-0.ini will be the main, non-filterable list).
  
  
Line 113: Line 113:
  
 
|-
 
|-
|layout
+
|emulator_root_path
|Classic 640x480
+
|
|the name of the layout/skin to use
+
|Default Root emulator path
  
 
|-
 
|-
|ctrlr
+
|auto_setup_emulators
|(empty)
+
|0
|name of the ctrlr file to use
+
|(0/1) Attempt to automatically configure emulators
 +
 
 +
|-
 +
|theme
 +
|
 +
|the name of the theme
  
 
|-
 
|-
Line 143: Line 148:
  
 
|-
 
|-
|correct_orientations
+
|delay_before_history_dat
|horizontal
+
|2
|(horizontal/vertical/no)
+
|time to wait before showing history.dat info
  
 
|-
 
|-
Line 161: Line 166:
 
|(-,-,-)
 
|(-,-,-)
 
|(x,x,x where x=: -=leave, 0=off, 1=on, eg 1,1,1)
 
|(x,x,x where x=: -=leave, 0=off, 1=on, eg 1,1,1)
 
|-
 
|winipac_file
 
|(empty)
 
|full path of the winipac.exe file
 
 
|-
 
|mamewah_ipc_file
 
|(empty)
 
|default ipac ipc file
 
  
 
|-
 
|-
Line 190: Line 185:
  
 
|-
 
|-
|app_to_run_on_exit
+
|maxlogsize
|(empty)
+
|100000
|full path of application to run on exit of MAMEWAH
+
|maximum size of the log file
  
 
|}
 
|}
  
 +
===External Application Settings===
 +
 +
{| Width="100%" valign="top" border="1" cellspacing="0" cellpadding="3" style="background:white; color:black; border:1px solid silver;"
 +
|- style="background:navy; color:white"
 +
!width="200"|'''Setting'''
 +
!width="120"|'''Default'''
 +
|'''Description'''
 +
 +
|-
 +
|startup_app_commandlines
 +
|
 +
|commands to run on startup
 +
 +
|-
 +
|exit_app_commandlines
 +
|
 +
|commands to run on exit
 +
 +
|-
 +
|exit_and_run_app_commandlines
 +
|
 +
|commands to run after exit
 +
 +
|}
  
 
===Settings used by MAMEWAH===
 
===Settings used by MAMEWAH===
Line 205: Line 224:
 
!width="120"|'''Default'''
 
!width="120"|'''Default'''
 
|'''Description'''
 
|'''Description'''
 +
 +
|-
 +
|current_group
 +
|
 +
|the last group used
  
 
|-
 
|-
Line 215: Line 239:
 
|0
 
|0
 
|whether or not the menu is locked
 
|whether or not the menu is locked
 
|-
 
|last_ipc
 
|(empty)
 
|last ipc file used
 
  
 
|}
 
|}
Line 275: Line 294:
  
 
|-
 
|-
|emulator_executable
+
|pre_emulator_app_commandlines
|(empty)
+
|
|the full path to the executable for the emulator
+
|commands to run prior to executing the emulator
  
 
|-
 
|-
|commandline_format
+
|emulator_commandline
 
|(empty)
 
|(empty)
|any command line parameters that need to be passed to the emulator when executed
+
|the full path to the executable for the emulator
 
 
|-
 
|alt_commandline_format_1
 
|(empty)
 
|an alternate set of commandline options to pass
 
  
 
|-
 
|-
|alt_commandline_format_2
+
|post_emulator_app_commandlines
|(empty)
+
|
|a 2nd set of alternate commandline options to pass
+
|commands to run after executing the emulator
  
 
|-
 
|-
|game_specific_config_path
+
|general_app_commandlines
|(empty)
+
|
|certain emulators require a specific path to the config files, which can be included here
+
|??
  
 
|}
 
|}
  
  
===Artwork Locations===
+
===Artwork Settings===
 
{| Width="100%" valign="top" border="1" cellspacing="0" cellpadding="3" style="background:white; color:black; border:1px solid silver;"
 
{| Width="100%" valign="top" border="1" cellspacing="0" cellpadding="3" style="background:white; color:black; border:1px solid silver;"
 
|- style="background:navy; color:white"
 
|- style="background:navy; color:white"
Line 310: Line 324:
  
 
|-
 
|-
|artwork_#_image_path
+
|artwork_image_paths
 
|(empty)
 
|(empty)
|1-10, ten seperate paths for image locations (i.e. screens, titles, boxart, etc)
+
|paths for image locations (i.e. screens, titles, boxart, etc)
  
 
|-
 
|-
Line 323: Line 337:
 
|1
 
|1
 
|which artwork_#_image_path contains movies instead of images
 
|which artwork_#_image_path contains movies instead of images
 +
 +
|-
 +
|enable_fuzzy_search
 +
|0
 +
|?? (0/1) Attempt to use a close match if a match is not found
 +
 +
|-
 +
|history_dat_file
 +
|
 +
|Location of History.dat file
 +
 +
|-
 +
|history_dat_artwork_no
 +
|2
 +
|Artwork # to place History.dat info in
  
 
|}
 
|}
Line 338: Line 367:
 
|1
 
|1
 
|1=yes,0=no, if music should be enabled when the screensaver is active
 
|1=yes,0=no, if music should be enabled when the screensaver is active
 +
 +
|-
 +
|select_random_game
 +
|0
 +
|(0/1) ??
  
 
|-
 
|-
 
|saver_type
 
|saver_type
|slideshow
+
|gamelist_slideshow
|(blank_screen / slideshow / movie / run_selected_game / run_random_game / run_random_game_and_quit / run_random_game_using_wrapper / launch_scr / power_saving / shutdown) type of screen saver to use
+
|(blank_screen / gamelist_slideshow / movie / run_selected_game / run_random_game / run_random_game_and_quit / run_random_game_using_wrapper / launch_scr / power_saving / shutdown) type of screen saver to use
  
 
|-
 
|-
Line 348: Line 382:
 
|(empty)
 
|(empty)
 
|(movie folder, eg c:\movies - saver_type movie only)
 
|(movie folder, eg c:\movies - saver_type movie only)
 +
 +
|-
 +
|movie_fullscreen
 +
|1
 +
|(0/1) show movie fullscreen
  
 
|-
 
|-
Line 355: Line 394:
  
 
|-
 
|-
|wrapper_executable
+
|saver_commandline
|(empty)
 
|wrapper filename, eg c:\mame\cmd-launch2.exe - run_random_game_using_wrapper only
 
 
 
|-
 
|wrapper_commandline_format
 
|(empty)
 
|emulator commandline format - (run_random_game_using_wrapper only)
 
 
 
|-
 
|scr_file
 
|(empty)
 
|screensaver filename, eg c:\mamess\mamescreensaver.scr - (launch_scr only)
 
 
 
|}
 
 
 
 
 
===External Application Settings===
 
{| Width="100%" valign="top" border="1" cellspacing="0" cellpadding="3" style="background:white; color:black; border:1px solid silver;"
 
|- style="background:navy; color:white"
 
!width="200"|'''Setting'''
 
!width="120"|'''default'''
 
|'''description'''
 
 
 
|-
 
|ipc_file_or_path
 
|(empty)
 
|ipc filename or path, (eg c:\ipc\mame.ipc or c:\ipc)
 
 
 
|-
 
|app_#_executable
 
|(empty)
 
|1-3, external applications filename, eg c:\cpviewer\cpviewer.exe)
 
 
 
|-
 
|app_#_commandline_format
 
|(empty)
 
|1-3, (external applications commandline format *)
 
 
 
|-
 
|auto_launch_apps
 
 
|(empty)
 
|(empty)
|the order apps are launched prior to the emulator, eg 1,2,3 or 3,2,1 or 1,2 or 1 etc.)
+
|use existing screensaver?
  
 
|}
 
|}
Line 420: Line 419:
  
 
|-
 
|-
|lcd_fe_text
+
|description_display
 
|(empty)
 
|(empty)
 
|text of your choice, (eg M.A.M.E. - Multiple Arcade Machine Emulator)
 
|text of your choice, (eg M.A.M.E. - Multiple Arcade Machine Emulator)
Line 501: Line 500:
  
 
|-
 
|-
|commandline_format
+
|pre_emulator_app_commandlines
 
|(empty)
 
|(empty)
|emulator commandline format
+
|pre emulator commandlines
  
 
|-
 
|-
|alt_commandline_format_1
+
|emulator_commandline
 
|(empty)
 
|(empty)
|emulator commandline format
+
|emulator commandline
  
 
|-
 
|-
|alt_commandline_format_2
+
|post_emulator_app_commandlines
 
|(empty)
 
|(empty)
|emulator commandline format
+
|post emulator commandlines
  
 
|}
 
|}

Revision as of 02:37, 3 June 2007

General about mamewah ini\cfg files

Ini files are commonly used for configuring program options. These files end in the extension .ini or .cfg and are standard text files which can be opened in any text editing application, such as notepad.

MAMEWAH uses four main types of ini config files; mamewah.ini (main/global settings), mamewah.cfg, emuname.ini (emulator-specific settings), and emuname-?.ini (list-specific settings, where ? is the list no.).

mamewah.ini is auto-generated/updated when you run MAMEWAH, and resides in \mamewah.

To generate emuname.ini or emuname-?.ini, simply create a folder in the \mamewah\config directory (i.e. \mamewah\config\newemu\) and create the suitably named text file(s) (eg newemu.ini, newemu-0.ini, newemu-1.ini etc.) within the folder, and run MAMEWAH. The ini files will be automatically populated/updated with default settings. You must have emuname.ini for each emulator you require, and the number of lists available is determined by however many emuname-?.ini files you have (emuname-0.ini will be the main, non-filterable list).


mamewah.ini

The mamewah.ini file is the global configuration file, allowing you to configure the general options for mamewah, such as audio, video, or screensaver options.

(Global) Screen Saver Options

Setting default description
delay 300 in seconds, the delay before the screen saver begins
slide_duration 3 in seconds, the time to wait in between slides

Audio Options

Setting default description
enable_sounds 1 1=yes/0=no, whether sounds are enabled
sound_volume 100 0-100, % of the sound volume
music_path (empty) full path to folder containing music (mid, midi, rmi, mp3 or wma) to play
enable_music 1 1=yes/0=no, whether music is enabled
music_volume 100 0-100, % of the music volume

Movie Options

Setting default description
intro_movie_file (empty) full path to a movie file (mpg/avi) that plays at startup
exit_movie_file (empty) full path to a movie file (mpg/avi) that plays at exit
keep_movie_preview_aspect game_aspect (no/video_aspect/game_aspect)
delay_before_movie_preview 2 in seconds, the delay before a movie preview is shown
music_movie_mix mute_movies (mute_movies/merge/pause_music) when playing movies and music, should it mute the movie sound and only play the music, play the movie sound with the music, or pause the music and only play the movie sound
movie_volume 100 0-100, % of the movie volume


Misc Options

Setting default description
emulator_root_path Default Root emulator path
auto_setup_emulators 0 (0/1) Attempt to automatically configure emulators
theme the name of the theme
wrap_list 0 1=yes/0=no,
remember_current_game 1 1=yes/0=no, should MAMEWAH start on the last game selected
keep_image_aspect 1 1=yes/0=no, should MAMEWAH keep the image aspect ratio
refresh_images 0 1=yes/0=no, should MAMEWAH refresh images as you are scrolling (1) or once you have finished scrolling (0)
delay_before_history_dat 2 time to wait before showing history.dat info
safe_mode 0 1=yes/0=no
show_cursor 0 1=yes/0=no, show/hide the windows cursor
keyboard_led_states (-,-,-) (x,x,x where x=: -=leave, 0=off, 1=on, eg 1,1,1)
lcd_com_port 1 1-4, com port that an LCD is hooked up to
lcd_settings (empty) baud rate (110/300/600/1200/2400/9600/14400/19200/28800/38400/56000/128000/256000), parity ([e]ven, [o]dd, [n]one, [m]ark, [s]pace), data bits (4-8), stop bits (1, 1.5, 2)


eg: 9600,n,8,1

exit_action choice (choice / windows / run_app / reboot / shutdown)
maxlogsize 100000 maximum size of the log file

External Application Settings

Setting Default Description
startup_app_commandlines commands to run on startup
exit_app_commandlines commands to run on exit
exit_and_run_app_commandlines commands to run after exit

Settings used by MAMEWAH

DO NOT CHANGE, THIS IS GENERATED AUTOMATICALLY BY MAMEWAH

Setting Default Description
current_group the last group used
current_emulator mame the last emulator that was used
locked 0 whether or not the menu is locked


(emuname).ini

The emulator specific ini files are the settings which tell Mamewah how to run or launch a particular emulator. There should be one of these for each emulator you wish to run from Mamewah.

List Generation Settings

Setting default description
rom_path (empty) the full path of the location to your rom files
rom_extension zip the file extension(s) that your roms use
dat_file (empty) the full file path to a dat file with rom information
nms_file (empty) the full file path to an nms file with rom information
catver_ini_file (empty) the full file path to a catver.ini file
list_generation_method rom_folder_vs_listxml (rom_folder / rom_folder_subfolders / dat_file / rom_folder_vs_dat_file / rom_folder_vs_listinfo / verifysets_vs_listinfo / rom_folder_vs_listxml / verifysets_vs_listxml), how Mamewah generates its game list


Execution Settings

Setting default description
pre_emulator_app_commandlines commands to run prior to executing the emulator
emulator_commandline (empty) the full path to the executable for the emulator
post_emulator_app_commandlines commands to run after executing the emulator
general_app_commandlines ??


Artwork Settings

Setting default description
artwork_image_paths (empty) paths for image locations (i.e. screens, titles, boxart, etc)
movie_preview_path (empty) full path to a movie preview
movie_artwork_no 1 which artwork_#_image_path contains movies instead of images
enable_fuzzy_search 0 ?? (0/1) Attempt to use a close match if a match is not found
history_dat_file Location of History.dat file
history_dat_artwork_no 2 Artwork # to place History.dat info in


Screen-Saver Settings

Setting default description
enable_music_in_screensaver 1 1=yes,0=no, if music should be enabled when the screensaver is active
select_random_game 0 (0/1) ??
saver_type gamelist_slideshow (blank_screen / gamelist_slideshow / movie / run_selected_game / run_random_game / run_random_game_and_quit / run_random_game_using_wrapper / launch_scr / power_saving / shutdown) type of screen saver to use
movie_path (empty) (movie folder, eg c:\movies - saver_type movie only)
movie_fullscreen 1 (0/1) show movie fullscreen
quit_delay (empty) in seconds, (saver_type run_random_game_and_quit only )
saver_commandline (empty) use existing screensaver?


Additional Settings

Setting default description
music_path (empty) music folder, (eg c:\music)
lcd_display_file_path (empty) lcd file folder, (eg c:\lcd)
description_display (empty) text of your choice, (eg M.A.M.E. - Multiple Arcade Machine Emulator)


Settings Used by Mamewah

DO NOT CHANGE, THESE SETTINGS ARE ADJUSTED BY MAMEWAH

Setting default description
current_list 0 the currently selected list


emuname-?.ini

The emulator list specific ini files are the settings which tell Mamewah how to handle each list that is created for a particular emulator. While it is not required to configure these, it allows you to create custom lists, such as favorites, or "best of", without losing the Main/Full list option. There should be a (emuname)-0.ini which handles settings for the main list, and then a (emuname)-#.ini for each additional list configured for that emulator.

Setting default description
list_title (empty) title of your choice for this game list, (e.g. Joystick Games)


Games List Settings

NOTE: emuname-0.ini does not have the list_type, display_clone_info or max_favorites settings, as these properties for the main list are fixed.

Setting default description
cycle_list 1 1=yes, 0=no, when going through list, should it "wrap-around" to the beginning
list_type normal (normal / most_played / longest_played), if you want to created a most played list, or a longest played list, change this, otherwise, leave as normal
display_clone_info 0 1=yes,0=no, should it display clones
max_favorites 0 0=no limit, >0=limit, limit number of maximum favorites for list


Execution Settings

Setting default description
pre_emulator_app_commandlines (empty) pre emulator commandlines
emulator_commandline (empty) emulator commandline
post_emulator_app_commandlines (empty) post emulator commandlines


Settings Used by Mamewah

DO NOT CHANGE, GENERATED BY MAMEWAH

Setting default description
current_game 1 number of currently selected game in the list


Command Line Format Flags

Command line format lines that are required in the emuname and emuname-# ini files use the following flags. What you need to do is run the application by itself, and figure out what the format is that is needed by the application to work. Once you have done so, use the following flags to tell mamewah what is needed in the ini file.

As well as regular switches etc., the following strings can be used, and MAMEWAH will replace them suitably with information on the currently selected game when the application is launched:

[description] - full game name
[name] - romname
[year] - year made
[manufacturer] - manufacturer
[cloneof] - parent romname
[romof] - bios/parent romname
[screen] - screen type
[orientation] - screen orientation
[input] - input type
[status] - driver status
[color] - color status
[sound] - sound status
[category] - game category/genre

Note that if '-clone [cloneof]' is present in the commandline_format, and the selected game is not a clone, then '-clone [cloneof]' will be ignored.

In order to alter the commandline format used, the following flags can also be used:

[rompath] - rom path excluding trailing '\',
[romext] - rom extension excluding '.',
{8.3string} - can be used to convert 'string' to a short (8.3) filename (note that quotes if applicable must be used outside of the {}'s),
{dosbox} - this specifies dos window is to be visible upon launching emulator/app,
{nodosbox} - this specifies dos window is to be hidden upon launching emulator/app,
{autodosbox} - this specifies dos window is to be visible only if necessary upon launching emulator/app (this should be used for M.A.M.E. only!!),
{safelaunch} - this 'safe launches' the emulator/app, use this if the emulator/app is not launching properly from MAMEWAH,
{nosafelaunch} - this launches the emulator/app as normal (use if possible),
{nomusic} - this pauses music playback while the emulator/app is running,
{music} - this allows music playback to continue while emulator/app is running,
{nocursor} - this hides the cursor while the emulator/app is running,
{cursor} - this makes the default cursor visible while the emulator/app is running,
{cursor filename} - this makes the cursor specified by 'filename' visible while the emulator/app is running.

Note: If no 'dosbox' flag is set then '{dosbox}' will be assumed, If no 'safelaunch' flag is set then '{safelaunch}' will be assumed, If no 'music' flag is set then '{nomusic}' will be assumed, If no 'cursor' flag is set then '{nocursor}' will be assumed.

Flags in {curley brackets} are not used in the actual commandline sent to the emulator.



Back to Mamewah frontpage