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
m
Line 128: Line 128:
 
## Folder in the main directory (e.g. "''GSB/nomads GSB/campaign''")
 
## Folder in the main directory (e.g. "''GSB/nomads GSB/campaign''")
 
## "''data/install/DLC_RELATED''" into "''GSB/data/install/DLC_RELATED''"
 
## "''data/install/DLC_RELATED''" into "''GSB/data/install/DLC_RELATED''"
## "''data/packages/DLC_RELATED''" into "''data/packages/DLC_RELATED''"
+
## "''data/packages/DLC_RELATED''" into "''GSB/data/packages/DLC_RELATED''"
 
# Convert all .dds files to .png
 
# 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'''):
 
#: This can be done with the use of ImageMagick. To automate this process further the following command may be used ('''NO WARRANTY'''):

Revision as of 13:46, 5 January 2013

This page may require cleanup to meet basic quality standards. You can help by modifying the article. The discussion page may contain useful suggestions.
This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.

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

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