Difference between revisions of "Installation Instructions"

From Shield Cat Wiki
Jump to navigation Jump to search
(Created page with "Below you'll find the installation instructions for Shield Cat on its supported platforms. <span id="windows"></span> == Windows == <span id="linux"></span> == Linux ==")
 
Line 1: Line 1:
Below you'll find the installation instructions for [[Shield Cat]] on its supported platforms.
+
When you download a build of [[Shield Cat]], it will be titled like this:
 +
<blockquote><code>062619 Shield Cat Prototype - (Platform).zip</code></blockquote>
 +
The first 6 numbers will tell you the month, date, and year that the build was made. The platform represents what system this build is intended for.
  
<span id="windows"></span>
+
You do not need to install prototype builds using an installer. Instead, you can simply unzip them in any folder and then run them from that folder.
== Windows ==
 
  
<span id="linux"></span>
+
Below you'll find the instructions for [[Shield Cat]] on its supported platforms.
== Linux ==
+
 
 +
== <span id="windows">Windows</span> ==
 +
* [[Shield Cat]] is supported on Windows 10. It should run on older versions of Windows, but this isn't guaranteed.
 +
* All versions of the Shield Cat Prototype use the same save data folder. You can find it at <code>%localappdata%\Shield_Cat_Prototype</code>. If you're having trouble running the game, go there and delete any <code>.ini</code> files. The game will recreate them with defaults and should run.
 +
* You may get a warning about running untrustworthy code, or an unsigned app, or an app from an unknown publisher. Click "Run Anyways" or "Learn More" in order to run the game.
 +
 
 +
== <span id="linux">Linux</span> ==
 +
* [[Shield Cat]] is known to work on Ubuntu and it's derivatives such as Xubuntu, GalliumOS, and Linux Mint. However, your Linux distribution <b>must</b> be 64bit. The game will not run on 32bit or ARM versions of Linux.
 +
* You should be able to get it to work on other versions of Linux such as Arch Linux.
 +
* If the game doesn't run or crashes immediately, you may need <code>libcurl4</code> and <code>libopenal1</code>. You can use <code>sudo apt-get install libcurl4 libopenal1</code> in a terminal window to install them (if you're using Ubuntu or something based on it.)
 +
* Save data is stored in <code>~/.config/Shield_Cat_Prototype</code>. If you're having trouble with the game, try deleting any <code>.ini</code> files. The game will recreate them with default values.

Revision as of 03:51, 10 September 2019

When you download a build of Shield Cat, it will be titled like this:

062619 Shield Cat Prototype - (Platform).zip

The first 6 numbers will tell you the month, date, and year that the build was made. The platform represents what system this build is intended for.

You do not need to install prototype builds using an installer. Instead, you can simply unzip them in any folder and then run them from that folder.

Below you'll find the instructions for Shield Cat on its supported platforms.

Windows

  • Shield Cat is supported on Windows 10. It should run on older versions of Windows, but this isn't guaranteed.
  • All versions of the Shield Cat Prototype use the same save data folder. You can find it at %localappdata%\Shield_Cat_Prototype. If you're having trouble running the game, go there and delete any .ini files. The game will recreate them with defaults and should run.
  • You may get a warning about running untrustworthy code, or an unsigned app, or an app from an unknown publisher. Click "Run Anyways" or "Learn More" in order to run the game.

Linux

  • Shield Cat is known to work on Ubuntu and it's derivatives such as Xubuntu, GalliumOS, and Linux Mint. However, your Linux distribution must be 64bit. The game will not run on 32bit or ARM versions of Linux.
  • You should be able to get it to work on other versions of Linux such as Arch Linux.
  • If the game doesn't run or crashes immediately, you may need libcurl4 and libopenal1. You can use sudo apt-get install libcurl4 libopenal1 in a terminal window to install them (if you're using Ubuntu or something based on it.)
  • Save data is stored in ~/.config/Shield_Cat_Prototype. If you're having trouble with the game, try deleting any .ini files. The game will recreate them with default values.