RETROBAT Official Board
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[RESOLVED] Help in ScummVM

5 posters

Go down

[RESOLVED] Help in ScummVM Empty [RESOLVED] Help in ScummVM

Post by yoh6781 26/05/20, 03:20 pm

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
yoh6781

Messages : 15
Date d'inscription : 2020-05-26

Back to top Go down

[RESOLVED] Help in ScummVM Empty Re: [RESOLVED] Help in ScummVM

Post by Lorenzolamas 27/05/20, 07:03 pm

hello,

1) go to https://docs.libretro.com/library/scummvm/
And download this files:
[RESOLVED] Help in ScummVM 1a10

And extract the scummvm folder inside this scummvm.zip file into Retrobat "bios" folder.


2) Go to Retroarch options like this:

[RESOLVED] Help in ScummVM 110

and


[RESOLVED] Help in ScummVM 211

and

[RESOLVED] Help in ScummVM 310

and

[RESOLVED] Help in ScummVM 410

and

[RESOLVED] Help in ScummVM 510


3) on scummvm core, setup all paths:

[RESOLVED] Help in ScummVM 610

and

[RESOLVED] Help in ScummVM 6a10

Select scummvm folder (inside bios folder), for Theme and Extra:


[RESOLVED] Help in ScummVM 710

Apply, and quit the scummvm core, and reload it.
Lorenzolamas
Lorenzolamas
Admin

Messages : 2641
Date d'inscription : 2019-07-28

Kayl likes this post

Back to top Go down

[RESOLVED] Help in ScummVM Empty Re: [RESOLVED] Help in ScummVM

Post by Lorenzolamas 27/05/20, 07:19 pm

4) and you see the "new" gui.

[RESOLVED] Help in ScummVM 810

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:

[RESOLVED] Help in ScummVM Help111



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... Rolling Eyes


In each txt file, insert the id of the corresponding game, which you will find on https://www.scummvm.org/compatibility/



Exemple, for The Curse of Monkey Island, inside The Curse of Monkey Island.txt, insert comi


[RESOLVED] Help in ScummVM 910


Last edited by Lorenzolamas on 27/05/20, 07:57 pm; edited 3 times in total
Lorenzolamas
Lorenzolamas
Admin

Messages : 2641
Date d'inscription : 2019-07-28

Back to top Go down

[RESOLVED] Help in ScummVM Empty Re: [RESOLVED] Help in ScummVM

Post by Lorenzolamas 27/05/20, 07:23 pm

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


affraid
Lorenzolamas
Lorenzolamas
Admin

Messages : 2641
Date d'inscription : 2019-07-28

Back to top Go down

[RESOLVED] Help in ScummVM Empty Re: [RESOLVED] Help in ScummVM

Post by yoh6781 28/05/20, 04:49 am

Awesome. Managed to get it to run. Thank you very much
yoh6781
yoh6781

Messages : 15
Date d'inscription : 2020-05-26

Back to top Go down

[RESOLVED] Help in ScummVM Empty Re: [RESOLVED] Help in ScummVM

Post by Lorenzolamas 28/05/20, 06:40 pm

@yoh6781 it work ?
Lorenzolamas
Lorenzolamas
Admin

Messages : 2641
Date d'inscription : 2019-07-28

Back to top Go down

[RESOLVED] Help in ScummVM Empty Re: [RESOLVED] Help in ScummVM

Post by yoh6781 29/05/20, 09:43 am

yes. i just tried it. works great now
yoh6781
yoh6781

Messages : 15
Date d'inscription : 2020-05-26

Back to top Go down

[RESOLVED] Help in ScummVM Empty Re: [RESOLVED] Help in ScummVM

Post by bilu 02/11/20, 09:35 pm

Hi @lorenzolamas

Thanks, your guide was a great help Smile 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! Smile 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 Smile

Take care!

Bilu
bilu
bilu

Messages : 36
Date d'inscription : 2020-10-11

Lorenzolamas and Virtualman like this post

Back to top Go down

[RESOLVED] Help in ScummVM Empty Re: [RESOLVED] Help in ScummVM

Post by Lorenzolamas 02/11/20, 11:47 pm

Thank you for the details, but apart from what is optional, everything was ok in the tutorial (and in the FAQ).
Lorenzolamas
Lorenzolamas
Admin

Messages : 2641
Date d'inscription : 2019-07-28

bilu likes this post

Back to top Go down

[RESOLVED] Help in ScummVM Empty Re: [RESOLVED] Help in ScummVM

Post by bilu 02/11/20, 11:54 pm

True Smile just the GUI steps could be skipped
bilu
bilu

Messages : 36
Date d'inscription : 2020-10-11

Lorenzolamas likes this post

Back to top Go down

[RESOLVED] Help in ScummVM Empty Re: [RESOLVED] Help in ScummVM

Post by Lorenzolamas 03/11/20, 12:09 am

Thumb up
Lorenzolamas
Lorenzolamas
Admin

Messages : 2641
Date d'inscription : 2019-07-28

Back to top Go down

[RESOLVED] Help in ScummVM Empty Re: [RESOLVED] Help in ScummVM

Post by bilu 03/11/20, 12:11 am

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)
bilu
bilu

Messages : 36
Date d'inscription : 2020-10-11

Lorenzolamas and Virtualman like this post

Back to top Go down

[RESOLVED] Help in ScummVM Empty Re: [RESOLVED] Help in ScummVM

Post by Yobiwan29 11/02/22, 08:39 pm

I can't fill the path to add games. My keyboard is unable to type any letter...
Yobiwan29
Yobiwan29

Messages : 27
Date d'inscription : 2022-02-09

Back to top Go down

[RESOLVED] Help in ScummVM Empty Re: [RESOLVED] Help in ScummVM

Post by getupor 12/02/22, 07:54 am

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.


[RESOLVED] Help in ScummVM Modo
getupor
getupor
Admin

Messages : 1388
Date d'inscription : 2020-10-04

Lorenzolamas likes this post

Back to top Go down

[RESOLVED] Help in ScummVM Empty Re: [RESOLVED] Help in ScummVM

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum