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 "Spiral Knights"

From PCGamingWiki, the wiki about fixing PC games
m (→‎Input settings: updated template usage)
m
(8 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
|cover        = Spiral Knights Logo.jpg
 
|cover        = Spiral Knights Logo.jpg
 
|developers  =  
 
|developers  =  
{{Infobox game/row/developer|Three Rings Design}}
+
{{Infobox game/row/developer|Grey Havens}}
 
|publishers  =  
 
|publishers  =  
{{Infobox game/row/publisher|Sega}}
+
{{Infobox game/row/publisher|Grey Havens}}
 
|engines      =  
 
|engines      =  
 
{{Infobox game/row/engine|LWJGL}}
 
{{Infobox game/row/engine|LWJGL}}
Line 11: Line 11:
 
{{Infobox game/row/date|Linux|April 4, 2011}}
 
{{Infobox game/row/date|Linux|April 4, 2011}}
 
{{Infobox game/row/date|OS X|April 4, 2011}}
 
{{Infobox game/row/date|OS X|April 4, 2011}}
 +
|taxonomy    =
 +
{{Infobox game/row/taxonomy/monetization      | free-to-play }}
 +
{{Infobox game/row/taxonomy/microtransactions | boost, cosmetic, currency, infinite spend, loot box, free-to-grind, unlock }}
 +
{{Infobox game/row/taxonomy/modes            | Multiplayer }}
 +
{{Infobox game/row/taxonomy/pacing            | Real-time }}
 +
{{Infobox game/row/taxonomy/perspectives      | Top-down view }}
 +
{{Infobox game/row/taxonomy/controls          | Direct control }}
 +
{{Infobox game/row/taxonomy/genres            | Action, MMO }}
 +
{{Infobox game/row/taxonomy/art styles        | Cartoon }}
 +
{{Infobox game/row/taxonomy/themes            | Sci-fi }}
 
|steam appid  = 99900
 
|steam appid  = 99900
|gogcom page  =  
+
|gogcom id    =  
 
|strategywiki =  
 
|strategywiki =  
 
|wikipedia    = Spiral Knights
 
|wikipedia    = Spiral Knights
 
|winehq      = 13192
 
|winehq      = 13192
 +
|license      = free-to-play
 
}}
 
}}
  
 
'''Key points'''
 
'''Key points'''
 
{{--}} Linux version is not available on Steam.
 
{{--}} Linux version is not available on Steam.
 +
{{--}} Outdated 32-bit Java version, doesn't come with the latest version of Java which comes at performance cost even on high-end hardware.
  
 
'''General information'''
 
'''General information'''
Line 27: Line 39:
 
{{mm}} [http://wiki.spiralknights.com/Support_Portal Spiral Knights FAQ on the Spiral Knights Wiki]
 
{{mm}} [http://wiki.spiralknights.com/Support_Portal Spiral Knights FAQ on the Spiral Knights Wiki]
 
{{mm}} [https://www.reddit.com/r/spiral_knights r/spiral_knights] - Spiral Knights Community on reddit
 
{{mm}} [https://www.reddit.com/r/spiral_knights r/spiral_knights] - Spiral Knights Community on reddit
{{mm}} [http://steamcommunity.com/app/99900/discussions/ Steam Community Discussions]
+
{{mm}} [https://steamcommunity.com/app/99900/discussions/ Steam Community Discussions]
  
 
==Availability==
 
==Availability==
Line 34: Line 46:
 
{{Availability/row| Steam | 99900 | Steam | | | Windows, OS X }}
 
{{Availability/row| Steam | 99900 | Steam | | | Windows, OS X }}
 
}}
 
}}
 +
 +
==Essential improvements==
 +
===Replace Java version===
 +
{{ii}} Spiral Knights includes an outdated 32-bit Java version. Installing 64-bit Java manually is necessary.
 +
{{ii}} Spiral Knights benefits from using the latest version of Java. Using 64-bit Java on 64-bit operating systems is strongly recommended.<ref>[https://forums.spiralknights.com/en/node/62691 SK Performance Tweaking Guide]</ref>
 +
 +
{{Fixbox|description=Create a symbolic link (Windows)|ref=<ref>{{Refcheck|user=Hawaii_Beach|date=2016-12-27|comment=}}</ref>|fix=
 +
# Go to <code>{{p|game}}</code>.
 +
# Delete or rename <code>java_vm</code>.
 +
# Open a [[Command Prompt]] as a administrator in <code>{{p|game}}</code>.
 +
# Type <code>mklink /d java_vm "%JAVA_HOME%"</code> into the command prompt.
 +
 +
'''Notes'''
 +
{{ii}} Make sure the {{code|JAVA_HOME}} environment variable is set correctly <ref>[http://stackoverflow.com/a/6521412 Finding JDK Installation Directory]</ref>.
 +
}}
 +
 +
===RAM allocation and more CPU Usage===
 +
 +
{{Fixbox|description=Windows|ref=<ref>[https://steamcommunity.com/sharedfiles/filedetails/?id=1847575647 64-bit Java & extra.txt]</ref>|fix=
 +
# Go to the [[#Game data|configuration file(s) location]].
 +
# Create {{file|extra.txt}}.
 +
# Paste in the following text:<br><code>-XX:-UseAdaptiveSizePolicy</code><br><code>--JVM RAM settings here--</code><br><code>-XX:+UseParallelGC</code><br><code>-XX:+UseParallelOldGC</code>
 +
# Modify <code>--JVM RAM settings here--</code> according to how much RAM in your system. See the table below.
 +
}}
 +
 +
{| class="wikitable"
 +
|-
 +
! RAM !! JVM RAM settings
 +
|-
 +
| 2 GB || -Xms2G
 +
-Xmx4G
 +
|-
 +
| 4 GB || -Xms1G
 +
-Xmx2G
 +
|-
 +
| 8 GB || -Xms2G
 +
-Xmx4G
 +
|-
 +
| 16 GB || -Xms4G
 +
-Xmx8G
 +
|}
  
 
==Game data==
 
==Game data==
Line 40: Line 93:
 
===Configuration file(s) location===
 
===Configuration file(s) location===
 
{{Game data|
 
{{Game data|
{{Game data/config|Windows|{{p|appdata}}\Three Rings Design\Spiral Knights}}
+
{{Game data/config|Windows|{{p|appdata}}\Spiral Knights}}
 
{{Game data/config|OS X|}}
 
{{Game data/config|OS X|}}
 
{{Game data/config|Linux|}}
 
{{Game data/config|Linux|}}
Line 48: Line 101:
 
===[[Glossary:Save game cloud syncing|Save game cloud syncing]]===
 
===[[Glossary:Save game cloud syncing|Save game cloud syncing]]===
 
{{Save game cloud syncing
 
{{Save game cloud syncing
|origin               =  
+
|discord                =
|origin notes         =  
+
|discord notes          =
|steam cloud           = unknown
+
|epic games store      =
|steam cloud notes     =  
+
|epic games store notes =
|uplay                 =  
+
|gog galaxy            =
|uplay notes           =  
+
|gog galaxy notes      =
|xbox cloud           =  
+
|origin                 =  
|xbox cloud notes     =  
+
|origin notes           =  
 +
|steam cloud           = false
 +
|steam cloud notes     =  
 +
|uplay                 =  
 +
|uplay notes           =  
 +
|xbox cloud             =  
 +
|xbox cloud notes       =  
 
}}
 
}}
  
==Video settings==
+
==Video==
 
{{Image|Spiral Knights General Video.png|In-game general video settings.}}
 
{{Image|Spiral Knights General Video.png|In-game general video settings.}}
 
{{Image|Spiral Knights Advanced Video.png|In-game advanced video settings.}}
 
{{Image|Spiral Knights Advanced Video.png|In-game advanced video settings.}}
{{Video settings
+
{{Video
|wsgf link                  = http://www.wsgf.org/dr/spiral-knights/en
+
|wsgf link                  = https://www.wsgf.org/dr/spiral-knights/en
 
|widescreen wsgf award      = gold
 
|widescreen wsgf award      = gold
 
|multimonitor wsgf award    = silver
 
|multimonitor wsgf award    = silver
Line 79: Line 138:
 
|windowed                  = true
 
|windowed                  = true
 
|windowed notes            =  
 
|windowed notes            =  
|borderless windowed        = false
+
|borderless windowed        = true
|borderless windowed notes  =  
+
|borderless windowed notes  = Paste <code>-Dorg.lwjgl.opengl.Window.undecorated=true</code> in <code>extra.txt</code> in <code>{{p|game}}</code>.
 
|anisotropic                = false
 
|anisotropic                = false
 
|anisotropic notes          =  
 
|anisotropic notes          =  
Line 97: Line 156:
 
}}
 
}}
  
==Input settings==
+
==Input==
 
{{Image|Spiral Knights General Controls.png|In-game general control settings.}}
 
{{Image|Spiral Knights General Controls.png|In-game general control settings.}}
 
{{Image|Spiral Knights Remapping.png|In-game key/button map settings.}}
 
{{Image|Spiral Knights Remapping.png|In-game key/button map settings.}}
{{Input settings
+
{{Input
 
|key remap                = true
 
|key remap                = true
 
|key remap notes          =  
 
|key remap notes          =  
Line 153: Line 212:
 
|steam input api          = unknown
 
|steam input api          = unknown
 
|steam input api notes    =  
 
|steam input api notes    =  
 +
|steam hook input          = unknown
 +
|steam hook input notes    =
 
|steam input presets      = unknown
 
|steam input presets      = unknown
 
|steam input presets notes =  
 
|steam input presets notes =  
 
|steam controller prompts  = unknown
 
|steam controller prompts  = unknown
 
|steam controller prompts notes =  
 
|steam controller prompts notes =  
 +
|steam cursor detection    = unknown
 +
|steam cursor detection notes =
 
}}
 
}}
  
==Audio settings==
+
==Audio==
 
{{Image|Spiral Knights Audio Language.png|In-game audio/language settings.}}
 
{{Image|Spiral Knights Audio Language.png|In-game audio/language settings.}}
 
{{Image|Spiral Knights Voice.png|In-game voice settings.}}
 
{{Image|Spiral Knights Voice.png|In-game voice settings.}}
{{Audio settings
+
{{Audio
 
|separate volume          = true
 
|separate volume          = true
 
|separate volume notes    =  
 
|separate volume notes    =  
Line 185: Line 248:
 
  |notes    =  
 
  |notes    =  
 
  |fan      =  
 
  |fan      =  
|fan notes =
 
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
Line 194: Line 256:
 
  |notes    =  
 
  |notes    =  
 
  |fan      =  
 
  |fan      =  
|fan notes =
 
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
Line 203: Line 264:
 
  |notes    =  
 
  |notes    =  
 
  |fan      =  
 
  |fan      =  
|fan notes =
 
 
}}
 
}}
 
{{L10n/switch
 
{{L10n/switch
Line 212: Line 272:
 
  |notes    =  
 
  |notes    =  
 
  |fan      =  
 
  |fan      =  
|fan notes =
 
 
}}
 
}}
 
}}
 
}}
Line 250: Line 309:
 
|tcp  = 47624-47634
 
|tcp  = 47624-47634
 
|udp  = 47624-47634
 
|udp  = 47624-47634
|upnp =  
+
|upnp = unknown
 
}}
 
}}
  
Line 279: Line 338:
 
|shader model versions  =  
 
|shader model versions  =  
 
|shader model notes    =  
 
|shader model notes    =  
|64-bit executable      = true
+
|windows 32-bit exe    = true
|64-bit executable notes=  
+
|windows 64-bit exe    = true
}}
+
|windows exe notes      = Manually replace 32-bit Java with 64-bit Java. See [[#Replace Java version|Replace Java version]].
 
+
|mac os x powerpc app  =  
===Replace Java version===
+
|macos intel 32-bit app = unknown
The game bundles with an old version of Java which can be replaced with newer versions of Java that may improve compatibility and performance for low end hardware.
+
|macos intel 64-bit app = unknown
 
+
|macos app notes        =  
{{Fixbox|description=Create a symbolic link (Windows)|ref=<ref>{{Refcheck|user=Hawaii_Beach|date=2016-12-27|comment=}}</ref>|fix=
+
|linux 32-bit executable= unknown
# Go to <code>{{p|game}}</code>.
+
|linux 64-bit executable= unknown
# Delete or rename <code>java_vm</code>.
+
|linux executable notes =
# Open a [[Command Prompt]] as a administrator in <code>{{p|game}}</code>.
 
# Type <code>mklink /d java_vm "%JAVA_HOME%"</code> into the command prompt.
 
 
 
'''Notes'''
 
{{ii}} Make sure the {{code|JAVA_HOME}} environment variable is set correctly, [http://stackoverflow.com/a/6521412 guide]
 
 
}}
 
}}
  
Line 307: Line 361:
 
|minGPU2  = ATI Radeon 8500
 
|minGPU2  = ATI Radeon 8500
 
|minVRAM  = 64 MB
 
|minVRAM  = 64 MB
 +
|notes    = {{ii}} Also requires [http://www.java.com/getjava/ Java 1.5] or higher for all versions
 
}}
 
}}
  
Line 319: Line 374:
 
|minGPU2  = ATI Radeon 8500
 
|minGPU2  = ATI Radeon 8500
 
|minVRAM  = 64 MB
 
|minVRAM  = 64 MB
 +
|notes    = {{ii}} Also requires [http://www.java.com/getjava/ Java 1.5] or higher for all versions
 
}}
 
}}
  
Line 331: Line 387:
 
|minGPU2  = ATI Radeon 8500
 
|minGPU2  = ATI Radeon 8500
 
|minVRAM  = 64 MB
 
|minVRAM  = 64 MB
 +
|notes    = {{ii}} Also requires [http://www.java.com/getjava/ Java 1.5] or higher for all versions
 
}}
 
}}
{{ii}} Also requires [http://www.java.com/getjava/ Java 1.5] or higher for all versions
 
  
 
{{References}}
 
{{References}}

Revision as of 04:43, 30 June 2020

Spiral Knights
Spiral Knights cover
Developers
Grey Havens
Publishers
Grey Havens
Engines
LWJGL
Release dates
Windows April 4, 2011
Linux April 4, 2011
macOS (OS X) April 4, 2011
Taxonomy
Monetization Free-to-play
Microtransactions Boost, Cosmetic, Currency, Infinite spend, Loot box, Free-to-grind, Unlock
Modes Multiplayer
Pacing Real-time
Perspectives Top-down view
Controls Direct control
Genres Action, MMO
Art styles Cartoon
Themes Sci-fi
Spiral Knights on Wikipedia

Key points

Linux version is not available on Steam.
Outdated 32-bit Java version, doesn't come with the latest version of Java which comes at performance cost even on high-end hardware.

General information

Official Website
Official Forums
Official Wiki
Spiral Knights FAQ on the Spiral Knights Wiki
r/spiral_knights - Spiral Knights Community on reddit
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Developer website In-browser and downloadable
Windows
macOS (OS X)
Linux
Steam
Icon overlay.png
Windows
macOS (OS X)

Essential improvements

Replace Java version

Spiral Knights includes an outdated 32-bit Java version. Installing 64-bit Java manually is necessary.
Spiral Knights benefits from using the latest version of Java. Using 64-bit Java on 64-bit operating systems is strongly recommended.[1]
Create a symbolic link (Windows)[2]
  1. Go to <path-to-game>.
  2. Delete or rename java_vm.
  3. Open a Command Prompt as a administrator in <path-to-game>.
  4. Type mklink /d java_vm "%JAVA_HOME%" into the command prompt.

Notes

Make sure the JAVA_HOME environment variable is set correctly [3].

RAM allocation and more CPU Usage

Windows[4]
  1. Go to the configuration file(s) location.
  2. Create extra.txt.
  3. Paste in the following text:
    -XX:-UseAdaptiveSizePolicy
    --JVM RAM settings here--
    -XX:+UseParallelGC
    -XX:+UseParallelOldGC
  4. Modify --JVM RAM settings here-- according to how much RAM in your system. See the table below.
RAM JVM RAM settings
2 GB -Xms2G

-Xmx4G

4 GB -Xms1G

-Xmx2G

8 GB -Xms2G

-Xmx4G

16 GB -Xms4G

-Xmx8G

Game data

In-game general settings.
In-game general settings.

Configuration file(s) location

System Location
Windows %APPDATA%\Spiral Knights
macOS (OS X)
Linux
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/99900/pfx/[Note 1]
It's unknown whether this game follows the XDG Base Directory Specification on Linux. Please fill in this information.

Save game cloud syncing

System Native Notes
Steam Cloud

Video

In-game general video settings.
In-game general video settings.
In-game advanced video settings.
In-game advanced video settings.

Graphics feature State WSGF Notes
Widescreen resolution
Minimum resolution is 1024x600.
Multi-monitor
Ultra-widescreen
4K Ultra HD
The game does not support a high DPI
Field of view (FOV)
Windowed
Borderless fullscreen windowed
Paste -Dorg.lwjgl.opengl.Window.undecorated=true in extra.txt in <path-to-game>.
Anisotropic filtering (AF)
See the glossary page for potential workarounds.
Anti-aliasing (AA)
Vertical sync (Vsync)
60 FPS and 120+ FPS

Input

In-game general control settings.
In-game general control settings.
In-game key/button map settings.
In-game key/button map settings.

Audio

In-game audio/language settings.
In-game audio/language settings.
In-game voice settings.
In-game voice settings.

Audio feature State Notes
Separate volume controls
Surround sound
Subtitles
All speech is text-based.
Closed captions
Mute on focus lost

Localizations

Language UI Audio Sub Notes
English
French
German
Spanish

Network

Multiplayer types

Type Native Notes
LAN play
Online play

Connection types

Ports

Protocol Port(s) and/or port range(s)
TCP 47624-47634
UDP 47624-47634
Universal Plug and Play (UPnP) support status is unknown.

Issues fixed

Various fixes can be found in the "Technical Issues FAQ" page on the Spiral Knights Wiki.

Other information

API

Executable 32-bit 64-bit Notes
Windows
Manually replace 32-bit Java with 64-bit Java. See Replace Java version.
macOS (OS X)
Linux

System requirements

Windows
Minimum
Operating system (OS) XP, Vista, 7
Processor (CPU) 1.3 GHz
System memory (RAM) 512 MB (XP)
1 GB (Vista/7)
Hard disk drive (HDD) 300 MB
Video card (GPU) Nvidia GeForce 5 series
ATI Radeon 8500
64 MB of VRAM
Also requires Java 1.5 or higher for all versions
macOS (OS X)
Minimum
Operating system (OS) Leopard 10.5.8, Snow Leopard 10.6.3, or later
Processor (CPU) 1.3 GHz
System memory (RAM) 1 GB
Hard disk drive (HDD) 300 MB
Video card (GPU) Nvidia GeForce 5 series
ATI Radeon 8500
64 MB of VRAM
Also requires Java 1.5 or higher for all versions
Linux
Minimum
Operating system (OS) Ubuntu 12.04
Processor (CPU) 1.3 GHz
System memory (RAM) 1 GB
Hard disk drive (HDD) 300 MB
Video card (GPU) Nvidia GeForce 5 series
ATI Radeon 8500
64 MB of VRAM
Also requires Java 1.5 or higher for all versions

Notes

  1. File/folder structure within this directory reflects the path(s) listed for Windows and/or Steam game data (use Wine regedit to access Windows registry paths). Games with Steam Cloud support may store data in ~/.steam/steam/userdata/<user-id>/99900/ in addition to or instead of this directory. The app ID (99900) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References