Spiral Knights Guide

spiral86.jpg


Spiral Knights is a free-to-play MMO RPG with a strong emphasis on cooperative game-play. Imagine Torchlight mixed with linear dungeon rogue-like maps, encountering many fantasy enemies like ghosts, blobs, zombies, foxes who drop miscellaneous currency and power-ups. Upgrade weapons, armor and abilities to overcome a variety of bosses.

spiral90.jpg


Follow my step-by-step guide on installing, configuring and optimizing Spiral Knights in Linux

Note: This guide applies to the Java version of Spiral Knights.

Tips & Specs:

Mint 17 64-bit
Java 1.7.0_79

Go to www.spiralknights.com
Click "Play Now!"
spiral01.png


Don't bother playing in the browser
Click the "click here" at the bottom to download the game
spiral02.png


Save spiral-install.bin to your desktop
spiral03.png


Double-click spiral-install.bin
Click "Make executable and run"
spiral04.png


Press Space to scroll down the Terms of Service
spiral06.png


Type: yes
To agree to the license terms
spiral07.png


Press Enter if you already have Java 1.5.0 or newer installed
spiral08.png


Type the path where you want to install Spiral
Or
Press Enter for the default path
/home/username/spiral
spiral09.png


Press Return to close the window
spiral10.png


A shortcut should have been created and added to your desktop
Double-click the Spiral Knights shortcut
spiral15.png


Downloading...
spiral11.png


Launch Screen
spiral12.png


Login as Guest or use your Registration credentials
Click Login
spiral13.png


Note: After logging in as guest, when you are finished playing the game will ask if you want to save the account. No email necessary. If you use your Steam account all progress will be lost.

Optimization

Click Options
Click Video Tab
Adjust Resolution
Check/UnCheck Fullscreen
Click Apply
spiral14.png


Click "Edit Advanced"
Enable/Disable:
  • Vertical Sync
  • Compatibility Mode
  • Render Effects
  • Cull Transients
  • Antialiasing

Click OK
spiral16.png


Conclusion:
Spiral Knights ran perfectly on my GeForce 550 Ti. It even ran on my Acer C710 Chromebook with Ubuntu 12.04 and an Intel HD 2000 video chip.

I experienced a few symptoms when logging in or taking screenshots. Sometimes when I entered my password the cursor would enter repetative text endlessly. I was unable to login, but when I switched to another desktop and back, I was able to delete the text and enter it correctly.
Another symptom was when taking a PrtScrn screenshot, the game would minimize. Sometimes I would have a hard time maximizing the game and could not navigate in Linux to restore it. Sometimes the only solution was to kill the game with Ctrl+Alt+F1 (TTY).

Its free, multi-player, cooperative, optimized and runs in free Java. What else could you want?

Gameplay Video:

Screenshots:
spiral80.jpg


spiral81.jpg


spiral82.jpg


spiral83.jpg


spiral84.jpg


spiral85.jpg


spiral87.jpg


spiral88.jpg
 
Last edited:
Tried this one on my fresh installation of Mint 17.2 and just like Dead Frontier guide, nothing happens. Saved the .bin to my desktop, double clicked and ran as an executable. Nothing happens after I click the button. Fairly sure I'm following the guides directly, though I probably don't know enough to do my own work arounds on Linux.
 
If you are using a 64-bit version of Linux, make sure to install the 32-bit libraries.
Are you able to play any other games in Linux?
Open your Synaptics Package manager, search for ia32-libs
Mark it for installation and apply it.
 
I actually got SK to finally work by messing around in the terminal. It wouldn't run as an executable, so I had to go the chmod command route to get it to work. It works perfectly now.
 
I had to do that on my Chromebook with Ubuntu 12
But Mint was able to make it executable without the terminal
Strange...
Glad you got it working, maybe I'll add those steps to the guide as well
 
So you have to use the Terminal to install Spiral Knights? or are you using the Terminal to run it each time?
 
I had to use Terminal to install. Once I got it installed, it works perfectly. No problems at all so far.
 
Ok, good. I may have to update my guide
When I first downloaded the .bin file, I double-clicked and Mint asked me if I wanted to make it "executable"
Basically
Code:
sudo chmod +x spiral-install.bin

In Mint you can also right-click the .bin and click the Permissions tab. You can check "make executable"
 
Back
Top