From 70bb349522384b0959cda1b6568576a31e3df071 Mon Sep 17 00:00:00 2001 From: nycki Date: Tue, 28 Oct 2025 13:30:57 -0700 Subject: [PATCH] zoombini --- content/zoombini.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 content/zoombini.md diff --git a/content/zoombini.md b/content/zoombini.md new file mode 100644 index 0000000..fa9d99b --- /dev/null +++ b/content/zoombini.md @@ -0,0 +1,30 @@ +--- +layout: base.njk +title: zoombini +subtitle: whatever you are, MAKE ME A PIZZA! +permalink: /zoombini/ +--- + +## setup + +I am using the Learning Company re-release from 2001 (with the AOL ads in it), and using Wine 10.0 on Debian Trixie. + +Create a folder for this project, mine is called zoombini. Extract files from the CD-ROM iso and place them in a folder called wincd. So you should have zoombini/wincd/Play.exe. + +Run this command to start Wine Config: + +``` +WINEPREFIX="$PWD/wine32" winecfg +``` + +Add a drive D: which points at wincd. Use Advanced Settings to set the type of D: to CD-ROM. + +Under graphics, enable Virtual Desktop, size 800x600. + +You can now exit Wine Config. + +Run this command to start the game: + +``` +WINEPREFIX="$PWD/wine32" wine D:/Play.exe +```