Novedades Libretro Cores (RetroArch)

DJ Deu escribió:
treme escribió:
DJ Deu escribió:
Seguramente usas un bat incorrecto.

Ponle esto y ya te irá:

for /r %%x in (*.gdi) do chdman -createcd "%%~nx" "%%x.chd"

Saludos.

P.D. Asegurate de que sea la última versión de chdman, que la compresión en chdv5 en los juegos de DC mejora un 30%


Gracias compañero,el bat que yo tengo si es diferente,probaremos con el que me has puesto.La vesion que tengo de CHDMAN es la 0.205,no se si esa sera la ultima,he mirado en la pagina oficial de mame y no veo ninguna version por ahi,a no ser que me la haya pasado


Tendrás un bat que solo es para CUE, es normal.

Sobre el chdman, baja la ultima versión del mame, lo descomprimes y uno de los ejecutables será el chdman.

Yo diría que la 0.205 es la v5, aunque yo personalmente para curarme en salud lo descargaría de nuevo.

Suerte.



Perfecto,gracias

@DJ Deu

He bajado el CHDMAN de la ultima version que hay ahora de mame,la 0.220,asi que si ha cambiado algo del que tengo,con este lo tendre que tener a la ultima.

Bueno,he cogido el CHDMAN y el BAT que he creado con el comando que me pusistes mas atras,he metido los dos archivos tanto dentro de la carpeta del juego,donde estan el .gdi,el .bin y los .raw,como fuera de la carpeta,le doy al BAT y nada,no lo convierte,salta la pantalla de CMD,pero al instante se quita.Como he copiado el comando directamente de donde lo has puesto...es posible que este mal escrito?pregunto no vaya a ser que se te haya colado algun caracter o falte algun otro
@treme

CUE or GDI to CHD.bat
for /r %%i in (*.cue, *.gdi) do chdman createcd -i "%%i" -o "%%~ni.chd"

Extract CHD to CUE.bat
for /r %%i in (*.chd) do chdman extractcd -i "%%i" -o "%%~ni.cue"

Extract CHD to GDI.bat
for /r %%i in (*.chd) do chdman extractcd -i "%%i" -o "%%~ni.gdi"


Asi los tengo yo compa, busque mucho hasta q estos me sirvieron perfecto en windows 10, tiras los bat y chdman.exe donde esten los bin-cue, dobleclick al bat y ya, saludos!
treme escribió:
DJ Deu escribió:
treme escribió:Si,el CHDMAN es el que uso,pero es raro que de los 97 juegos en .GDI que tengo de dreamcast,no convierta ninguno,todos mal no creo que los tenga,no se,no sera porque aparte del .GDI,lleva archivos .raw y .bin tambien dentro de la carpeta de juego?


Seguramente usas un bat incorrecto.

Ponle esto y ya te irá:

for /r %%x in (*.gdi) do chdman -createcd "%%~nx" "%%x.chd"

Saludos.

P.D. Asegurate de que sea la última versión de chdman, que la compresión en chdv5 en los juegos de DC mejora un 30%


Gracias compañero,el bat que yo tengo si es diferente,probaremos con el que me has puesto.La vesion que tengo de CHDMAN es la 0.205,no se si esa sera la ultima,he mirado en la pagina oficial de mame y no veo ninguna version por ahi,a no ser que me la haya pasado


Te dejo este :

for /r %%i in (*.cue, *.gdi) do chdman createcd -i "%%i" -o "%%~ni.chd


Asi lo tienes para archivos cue y gdi.
Un apunte, agrega a los .bat que hagas una linea al final del todo donde ponga pause, y así se queda la ventana de cmd abierta (hasta que pulses una tecla) para comprobar donde esta el error. :p :p
kikex-box escribió:Un apunte, agrega a los .bat que hagas una linea al final del todo donde ponga pause, y así se queda la ventana de cmd abierta (hasta que pulses una tecla) para comprobar donde esta el error. :p :p


Joder,macho,parece que me hayas leido el pensamiento,jajajaaj,me sale la pantalla del cmd,pero iba tan lanzada,y luego se cierra que no veia nada,y mira por donde,venia a decirlo y veo tu mensaje

Bueno,esto es lo que me sale en todos los juegos

chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Test Drive V-Rally (
USA)" "C:\am\emuladores\Retroarch\roms\dreamcast\Test Drive V-Rally (USA)\Test D
rive V-Rally (USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Time Stalkers (USA)"
"C:\am\emuladores\Retroarch\roms\dreamcast\Time Stalkers (USA)\Time Stalkers (U
SA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Tokyo Xtreme Racer (
USA)" "C:\am\emuladores\Retroarch\roms\dreamcast\Tokyo Xtreme Racer (USA)\Tokyo
Xtreme Racer (USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Tokyo Xtreme Racer 2
(USA)" "C:\am\emuladores\Retroarch\roms\dreamcast\Tokyo Xtreme Racer 2 (USA)\To
kyo Xtreme Racer 2 (USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Toy Racer (Europe)"
"C:\am\emuladores\Retroarch\roms\dreamcast\Toy Racer (Europe)\Toy Racer (Europe)
.gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Vampire Chronicle fo
r Matching Service (Japan)" "C:\am\emuladores\Retroarch\roms\dreamcast\Vampire C
hronicle for Matching Service (Japan)\Vampire Chronicle for Matching Service (Ja
pan).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Vanishing Point (USA
)" "C:\am\emuladores\Retroarch\roms\dreamcast\Vanishing Point (USA)\Vanishing Po
int (USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Virtua Fighter 3tb (
USA)" "C:\am\emuladores\Retroarch\roms\dreamcast\Virtua Fighter 3tb (USA)\Virtua
Fighter 3tb (USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Virtua Tennis - Sega
Professional Tennis (USA)" "C:\am\emuladores\Retroarch\roms\dreamcast\Virtua Te
nnis - Sega Professional Tennis (USA)\Virtua Tennis - Sega Professional Tennis (
USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Wacky Races (USA)" "
C:\am\emuladores\Retroarch\roms\dreamcast\Wacky Races (USA)\Wacky Races (USA).gd
i.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Walt Disney World Qu
est - Magical Racing Tour (USA)" "C:\am\emuladores\Retroarch\roms\dreamcast\Walt
Disney World Quest - Magical Racing Tour (USA)\Walt Disney World Quest - Magica
l Racing Tour (USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Zombie Revenge (USA)
" "C:\am\emuladores\Retroarch\roms\dreamcast\Zombie Revenge (USA)\Zombie Revenge
(USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

[spoiler]For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>pause
Presione una tecla para continuar . . .


Eso usando el BAT que solo convierte de .GDI a .CHD

Luego he usado el otro BAT,el que convierte tanto .GDI como .CUE a .CHD y me ha salido esto de un juego en el que lo he probado


C:\am\emuladores\Retroarch\roms\dreamcast\Zombie Revenge (USA)>for /R %i in (*.c
ue *.gdi) do chdman createcd -i ÔÇ£%iÔÇØ -o ÔÇ£%~ni.chdÔÇØ

C:\am\emuladores\Retroarch\roms\dreamcast\Zombie Revenge (USA)>chdman createcd -
i ÔÇ£C:\am\emuladores\Retroarch\roms\dreamcast\Zombie Revenge (USA)\Zombie Reven
ge (USA).gdiÔÇØ -o ÔÇ£Zombie Revenge (USA).chdÔÇØ
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Error: Expected option, not parameter

Usage:
chdman createcd [options], where valid options are:
--output, -o <filename>: output file name (required)
--outputparent, -op <filename>: parent file name for output CHD
--force, -f: force overwriting an existing file
--input, -i <filename>: input file name (required)
--hunksize, -hs <bytes>: size of each hunk, in bytes
--compression, -c <none|type1[,type2[,...]]>: which compression codecs to
use (up to 4)
--numprocessors, -np <processors>: limit the number of processors to use d
uring compression

C:\am\emuladores\Retroarch\roms\dreamcast\Zombie Revenge (USA)>pause
Presione una tecla para continuar . . .
treme escribió:
kikex-box escribió:Un apunte, agrega a los .bat que hagas una linea al final del todo donde ponga pause, y así se queda la ventana de cmd abierta (hasta que pulses una tecla) para comprobar donde esta el error. :p :p


Joder,macho,parece que me hayas leido el pensamiento,jajajaaj,me sale la pantalla del cmd,pero iba tan lanzada,y luego se cierra que no veia nada,y mira por donde,venia a decirlo y veo tu mensaje

Bueno,esto es lo que me sale en todos los juegos

chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Test Drive V-Rally (
USA)" "C:\am\emuladores\Retroarch\roms\dreamcast\Test Drive V-Rally (USA)\Test D
rive V-Rally (USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Time Stalkers (USA)"
"C:\am\emuladores\Retroarch\roms\dreamcast\Time Stalkers (USA)\Time Stalkers (U
SA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Tokyo Xtreme Racer (
USA)" "C:\am\emuladores\Retroarch\roms\dreamcast\Tokyo Xtreme Racer (USA)\Tokyo
Xtreme Racer (USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Tokyo Xtreme Racer 2
(USA)" "C:\am\emuladores\Retroarch\roms\dreamcast\Tokyo Xtreme Racer 2 (USA)\To
kyo Xtreme Racer 2 (USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Toy Racer (Europe)"
"C:\am\emuladores\Retroarch\roms\dreamcast\Toy Racer (Europe)\Toy Racer (Europe)
.gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Vampire Chronicle fo
r Matching Service (Japan)" "C:\am\emuladores\Retroarch\roms\dreamcast\Vampire C
hronicle for Matching Service (Japan)\Vampire Chronicle for Matching Service (Ja
pan).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Vanishing Point (USA
)" "C:\am\emuladores\Retroarch\roms\dreamcast\Vanishing Point (USA)\Vanishing Po
int (USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Virtua Fighter 3tb (
USA)" "C:\am\emuladores\Retroarch\roms\dreamcast\Virtua Fighter 3tb (USA)\Virtua
Fighter 3tb (USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Virtua Tennis - Sega
Professional Tennis (USA)" "C:\am\emuladores\Retroarch\roms\dreamcast\Virtua Te
nnis - Sega Professional Tennis (USA)\Virtua Tennis - Sega Professional Tennis (
USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Wacky Races (USA)" "
C:\am\emuladores\Retroarch\roms\dreamcast\Wacky Races (USA)\Wacky Races (USA).gd
i.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Walt Disney World Qu
est - Magical Racing Tour (USA)" "C:\am\emuladores\Retroarch\roms\dreamcast\Walt
Disney World Quest - Magical Racing Tour (USA)\Walt Disney World Quest - Magica
l Racing Tour (USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>chdman -createcd "Zombie Revenge (USA)
" "C:\am\emuladores\Retroarch\roms\dreamcast\Zombie Revenge (USA)\Zombie Revenge
(USA).gdi.chd"
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Usage:
chdman info: displays information about a CHD
chdman verify: verifies a CHD's integrity
chdman createraw: create a raw CHD from the input file
chdman createhd: create a hard disk CHD from the input file
chdman createcd: create a CD CHD from the input file
chdman createld: create a laserdisc CHD from the input file
chdman extractraw: extract raw file from a CHD input file
chdman extracthd: extract raw hard disk file from a CHD input file
chdman extractcd: extract CD file from a CHD input file
chdman extractld: extract laserdisc AVI from a CHD input file
chdman copy: copy data from one CHD to another of the same type
chdman addmeta: add metadata to the CHD
chdman delmeta: remove metadata from the CHD
chdman dumpmeta: dump metadata from the CHD to stdout or to a file
chdman listtemplates: list hard disk templates

[spoiler]For help with any command, run:
chdman help <command>

C:\am\emuladores\Retroarch\roms\dreamcast>pause
Presione una tecla para continuar . . .


Eso usando el BAT que solo convierte de .GDI a .CHD

Luego he usado el otro BAT,el que convierte tanto .GDI como .CUE a .CHD y me ha salido esto de un juego en el que lo he probado


C:\am\emuladores\Retroarch\roms\dreamcast\Zombie Revenge (USA)>for /R %i in (*.c
ue *.gdi) do chdman createcd -i ÔÇ£%iÔÇØ -o ÔÇ£%~ni.chdÔÇØ

C:\am\emuladores\Retroarch\roms\dreamcast\Zombie Revenge (USA)>chdman createcd -
i ÔÇ£C:\am\emuladores\Retroarch\roms\dreamcast\Zombie Revenge (USA)\Zombie Reven
ge (USA).gdiÔÇØ -o ÔÇ£Zombie Revenge (USA).chdÔÇØ
chdman - MAME Compressed Hunks of Data (CHD) manager 0.220 (mame0220)
Error: Expected option, not parameter

Usage:
chdman createcd [options], where valid options are:
--output, -o <filename>: output file name (required)
--outputparent, -op <filename>: parent file name for output CHD
--force, -f: force overwriting an existing file
--input, -i <filename>: input file name (required)
--hunksize, -hs <bytes>: size of each hunk, in bytes
--compression, -c <none|type1[,type2[,...]]>: which compression codecs to
use (up to 4)
--numprocessors, -np <processors>: limit the number of processors to use d
uring compression

C:\am\emuladores\Retroarch\roms\dreamcast\Zombie Revenge (USA)>pause
Presione una tecla para continuar . . .


No es necesario que ejecutes el bat desde dentro de la carpeta del juego, con que tengas un directorio lleno de carpetas de juegos y ejecutes el bat junto con el chdman desde allí, ya sirve.

El chdman ya va comprobando todos los directorios el solito.
@DJ Deu

Es que eso es lo que hice al principio,pero como no iba,probe a meterlos dentro de la carpeta de un juego,en los dos spoilers de antes,donde sale la informacion de la ventana CMD,el primero es el que hice con el bat y el chdman donde estaban las carpetas de los juegos,y el segundo spoiler es de cuando lo probe metiendo el bat y el chdman dentro de la carpeta de un juego.

Pero haga lo que haga,no los convierte
treme escribió:@DJ Deu

Es que eso es lo que hice al principio,pero como no iba,probe a meterlos dentro de la carpeta de un juego,en los dos spoilers de antes,donde sale la informacion de la ventana CMD,el primero es el que hice con el bat y el chdman donde estaban las carpetas de los juegos,y el segundo spoiler es de cuando lo probe metiendo el bat y el chdman dentro de la carpeta de un juego.

Pero haga lo que haga,no los convierte


Veo que los fallos que te da el chdman es que no se ponen los argumentos como el -create y cosas así.

Vamos al plan B, prueba a usar esta aplicación:

https://www.mediafire.com/file/ulnl8d9l ... D.rar/file

A ver si con eso lo solucionas.
DJ Deu escribió:
treme escribió:@DJ Deu

Es que eso es lo que hice al principio,pero como no iba,probe a meterlos dentro de la carpeta de un juego,en los dos spoilers de antes,donde sale la informacion de la ventana CMD,el primero es el que hice con el bat y el chdman donde estaban las carpetas de los juegos,y el segundo spoiler es de cuando lo probe metiendo el bat y el chdman dentro de la carpeta de un juego.

Pero haga lo que haga,no los convierte


Veo que los fallos que te da el chdman es que no se ponen los argumentos como el -create y cosas así.

Vamos al plan B, prueba a usar esta aplicación:

https://www.mediafire.com/file/ulnl8d9l ... D.rar/file

A ver si con eso lo solucionas.



Muchas gracias socio,con este perfecto,me ha convertido el .gdi a .chd

Este programita tambien convertiria los bin+cue a chd?,pregunto porque no lo se y no veo opcion de que lo haga
treme escribió:Muchas gracias socio,con este perfecto,me ha convertido el .gdi a .chd

Este programita tambien convertiria los bin+cue a chd?,pregunto porque no lo se y no veo opcion de que lo haga


En el readme pone que es posible, ni idea, yo es que tiro con .bat

No he probado nunca el programa y a las malas puedes probar con estos bats de nuevo, porque el error que te entrega es como si no estuvieran bien puestos los argumentos.

https://drive.google.com/file/d/0B-ElaP ... 5kY2c/view

A ver si hay suerte y lo llegamos a solucionar.
¿os funciona el core de citra? sigo sin conseguir que me funcione :(
alitanet escribió:¿os funciona el core de citra? sigo sin conseguir que me funcione :(


Con que juego te da error? has comprobado que el juego es funcional en Citra?

Te has asegurado que sea una rom desencriptada? Las roms normales no funcionan.

Algunos juegos requieren de la nand de la 3ds para funcionar, esta se ha de poner en la carpeta saves del RetroArch, el conseguir la nand es una cosa que tendrás que buscar tu por google o youtube al tratarse de archivos "ilegales".

Has probado con ambos cores? (Citra o citra canary)
Buenas Citra por si solo si me funciona sin problemas pero en Retroarch no va.He probado con los dos cores y he colocado los archivos de citra ,nand etc en el directorio saves pero no hay manera :(
Hola!
Que core me recomendáis para FBA en hardware potente?
Pésimo rendimiento de retroarch en windons 10 en un notebook con amd A10-8700p, realmente no me lo explico, el core mupen64plus_next_libretro me va lento, ni cambiando el driver de video a las múltiples opciones que ofrece mejora la cosa [snif], así que creo que es mala optimización por parte de libreto, ya que el notebook es bastante capas.
Haber si alguien me hecha una mano.
Saludos
doblete escribió:Pésimo rendimiento de retroarch en windons 10 en un notebook con amd A10-8700p, realmente no me lo explico, el core mupen64plus_next_libretro me va lento, ni cambiando el driver de video a las múltiples opciones que ofrece mejora la cosa [snif], así que creo que es mala optimización por parte de libreto, ya que el notebook es bastante capas.
Haber si alguien me hecha una mano.
Saludos

Los procesadores portátiles amd12-10-8 para abajovdan muy malo rendimiento.

Te lo digo xq con Windows 10, las CPUs están al 100% casi siempre(los hemos tenido en el curro y al final los han cambiado todo)


Igualmente si quieres optimizarlo, bajate los últimos driver de la placa y GPU, instala process lasso y ponnle.prioridad maxxima a retroarch, y por último si quieres asegurarte un Windows ligero, hay un par de scripts poewershell para las miniportstiles gpdwin1 y 2 q aligera bastante Windows quitando servicios etc...
@ziu gracias instalare lo que haz recomendado, con respecto a windows 10, tengo la versión home bastante capada, con el update bloqueado, y sin bloatware, también con el último drives para la gpu, actualmente estoy jugando KoF XIV sin muchos problemas, por eso no me explico el tan mal rendimiento.

Edito; No hay caso, probe con lo que me haz dicho tu, la emulacion sigue siendo pesima, es mala la optimizacion para amd por parte de libreto.

Luego buscando bien encontre en reddit este maravilloso emulador m64p, el cual funciona n64 de manera optima e incluso me deja subir la resolucion y aplicar filtros, tampoco tiene el bug de la sombra en pilotwing 64 lo cual lo hace ser una delicia.
Saludos.
Igualmente he notado que con la evolución de los cores y el propio retroarch están empezando a comer recursos. Hasta el punto de que mi cpu un xeon x5460 a 4.5 ghz y una gtx 970, le cuesta mantener el tipo en emuladores donde antes no se despeinaba como el BSNES o últimamente el BSNES-HD, incluso el Beetle PSX con resolución interna a 16x sin supersampling, hay que bajarlo a 8 porque no puede con el.

Quizás ahora más que nunca toque cambiar de cpu hasta que la salida en Steam de retroarch estabilice el problema y puedan dar más optimización.
gordon81 escribió:Igualmente he notado que con la evolución de los cores y el propio retroarch están empezando a comer recursos. Hasta el punto de que mi cpu un xeon x5460 a 4.5 ghz y una gtx 970, le cuesta mantener el tipo en emuladores donde antes no se despeinaba como el BSNES o últimamente el BSNES-HD, incluso el Beetle PSX con resolución interna a 16x sin supersampling, hay que bajarlo a 8 porque no puede con el.

Quizás ahora más que nunca toque cambiar de cpu hasta que la salida en Steam de retroarch estabilice el problema y puedan dar más optimización.



Se sabe la.fecha del retroarch para Steam?

Que cambiará.respecto ahora?
Puede q la comunidad lo apoye con frondends ,.etc...?
Dudo que Steam vaya a hacer que un emulador vaya a estar más optimizado. Irá igual o peor que el normal pq además es tener otro programa corriendo de fondo para ejecutarlo. Y Steam como Frontend tampoco lo veo muy vistoso, puestos a usar un frrontend para librero, prefiero otras opciones.

Tampoco le veo mucho sentido a publicar un emulador en Steam sinceramente. No sé a quien del team de libretro se le ocurrió la verdad (supongo que al "genio" de TwinAphex), pero yo personalmente seguiré usando las versiones normales.
Retroarch no es un emulador, es un frontend para emuladores con cores libreto

Por tanto cada core es un mundo, y no es que se optimice, es que según la manera en que emula tiene un rendimiento u otro en las cpu.

Por ejemplo el core de bsnes es muy demandante pq se basa en emular 100% fiel a coste de velocidad

O por ejemplo el core de mednafen saturn que solo usa cpu y no la gráfica en este emulador, segun el juego un athlon x4 a 3.5ghz no llega a 60fps

Y ya no digamos si empezamos a modificar los parametros para que renderice a 1080p o 4k, por ejemplo cojamos la ps1 y le decimos que vaya a 4k con antialiasing supersampling mega chupi piruli
No, pero quienes llevamos años utilizándolo, se nota que hay elementos que exigen más o que tiene algún problema de compatibilidad.

Por ejemplo la latencia en BSNES tanto el normal como el HD, no funciona bien, aún usando la opción que integraron temporalmente en el core para solventar este problema, a efectos prácticos no sirve.

Ojo que no es una crítica, pero sí un apunte de que la evolución de los cores en Retroarch lleva parejo el aumento de requisitos.

Casualmente si activas en Beetle PSX la resolución interna a x16, supersampling a x16 va como un tiro....
Intentan abarcar mucho me parece a mí pero lo de los cores recae en los que lo hacen o portean.

Yo tengo la experiencia por colaborar en easyrpg (que no es un emulador) es como un sourceport para entendernos.
Habia una versión muy mala en retroarch,
preguntando me dijeron que alguien lo
compiló de github pero estaba desfasado.
Luego vi en una actualización que mejoró un montón (ya estaba en Windows el core).
Justamente se lo estaba diciendo a Ghabry,
que hizo el core actualizado y creo que van al día en core y aparte desde entonces.

Con mednafen hay una diferencia de rendimiento,
no sé si se debe a los que hacen el core.
Parece que si se ponen los autores, el resultado en retroarch suele ser mejor.
El entorno dentro de retroarch puede que consuma recursos según GUI, memoria reservada o
según la configuración.
(De esto me gustaría saber el impacto, no sé si alguien ha ido comparando recursos con
dintintos gui hasta sin poner core...)
Olvidaros de los GUI que he hecho pruebas con el más básico el rgui y exigía lo mismo, seguramente que el xmb chupe más ram o vídeo, pero cpu... meh hice pruebas ayer y no vi diferencia.

Eso sí, debo decir que estaba equivocado, el BSNES con 2 de latencia en el core va bien, el problema es que le tenía un OC de 150 a la cpu del core y petardeaba.

En cualquier caso, ahora mismo retroarch es el mejor vault de emulación que existe.
estoy intentando hackear por primera vez mi ps vita que compre de segunda mano estoy ya intentando copiar h encore de la pc a la ps vita y me dice que no puedo copiar aplicaciones que no pertenescan a mi cuenta ya lo intente muchas veces y nada sigue igual alguien que pueda ayudarme por favor
el rigo 1916 escribió:estoy intentando hackear por primera vez mi ps vita que compre de segunda mano estoy ya intentando copiar h encore de la pc a la ps vita y me dice que no puedo copiar aplicaciones que no pertenescan a mi cuenta ya lo intente muchas veces y nada sigue igual alguien que pueda ayudarme por favor


Has probado a preguntar en el foro de PSVita?
el rigo 1916 escribió:estoy intentando hackear por primera vez mi ps vita que compre de segunda mano estoy ya intentando copiar h encore de la pc a la ps vita y me dice que no puedo copiar aplicaciones que no pertenescan a mi cuenta ya lo intente muchas veces y nada sigue igual alguien que pueda ayudarme por favor


tienes tutos en youtube a mansalva, o como dice el compi en ese foro
Actualicé el pack de bios de archive.org.

Añadidas la unibios 4.0 de neogeo y la 3.3 de neogeocd

Añadidas las bios de Sharp X1

Actualizadas las bios de naomi.zip y hotd2bios.zip para Flycast.

Saludos.
@DJ Deu como siempre, todo un crack, si no fuese por ti, aún no sabría cómo eran los juegos de Amiga.

Muchas gracias por el pack actualizado!.

Un abrazo.
@DJ Deu vaya recopilacion amigo! no falta nada, todo eso hay que descomprimirlo dentro de la carpeta System del retroarch?

un saludo y mil gracias!
neTcoMMMM escribió:@DJ Deu vaya recopilacion amigo! no falta nada, todo eso hay que descomprimirlo dentro de la carpeta System del retroarch?

un saludo y mil gracias!


Bueno, en el zip viene una carpeta llamada system, esa carpeta debe ir en la raíz donde está el ejecutable del emulador, si ya te existe una carpeta con esa nomenclatura, borrala y sustituyela por la del zip.

Saludos.
Me he comprado una tablet y le he instalado la versión de 64 bit. ¿Para los controladores gráficos dejo los Open GL o Vulkan funciona en Android? En principio sólo tengo intención de utilizar en núcleo de ScummVM para jugar a aventuras gráficas.
SirAzraelGrotesque escribió:Me he comprado una tablet y le he instalado la versión de 64 bit. ¿Para los controladores gráficos dejo los Open GL o Vulkan funciona en Android? En principio sólo tengo intención de utilizar en núcleo de ScummVM para jugar a aventuras gráficas.


Vulkan solo funcionará en los emuladores que tengan un render que funciona con vulkan como puede ser la Emulación de Dreamcast con flycast , la emulación de psp con ppsspp y la emulación de gamecube/wii con Dolphin .



P.D quien utilice emuladores de ds le sonará el nombre de la foto
.quien sabe lo que nos puede deparar pero el gran emulador de móviles y de la openpandora corriendo en retroarch es un win to win [beer]

Imagen
@MaXiMu

Ya liberaron los sources del Drastic?

@SirAzraelGrotesque

Yo incluso te recomendaría que te bajaras la versión de ScummVM nativa de la página oficial, seguro que va mejor que la de RetroArch.
@MaXiMu @DJ Deu

Muchas gracias a ambos. Haré eso, utilizaré el ScummVM directamente. Aunque dejaré también el Retroarch, por si me da por emular otras cosillas ahí.
DJ Deu escribió:
Ya liberaron los sources del Drastic?


No pero está en ello restructurándolo todo aquellas partes para que sea de codigo libre y tendrá apoyo para libretro :)
A mi scummvm me funciona muy bien siempre que no lo intenten con aventuras de Westwood que da errores en Kyrandia, en el resto muy bien la verdad. Y es una gozada poder poner los overlays y crt que en scummvm por defecto no se puede.
gordon81 escribió:A mi scummvm me funciona muy bien siempre que no lo intenten con aventuras de Westwood que da errores en Kyrandia, en el resto muy bien la verdad. Y es una gozada poder poner los overlays y crt que en scummvm por defecto no se puede.


Y el poder usar el mando, pero en el caso concreto de una tableta, para mi es mejor usar el oficial.

Pero lo de los shaders coincido que es una gozada.

Saludos.

P.D. Aprovecho el inciso para anunciar que está en desarrollo el soporte de chd para amiga CD32.
Nunca pensé que jugar a aventuras gráficas con el mando podría decir que resulta cómodo, pero hacerlo desde el sofá me resulta un incentivo enorme, sobre todo pq con la edad a lo unico q juego con teclado y ratón son a los rts y shooters.
Kurogane_Yaiba está baneado por "clon de usuario baneado"
Tengo un problema en el retroarch de android, cuando intento jugar SFII de Megadrive el mando me lo reconoce como 3 botones y no encuentro el modo de que reconozca los 6 botones.

¿Alguien sabe como hacerlo?
Tienes que ir con un juego de megadrive cargado a las opciones de controles o input de la interfaz de retroarch (Según el idioma que lo tengas)

y allí selecionas el tipo de gamepad hay una opción que te pone 6 botones
cuidado con el core de picodrive de 32x que la han liado, en la ultima version el virtua fighter se cuelga justo despues de seleccionar personaje

Menos mal que tenia una copia antigua del core
Kurogane_Yaiba está baneado por "clon de usuario baneado"
@MaXiMu Muchas gracias tio, ahora mismo voy a probarlo.
Para la 32X me quedo con el Fusion aún...mira que tiene años...
paskhis escribió:Para la 32X me quedo con el Fusion aún...mira que tiene años...


Era por tenerlo en retroarch por los shaders crt
Hola a todos,
Sin hacer nada, en menú principal, donde antes ponía "Menú principal" ahora pone "Menú principal"... y así con todo lo que lleve tilde o ñ. ¿Alguien sabe cómo arreglarlo?

Y otra cosita, ¿Cómo tenéis la latencia configurada vosotros para que vaya bien sin ralentizarse?
weirdzod escribió:Hola a todos,
Sin hacer nada, en menú principal, donde antes ponía "Menú principal" ahora pone "Menú principal"... y así con todo lo que lleve tilde o ñ. ¿Alguien sabe cómo arreglarlo?

Y otra cosita, ¿Cómo tenéis la latencia configurada vosotros para que vaya bien sin ralentizarse?


Para lo primero ni idea, yo tengo los menús en inglés.

Y para lo segundo hay una opción de pausar el juego (apretando P)y avanzar frame a frame (pulsando K estando pausado), lo que tienes que hacer es mantener pulsado un botón o dirección y avanzar los frames para saber cuanto delay tienes.

Pero generalmente con 1 ó 2 frames es suficiente.



Suerte.
1817 respuestas