How to install SM64 Coop Deluxe on a Chromebook

In this guide, we'll walk you through the process of installing SM64 Coop Deluxe on your Chromebook. SM64 Coop Deluxe is a fan-made multiplayer version of the classic Super Mario 64, allowing you to play with friends online. This tutorial is designed to complement our video guide, providing detailed steps and commands to ensure a smooth installation process.

Prerequisites

Before we begin, it's important to note that this tutorial is specifically for Chromebooks with an Intel or AMD CPU that support Linux Apps. Unfortunately, this method won't work on Chromebooks with an ARM64 architecture CPU. If you're unsure about your Chromebook's specifications, you can check our list of Chromebooks with Linux Apps (Crostini) support.

Setting Up Linux Apps

If you haven't already enabled Linux Apps on your Chromebook, follow these steps:

  1. Go to your Chromebook's Settings
  2. Click on the "About Chrome OS" section in the left panel
  3. Under the "Developer" section, choose "Set up Linux"
  4. Follow the prompts to turn on Linux

Installation Process

Now that Linux Apps are enabled, we'll use the terminal to install Wine and SM64 Coop Deluxe. Wine is a compatibility layer that allows us to run Windows applications on Linux-based systems. Here are the commands you'll need to run:

1) sudo dpkg --add-architecture i386
2) wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.key
3) echo "deb https://dl.winehq.org/wine-builds/debian/ bookworm main" | sudo tee /etc/apt/sources.list.d/wine_chrome_os_made_simple.list
4) sudo apt update
5) sudo apt install --install-recommends winehq-stable winbind
6) winecfg
7) ln -s  /home/$USER/.wine/drive_c /home/$USER/wine
8) wget https://github.com/coop-deluxe/sm64coopdx/releases/download/v1.0/sm64coopdx_v1.0_Windows_OpenGL.zip
9) unzip sm64coopdx_v1.0_Windows_OpenGL.zip
10) wine sm64coopdx\ v1.0\ Windows\ OpenGL/sm64coopdx.exe

Let's break down what each of these commands does:

  1. Enables 32-bit architecture support, which is necessary for Wine
  2. Downloads and adds the Wine repository key
  3. Adds the Wine repository to your system
  4. Updates your system's package lists
  5. Installs Wine and its dependencies
  6. Runs the Wine configuration tool
  7. Creates a symbolic link to the Wine C: drive for easy access
  8. Downloads the SM64 Coop Deluxe zip file
  9. Extracts the contents of the zip file
  10. Launches SM64 Coop Deluxe using Wine

Remember to run these commands one at a time in your terminal. If you encounter any issues, double-check that you've entered each command correctly.

Running SM64 Coop Deluxe

After the installation is complete, you can launch SM64 Coop Deluxe at any time by opening a terminal and running the following command:

wine sm64coopdx\ v1.0\ Windows\ OpenGL/sm64coopdx.exe

This command tells Wine to run the SM64 Coop Deluxe executable file.

Troubleshooting Tips

If you encounter any issues during the installation or while running the game, here are a few things you can try:

  • Make sure your Chromebook's software is up to date
  • Restart your Chromebook and try the process again
  • Check that you have enough free storage space (at least 1GB recommended)
  • If Wine isn't working correctly, try running 'winecfg' in the terminal to reconfigure it

If you're still having trouble, feel free to leave a comment on our YouTube video, and we'll do our best to assist you.

Additional Resources

For more information about SM64 Coop Deluxe and Wine, check out these resources:

We hope this guide helps you get SM64 Coop Deluxe up and running on your Chromebook. Happy gaming!

For more guides and tutorials on getting the most out of your Chromebook, check out our Chromebook comparison and Buyers Guide.

Comments