All Projects → edemirkan → wine-starcraft-installer

edemirkan / wine-starcraft-installer

Licence: other
Helper scripts to install & run StarCraft using wine-staging.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to wine-starcraft-installer

ZZZKBot
ZZZKBot is a bot (AI) for Starcraft: Broodwar. It is designed to compete against other bots. It is not designed to compete against humans. It uses BWAPI as an API for interacting with Starcraft: Broodwar. I am not intending to support/maintain/develop ZZZKBot in future, although I haven't ruled it out either.
Stars: ✭ 57 (+18.75%)
Mutual labels:  starcraft-broodwar
Conty
Easy to use unprivileged Linux container packed into a single portable executable
Stars: ✭ 198 (+312.5%)
Mutual labels:  wine-staging
awesome-gnu-linux-gaming
A curated list of awesome GNU/Linux tips & tricks, games, tools, and resources - Mirrored from: https://gitlab.com/linuxcafefederation/awesome-gnu-linux-gaming.git
Stars: ✭ 135 (+181.25%)
Mutual labels:  wine-staging
wine-launcher
Wine Launcher - Running Windows games under Linux
Stars: ✭ 249 (+418.75%)
Mutual labels:  wine-staging
JBWAPI
Pure Java BWAPI Client implementation for JVM languages
Stars: ✭ 16 (-66.67%)
Mutual labels:  starcraft-broodwar
CoachAI
BWAPI AI that helps you play/analyze StarCraft v1.16 game/replay with more eyes/ears/brains, get ready for a 3rd eye/ear and a 2nd brain operation !
Stars: ✭ 21 (-56.25%)
Mutual labels:  starcraft-broodwar
Winetricks
Winetricks is an easy way to work around problems in Wine
Stars: ✭ 1,786 (+3620.83%)
Mutual labels:  wine-staging
PlayOnGit
Launch your games on Linux directly from the start menu, with excellent performance.
Stars: ✭ 31 (-35.42%)
Mutual labels:  wine-staging

Wine StarCraft Installer for Ubuntu

What does this script do?

The installer script will install StarCraft using the winehq-staging package. As it's a 32bit build, you'll probably need to enable i386 support for your system.

sudo dpkg --add-architecture i386

This will create $HOME/.starcraft folder to deploy $WINEPREFIX, so no root privileges required.

Installation

1. Install winehq-staging

Follow instructions here You will need to install Staging branch

2. Download the "StarCraft-Setup.exe" into the same folder you have this script

You can download the StarCraft-Setup.exe here

$ ls -al
-rwxr-xr-x  1 user user 3205616 May 13 16:33 StarCraft-Setup.exe
-rwxr-xr-x  1 user user    2861 May 13 15:46 wine-sc-installer.sh
-rw-rw-r--  1 user user   13098 May 13 10:40 winecfg-icon.png
-rw-rw-r--  1 user user  125521 May 13 10:36 starcraft-icon.png

3. Chmod the script as executable.

$ chmod 755 wine-sc-installer.sh

4. run "./wine-sc-installer"

$ ./wine-sc-installer.sh

Type 1 and press Enter to start installation.

5. If asked, install "Mono" and "Gecko" packages for the wine prefix. Following the installation, create the .desktop menu entries as described in the next step.

6. Run wine-sc-installer.sh and select Option 2 to create shortcuts.

7. Now, you should have 2 new icons in your "Game" category; "StarCraft", "StarCraft WineCfg". Simply click on StarCraft to run the game.

Uninstall

Run "./wine-sc-installer" and select Option 3.

Script will delete the following folders & directories.

$ rm -rfd $HOME/.starcraft
$ rm $HOME/.local/share/applications/StarCraft.desktop
$ rm $HOME/.local/share/applications/SCWineConfig.desktop
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].