Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.
java -jar "your/path/to/ck2ibt/CK2IronmanBackupTool.jar" (including quotes)
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.