Skip to content

Commit

Permalink
Leviathan patches - Gayomarthian to release (#174)
Browse files Browse the repository at this point in the history
* ages

* institutions

* Gayomarthian to release

* update supported version.
  • Loading branch information
Ivo Elezović authored Apr 27, 2021
1 parent fba953a commit 4d4251e
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@ age_of_reformation = {
trade_goods = spices
value = yes
}
trading_bonus = {
trade_goods = cloves
value = yes
}
trading_bonus = {
trade_goods = chinaware
value = yes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@ manufactories = {
trade_goods = ivory
trade_goods = slaves
trade_goods = spices
trade_goods = cloves
trade_goods = fur
trade_goods = incense
}
Expand Down Expand Up @@ -1315,6 +1316,7 @@ manufactories = {
trade_goods = ivory
trade_goods = slaves
trade_goods = spices
trade_goods = cloves
trade_goods = fur
trade_goods = incense
}
Expand Down Expand Up @@ -1986,6 +1988,7 @@ industrialization = {
trade_goods = ivory
trade_goods = slaves
trade_goods = spices
trade_goods = cloves
trade_goods = fur
trade_goods = incense
}
Expand Down Expand Up @@ -2119,6 +2122,7 @@ industrialization = {
trade_goods = ivory
trade_goods = slaves
trade_goods = spices
trade_goods = cloves
trade_goods = fur
trade_goods = incense
}
Expand Down
6 changes: 3 additions & 3 deletions CK3toEU4/Data_Files/configurables/version.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version info

version = "0.6"
name = "finnish_pagan"
descriptionLine = "Compatible with CK3 1.3 and EU4 1.30"
version = "0.7"
name = "Gayomarthian"
descriptionLine = "Compatible with CK3 1.3 and EU4 1.31"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion CK3toEU4/Source/EU4World/Output/outModFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ std::ostream& EU4::operator<<(std::ostream& output, const ModFile& modFile)
output << "name = \"Converted - " << modFile.outname << "\"\n";
output << "path = \"mod/" << modFile.outname << "\"\n";
output << "normal_or_historical_nations = yes\n";
output << "supported_version = \"1.30.*\"\n";
output << "supported_version = \"1.31.*\"\n";
output << "replace_path = \"history/countries/\"\n";
output << "replace_path = \"history/provinces/\"\n";
output << "replace_path = \"history/diplomacy/\"\n";
Expand Down
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ test_script:
(new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
artifacts:
- path: Release
name: CK3toEU4-0.6finnish
name: CK3toEU4-0.7Gayomarthian
deploy:
- provider: GitHub
release: windows_development_build
description: The most recent build of the development version
auth_token:
secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ
repository: ParadoxGameConverters/CK3ToEU4
artifact: CK3toEU4-0.6finnish
artifact: CK3toEU4-0.7Gayomarthian
prerelease: true
force_update: true
- provider: GitHub
tag: 0.6F
release: 0.6 finnish_pagan - for CK3[1.3] and EU4[1.30]
tag: 0.7G
release: 0.7 Gayomarthian - for CK3[1.3] and EU4[1.31]
auth_token:
secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ
repository: paradoxGameConverters/CK3ToEU4
artifact: CK3toEU4-0.6finnish
artifact: CK3toEU4-0.7Gayomarthian

0 comments on commit 4d4251e

Please sign in to comment.