[mohawk] Logical Journey of the Zoombinis on ScummVM

General chat related to ScummVM, adventure gaming, and so on.

Moderator: ScummVM Team

Post Reply
joveler
Posts: 5
Joined: Fri Feb 27, 2026 2:28 am

[mohawk] Logical Journey of the Zoombinis on ScummVM

Post by joveler »

I have been implementing 'Logical Journey of the Zoombinis' on ScummVM for three months.
The project is still in an early stage and not yet playable. I have been focusing on interactive elements first.
When the game becomes playable, I want to pull request the code.

Fully Implemented:
- Intro cutscene
- Map
- Dialogs
- Loading gamesave
Partly Implemented:
- Zoombini Isle
- Basecamp 1

While I am using the Korean Windows release of v1.11 as a lead testing version, English v1.1 is also supported.
Big thanks to the existing Mohawk engine writers; their analysis helped a lot with handling MHK resources.

Here are the progress demo captures:
- Korean: https://youtu.be/liQ7eKw8oUw
- English: https://youtu.be/IH4X6CRdJLY

Please provide advice if you have any!
Fork Git Repo: https://github.com/ied206/scummvm-zoombini
joveler
Posts: 5
Joined: Fri Feb 27, 2026 2:28 am

Re: [mohawk] Logical Journey of the Zoombinis on ScummVM

Post by joveler »

scummvm-zoombini-win-ko-00034.png
scummvm-zoombini-win-ko-00034.png (518.32 KiB) Viewed 372 times
scummvm-zoombini-win-ko-00035.png
scummvm-zoombini-win-ko-00035.png (642.74 KiB) Viewed 372 times
scummvm-zoombini-win-ko-00036.png
scummvm-zoombini-win-ko-00036.png (572.07 KiB) Viewed 372 times
joveler
Posts: 5
Joined: Fri Feb 27, 2026 2:28 am

Re: [mohawk] Logical Journey of the Zoombinis on ScummVM

Post by joveler »

scummvm-zoombini-win-ko-00037.png
scummvm-zoombini-win-ko-00037.png (571.88 KiB) Viewed 369 times
scummvm-zoombini-win-ko-00038.png
scummvm-zoombini-win-ko-00038.png (424.73 KiB) Viewed 369 times
scummvm-zoombini-win-ko-00039.png
scummvm-zoombini-win-ko-00039.png (430.12 KiB) Viewed 369 times
User avatar
Praetorian
ScummVM Developer
Posts: 1037
Joined: Tue May 08, 2007 8:54 am
Location: Greece
Contact:

Re: [mohawk] Logical Journey of the Zoombinis on ScummVM

Post by Praetorian »

I've never played this game, but the demo videos and screenshots look good. Nice work!
User avatar
sev
ScummVM Lead
Posts: 2357
Joined: Wed Sep 21, 2005 1:06 pm
Contact:

Re: [mohawk] Logical Journey of the Zoombinis on ScummVM

Post by sev »

This is awesome! Looking forward to your work landing to ScummVM.


Eugene
joveler
Posts: 5
Joined: Fri Feb 27, 2026 2:28 am

Re: [mohawk] Logical Journey of the Zoombinis on ScummVM

Post by joveler »

Thanks for your welcome!
The work on Logical Journey of the Zoombinis is progressing smoothly.

I implemented three more pages - this time puzzles!
- Allergic Cliffs
- Pizza Pass
- Mudball Wall
There are nine more puzzle pages to go.

As well as the v1.1 Korean and English release, I added explicit support for v2.0 English too.

Progress Video (as of 2026.07.29)
- v1.11 Korean: https://www.youtube.com/watch?v=nBWclD6hnPA
- v2.0 English: https://www.youtube.com/watch?v=DSEwsVmwWmA
LittleVince
Posts: 3
Joined: Tue May 26, 2026 8:03 pm
Location: France

Re: [mohawk] Logical Journey of the Zoombinis on ScummVM

Post by LittleVince »

Funny game, great port idea.

I've got the european cd-rom at hand (english/french/german) including all text and speech resources for each language. Seems to be 1.0 version.

Simply let me know if you're interested.
joveler
Posts: 5
Joined: Fri Feb 27, 2026 2:28 am

Re: [mohawk] Logical Journey of the Zoombinis on ScummVM

Post by joveler »

LittleVince wrote: Fri Jul 10, 2026 6:41 am Funny game, great port idea.

I've got the european cd-rom at hand (english/french/german) including all text and speech resources for each language. Seems to be 1.0 version.

Simply let me know if you're interested.
Thanks. Fortunately, I got my hands on the European releases myself, and working on supporting them.
The versioning scheme is quite complicated, though. There are v1.0 and v1.1 releases for Europe, but European v1.1 is not equal to the US v1.1 release.
I reworked the Zoombinis game detection table to avoid confusion. Now the game version has its release location suffix.

- European v1.0: v1.0BR, v1.0FR, v1.0GE
- European v1.1: v1.1BR, v1.1FR, v1.1GE
- US v1.1: v1.1US
- Korean v1.11: v1.11KR
- US v2.0: v2.0US
20260711_Support_List.png
20260711_Support_List.png (76.13 KiB) Viewed 22 times
The naming scheme FR/GE came from the internal productversion of the European release.
GB release internally uses v1.0EU (England-US? not sure) as its productversion, but I changed it to BR to make the release location clear.

There is proof that a Japanese release exists, but I could not trace any further.
I think there would be more localized versions of Zoombinis, but I could not reach them either.
If anyone has and wants support for yet-to-be-discovered versions, please contact me.
Post Reply