Search found 29 matches

by fibs
Sun Aug 04, 2024 8:25 pm
Forum: General Discussion
Topic: Is there a way to rebind CTRL-f to z?
Replies: 9
Views: 1221

Re: Is there a way to rebind CTRL-f to z?

I observed no delays as you describe with the old script. I thought that AHK 2.x could run AHK 1.x scripts, but maybe both can and have to be installed at the same time. I'm not sure what your Win-key code is actually for so I can't test it. You might want to use your existing script instead to ensu...
by fibs
Sun Aug 04, 2024 1:04 pm
Forum: General Discussion
Topic: Is there a way to rebind CTRL-f to z?
Replies: 9
Views: 1221

Re: Is there a way to rebind CTRL-f to z?

The SCUMM engine keymapper is complicated to implement fully at this point. For now, in Windows you can download and install AutoHotKey (e.g. 2.x), and create a new file called e.g. ScummVM_CTRL_F.ahk that contains the following: #IfWinActive ahk_exe scummvm.exe ; When NumLock is on Numpad0:: Send ^...
by fibs
Fri Apr 05, 2024 9:37 am
Forum: Help and Support
Topic: Both Blue's Birthday Adventure Discs Are Being Detected Under the Same Name
Replies: 4
Views: 2226

Re: Both Blue's Birthday Adventure Discs Are Being Detected Under the Same Name

By filenames, the Yellow CD has the first two pathways and would probably be Disc 1. But this is not likely an official numbering - and judging by the detection, you probably have the Red CD twice thanks to an eBay entrepreneur.
by fibs
Tue Mar 12, 2024 10:58 pm
Forum: General Discussion
Topic: Just throwing a suggestion out there - integrated hint book system?
Replies: 8
Views: 3281

Re: Just throwing a suggestion out there - integrated hint book system?

I thought the solution was to manically click everything and try every combination. The lite version seems more feasible, with some work being done on Markdown in game menu help window. If additional work is done so game help text can be externally loaded, users could easily load walkthroughs and ac...
by fibs
Sun Mar 10, 2024 9:24 pm
Forum: General Discussion
Topic: Leisure Suit Larry Talkie Versions
Replies: 10
Views: 3219

Re: Leisure Suit Larry Talkie Versions

No, talkie versions of LSL1 or LSL5 were not released back then. They started with LSL6.
by fibs
Sun Feb 18, 2024 12:09 am
Forum: Help and Support
Topic: Error at start of: The New Adventures of Zak McKracken
Replies: 7
Views: 1909

Re: Error at start of: The New Adventures of Zak McKracken

According to bug reports, the game authors chose to tailor the game scripts around a hacked executable making this title more difficult for ScummVM to support. https://bugs.scummvm.org/ticket/12179 https://bugs.scummvm.org/ticket/12525 Same info in detection tables: // 2.55 game, but uses a plugin a...
by fibs
Wed Jan 03, 2024 11:05 pm
Forum: Help and Support
Topic: libssh.so.4 not found
Replies: 5
Views: 2927

Re: libssh.so.4 not found

I'm not familiar with Lutris, but apparently there's something which might work: Configure|System Options|Prefer system libraries ScummVM leverages curl to potentially download newer icons and whatnot. That or some other library might depend on libssh. There's the possibility to use in Linux Mint wi...
by fibs
Wed Jan 03, 2024 10:01 pm
Forum: Help and Support
Topic: libssh.so.4 not found
Replies: 5
Views: 2927

Re: libssh.so.4 not found

Could you try this in terminal:

Code: Select all

sudo apt update
sudo apt install libssh-4
by fibs
Thu Dec 21, 2023 6:52 pm
Forum: Help and Support
Topic: How do I Find My Saves on Steam Games for Bug Reporting?
Replies: 2
Views: 1878

Re: How do I Find My Saves on Steam Games for Bug Reporting?

My saves are under "%APPDATA%\ScummVM\Saved Games" which you can copy paste without "" in the Explorer bar.
by fibs
Mon Dec 18, 2023 4:05 am
Forum: Help and Support
Topic: Game Breaking Bugs in Quest for Glory IV
Replies: 7
Views: 8168

Re: Game Breaking Bugs in Quest for Glory IV

I don't have a great memory of everything, but I was able to complete all QFG and PQ games with ScummVM at some point. Those listed in the code are bugs whose fix required patching the game scripts. There may be other issues that were automatically resolved by rewriting the engine that don't stem fr...
by fibs
Fri Dec 01, 2023 2:54 am
Forum: Help and Support
Topic: Game Breaking Bugs in Quest for Glory IV
Replies: 7
Views: 8168

Re: Game Breaking Bugs in Quest for Glory IV

Still, will a character imported from an earlier game in the series running under DOSBox work on the ScummVM version of QFG4? I haven't tested it, but according to the game's Wiki entry it's possible to import characters from the previous games even if you played with DOSBox, provided you follow th...
by fibs
Tue Nov 28, 2023 12:09 am
Forum: Help and Support
Topic: Miyoo Mini+ Grim Fandango/Escape from Monkey Island
Replies: 3
Views: 2973

Re: Miyoo Mini+ Grim Fandango/Escape from Monkey Island

Probably how it's compiled or configured.

scummvm-2.7.0-miyoomini.zip has /App/scummvm/engine-data/ which has grim-patch.lab, so if you specify that folder in ScummVM's settings (Global Options / Paths / Extra Path:) it should work.
by fibs
Sat Nov 18, 2023 5:39 pm
Forum: Help and Support
Topic: Nippon Safes not detected by Scumm 2.7.0
Replies: 4
Views: 990

Re: Nippon Safes not detected by Scumm 2.7.0

The version from the ScummVM website also works with DOSBox okay for me... CHECK.EXE and ADV.EXE are in the nippon-1.0.zip game archive I downloaded, with ADV being the main game executable. I can only assume that in your case the downloaded or extracted data were incomplete or corrupted for some re...
by fibs
Sat Nov 18, 2023 3:55 pm
Forum: Help and Support
Topic: Nippon Safes not detected by Scumm 2.7.0
Replies: 4
Views: 990

Re: Nippon Safes not detected by Scumm 2.7.0

I installed that ScummVM version, downloaded Nippon Safes and unzipped it in a location, opened that ScummVM, clicked Add Game... and browsed to the unzipping location and successfully added and ran the game.

I don't know what the issue is for you... Make sure you unzip first?
by fibs
Tue Nov 14, 2023 2:43 pm
Forum: Help and Support
Topic: Need Help with Broken Sword 2 and android.
Replies: 3
Views: 1222

Re: Need Help with Broken Sword 2 and android.

Are you sure you're adding the original game and not the (as of now) unsupported remastered version? Looking through bug reports , another user had a similar sword2-demo-win detection issue when accidentally using the game data from the Remastered version from GOG, and it was suggested to use the se...