1990 ZAK (256 colors GID_ZAK)

Subscribers:
343
Published on ● Video Link: https://www.youtube.com/watch?v=GmoMlfK5f_Q



Duration: 0:00
35 views
1


https://www.remz.ca/web/classic-vg/zak-mckracken-and-the-alien-mindbenders/
https://wiki.scummvm.org/index.php/Zak_McKracken_and_the_Alien_Mindbenders

scummvm did not want to spawn on windows core 2025..
can the subtitles be sent to stdout so piper can read em out loud?

https://github.com/scummvm/scummvm/blob/master/engines/scumm/verbs.cpp

void ScummEngine_v7::addSubtitleToQueue(
https://github.com/scummvm/scummvm/blob/master/engines/scumm/string_v7.cpp

https://wiki.scummvm.org/index.php?title=Compiling_ScummVM/Visual_Studio
how much disk space do we need to rebuild scummvm.exe?

fatal: write error: No space left on device
fatal: index-pack failed
Receiving objects: 32% (452497/1394099), 932.62 MiB | 1.75 MiB/s
Receiving objects: 100% (1394099/1394099), 1.82 GiB | 2.15 MiB/s, done.


// While most games set their own default talkspeed at start-up,
// some don't, so let's preventively set a default one.
if (!ConfMan.hasKey("talkspeed", _targetName))
setTalkSpeed(_defaultTextSpeed);