Search found 29 matches
- Sun Aug 04, 2024 8:25 pm
- Forum: General Discussion
- Topic: Is there a way to rebind CTRL-f to z?
- Replies: 9
- Views: 1750
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...
- Sun Aug 04, 2024 1:04 pm
- Forum: General Discussion
- Topic: Is there a way to rebind CTRL-f to z?
- Replies: 9
- Views: 1750
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 ^...
- 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: 2510
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.
- Tue Mar 12, 2024 10:58 pm
- Forum: General Discussion
- Topic: Just throwing a suggestion out there - integrated hint book system?
- Replies: 8
- Views: 3910
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...
- Sun Mar 10, 2024 9:24 pm
- Forum: General Discussion
- Topic: Leisure Suit Larry Talkie Versions
- Replies: 10
- Views: 4213
Re: Leisure Suit Larry Talkie Versions
No, talkie versions of LSL1 or LSL5 were not released back then. They started with LSL6.
- 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: 2278
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...
- Wed Jan 03, 2024 11:05 pm
- Forum: Help and Support
- Topic: libssh.so.4 not found
- Replies: 5
- Views: 3384
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...
- Wed Jan 03, 2024 10:01 pm
- Forum: Help and Support
- Topic: libssh.so.4 not found
- Replies: 5
- Views: 3384
Re: libssh.so.4 not found
Could you try this in terminal:
Code: Select all
sudo apt update
sudo apt install libssh-4
- 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: 2067
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.
- Mon Dec 18, 2023 4:05 am
- Forum: Help and Support
- Topic: Game Breaking Bugs in Quest for Glory IV
- Replies: 7
- Views: 8478
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...
- Fri Dec 01, 2023 2:54 am
- Forum: Help and Support
- Topic: Game Breaking Bugs in Quest for Glory IV
- Replies: 7
- Views: 8478
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...
- Tue Nov 28, 2023 12:09 am
- Forum: Help and Support
- Topic: Miyoo Mini+ Grim Fandango/Escape from Monkey Island
- Replies: 3
- Views: 3603
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.
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.
- Sat Nov 18, 2023 5:39 pm
- Forum: Help and Support
- Topic: Nippon Safes not detected by Scumm 2.7.0
- Replies: 4
- Views: 1080
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...
- Sat Nov 18, 2023 3:55 pm
- Forum: Help and Support
- Topic: Nippon Safes not detected by Scumm 2.7.0
- Replies: 4
- Views: 1080
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?
I don't know what the issue is for you... Make sure you unzip first?
- Tue Nov 14, 2023 2:43 pm
- Forum: Help and Support
- Topic: Need Help with Broken Sword 2 and android.
- Replies: 3
- Views: 1328
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...