Wine Not? Running Windows Games on Linux .

Wine Not? Running Windows Games on Linux .

~ Moon Tzu

The wise gamer adapts the battlefield to their strengths. In the realm of Wine, victory belongs to those who configure with patience and precision.

Hey, fellow geekers! Ever dusted off an old game CD and realized it’s not on Steam? Fear not, for Wine (the software, not the drink) is here to save the day. Grab your favorite Linux distro (I use arch BTW), and let’s dive into the wonderful world of Wine to run those classic Windows games.

Before we start, make sure you have Wine installed. If not, check out my post on installing Wine. Now, let’s get gaming!

Step 1: Configure your wine

Run the Wine configuration tool to create a new prefix:

winecfg

This will create a new .wine directory in your home directory.

Step 2: Set Up Your Game Directory

Let’s create a special place for our game files. Open your terminal and run:

cd .wine/drive_c/Program Files
mkdir GAMES

.wine folder can be found in your home directory .

Step 3: Install Winetricks

Winetricks is like a helpful butler that makes managing Wine applications easier. Install it with:

sudo apt install winetricks

Step 4: Get your Games

You can now proceed to download your favorite old abandonware games from sites like Archive.org. Here’s how you can get started:

Download Games from Archive.org:

Visit Archive.org or your favorite abandonware game site. For example:

Choose the game you want to play and download its installer or game files.

Step 5: Install your game:

After configuring Wine with winetricks, install the game:

wine GameInstaller.exe

Step 6: Run your game:

wine Game.exe

Step 7: Enjoy your Gaming Session:

Now, relive the nostalgia of classic games on your Linux system using Wine!

By following these steps, you can smoothly install and play your favorite abandonware games on Linux using Wine.

Suggested Reads :

By Chief Geek

Hello Geeks, I'm Chief Geek, your self-appointed Chief Geek(duh) at Weekend Geeks. By day, I’m a tech enthusiast, but by night, I morph into a caffeinated zombie on steroids type super-geek, diving headfirst into the world of gadgets, games, and all things nerdy.If something plugs in, powers up, or requires a firmware update, I’m on it faster than you can sneeze.From vintage arcade classics to the latest console crazes, I’ve rekt my way to the Chicken Dinner (not to mention a few aimbots here and there! ) . Python, Java, C++ , BrainFek– you name it, I’ve probably debugged it at 3 AM while munching on cold rocks .I talk to my Raspberry Pi more than I do to actual humans. My terminal is my therapist.When I’m not buried under a pile of intel manuals, you’ll find me blogging about the latest geek trends, reverse engineering the universe, and curating the ultimate playlist of 8-bit games and keygen soundtracks. My mission? To make Weekend Geeks your go-to destination for all things geeky, quirky, and downright fun.Fun Fact: I once stayed up 48 hours straight trying to perfect my high score in Flappy-Bird (True Story). Spoiler alert: I didn’t, but I did discover the perfect ratio of caffeine to snacks.Let's make the world a little geekier, one blog post at a time.

Leave a Reply

Your email address will not be published. Required fields are marked *

  • Facebook
  • X (Twitter)
  • LinkedIn
  • More Networks
Copy link