Sherlock Holmes: Serrated Scalpel
Moderator: ScummVM Team
Re: Sherlock Holmes: Serrated Scalpel
@Praetorian: See https://github.com/scummvm/scummvm/comm ... beb11b642f from https://github.com/zafos/scummvm/tree/c ... 1X2d23cDmF ... looks like Claude AI partly
Re: Sherlock Holmes: Serrated Scalpel
Hello.Praetorian wrote: Sat Nov 29, 2025 9:16 amHello! Is this your work? Can you tell us more about the process and any challenges you've encountered?
This started as an experiment using Claude to explain a large codebase I was unfamiliar with that I always had the intention to work on. I guided the prompts, interpreted outputs, and refined them for clarity, but the content was generated with the model’s assistance, so ti would be unfair to call it my work.
My main goal is to spark renewed interest in the project and implement this long forgotten task. There were minor challenges like figuring out the filename format for the videos, but the main challenge so far has been keeping text and speech in sync. I initially used a heuristic of 60 ms per character, which works in most cases but sometimes fails badly. I’ve started experimenting with retrieving the number of frames from each video and dynamically calculating a suitable duration per character, assuming 15 fps. Unfortunately I don’t have the time to fully develop this, as it would require extensive testing to achieve reliable results.
- Praetorian
- ScummVM Developer
- Posts: 989
- Joined: Tue May 08, 2007 8:54 am
- Location: Greece
- Contact:
Re: Sherlock Holmes: Serrated Scalpel
Interesting! I don't have the full game (in either platform) but it seems like a cool project.
Maybe others will find the work helpful and progress further.
Maybe others will find the work helpful and progress further.