Hello, if you tell me the adjustments you made to the control file I could implement them for the next release. Thanks and best regards, Frank
jGameBase Temp Folder
jGameBase Temp Folder
Hello, jGameBase uses the default location of the operating system for temporary directories. In Java this is the property "java.io.tmpdir". So you can start jgb with a different temporary directory like java -Dpolyglot.js.nashorn-compat=true -Djava.io.tmpdir=<PATH TO TEMPDIR> -jar jgamebase.jar e.g. java -Dpolyglot.js.nashorn-compat=true -Djava.io.tmpdir=/home/frank/Schreibtisch/TEMPTEST -jar jgamebase.jar in the jGameBase directory. Hope that helps. Best regards, Frank
Launching Extras
Hello, yes the games key-value-pairs were not used when starting extras. Please find attached an updated jgamebase.jar (simply replace the existing one). Please test and give feedback if it is working as intended. Best regards, Frank
Launching Extras
can't install on ubuntu-like distribution