[RESOLVED] Help in ScummVM
5 posters
Page 1 of 1
[RESOLVED] Help in ScummVM
Hi. I'm trying to add scummvm to the RetroBat but it won't run. How do I get it to run? I've managed to have the game detected by EmulationStation, but running it returns me to EmuStation
yoh6781- Messages : 15
Date d'inscription : 2020-05-26
Re: [RESOLVED] Help in ScummVM
hello,
1) go to https://docs.libretro.com/library/scummvm/
And download this files:
And extract the scummvm folder inside this scummvm.zip file into Retrobat "bios" folder.
2) Go to Retroarch options like this:
and
and
and
and
3) on scummvm core, setup all paths:
and
Select scummvm folder (inside bios folder), for Theme and Extra:
Apply, and quit the scummvm core, and reload it.
1) go to https://docs.libretro.com/library/scummvm/
And download this files:
And extract the scummvm folder inside this scummvm.zip file into Retrobat "bios" folder.
2) Go to Retroarch options like this:
and
and
and
and
3) on scummvm core, setup all paths:
and
Select scummvm folder (inside bios folder), for Theme and Extra:
Apply, and quit the scummvm core, and reload it.
Lorenzolamas- Admin
- Messages : 2641
Date d'inscription : 2019-07-28
Kayl likes this post
Re: [RESOLVED] Help in ScummVM
4) and you see the "new" gui.
Clic on "Add Games"
Clic on "Add Games"
Your scummvm games must be in separate folders, in the "/roms/scummvm" folder
After the games are installed on scummvm core, quit the core and Retroarch, and go to your "/roms/scummvm" folder.
- You must display the extensions under windows, like that on windows 10:
And in each games folder create a txt file with the name of the game, for example The Curse of Monkey Island.txt for The Curse of Monkey Island...
In each txt file, insert the id of the corresponding game, which you will find on https://www.scummvm.org/compatibility/
After the games are installed on scummvm core, quit the core and Retroarch, and go to your "/roms/scummvm" folder.
- You must display the extensions under windows, like that on windows 10:
And in each games folder create a txt file with the name of the game, for example The Curse of Monkey Island.txt for The Curse of Monkey Island...
In each txt file, insert the id of the corresponding game, which you will find on https://www.scummvm.org/compatibility/
Last edited by Lorenzolamas on 27/05/20, 07:57 pm; edited 3 times in total
Lorenzolamas- Admin
- Messages : 2641
Date d'inscription : 2019-07-28
Re: [RESOLVED] Help in ScummVM
5)
And to finish, rename the *.txt files into *.scummvm file, for exemple:
The Curse of Monkey Island.txt ===> The Curse of Monkey Island.scummvm
And to finish, rename the *.txt files into *.scummvm file, for exemple:
The Curse of Monkey Island.txt ===> The Curse of Monkey Island.scummvm
Lorenzolamas- Admin
- Messages : 2641
Date d'inscription : 2019-07-28
Re: [RESOLVED] Help in ScummVM
Awesome. Managed to get it to run. Thank you very much
yoh6781- Messages : 15
Date d'inscription : 2020-05-26
Re: [RESOLVED] Help in ScummVM
@yoh6781 it work ?
-------------- Please -------------
The board rules: https://retrobat.forumgaming.fr/t51-read-befor-posting-retrobat-forum-rules
BEFORE POSTING !!!!
READ:
English FAQ: https://retrobat.forumgaming.fr/t135-faq-retrobat-wip
French FAQ: https://retrobat.forumgaming.fr/t136-faq-retrobat-wip
Spanish FAQ: https://retrobat.forumgaming.fr/t854-faq-retrobat-wip
Retrobat Wiki (english & french): https://wiki.retrobat.org/
and:
Choose an avatar: https://retrobat.forumgaming.fr/t1190-avatar-how-to-choose-an-avatar-on-the-forum
and say "Hello"
Lorenzolamas- Admin
- Messages : 2641
Date d'inscription : 2019-07-28
Re: [RESOLVED] Help in ScummVM
yes. i just tried it. works great now
yoh6781- Messages : 15
Date d'inscription : 2020-05-26
Re: [RESOLVED] Help in ScummVM
Hi @lorenzolamas
Thanks, your guide was a great help but after playing around I found out that for Retrobat lr-scummvm the GUI steps were actually unnecessary.
1) RetroBat ES will scan for .scummvm files and get the shortname from the file content (Batocera picks the filename instead). Filename will be displayed if not associated with metadata, so recommended to match the game name. Shortname list available in https://www.scummvm.org/compatibility/ .
echo bbvs > ".\bbvs-win\Beavis and Butt-head in Virtual Stupidity.scummvm"
2) Ensure V:\RetroBat\system\templates\emulationstation\es_systems.*.cfg scans for .scummvm files.
<path>~\..\roms\scummvm</path>
<extension>.scummvm .SCUMMVM</extension>
3) Optional for metadata: Ensure your gamelist.xml contains the .scummvm filenames (not like RetroPie which requires folder names or else it crashes).
<game>
<path>./bbvs-win/Beavis and Butt-head in Virtual Stupidity.scummvm</path>
<name>Beavis and Butt-head in Virtual Stupidity</name>
(...)
</game>
And it works! No need to load the core and add games through the lr-scummvm GUI. I have actually removed all the games from the GUI and even the V:\RetroBat\bios\scummvm.ini and it still worked fine.
Of notice : ScummVM announced October 9th a merger with ResidualVM, meaning that some libretro core versions down the line classics like Grim Fandango and Escape from Monkey Island will be playable from within RetroBat
Take care!
Bilu
Thanks, your guide was a great help but after playing around I found out that for Retrobat lr-scummvm the GUI steps were actually unnecessary.
1) RetroBat ES will scan for .scummvm files and get the shortname from the file content (Batocera picks the filename instead). Filename will be displayed if not associated with metadata, so recommended to match the game name. Shortname list available in https://www.scummvm.org/compatibility/ .
echo bbvs > ".\bbvs-win\Beavis and Butt-head in Virtual Stupidity.scummvm"
2) Ensure V:\RetroBat\system\templates\emulationstation\es_systems.*.cfg scans for .scummvm files.
<path>~\..\roms\scummvm</path>
<extension>.scummvm .SCUMMVM</extension>
3) Optional for metadata: Ensure your gamelist.xml contains the .scummvm filenames (not like RetroPie which requires folder names or else it crashes).
<game>
<path>./bbvs-win/Beavis and Butt-head in Virtual Stupidity.scummvm</path>
<name>Beavis and Butt-head in Virtual Stupidity</name>
(...)
</game>
And it works! No need to load the core and add games through the lr-scummvm GUI. I have actually removed all the games from the GUI and even the V:\RetroBat\bios\scummvm.ini and it still worked fine.
Of notice : ScummVM announced October 9th a merger with ResidualVM, meaning that some libretro core versions down the line classics like Grim Fandango and Escape from Monkey Island will be playable from within RetroBat
Take care!
Bilu
bilu- Messages : 36
Date d'inscription : 2020-10-11
Lorenzolamas and Virtualman like this post
Re: [RESOLVED] Help in ScummVM
Thank you for the details, but apart from what is optional, everything was ok in the tutorial (and in the FAQ).
-------------- Please -------------
The board rules: https://retrobat.forumgaming.fr/t51-read-befor-posting-retrobat-forum-rules
BEFORE POSTING !!!!
READ:
English FAQ: https://retrobat.forumgaming.fr/t135-faq-retrobat-wip
French FAQ: https://retrobat.forumgaming.fr/t136-faq-retrobat-wip
Spanish FAQ: https://retrobat.forumgaming.fr/t854-faq-retrobat-wip
Retrobat Wiki (english & french): https://wiki.retrobat.org/
and:
Choose an avatar: https://retrobat.forumgaming.fr/t1190-avatar-how-to-choose-an-avatar-on-the-forum
and say "Hello"
Lorenzolamas- Admin
- Messages : 2641
Date d'inscription : 2019-07-28
bilu likes this post
Re: [RESOLVED] Help in ScummVM
True just the GUI steps could be skipped
bilu- Messages : 36
Date d'inscription : 2020-10-11
Lorenzolamas likes this post
Re: [RESOLVED] Help in ScummVM
-------------- Please -------------
The board rules: https://retrobat.forumgaming.fr/t51-read-befor-posting-retrobat-forum-rules
BEFORE POSTING !!!!
READ:
English FAQ: https://retrobat.forumgaming.fr/t135-faq-retrobat-wip
French FAQ: https://retrobat.forumgaming.fr/t136-faq-retrobat-wip
Spanish FAQ: https://retrobat.forumgaming.fr/t854-faq-retrobat-wip
Retrobat Wiki (english & french): https://wiki.retrobat.org/
and:
Choose an avatar: https://retrobat.forumgaming.fr/t1190-avatar-how-to-choose-an-avatar-on-the-forum
and say "Hello"
Lorenzolamas- Admin
- Messages : 2641
Date d'inscription : 2019-07-28
Re: [RESOLVED] Help in ScummVM
Almost forgot : another set of useful instructions available in https://docs.libretro.com/library/scummvm/#enable-enhanced-midi-emulation that were also useful with lr-scummvm.
It turns out that if you don't enable MT-32 emulation some games crash or complain about missing files namely:
- Day of the Tentacle (crash during intro)
- Eye of Beholder 1 & 2 (missing kyra.dat)
- Lure of the Temptress (missing lure.dat)
- Dráscula (missing drascula.dat)
- Lands Of Lore - The Throne of Chaos (missing kyra.dat)
It turns out that if you don't enable MT-32 emulation some games crash or complain about missing files namely:
- Day of the Tentacle (crash during intro)
- Eye of Beholder 1 & 2 (missing kyra.dat)
- Lure of the Temptress (missing lure.dat)
- Dráscula (missing drascula.dat)
- Lands Of Lore - The Throne of Chaos (missing kyra.dat)
bilu- Messages : 36
Date d'inscription : 2020-10-11
Lorenzolamas and Virtualman like this post
Re: [RESOLVED] Help in ScummVM
I can't fill the path to add games. My keyboard is unable to type any letter...
Yobiwan29- Messages : 27
Date d'inscription : 2022-02-09
Re: [RESOLVED] Help in ScummVM
Hello
Please open a new subject (in french), and describe a little bit more that we can try to understand (which configuration, material...)
I will then delete our post here.
Please open a new subject (in french), and describe a little bit more that we can try to understand (which configuration, material...)
I will then delete our post here.
getupor- Admin
- Messages : 1388
Date d'inscription : 2020-10-04
Lorenzolamas likes this post
Similar topics
» [RESOLVED] Some scummvm games don't work on emulation station but they do work from retroarch and scummvm
» [RESOLVED] Scummvm don't work
» [RESOLVED] Liberto/Retroarch ScummVM not finding games....
» [RESOLU][ScummVM] Données du jeu introuvable sur RB mais cela fonctionne sur scummvm.exe
» Scummvm retrobat
» [RESOLVED] Scummvm don't work
» [RESOLVED] Liberto/Retroarch ScummVM not finding games....
» [RESOLU][ScummVM] Données du jeu introuvable sur RB mais cela fonctionne sur scummvm.exe
» Scummvm retrobat
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum