Ciao Ragazzi, ho qualche problema nel configurare i file ini per mare e daphne, intanto vado a elencare i problemi che non sono riuscito a risolvere, poi inserirò i file ini come li ho compilati:
- M.A.M.E.
1- non riesco a capire dove agire per visualizzare il nome del gioco e non quello della rom
- DAPHNE
1- non riesco a capire dove agire per visualizzare il nome del gioco e non quello della rom (ma una volta risolto con mame, credo sia lo stesso in daphne)
2- non parte l'emulatore, quindi neppure i giochi (se lancio invece o da riga di comando o con DaphneLoader, nessun problema)
3- non vedo i nomi dei giochi, o almeno vedo una lista strana, alcuni giochi si , altri proprio non ci sono, poi vedo anche file che non centrano nulla con i giochi daphne
qui i file ini:
M.A.M.E.
###################################################################################################################
********************************************************************************************************************************************************************
###################################################################################################################
emulator_title M.A.M.E.
gamelist_list mame-0, mame-1, mame-2
current_gamelist mame-1
rom_path C:\Emulatori\MAME\roms
#--------------------------------------------------------------------------------------------------#
# 0 = default rom list
#
# 1 = use mame xml list
# file catver.ini is optional (must be in the same folder)
#
# 2 = load settings from settings file: [rom_path]\[rom_name].[rom_extension]
#
# 3 = use mame list info (requires DatUtil from
http://www.logiqx.com )
# file catver.ini is optional (must be in the same folder)
#
# Settings .ini file structure:
#
# emulator_commandline ...
# emulator_arguments ...
# input_mapping ...
#
# use this for game that needs different settings
# (eg. pc games need to be lauched in different path, so you create one file per game that contains
# exe path in emulator_commandline)
#
list_type 1
#--------------------------------------------------------------------------------------------------#
# multiple rom extension allowed only in default rom list (list_type = 0) and must be comma
# separated
#
rom_extension zip
#--------------------------------------------------------------------------------------------------#
# nms_file must be placed in rom_path
#
# nms_file structure:
#
# [rom_description] | [rom_name]
#
nms_file
#--------------------------------------------------------------------------------------------------#
# it's only used in list creation if emulator_commandline not contains emulator path directly, but,
# for example, a wrapper or a program that launch emulator in second time
#
emulator_path C:\Emulatori\MAME
#--------------------------------------------------------------------------------------------------#
# HiToText Settings (only for mame):
#
hitotext_exe_path C:\Emulatori\MAME
hiscore_path C:\Emulatori\MAME
nvram_path C:\Emulatori\MAME\nvram
#--------------------------------------------------------------------------------------------------#
# ARGUMENTS KEYWORD:
# (allowed in pre_emulator_app_arguments, emulator_arguments and post_emulator_app_arguments)
#
# [rom_path] | [rom_name] | [rom_extension] | [full_path] | [full_dos_path]
#
# [full_path] = [rom_path]\[rom_name].[rom_extension]
# [full_dos_path] = [full_path] in dos format (8.3)
# # = no argument
#
#--------------------------------------------------------------------------------------------------#
# run a process before emulator
#
pre_emulator_app_commandline
pre_emulator_app_arguments
#--------------------------------------------------------------------------------------------------#
# run emulator
#
emulator_commandline C:\Emulatori\MAME\mame.exe
emulator_arguments [rom_name]
#--------------------------------------------------------------------------------------------------#
# 1 = yes | 0 = no
#
emulator_nodosbox 0
#--------------------------------------------------------------------------------------------------#
# run a process after emulator
#
post_emulator_app_commandline
post_emulator_app_arguments
#--------------------------------------------------------------------------------------------------#
# use this if you want to remap some key (useful for mapping quit combination key)
# eg.:
# ESC::LAlt+X -> remap esc key with combination Left Alt + X
# A::B -> remap A key with B key
#
# multiple settings must be comma separated (eg.: ESC::LAlt+X,A::B).
# See feel.ini for complete key list
# input_mapping not working with emulators that runs with input exclusive mode (like mame)
#
input_mapping
#--------------------------------------------------------------------------------------------------#
# snapshot is also used by screen saver
#
snapshot_path C:\Emulatori\MAME\snap
video_path C:\Emulatori\MAME\video
cabinet_path C:\Emulatori\MAME\cabinets
marquee_path C:\Emulatori\MAME\marquees
#--------------------------------------------------------------------------------------------------#
# take effect only in the all-games list
#
show_clones 0
#emulator_useshell 0
snapshot_extension png
cabinet_extension png
marquee_extension png
#input_controls joy4way - 1P - 4Bt
current_layout MAME
#mess_machine
#pre_emulator_wait_for_exit 0
#post_emulator_wait_for_exit 0
#cleanup_names 0
###################################################################################################################
********************************************************************************************************************************************************************
###################################################################################################################
DAPHNE
emulator_title Daphne
gamelist_list daphne-0
current_gamelist daphne-0
rom_path C:\Emulatori\Daphne\roms
rom_extension txt
#--------------------------------------------------------------------------------------------------#
# nms_file must be placed in rom_path
#
# nms_file structure:
#
# [rom_description] | [rom_name]
#
nms_file daphne.nms
list_type 1
emulator_commandline C:\Emulatori\Daphne\DaphneLoader.exe
emulator_arguments
emulator_nodosbox 1
snapshot_path C:\Emulatori\Daphne\images
#--------------------------------------------------------------------------------------------------#
# this is an example of single emulator layout
#
current_layout daphne
#emulator_path .\mame
#hitotext_exe_path .\hitotext.exe
#hiscore_path .\mame\hi
#nvram_path .\mame\nvram
#pre_emulator_app_commandline
#pre_emulator_app_arguments
#post_emulator_app_commandline
#post_emulator_app_arguments
#input_mapping
snapshot_extension jpg
#cabinet_path .\mame\cabinets
cabinet_extension png
#marquee_path .\mame\marquees
marquee_extension png
#video_path .\mame\video
#show_clones 1
#emulator_useshell 0
#input_controls joy4way - 1P - 4Bt
#mess_machine
#pre_emulator_wait_for_exit 0
#post_emulator_wait_for_exit 0
#cleanup_names 0
current_game sdq
emulator_path C:\Emulatori\Daphne
###################################################################################################################
********************************************************************************************************************************************************************
###################################################################################################################
qui i miei PATH
C:\Emulatori\MAME\
C:\Emulatori\MAME\roms
C:\Emulatori\Daphne
C:\Emulatori\Daphne\roms
C:\Emulatori\Daphne\MPEG (cartella contenente le varie sottocartelle con i file mpeg)