Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Gratuitous Space Battles

From PCGamingWiki, the wiki about fixing PC games
Revision as of 11:56, 6 March 2013 by Cheeseness (talk | contribs) (Corrected release dates)

Template:Infobox

Steam Users' Forums for game series
Steam Comunity Discussions
Official website for the game

Windows, OS X, Linux

Availability

Template:Availability Table

None of the versions provide everything and there is a price disparity between the same versions
The Linux and Mac versions were first released via a Humble Bundle
Online gameplay requires an activation code
Online gameplay works between different platforms

Game data

Save game location

The game doesn't use XDG specifications on Linux

Template:Game Location Table

Video settings

Template:Video Settings

Input settings

Template:Input Settings


System requirements

Requires at least 1024x768

Template:System Requirements

Template:System Requirements

Template:System Requirements

Bugs

Whilst in battle, the game would, approximately every 3 minutes, drop from the regular (on an average machine, I do not know the specs of it) FPS of ~60, to < 10 FPS. It would go back to the regular FPS about 5 minutes later, and then repeat this cycle. Cause unknown, fix unknown.

Linux

DLC

The DLC for this game can only be bought via Steam or as a part of the collector's edition from the website. Because of this, the DLC is not officially sold on Linux, but it can be used with the Linux version after being bought on Steam [1].

  1. Buy DLC via Steam
  2. Install DLC via Steam, either under Windows or via Wine
  3. Copy the relevant directories
    1. Folder in the main directory (e.g. "GSB/nomads GSB/campaign")
    2. "data/install/DLC_RELATED" into "GSB/data/install/DLC_RELATED"
    3. "data/packages/DLC_RELATED" into "GSB/data/packages/DLC_RELATED"
  4. Convert all .dds files to .png
    This can be done with the use of ImageMagick. To automate this process further the following command may be used (NO WARRANTY):
    for x in `find . -name "*.dds"`; do convert $x `dirname $x`/`basename $x .dds`.png; done
    Some users have noted that some backgrounds appear white, when using the DLC, but this can be further fixed by converting the .bmp files


References