This is an updated version of the original author badger_ken's ck2 matchmaker application. This version has been fixed to work with the latest version of CK2 (3.3.3) and has some minor new features.
See http://www.couscouscrabcakes.com/matchmaker/matchmaker.html for the original website with usage examples etc. To install the updated version please follow the instructions below.
Many thanks to the original author badger_ken. Ken can be contacted at [email protected] and their website is http://www.couscouscrabcakes.com.
This is an alpha release which has not been tested with mods, or many different save files. Your browser, operating system and/or antivirus might detect the program as unregonized and as such dangerous. The code is available in this repo and does nothing dangerous or malicious. Additionally you can compile and run it yourself using gradle if downloading the precompiled binaries is too risky for your tastes. Please follow the compilation from source section below if so.
Please raise any issues you encounter on this repo in the issues tab above or in the thread on the paradox forum
- Download the latest release from the releases page : ck2_matchmaker_2.0.0-alpha.zip
- In chrome you may have to confirm you wish to keep the zip
- Click the up arrow next to the discard button and select Keep
- Extract the zip file.
- Navigate into the extracted
ck2_matchmaker_2.0.0-alpha/
folder. - In Windows:
- Run the
matchmaker_ck2
Application - Windows might detect it is an unrecognised app.
- If so click
More info
and thenRun anyway
- Run the
- In Linux
- Go into the sub folder lib and double click
matchmaker_ck2-2.0-all.jar
to run - If it does not run you may have to install java first, follow https://java.com/en/download/help/linux_x64_install.xml
- Once java is installed then run in the terminal:
java -jar matchmaker_ck2-2.0-all.jar
- Go into the sub folder lib and double click
Please free feel to open feature requests or report bugs as issues. Pull requests are also very welcome!
- Clone this repo
- Run
./gradlew createAllExecutables
- Find the compiled executables in
build/launch4j/