This repository has been archived by the owner on Mar 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/Vic2ToHoI4'
- Loading branch information
Showing
530 changed files
with
17,307 additions
and
4,255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
Q: I got an error that mentions MSVCP140.dll. What do I do? | ||
A : Go to the Visual Studio Redistributable page: https://www.microsoft.com/en-us/download/details.aspx?id=51682 | ||
then click Download and select vcredist_x86.exe. | ||
Once it has downloaded, install it and run the converter again. | ||
Q: I used a mod, will the converter work with it? | ||
A: It depends on what the mod changed. Your best bet is to simply try (and let us know how it went). As far as we can tell, it does work well with | ||
NNM, PDM, HPM, and games converted from EU4. | ||
|
||
Q: What should I put it the Victoria 2 mod directory option? | ||
A: It should be the directory where Victoria 2 stores mods. | ||
If Victoria 2 was installed at D:\Paradox Interactive\Victoria 2 then this option should be D:\Paradox Interactive\Victoria 2\mod. | ||
|
||
Q: What should I put in the Vic2 Mods option? | ||
A: The name of the folder for any mods you used. For PoD, put PDM. For HPM, put HPM. For Divergences, put "Divergences of Darkness" (and include the quotes). | ||
You can check log.txt after trying to convert to see if this setting was correct. | ||
Early on it will say "Double-check Vic2 mods", and follow that with a list of mods it expected and a list of mods it found. | ||
The ones it expects are the ones listed in the option. The ones it found are the ones it could see in your mod folder. | ||
The names of the ones it expects should exactly match the names of the ones it found. | ||
|
||
Q: I'm trying to convert a EU4 To Vic2 game and keep getting an error. What do I do? | ||
A: You need to include the Vic2 mod from the EU4 to Vic2 converter to properly convert these games. | ||
|
||
You should put the name of the mod's folder in the Vic2 Mods option, as with other mods. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,50 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<configuration | ||
Comment="This file is used to build the configuration parth of the frontend. This is done at run-time, so errors here might prevent the frontend from running."> | ||
<!--This part contains the various options that will be displayed as preferences in the converter ui, and outputted as configuration.txt as input for the converter tool itself--> | ||
<converterOptions> | ||
<categories> | ||
<category> | ||
<friendlyName>Configuration</friendlyName> | ||
<preferences> | ||
<preference> | ||
<name>Vic2Mods</name> | ||
<friendlyName>Vic2 Mods</friendlyName> | ||
<description>Vic2 mods to use for conversion (mods require manual conversion)</description> | ||
<hasDirectlyEditableValue>true</hasDirectlyEditableValue> | ||
<useCurlyBraces>true</useCurlyBraces> | ||
<value></value> | ||
</preference> | ||
</preferences> | ||
</category> | ||
</categories> | ||
</converterOptions> | ||
> | ||
Comment="This file is used to build the configuration parth of the frontend. This is done at run-time, so errors here might prevent the frontend from running."> | ||
<!--This part contains the various options that will be displayed as preferences in the converter ui, and outputted as configuration.txt as input for the converter tool itself--> | ||
<converterOptions> | ||
<categories> | ||
<category> | ||
<friendlyName>Configuration</friendlyName> | ||
<preferences> | ||
<preference> | ||
<name>Vic2Mods</name> | ||
<friendlyName>Vic2 Mods</friendlyName> | ||
<description>Vic2 mods to use for conversion (mods require manual conversion)</description> | ||
<hasDirectlyEditableValue>true</hasDirectlyEditableValue> | ||
<useCurlyBraces>true</useCurlyBraces> | ||
<value></value> | ||
</preference> | ||
<preference> | ||
<name>industrial_shape_factor</name> | ||
<friendlyName>Industrial shape factor</friendlyName> | ||
<description>How much to balance countries' industry to each other. 1.0 = fully balanced, 0.0 = no balancing</description> | ||
<hasDirectlyEditableValue>true</hasDirectlyEditableValue> | ||
<value>0.0</value> | ||
<minValue>0.0</minValue> | ||
<maxValue>1.0</maxValue> | ||
</preference> | ||
<preference> | ||
<name>ic_factor</name> | ||
<friendlyName>IC Factor</friendlyName> | ||
<description>How much to make the world's industry match default HoI4 industry. 1.0 = fully matched, 0.0 = no matching</description> | ||
<hasDirectlyEditableValue>true</hasDirectlyEditableValue> | ||
<value>0.1</value> | ||
<minValue>0.0</minValue> | ||
<maxValue>1.0</maxValue> | ||
</preference> | ||
<preference> | ||
<name>manpower_factor</name> | ||
<friendlyName>Manpower Factor</friendlyName> | ||
<description>Used to increase or decrease the total amount of manpower in the world.</description> | ||
<hasDirectlyEditableValue>true</hasDirectlyEditableValue> | ||
<value>1.0</value> | ||
<minValue>0.01</minValue> | ||
<maxValue>10.0</maxValue> | ||
</preference> | ||
</preferences> | ||
</category> | ||
</categories> | ||
</converterOptions> | ||
</configuration> |
File renamed without changes.
File renamed without changes.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Oops, something went wrong.