diff --git a/ImperatorToCK3/Data_Files/ReadMe.txt b/ImperatorToCK3/Data_Files/ReadMe.txt index 561526d08..12d6da038 100644 --- a/ImperatorToCK3/Data_Files/ReadMe.txt +++ b/ImperatorToCK3/Data_Files/ReadMe.txt @@ -23,6 +23,7 @@ INSTRUCTIONS CREDITS ---- +IhateTrains - Lead, programming, data files Idhrendur - Setting up the project, review, advice Zemurin - Review, advice lukaslunt - Data files diff --git a/ImperatorToCK3/Data_Files/configurables/version.txt b/ImperatorToCK3/Data_Files/configurables/version.txt index 6362816c2..fe11910ca 100644 --- a/ImperatorToCK3/Data_Files/configurables/version.txt +++ b/ImperatorToCK3/Data_Files/configurables/version.txt @@ -1,5 +1,5 @@ # Version info -version = "0.0A" -name = "init-prerelease" -descriptionLine = "Compatible with I:R 1.4" +version = "0.1" +name = "Augustus" +descriptionLine = "Compatible with I:R 1.5 and CK3 1.1" diff --git a/README.md b/README.md index 43b426ca7..0dc84a2c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ # ImperatorToCK3 -It will be a thing. +## Converts Imperator: Rome saves into Crusader Kings III mods -[![CodeFactor](https://www.codefactor.io/repository/github/paradoxgameconverters/imperatortock3/badge/master)](https://www.codefactor.io/repository/github/paradoxgameconverters/imperatortock3/overview/master) \ No newline at end of file +This converter is documented on the [Imperator: Rome wiki](https://imperator.paradoxwikis.com/Imperator_To_CK3_Converter). + +For troubleshooting, bugreporting, or other help, please visit the official [release thread](https://forum.paradoxplaza.com/forum/threads/imperator-to-ck3-release-thread.1415172/) on the Paradox Interactive forums. +To help with development, please visit the official [development thread](https://forum.paradoxplaza.com/forum/threads/imperator-to-ck3-development-thread.1415175/) on the Paradox forums. + +--- + +[![CodeFactor](https://www.codefactor.io/repository/github/paradoxgameconverters/imperatortock3/badge/master)](https://www.codefactor.io/repository/github/paradoxgameconverters/imperatortock3/overview/master) +[![Codacy Badge](https://app.codacy.com/project/badge/Grade/8a9f106c7b9a43faa37ad74b5897edc5)](https://www.codacy.com/gh/ParadoxGameConverters/ImperatorToCK3/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ParadoxGameConverters/ImperatorToCK3&utm_campaign=Badge_Grade) +[![Build status](https://ci.appveyor.com/api/projects/status/kt1wys7adfoqtf3q?svg=true)](https://ci.appveyor.com/project/Idhrendur/imperatortock3) + +--- + +The latest development release of the Windows version is available [here](https://github.com/ParadoxGameConverters/ImperatorToCK3/releases/tag/windows_development_build). diff --git a/appveyor.yml b/appveyor.yml index e76d9fd70..0a84f9bf2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,14 +18,14 @@ test_script: $wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml)) artifacts: - path: Release - name: ImperatorToCK3 + name: ImperatorToCK3-0.1 deploy: - provider: GitHub - release: DevelopmentRelease - description: The most recent build of the development version + release: 0.1 + description: First stable release auth_token: secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ repository: ParadoxGameConverters/ImperatorToCK3 - artifact: ImperatorToCK3 + artifact: ImperatorToCK3-0.1 prerelease: true force_update: true \ No newline at end of file