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.

Difference between revisions of "Gratuitous Space Battles"

From PCGamingWiki, the wiki about fixing PC games
(Corrected release dates)
Line 13: Line 13:
 
==Availability==
 
==Availability==
 
{{Availability Table|
 
{{Availability Table|
{{Availability Table/row| [http://store.steampowered.com/app/000000/ Steam] | {{ID|Steam}} | Only the Windows and Mac version }}
+
{{Availability Table/row| [http://store.steampowered.com/app/000000/ Steam] | {{ID|Steam}} | }}
 
{{Availability Table/row| [http://positech.co.uk/gratuitousspacebattles/register.html Developer Website] | {{ID|DRM-free}} | The Windows and Mac versions are sold separately }}
 
{{Availability Table/row| [http://positech.co.uk/gratuitousspacebattles/register.html Developer Website] | {{ID|DRM-free}} | The Windows and Mac versions are sold separately }}
{{Availability Table/row| [http://www.desura.com/games/gratuitous-space-battles Desura] | {{ID|Desura}}{{ID|DRM-free}} | Includes all versions}}
+
{{Availability Table/row| [http://www.desura.com/games/gratuitous-space-battles Desura] | {{ID|Desura}}{{ID|DRM-free}} | }}
{{Availability Table/row| [http://apps.ubuntu.com/cat/applications/gratuitous-space-battles/ Ubuntu Software Centre] | {{ID|USC}}{{ID|DRM-free}} | Only the Linux version }}
+
{{Availability Table/row| [http://apps.ubuntu.com/cat/applications/gratuitous-space-battles/ Ubuntu Software Centre] | {{ID|USC}}{{ID|DRM-free}} | }}
 
}}
 
}}
{{ii}} None of the versions provide everything and there is a price disparity between the same versions
+
{{ii}} None of the versions provide everything and there is a price disparity between the same versions.
{{ii}} The Linux and Mac versions were first released via a [[Humble Indie Bundle|Humble Bundle]]
+
{{ii}} Online gameplay requires an activation code.
{{ii}} Online gameplay requires an activation code
+
{{--}} Online gameplay is fully crossplatform.
{{ii}} Online gameplay works between different platforms
+
{{--}} Some of the DLC is only available on Windows.
  
 
==Game data==
 
==Game data==

Revision as of 20:40, 7 March 2013

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.
Online gameplay requires an activation code.
Online gameplay is fully crossplatform.
Some of the DLC is only available on Windows.

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