30 lines
765 B
Markdown
30 lines
765 B
Markdown
---
|
|
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
|
|
```
|