[OLD] FEEL - NEWS E PROPOSTE

Sezione dedicata ai contenuti delle vecchie discussioni

Moderatore: Moderatori F.E.E.L.

Avatar utente
dR.pRoDiGy

Donatore
Moderatore F.E.E.L.
Moderatore F.E.E.L.
Messaggi: 3069
Iscritto il: 17/11/2009, 15:55
Medaglie: 1
Città: Prov_Milano_zona_Sempione
Grazie Inviati: 10 volte
Grazie Ricevuti: 17 volte

Re: [RELEASE] FEEL FRONTEND 1.9

Messaggio da dR.pRoDiGy »

Errore mai visto! <-think->
Rispetto alla config standard, puoi spiegare che modifiche hai fatto?
"Non si smette di giocare perché si diventa vecchi, ma si diventa vecchi perché si smette di giocare"

Immagine F.E.E.L. - FrontEnd (Emulator Launcher)
http://feelfrontend.altervista.org
https://github.com/dr-prodigy/feel-frontend/
Avatar utente
Simo

Donatore
Affezionato
Affezionato
Messaggi: 193
Iscritto il: 24/09/2015, 22:13
Medaglie: 1
Città: Mantova
Grazie Inviati: 8 volte

Re: [RELEASE] FEEL FRONTEND 1.9

Messaggio da Simo »

dR.pRoDiGy ha scritto:Errore mai visto! <-think->
Rispetto alla config standard, puoi spiegare che modifiche hai fatto?
Penso niente di particolare, ho modificato solo i tasti in feel.ini , e i vari percorsi in mame.ini
Comunque, dopo magari pubblico i due ini
Avatar utente
Simo

Donatore
Affezionato
Affezionato
Messaggi: 193
Iscritto il: 24/09/2015, 22:13
Medaglie: 1
Città: Mantova
Grazie Inviati: 8 volte

Re: [RELEASE] FEEL FRONTEND 1.9

Messaggio da Simo »

Ecco qua il mio feel.ini

Codice: Seleziona tutto

####################################################################################################
#                                                                                                  #
# Front-End Emulator Launcher                                                                      #
#                                                                                                  #
# Copyright © FEELTeam Software 2015                                                               #
#                                                                                                  #
####################################################################################################

#==================================================================================================#
# System Settings
#==================================================================================================#

#--------------------------------------------------------------------------------------------------#
# 1 = test mode (windowed) | 0 = standard mode (fullscreen)
#
test_mode                               0

#--------------------------------------------------------------------------------------------------#
# 1 = layout test mode (highlight labels: useful for layout design) | 0 = standard mode
#
layout_test_mode                        0

#--------------------------------------------------------------------------------------------------#
# 1 = change resolution according to layout | 0 = no resolution change
#
switch_res                              1

#--------------------------------------------------------------------------------------------------#
# Screen rotation support (for vertical CRT's cabs)
#--------------------------------------------------------------------------------------------------#

#--------------------------------------------------------------------------------------------------#
# 0 = none ( = horizontal screen)
# 1 = rotate 90° ( = vertical screen)
rotate_screen                           0

#==================================================================================================#
# FE Settings
#==================================================================================================#

platform_list                           arcade, computer, console
current_platform                        arcade

current_layout                          sheet
fulltext_search                         0

#--------------------------------------------------------------------------------------------------#
# managed by system: no need to touch here!
#
autostart_mode                          0
autostart_single_game                   arcade|mame|mame-0|strhoop
last_game_played                        arcade|mame|mame-1|mslugx

#==================================================================================================#
# Exit Menu Items
#==================================================================================================#

exit_to_windows_menu_enabled            1
restart_windows_menu_enabled            0
shut_down_menu_enabled                  1
standby_menu_enabled                    0
hibernate_menu_enabled                  0

#==================================================================================================#
# Keyboard
#==================================================================================================#

#--------------------------------------------------------------------------------------------------#
# min / max keyboard scroll rate (milliseconds)
#
keyboard_scroll_rate                    225
keyboard_min_scroll_rate                20

#==================================================================================================#
# Mouse
#==================================================================================================#

#--------------------------------------------------------------------------------------------------#
# 0 = no mouse support | 1 = x-axis | 2 = y-axis
#
use_mouse                               0

#--------------------------------------------------------------------------------------------------#
# mouse scroll rate
#
mouse_scroll_rate                       20

#--------------------------------------------------------------------------------------------------#
# mouse deadzone (pixels)
#
mouse_sensitivity                       5

#==================================================================================================#
# Joypad
#==================================================================================================#

#--------------------------------------------------------------------------------------------------#
# 1 = yes | 0 = no
#
use_joypad                              0

#--------------------------------------------------------------------------------------------------#
# 0 <= DeadZone >= 5000 (for analog axes)
#
joypad_dead_zone                        2500

#==================================================================================================#
# ScreenSaver
#==================================================================================================#

#--------------------------------------------------------------------------------------------------#
# 1 = on | 0 = off
#
screen_saver_enabled                    1

#--------------------------------------------------------------------------------------------------#
# seconds
#
screen_saver_delay                      30
screen_saver_slide_time                 5

#==================================================================================================#
# ScreenShot
#==================================================================================================#

screenshot_original_size                0
screenshot_width                        320
screenshot_height                       240
screenshot_stretch_to_fixed_size        1

#==================================================================================================#
# Sound FX
#==================================================================================================#

sound_fx_list                           list.wav
sound_fx_menu                           menu.wav
sound_fx_confirm                        confirm.wav
sound_fx_cancel                         cancel.wav

sound_fx_volume                         100

#==================================================================================================#
# Background Music
#==================================================================================================#

music_path                              gems.wav
music_volume                            50

#==================================================================================================#
# Videosnap
#==================================================================================================#

#--------------------------------------------------------------------------------------------------#
# seconds
#
video_delay                             2

#--------------------------------------------------------------------------------------------------#
# 0-100
#
video_volume                            30

#--------------------------------------------------------------------------------------------------#
# 1x - 1.5x - 2x ...
#
video_speed                             1

#==================================================================================================#
# Input Commands
#==================================================================================================#

#--------------------------------------------------------------------------------------------------#
# Keyboard codes
#--------------------------------------------------------------------------------------------------#
# A ... Z
# 0 ... 9
# LAlt            = Left Alt
# LControl, LCtrl = Left Control
# RControl, RCtrl = Right Control
# LWin            = Left Windows
# RWin            = Right Windows
# Tab             = Tab key
# Space           = Spacebar
# Backspace       = Backspace
# Enter, Return   = Enter
# Pause           = Pause
# Escape, Esc     = Esc
# PageUp          = Page Up
# PageDown        = Page Down
# End             = End
# Home            = Home
# Insert, Ins     = Ins
# Delete, Del     = Del
# NumPad0 ... 9   = NumPad keys
# Multiply        = *
# Add             = +
# Subtract        = -
# Divide          = /
# F1..F12         = Function keys
# None            = No key (useful to totally disable a keypress)

#--------------------------------------------------------------------------------------------------#
# JoyPad codes
#--------------------------------------------------------------------------------------------------#
# JoyUp
# JoyDown
# JoyLeft
# JoyRight
# JoyB1 ... 15

#--------------------------------------------------------------------------------------------------#
# NOTE: action_key and menu_key are also used as menu_ok and menu_cancel
#
action_key                              q
menu_key                                5

menu_ok                                 a
menu_cancel                             s
menu_up                                 Up
menu_down                               Down
menu_left                               Left
menu_right                              Right
previous_game                           Up
next_game                               Down
previous_letter_game                    d
next_letter_game                        c
previous_page                           Left
next_page                               Right
find_game                               x
select_platform                         f
select_emulator                         j
select_gamelist                         z
next_platform                           
next_emulator                           
next_gamelist                           
previous_platform                       
previous_emulator                       
previous_gamelist                       
add_game_to_list                        l
remove_game_from_list                   9
show_custom_image                       
show_game_info                          h
show_exit_menu                          w
screensaver_previous_game               
screensaver_next_game                   
next_sort                               
reload_config                           

#--------------------------------------------------------------------------------------------------#
# SmartASD USB interface (commands, LEDs, etc.) support
#--------------------------------------------------------------------------------------------------#

#--------------------------------------------------------------------------------------------------#
# 0 = none (no SmartASD present)
# 1 = shared mode (single SmartASD for commands and LEDs = 5 LED channels per player)
# 2 = dedicated mode (SmartASD dedicated to LEDs = 13 LED channels per player)
# 3 = dedicated mode with 6 buttons (SmartASD dedicated to LEDs = 13 LED channels per player)
#
smartasd_mode                           0

#--------------------------------------------------------------------------------------------------#
# 1 = enable SmartASD debug mode (display LED status on screen) | 0 = no debug
#
smartasd_debug_mode                     0

#--------------------------------------------------------------------------------------------------#
# * = use first SmartASD available
#
smartasd_id                             *

#--------------------------------------------------------------------------------------------------#
# set commands used during list browsing and menu (relevant LEDs will be highlighted)
#
frontend_list_controls                  joy1|start1|bt1-1|bt1-2|dial1|joy2|start2|extra1|side1|side2
frontend_menu_controls                  joy1|start1|bt1-1|bt1-2|dial1|start2|extra1|side1|side2

service_mode                            1
service_mode_available                  1

#--------------------------------------------------------------------------------------------------#
# FEEL OTA update
#--------------------------------------------------------------------------------------------------#

#--------------------------------------------------------------------------------------------------#
# 1 = enable upgrading to beta versions too | 0 = no beta versions
#
update_beta                             1
feel_uuid                               11111111-1111-1111-1111-111111111111
E il mame.ini

Codice: Seleziona tutto

####################################################################################################
#                                                                                                  #
# F.E.E.L. - FrontEnd (Emulator Launcher)                                                          #
#                                                                                                  #
# Copyright © FEELTeam 2015                                                                        #
#                                                                                                  #
####################################################################################################

emulator_title                          M.A.M.E.

gamelist_list                           mame-0, mame-1, mame-2, mame-3
current_gamelist                        mame-1

rom_path                                C:\Documents and Settings\Simo\Desktop\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:\Documents and Settings\Simo\Desktop\mame
#--------------------------------------------------------------------------------------------------#
# HiToText Settings (only for mame):
#
hitotext_exe_path                       C:\HiToText\HiToText.exe
hiscore_path                            C:\Documents and Settings\Simo\Desktop\mame\hi
nvram_path                              C:\Documents and Settings\Simo\Desktop\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:\Documents and Settings\Simo\Desktop\mame\mameuifx.exe
emulator_arguments                      [rom_name]

#--------------------------------------------------------------------------------------------------#
# 1 = yes | 0 = no
#
emulator_nodosbox                       1

#--------------------------------------------------------------------------------------------------#
# 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:\Documents and Settings\Simo\Desktop\mame\snap
video_path                              C:\Documents and Settings\Simo\Desktop\mame\video
cabinet_path                            C:\Documents and Settings\Simo\Desktop\mame\cabinets
marquee_path                            C:\Documents and Settings\Simo\Desktop\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                          wood

#mess_machine        
Altro non ho cambiato, ho visto nel feel "precompilato" di Salvo, lui nella sua cartella ha molte più cose. Forse a me manca qualche cosa?
image.jpg
Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.
antoniomauro

Donatore
Cab-maniaco
Cab-maniaco
Messaggi: 1646
Iscritto il: 02/08/2005, 8:40
Medaglie: 1
Città: Latina
Grazie Inviati: 6 volte
Grazie Ricevuti: 3 volte

Re: [RELEASE] FEEL FRONTEND 1.9

Messaggio da antoniomauro »

forse non digerisce i percorsi con gli spazi tipo: C:\Documents and Settings\....
Prova a racchiuderli tra doppi apici
Avatar utente
Simo

Donatore
Affezionato
Affezionato
Messaggi: 193
Iscritto il: 24/09/2015, 22:13
Medaglie: 1
Città: Mantova
Grazie Inviati: 8 volte

Re: [RELEASE] FEEL FRONTEND 1.9

Messaggio da Simo »

Virgolettato tutto ma sempre lo stesso errore.
Ma se si preme exit menù quando si è fuori
dal menù , cosa dovrebbe succede, in teoria niente giusto ?
Avatar utente
dR.pRoDiGy

Donatore
Moderatore F.E.E.L.
Moderatore F.E.E.L.
Messaggi: 3069
Iscritto il: 17/11/2009, 15:55
Medaglie: 1
Città: Prov_Milano_zona_Sempione
Grazie Inviati: 10 volte
Grazie Ricevuti: 17 volte

Re: [RELEASE] FEEL FRONTEND 1.9

Messaggio da dR.pRoDiGy »

Ciao simo,
così a prima vista non c'è nulla di storto nei file che hai allegato.. per assicurarsi che tutto sia ok potresti zippare la directory config e postarla qui?

Premendo il tasto "exit menu" si accede direttamente al menu di uscita, che mostra le varie opzioni esci a windows, shutdown, etc.

Appena possibile mandami lo zip e ci dò un occhio! :wink:
"Non si smette di giocare perché si diventa vecchi, ma si diventa vecchi perché si smette di giocare"

Immagine F.E.E.L. - FrontEnd (Emulator Launcher)
http://feelfrontend.altervista.org
https://github.com/dr-prodigy/feel-frontend/
Avatar utente
Simo

Donatore
Affezionato
Affezionato
Messaggi: 193
Iscritto il: 24/09/2015, 22:13
Medaglie: 1
Città: Mantova
Grazie Inviati: 8 volte

Re: [RELEASE] FEEL FRONTEND 1.9

Messaggio da Simo »

Ecco qua
config.zip
<-help2->
Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.
Avatar utente
dR.pRoDiGy

Donatore
Moderatore F.E.E.L.
Moderatore F.E.E.L.
Messaggi: 3069
Iscritto il: 17/11/2009, 15:55
Medaglie: 1
Città: Prov_Milano_zona_Sempione
Grazie Inviati: 10 volte
Grazie Ricevuti: 17 volte

Re: [RELEASE] FEEL FRONTEND 1.9

Messaggio da dR.pRoDiGy »

Okkei, bug trovato e fixato.. v.1.9.1.2 disponibile in auto-update :wink:
"Non si smette di giocare perché si diventa vecchi, ma si diventa vecchi perché si smette di giocare"

Immagine F.E.E.L. - FrontEnd (Emulator Launcher)
http://feelfrontend.altervista.org
https://github.com/dr-prodigy/feel-frontend/
Avatar utente
Simo

Donatore
Affezionato
Affezionato
Messaggi: 193
Iscritto il: 24/09/2015, 22:13
Medaglie: 1
Città: Mantova
Grazie Inviati: 8 volte

Re: [RELEASE] FEEL FRONTEND 1.9

Messaggio da Simo »

dR.pRoDiGy ha scritto:Okkei, bug trovato e fixato.. v.1.9.1.2 disponibile in auto-update :wink:

<-thumbup-> ora funziona alla perfezione
Don Zaucker

Donatore
Affezionato
Affezionato
Messaggi: 116
Iscritto il: 25/05/2015, 23:15
Medaglie: 1
Città: Genova
Grazie Inviati: 8 volte
Grazie Ricevuti: 2 volte

Re: [RELEASE] FEEL FRONTEND 1.9

Messaggio da Don Zaucker »

Mamma mia Prodigy......COSA SEI !!!! ;D
Bloccato

Torna a “FEEL - VECCHIE DISCUSSIONI”