Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • is this the same jar file? In this link/site
    – Io-oI
    Commented Jan 4, 2022 at 14:19
  • Exactly since this is the game im talking about But i believe it could also be minecraft.jar Since i seen same arguments/parameters are used to launch each of them when i find any script for Spiral Knights or Minecraft Commented Jan 5, 2022 at 18:36
  • 1
    You need to make it portable. But i think you mean launching it with batch script Here spiralknights.com on right side under play now you have download button. Just download and then install it and you should get shortcut to SK on your desktop. Right click it > properties > open folder/file location. Here all you need is batch script with ( More or less you need to adjust java path): Where if you have java installed then "%ProgramFiles%\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar getdown-pro.jar . Commented Jan 14, 2022 at 0:44
  • 1
    Or if you want to actually make it portable you will need portable java i get mine from here portableapps.com/apps/utilities/OpenJDKJRE64 And then you will need to alter the pat for batch script Commented Jan 14, 2022 at 0:51
  • 1
    I think spiral knights installs to app data so after installation you can open any folder and type %APPDATA% into address bar and hit enter and you should see Spiral Knights folder there which you can move to desktop or wherever Commented Jan 14, 2022 at 0:54