Crusader Kings II

Crusader Kings II

Crusader Kings II Ironman Backup Tool
Cynther  [developer] Jan 14, 2016 @ 4:30pm
Linux compability
CK2IBT v0.92 has been tested to work with Linux as well. The CK2IBT.bat file that is used to launch CK2IBT in Windows does not work on Linux, but you can launch it from a terminal by navigating to the CK2IBT folder and entering the following command:

java -jar CK2IronmanBackupTool.jar
Last edited by Cynther; Jan 17, 2016 @ 7:09am
< >
Showing 1-5 of 5 comments
I'd add a note saying that it will not run with Open JDK 7. I'd emphisie it's only garentted to run on Java Versions 8 and up. They do have Java 9 beta out BTW.

For those interested I do Have a Simple startup script For this. Simply Past it into a text doc and name it CK2IBT.sh

Make sure you allw to run as an exectuable. You can do that from Properties.

For those Who don't know how to run a Bash Script (the .sh file) open a terminal/command line. Then type ./CK2IBT.sh and then hit enter. It ought to work.

Originally posted by Startup For linux:
#!/bin/bash

# This File is to Execute The Crusader Kings II Ironman Backup Tool
# To use simply type in a command line ./CK2IBT.sh.
# Make sure the Jar file is in its defualt install location. Otherwise it will not work.
# If extracted prperly they should be in the folder.
# Refer to README for more information on how to use this program.

echo "Thank you for using The Crusader Kings II Ironman Backup Tool"

cd "$HOME/.paradoxinteractive/Crusader Kings II/mod/CK2IBT/"

java -jar "CK2IronmanBackupTool.jar"
Last edited by The Stalker of Shadows; Jan 14, 2016 @ 7:49pm
Cynther  [developer] Jan 15, 2016 @ 6:12am 
Thank you. Nice touch with the echo, hehe :) The path on my system is actually ..\Paradox Interactive\.. with a space. Maybe it's a Windows thing. If you try out this launch script and it doesn't work, make sure the path is correct.
Cynther  [developer] Jan 15, 2016 @ 6:16am 
Actually, if you're gonna open the terminal anyway, you can just type

java -jar "your/path/to/ck2ibt/CK2IronmanBackupTool.jar" (including quotes)
Well ./CK2IBT.sh is easier.

And this assumes you have CK2 installed into the defult Linux install Directory.

As for the space it more like it's a linux thing. Linux is both Space and Case sensitive.
For Ex. "/ck2ibt/CK2IronmanBackupTool.jar" and "/CK2IBT/CK2IronmanBackupTool.jar" are entirly different folders. Where as Windows Dosn't care. Linux also is really picky about spaces. to run a file with spaces Quotes are manditory. Also windows CMD prompt and Linux Bash shell, though similar is a few respects, are entierly different and use differnt commands to call the same funtions in most cases.
Cynther  [developer] Jan 17, 2016 @ 7:14am 
v0.92 requires to be installed in the mod folder. I expect that the next update will allow users to install in any location and then ask for the save games folder location.
< >
Showing 1-5 of 5 comments
Per page: 1530 50