Pagina 1 di 1

Snapshot mame

Inviato: 26/02/2014, 14:56
da Preda
Salve a tutti, ho finalmente ridotto il mio set di roms (direi quasi all' osso), ovvero solo le roms che gioco abitualmente.
Sono circa 200 e di questi volevo crearmi il relativo set di snap.
Premetto che uso il mame (0.145 ma penso sia relativa la versione) su ubuntu linux.
Quando premo F12 in game effettivamente viene fatto lo snapshot del gioco ma viene creata una cartella con il nome della roms ed all' interno lo snapshot.pgn ma nominato "0000.png". c'è un modo per evitare che mi crei la cartella e mi nomini giusto lo snapshot.
Per il momento uso il mame liscio (senza frontend) e mi sa che l' unico modo per modificare qualche settaggio (a me oscuro ) è attraverso il mame.ini

Re: R: Snapshot mame

Inviato: 26/02/2014, 16:03
da titojunior
Preda ha scritto:Salve a tutti, ho finalmente ridotto il mio set di roms (direi quasi all' osso), ovvero solo le roms che gioco abitualmente.
Sono circa 200 e di questi volevo crearmi il relativo set di snap.
Premetto che uso il mame (0.145 ma penso sia relativa la versione) su ubuntu linux.
Quando premo F12 in game effettivamente viene fatto lo snapshot del gioco ma viene creata una cartella con il nome della roms ed all' interno lo snapshot.pgn ma nominato "0000.png". c'è un modo per evitare che mi crei la cartella e mi nomini giusto lo snapshot.
Per il momento uso il mame liscio (senza frontend) e mi sa che l' unico modo per modificare qualche settaggio (a me oscuro ) è attraverso il mame.ini
Hai kxmame?

Re: R: Snapshot mame

Inviato: 26/02/2014, 17:02
da Preda
titojunior ha scritto:Hai kxmame?

no, uso il mame liscio, questo per intenderci :
Immagine

poi una volta sistemato il tutto userò un frontend per linux spartano ( questo http://lightningmf.neoname.eu/ ) che non ha nessuna
opzione da settare tranne le 2 cartelle delle roms e degli snap

Re: R: Snapshot mame

Inviato: 26/02/2014, 17:26
da titojunior
Preda ha scritto:
titojunior ha scritto:Hai kxmame?

no, uso il mame liscio, questo per intenderci :
Immagine

poi una volta sistemato il tutto userò un frontend per linux spartano ( questo http://lightningmf.neoname.eu/ ) che non ha nessuna
opzione da settare tranne le 2 cartelle delle roms e degli snap
Io ho scaricato tutto da qui, se non sbaglio...
www.progettosnaps.net/snaps.html
Fai prima a scaricarteli tutti e poi, se vuoi, fai una scrematura.

Re: Snapshot mame

Inviato: 26/02/2014, 17:43
da Preda
si ok, li avevo già gli snaps che circolano in rete, ma volevo farli io. alcuni snaps dei pacchetti sono abbastanza brutti.

Re: Snapshot mame

Inviato: 26/02/2014, 18:35
da motoschifo
Credo non si possa fare visto che il sorgente (se ho letto bene) crea un file con numerazione automatica.
Io lo trovo comodo visto che ne faccio parecchi per un solo gioco e poi scelgo il migliore (es. title e ingame), però ammetto che potrebbe risultare utile in fase iniziale per sveltire il lavoro.

Alcuni front-end fanno questa operazione in automatico ma sinceramente non li ho mai usati.

Re: Snapshot mame

Inviato: 26/02/2014, 18:58
da Preda
ah ecco, grazie mille motoschifo. Il motivo era perchè non avevo voglia di rinominarli ogni volta.
comunque arcano svelato, e poi 200 snap non sono poi molti.
grazie

Re: Snapshot mame

Inviato: 26/02/2014, 19:17
da Lynx
Si può fare, ma meglio usare MAMEUI.
Avvia il mameui e da menu seleziona-> Options->Interface Options->Snapshot Pattern
Quindi togliere Gamename/Increment e selezionare solo Gamename.
Fatto!

Re: Snapshot mame

Inviato: 26/02/2014, 19:20
da Ansa89
Non mi risulta che esista una build di MAMEUI per linux :roll: .

Re: Snapshot mame

Inviato: 26/02/2014, 19:59
da motoschifo
Non sapevo di questa funzione del MameUi, ottimo!
Volendo si può tentare con Wine perchè tanto nel peggiore dei casi non si avvia.

Io per farne qualche migliaio ci ho impiegato 6 mesi, ma non avevo fretta e cercavo di "immortalare" il momento giusto nel gioco. Con questa scusa mi facevo una partitella ovviamente <-gamer->

EDIT: Il fatto che MAMEUI potesse farlo mi ha fatto sorgere un dubbio... così sono andato a ricontrollare il sorgente del Mame ed ho scoperto che invece si può fare!
Basta cambiare il mame.ini, in particolare l'impostazione:

Codice: Seleziona tutto

snapname                  %g/%i
e cambiarla così:

Codice: Seleziona tutto

snapname                  %g
Poi leggendo il manuale è scritto molto bene:

Codice: Seleziona tutto

       -snapname name
              Describes  how MAME should name files for snapshots. name is a string that provides a template that is used to generate a filename. Three simple substitutions are provided: the / character represents the path separator on any target platform (even Windows); the string %g represents the driver name of the current game; and the string %i represents an incrementing index. If %i is omitted, then each snapshot taken  will  overwrite the previous one; otherwise, MAME will find the next empty value for %i and use that for a filename. The default is %g/%i, which creates a separate folder for each game, and names the snapshots under it starting with 0000 and increasing from there.

       -snapsize widthxheight
              Hard-codes the size for snapshots and movie recording. By default, MAME will create snapshots at the game's current resolution in raw pixels, and will create movies at the game's starting resolution in raw pixels. If you  specify  this  option, then MAME will create both snapshots and movies at the size specified, and will bilinear filter the result. Note that this size does not automatically rotate if the game is vertically oriented. The default is 'auto'.

       -snapview viewname
              Specifies the view to use when rendering snapshots and movies. By default, both use a special 'internal' view, which renders a separate snapshot per screen or renders movies only of the first  screen.  By  specifying this option, you can override this default behavior and select a single view that will apply to all snapshots and movies.  Note that viewname does not need to be a perfect match; rather, it will select the first view whose name matches all the characters specified by viewname. For example, -snapview native will match the "Native (15:14)" view even though it is not a perfect match.  viewname can also be 'auto', which  selects  the first view with all screens present. The default value is 'internal'.
Non si finisce mai di imparare... viva il MAME!!! <-lol->
Ho anche provato MameUI32 con Wine e funziona senza alcun problema.

Re: Snapshot mame

Inviato: 26/02/2014, 20:42
da Preda
motoschifo ha scritto:Non sapevo di questa funzione del MameUi, ottimo!
Volendo si può tentare con Wine perchè tanto nel peggiore dei casi non si avvia.

Io per farne qualche migliaio ci ho impiegato 6 mesi, ma non avevo fretta e cercavo di "immortalare" il momento giusto nel gioco. Con questa scusa mi facevo una partitella ovviamente <-gamer->

EDIT: Il fatto che MAMEUI potesse farlo mi ha fatto sorgere un dubbio... così sono andato a ricontrollare il sorgente del Mame ed ho scoperto che invece si può fare!
Basta cambiare il mame.ini, in particolare l'impostazione:

Codice: Seleziona tutto

snapname                  %g/%i
e cambiarla così:

Codice: Seleziona tutto

snapname                  %g
Poi leggendo il manuale è scritto molto bene:

Codice: Seleziona tutto

       -snapname name
              Describes  how MAME should name files for snapshots. name is a string that provides a template that is used to generate a filename. Three simple substitutions are provided: the / character represents the path separator on any target platform (even Windows); the string %g represents the driver name of the current game; and the string %i represents an incrementing index. If %i is omitted, then each snapshot taken  will  overwrite the previous one; otherwise, MAME will find the next empty value for %i and use that for a filename. The default is %g/%i, which creates a separate folder for each game, and names the snapshots under it starting with 0000 and increasing from there.

       -snapsize widthxheight
              Hard-codes the size for snapshots and movie recording. By default, MAME will create snapshots at the game's current resolution in raw pixels, and will create movies at the game's starting resolution in raw pixels. If you  specify  this  option, then MAME will create both snapshots and movies at the size specified, and will bilinear filter the result. Note that this size does not automatically rotate if the game is vertically oriented. The default is 'auto'.

       -snapview viewname
              Specifies the view to use when rendering snapshots and movies. By default, both use a special 'internal' view, which renders a separate snapshot per screen or renders movies only of the first  screen.  By  specifying this option, you can override this default behavior and select a single view that will apply to all snapshots and movies.  Note that viewname does not need to be a perfect match; rather, it will select the first view whose name matches all the characters specified by viewname. For example, -snapview native will match the "Native (15:14)" view even though it is not a perfect match.  viewname can also be 'auto', which  selects  the first view with all screens present. The default value is 'internal'.
Non si finisce mai di imparare... viva il MAME!!! <-lol->
Ho anche provato MameUI32 con Wine e funziona senza alcun problema.
Grandissimo, funziona!!!! Grazie mille.
nel mio ini non c'era la voce snapname, l' ho aggiunta con il %g . ora, ogni volta che premo f12 sovrascrive il vecchio screenshot. (proprio come volevo io).

<-clap-> <-clap-> <-clap->

Re: Snapshot mame

Inviato: 26/02/2014, 21:35
da khadia
la cosa piu' semplice che puoi fare e' solo una vai sul sito di EMUMOVIES ti registri gratuitamente poi ti scarichi l'utility EMUMOVIES DOWNLOAD SERVICE da qua http://emumovies.com/forums/index.php/f ... d-service/ lo lanci selezioni l'emu (mame) in modalita' FREE ti permette di scaricare le SNAPSHOT gli indichi dove hai le roms del MAME e l'utility in automatico ti scaricha gli SNAP gia rinominati per il tuo ROMSET

Re: Snapshot mame

Inviato: 27/02/2014, 7:44
da Preda
khadia ha scritto:la cosa piu' semplice che puoi fare e' solo una vai sul sito di EMUMOVIES ti registri gratuitamente poi ti scarichi l'utility EMUMOVIES DOWNLOAD SERVICE da qua http://emumovies.com/forums/index.php/f ... d-service/ lo lanci selezioni l'emu (mame) in modalita' FREE ti permette di scaricare le SNAPSHOT gli indichi dove hai le roms del MAME e l'utility in automatico ti scaricha gli SNAP gia rinominati per il tuo ROMSET

non ho windows, poi la soluzione indicatami da motoschifo era quella che cercavo.

Re: Snapshot mame

Inviato: 27/02/2014, 14:32
da Ansa89
motoschifo ha scritto:EDIT: Il fatto che MAMEUI potesse farlo mi ha fatto sorgere un dubbio... così sono andato a ricontrollare il sorgente del Mame ed ho scoperto che invece si può fare!
Basta cambiare il mame.ini, in particolare l'impostazione:

Codice: Seleziona tutto

snapname                  %g/%i
e cambiarla così:

Codice: Seleziona tutto

snapname                  %g
Poi leggendo il manuale è scritto molto bene:

Codice: Seleziona tutto

       -snapname name
              Describes  how MAME should name files for snapshots. name is a string that provides a template that is used to generate a filename. Three simple substitutions are provided: the / character represents the path separator on any target platform (even Windows); the string %g represents the driver name of the current game; and the string %i represents an incrementing index. If %i is omitted, then each snapshot taken  will  overwrite the previous one; otherwise, MAME will find the next empty value for %i and use that for a filename. The default is %g/%i, which creates a separate folder for each game, and names the snapshots under it starting with 0000 and increasing from there.

       -snapsize widthxheight
              Hard-codes the size for snapshots and movie recording. By default, MAME will create snapshots at the game's current resolution in raw pixels, and will create movies at the game's starting resolution in raw pixels. If you  specify  this  option, then MAME will create both snapshots and movies at the size specified, and will bilinear filter the result. Note that this size does not automatically rotate if the game is vertically oriented. The default is 'auto'.

       -snapview viewname
              Specifies the view to use when rendering snapshots and movies. By default, both use a special 'internal' view, which renders a separate snapshot per screen or renders movies only of the first  screen.  By  specifying this option, you can override this default behavior and select a single view that will apply to all snapshots and movies.  Note that viewname does not need to be a perfect match; rather, it will select the first view whose name matches all the characters specified by viewname. For example, -snapview native will match the "Native (15:14)" view even though it is not a perfect match.  viewname can also be 'auto', which  selects  the first view with all screens present. The default value is 'internal'.
Fa sempre piacere imparare cose nuove :) .