sudo dpkg --add-architecture i386
sudo apt update
sudo apt install wine wine32 winetricks -y
... BUT if you're using KALI THIS PROBABLY WON'T WORK SO INSTALL DIRECTLY WITH
sudo wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks -O /usr/local/bin/winetricks
sudo chmod +x /usr/local/bin/winetricks
- Download the image from https://archive.org/details/Bryce3DCD
- r-click the actual .iso on your computer and allow Permissions “Allow this file to run as a program”
sudo mkdir -p /mnt/brycecd
sudo mount -o loop /home/YOURCOMPUTERNAME/Downloads/Bryce3DCD.iso /mnt/brycecd
WINEPREFIX=~/.bryce3d WINEARCH=win32 winecfg
... Now Wine Configuration will pop up, so just click “OK”, or do this (if you click OK and want to do it, because the graphics for original Bryce computers were different), do WINEPREFIX=~/.bryce3d winecfg
...
- Now go to Graphics tab and
- Check the box that says "Emulate a virtual desktop".
- Set the Desktop size to 1024x768 (or 1280x1024 if you want it slightly larger). BUT SINCE YOU ARE IN A VM, YOU MIGHT NEED 800x600 if it launches and it is too big for the screen
- Click Apply, then click OK.
cd /mnt/brycecd
WINEPREFIX=~/.bryce3d wine SETUP.EXE
... Bryce 3D launches
... Bryce guides you through it's installation (to the virtual C drive Wine has already created). Just give it any name and serial number.
WINEPREFIX=~/.bryce3d wine ~/.bryce3d/drive_c/Program\ Files/Corel/Bryce3D/Bryce3D.exe -nosplash


