Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
Update supported HoI4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Dec 23, 2016
1 parent 2982be6 commit 7f710a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Vic2ToHoI4/Data_Files/Vic2toHoI4DefaultConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<entryOptions>
<entryOption>
<name>hardcoded</name>
<friendlyName>Hard Coded</friendlyName>
<description>Use the HoI4 version hard coded into the converter (1.2.1)</description>
<friendlyName>Hard Coded (1.3.1)</friendlyName>
<description>Use the HoI4 version hard coded into the converter (1.3.1)</description>
<isDefault>true</isDefault>
</entryOption>
<entryOption>
Expand All @@ -46,7 +46,7 @@
<friendlyName>HoI4 Version</friendlyName>
<description>If manually entering the HoI4 version, set this to the desired version</description>
<hasDirectlyEditableValue>true</hasDirectlyEditableValue>
<value>1.2.1</value>
<value>1.3.1</value>
</preference>
<preference>
<name>industrial_shape_factor</name>
Expand Down
2 changes: 1 addition & 1 deletion Vic2ToHoI4/Source/Configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Configuration::Configuration()
}
else // (versionMethod == "hardcoded")
{
version = HOI4Version("1.2.1");
version = HOI4Version("1.3.1");
}
}

Expand Down

0 comments on commit 7f710a3

Please sign in to comment.