Skip to content

Releases: hold11/CDIO_final

Fixed balance issue

16 Jan 07:13

Choose a tag to compare

Merge pull request #95 from hold11/hotfix/fixed_properties_error

Fixed properties error

Minor bug fixes

16 Jan 04:46

Choose a tag to compare

Merge pull request #91 from hold11/hotfix/last_fixes

Hotfix/last fixes

First Official Release

15 Jan 03:45

Choose a tag to compare

Download the game by downloading both the .jar-file and the fields.xml. It is important that both files are stored in the exact same folder.

To just open the game without any options, simply double click the .jar-file. A GUI will open up.

If any options are wanted, a few options are available.

To start the game with the debug log console, open a terminal or command prompt in the folder where you saved the game files and execute the following command:

$ java -jar CDIO_final.jar

A few arguments are available. If you want to change the locale to something different than the default language (da_DK):

$ java -jar CDIO_final.jar en US

It is important to note though that only the danish (da_DK) locale are done as of now, so changing locale might not give the best user experience. The game might even crash.

For the auto dicecup, execute:

$ java -jar CDIO_final.jar auto

Auto dicecup with locale:

$ java -jar CDIO_final.jar auto en US

Adventures of Dirch, Inger and Ove

10 Jan 19:46

Choose a tag to compare

Pre-release

To use the auto dice:

java -jar CDIO_final.jar auto

Edit fields in fields.xml.

M1

10 Jan 10:43

Choose a tag to compare

M1 Pre-release
Pre-release
v0.1

Merge pull request #26 from hold11/feature/deletingCentralizedGameInf…