Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.13 support #1647

Merged
merged 56 commits into from
Dec 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
4716e09
Blank mod through common/decisions/categories
Idhrendur Oct 15, 2023
d83fffa
Update province mappings
Idhrendur Oct 19, 2023
a32d036
Update supported hoi4 version
Idhrendur Oct 19, 2023
effbb9b
Merge pull request #1646 from Idhrendur/1.13_compatibility
Idhrendur Oct 19, 2023
af8a993
Update province names and add them to mappings
cetvrtak Oct 18, 2023
dd9ad54
Update GFM province mappings
cetvrtak Oct 18, 2023
612b65c
Merge pull request #1648 from cetvrtak/1.13
Idhrendur Oct 19, 2023
a1582a8
Update resource prospecting decisions
cetvrtak Oct 20, 2023
6c68943
Merge pull request #1649 from cetvrtak/1.13
Idhrendur Oct 20, 2023
8f63983
Update bba_dynamic_modifiers.txt
cetvrtak Oct 20, 2023
b83b9d5
Update common/ideas/_economic.txt
cetvrtak Oct 20, 2023
6ca406a
Merge pull request #1650 from cetvrtak/1.13
Idhrendur Oct 21, 2023
17b34f1
Update the remaining ideas
cetvrtak Oct 21, 2023
859dd9e
Decisions state_target switch from bool -> string
cetvrtak Oct 21, 2023
f92b6ba
Update Recruitment decisions generation for Asia & India
cetvrtak Oct 21, 2023
7a2a070
Update converterIdeologies.txt
cetvrtak Oct 21, 2023
5dbce99
Add intelligence agency name and logo for Danish and Icelandic
cetvrtak Oct 21, 2023
51badd0
Clang
cetvrtak Oct 22, 2023
0b7a10d
Merge pull request #1651 from cetvrtak/1.13
Idhrendur Oct 22, 2023
f41bbad
Update modifiers
cetvrtak Oct 22, 2023
4ef8ce7
Add Sami callsigns
cetvrtak Oct 22, 2023
4f5baa5
Update occupation laws
cetvrtak Oct 22, 2023
b01a43e
Update on_actions
cetvrtak Oct 22, 2023
2452b3b
Merge pull request #1652 from cetvrtak/1.13
Idhrendur Oct 23, 2023
fbdf732
Update 00_operations.txt (#1655)
cetvrtak Nov 6, 2023
21490b6
Update scripted effects
cetvrtak Nov 6, 2023
4ab3bd8
Merge pull request #1656 from cetvrtak/1.13
Idhrendur Nov 7, 2023
d28f4c8
Parse scorers from file (#1657)
cetvrtak Nov 13, 2023
57e005e
Update countrypoliticsview.gui & 00_scripted_triggers.txt (#1658)
cetvrtak Nov 13, 2023
cb6f6cd
Update technologies (#1659)
cetvrtak Nov 14, 2023
9723747
Update unit_leader/00_traits.txt (#1660)
cetvrtak Nov 14, 2023
31a68cf
Add special_forces_doctrine.txt & update units/equipment (#1661)
cetvrtak Nov 15, 2023
cfe8e5d
Update units, gfx, interface & map/adjacency_rules.txt (#1662)
cetvrtak Nov 15, 2023
6572a5b
Add tech_trucks to tech mappings
cetvrtak Nov 15, 2023
0bd4608
Add generic MIOs
cetvrtak Nov 15, 2023
b5cf5c8
Log errors clean up
cetvrtak Nov 15, 2023
7546732
Merge pull request #1663 from cetvrtak/1.13
Idhrendur Nov 16, 2023
13e2124
Blank country specific decisions
cetvrtak Nov 17, 2023
b41be60
Merge pull request #1664 from cetvrtak/1.13
Idhrendur Nov 18, 2023
b78fe13
Skip outputting spirits for ideologies not surviving conversion
cetvrtak Nov 24, 2023
24b97fb
Clang
cetvrtak Nov 24, 2023
54678f4
Merge pull request #1665 from cetvrtak/1.13
Idhrendur Nov 24, 2023
b59d198
Blank some more country specific files
cetvrtak Nov 27, 2023
27a729c
Fix & improve ai strategies script
cetvrtak Nov 27, 2023
a386954
Purge aat_dynamic_modifiers.txt
cetvrtak Nov 27, 2023
1e14512
Merge pull request #1666 from cetvrtak/1.13
Idhrendur Nov 28, 2023
fa447f1
Finish cleaning up the error log
cetvrtak Nov 27, 2023
25c7a9d
Update debug & generic decisions
cetvrtak Nov 28, 2023
5d45dd0
Merge pull request #1667 from cetvrtak/1.13
Idhrendur Nov 29, 2023
1b185ee
Fix leader traits & regions.txt and update HPM province mappings (#1669)
cetvrtak Nov 30, 2023
c0640ff
Update to 1.13.6 (#1672)
cetvrtak Dec 22, 2023
6306d63
Prepare for soft-launch (#1675)
Idhrendur Dec 31, 2023
3248eaa
Fix typo (#1676)
Idhrendur Dec 31, 2023
eb51262
Fiz a casing issue (#1677)
Idhrendur Dec 31, 2023
710dc1c
Apparently constexpr std::string shouldn't be used (#1678)
Idhrendur Dec 31, 2023
48d3f70
Properly name the release artifact (#1679)
Idhrendur Dec 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/windows_build_test_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
- name: "Prepare release"
run: |
cd "C:\Program Files\7-Zip\"
.\7z.exe a $Env:GITHUB_WORKSPACE\Vic2ToHoI4-1.0Rommel-win-x64.zip $Env:GITHUB_WORKSPACE\build\Release\*
.\7z.exe a $Env:GITHUB_WORKSPACE\Vic2ToHoI4-1.1Spruance-win-x64.zip $Env:GITHUB_WORKSPACE\build\Release\*

- name: "Prepare installer"
run: |
c:\"Program Files (x86)\Inno Setup 6\iscc" Vic2ToHoI4-Installer.iss
cp $Env:GITHUB_WORKSPACE\Output\Vic2ToHoI4-latest-win-x64.exe $Env:GITHUB_WORKSPACE\Output\Vic2ToHoI4-1.0Rommel-win-x64.exe
cp $Env:GITHUB_WORKSPACE\Output\Vic2ToHoI4-latest-win-x64.exe $Env:GITHUB_WORKSPACE\Output\Vic2ToHoI4-1.1Spruance-win-x64.exe

- name: "Upload binaries to release"
if: ${{ github.event_name == 'push' }}
Expand All @@ -61,7 +61,7 @@ jobs:
allowUpdates: true
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
artifacts: Vic2ToHoI4-1.0Rommel-win-x64.zip, Output\Vic2ToHoI4-1.0Rommel-win-x64.exe
artifacts: Vic2ToHoI4-1.1Spruance-win-x64.zip, Output\Vic2ToHoI4-1.1Spruance-win-x64.exe
token: ${{ secrets.API_TOKEN_GITHUB }}

- name: "Prepare pull request artifact"
Expand Down
19 changes: 18 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ set(HOI4WORLD_PLANE_DESIGNS_SOURCES ${HOI4WORLD_PLANE_DESIGNS_SOURCES} "${PROJEC
set(HOI4WORLD_REGIONS_SOURCES ${HOI4WORLD_REGIONS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/Regions/RegionFactory.cpp")
set(HOI4WORLD_REGIONS_SOURCES ${HOI4WORLD_REGIONS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/Regions/Regions.cpp")
set(HOI4WORLD_REGIONS_SOURCES ${HOI4WORLD_REGIONS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/Regions/RegionsFactory.cpp")
set(HOI4WORLD_SCORERS_SOURCES ${HOI4WORLD_SCORERS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/Scorers/Scorer.cpp")
set(HOI4WORLD_SCORERS_SOURCES ${HOI4WORLD_SCORERS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/Scorers/ScorerFactory.cpp")
set(HOI4WORLD_SCORERS_SOURCES ${HOI4WORLD_SCORERS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/Scorers/Scorers.cpp")
set(HOI4WORLD_SCORERS_SOURCES ${HOI4WORLD_SCORERS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/Scorers/ScorersFactory.cpp")
set(HOI4WORLD_SCRIPTED_EFFECTS_SOURCES ${HOI4WORLD_SCRIPTED_EFFECTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/ScriptedEffects/ScriptedEffectFactory.cpp")
set(HOI4WORLD_SCRIPTED_EFFECTS_SOURCES ${HOI4WORLD_SCRIPTED_EFFECTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/ScriptedEffects/ScriptedEffectFile.cpp")
set(HOI4WORLD_SCRIPTED_EFFECTS_SOURCES ${HOI4WORLD_SCRIPTED_EFFECTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/ScriptedEffects/ScriptedEffects.cpp")
Expand Down Expand Up @@ -277,6 +281,8 @@ set(OUTHOI4_PEACECONFERENCE_SOURCES ${OUTHOI4_PEACECONFERENCE_SOURCES} "${PROJEC
set(OUTHOI4_PLANE_DESIGNS_SOURCES ${OUTHOI4_PLANE_DESIGNS_SOURCES} "${PROJECT_SOURCE_DIR}/src/OutHoi4/PlaneDesigns/OutPlaneDesign.cpp")
set(OUTHOI4_PLANE_DESIGNS_SOURCES ${OUTHOI4_PLANE_DESIGNS_SOURCES} "${PROJECT_SOURCE_DIR}/src/OutHoi4/PlaneDesigns/OutPlaneDesigns.cpp")
set(OUTHOI4_PLANE_DESIGNS_SOURCES ${OUTHOI4_PLANE_DESIGNS_SOURCES} "${PROJECT_SOURCE_DIR}/src/OutHoi4/PlaneDesigns/OutPlaneModules.cpp")
set(OUTHOI4_SCORERS_SOURCES ${OUTHOI4_SCORERS_SOURCES} "${PROJECT_SOURCE_DIR}/src/OutHoi4/Scorers/OutScorers.cpp")
set(OUTHOI4_SCORERS_SOURCES ${OUTHOI4_SCORERS_SOURCES} "${PROJECT_SOURCE_DIR}/src/OutHoi4/Scorers/OutScorer.cpp")
set(OUTHOI4_SCRIPTED_EFFECTS_SOURCES ${OUTHOI4_SCRIPTED_EFFECTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/OutHoi4/ScriptedEffects/OutScriptedEffects.cpp")
set(OUTHOI4_SCRIPTED_EFFECTS_SOURCES ${OUTHOI4_SCRIPTED_EFFECTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/OutHoi4/ScriptedEffects/OutScriptedEffect.cpp")
file(GLOB OUTHOI4_SCRIPTED_LOCALISATIONS_SOURCES "${PROJECT_SOURCE_DIR}/src/OutHoi4/ScriptedLocalisations/*.cpp")
Expand Down Expand Up @@ -345,6 +351,7 @@ list(APPEND ALL_HOI4_FILES
${OUTHOI4_PEACECONFERENCE_SOURCES}
${OUTHOI4_PLANE_DESIGNS_SOURCES}
${OUTHOI4_NAVIES_SOURCES}
${OUTHOI4_SCORERS_SOURCES}
${OUTHOI4_SCRIPTED_EFFECTS_SOURCES}
${OUTHOI4_SCRIPTED_LOCALISATIONS_SOURCES}
${OUTHOI4_SCRIPTED_TRIGGERS_SOURCES}
Expand Down Expand Up @@ -423,6 +430,7 @@ list(APPEND ALL_HOI4_FILES
${HOI4WORLD_PEACECONFERENCES_SOURCES}
${HOI4WORLD_PLANE_DESIGNS_SOURCES}
${HOI4WORLD_REGIONS_SOURCES}
${HOI4WORLD_SCORERS_SOURCES}
${HOI4WORLD_SCRIPTED_EFFECTS_SOURCES}
${HOI4WORLD_SCRIPTED_LOCALISATIONS_SOURCES}
${HOI4WORLD_SCRIPTED_TRIGGERS_SOURCES}
Expand Down Expand Up @@ -498,7 +506,6 @@ configure_file("${DATA_FILE_DIR}/configurables/ideological_ai_peace.txt" "${CONV
configure_file("${DATA_FILE_DIR}/configurables/ideological_cost_modifiers.txt" "${CONVERTER_OUTPUT_DIRECTORY}/Configurables/ideological_cost_modifiers.txt" COPYONLY)
configure_file("${DATA_FILE_DIR}/configurables/ideological_unit_medals.txt" "${CONVERTER_OUTPUT_DIRECTORY}/Configurables/ideological_unit_medals.txt" COPYONLY)
configure_file("${DATA_FILE_DIR}/configurables/ideologicalDecisions.txt" "${CONVERTER_OUTPUT_DIRECTORY}/Configurables/ideologicalDecisions.txt" COPYONLY)
configure_file("${DATA_FILE_DIR}/configurables/ideologicalIdeas.txt" "${CONVERTER_OUTPUT_DIRECTORY}/Configurables/ideologicalIdeas.txt" COPYONLY)
configure_file("${DATA_FILE_DIR}/configurables/IdeologyMappings.txt" "${CONVERTER_OUTPUT_DIRECTORY}/Configurables/IdeologyMappings.txt" COPYONLY)
configure_file("${DATA_FILE_DIR}/configurables/ImportCharacters.txt" "${CONVERTER_OUTPUT_DIRECTORY}/Configurables/ImportCharacters.txt" COPYONLY)
configure_file("${DATA_FILE_DIR}/configurables/IntelligenceAgencyLogos.txt" "${CONVERTER_OUTPUT_DIRECTORY}/Configurables/IntelligenceAgencyLogos.txt" COPYONLY)
Expand All @@ -522,6 +529,7 @@ configure_file("${DATA_FILE_DIR}/configurables/Vic2Localisations/dominions.csv"
configure_file("${DATA_FILE_DIR}/configurables/Vic2Localisations/unrecognized_nations.csv" "${CONVERTER_OUTPUT_DIRECTORY}/Configurables/Vic2Localisations/unrecognized_nations.csv" COPYONLY)
file(COPY "${DATA_FILE_DIR}/blank_mod/" DESTINATION "${CONVERTER_OUTPUT_DIRECTORY}/blankmod/")
file(COPY "${DATA_FILE_DIR}/configurables/CustomizedFocusBranches/" DESTINATION "${CONVERTER_OUTPUT_DIRECTORY}/Configurables/CustomizedFocusBranches/")
file(COPY "${DATA_FILE_DIR}/configurables/IdeologicalIdeas/" DESTINATION "${CONVERTER_OUTPUT_DIRECTORY}/Configurables/ideologicalIdeas/")
file(COPY "${DATA_FILE_DIR}/flags" DESTINATION "${CONVERTER_OUTPUT_DIRECTORY}")
add_custom_command(TARGET Vic2ToHoi4Converter POST_BUILD WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} COMMAND git rev-parse HEAD > build/Release-Linux/commit_id.txt)

Expand Down Expand Up @@ -634,6 +642,10 @@ set(HOI4WORLD_PLANE_DESIGNS_TESTS_SOURCES ${HOI4WORLD_PLANE_DESIGNS_TESTS_SOURCE
set(HOI4WORLD_PLANE_DESIGNS_TESTS_SOURCES ${HOI4WORLD_PLANE_DESIGNS_TESTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/PlaneDesigns/PossiblePlaneDesignsTests.cpp")
set(HOI4WORLD_REGIONS_TESTS_SOURCES ${HOI4WORLD_REGIONS_TESTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/Regions/RegionTests.cpp")
set(HOI4WORLD_REGIONS_TESTS_SOURCES ${HOI4WORLD_REGIONS_TESTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/Regions/RegionsTests.cpp")
set(HOI4WORLD_SCORERS_TESTS_SOURCES ${HOI4WORLD_SCORERS_TESTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/Scorers/ScorerFactoryTests.cpp")
set(HOI4WORLD_SCORERS_TESTS_SOURCES ${HOI4WORLD_SCORERS_TESTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/Scorers/ScorerTests.cpp")
set(HOI4WORLD_SCORERS_TESTS_SOURCES ${HOI4WORLD_SCORERS_TESTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/Scorers/ScorersFactoryTests.cpp")
set(HOI4WORLD_SCORERS_TESTS_SOURCES ${HOI4WORLD_SCORERS_TESTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/Scorers/ScorersTests.cpp")
set(HOI4WORLD_SCRIPTED_EFFECTS_TESTS_SOURCES ${HOI4WORLD_SCRIPTED_EFFECTS_TESTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/ScriptedEffects/ScriptedEffectTests.cpp")
set(HOI4WORLD_SCRIPTED_EFFECTS_TESTS_SOURCES ${HOI4WORLD_SCRIPTED_EFFECTS_TESTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/ScriptedEffects/ScriptedEffectFileTests.cpp")
set(HOI4WORLD_SCRIPTED_LOCALISATIONS_TESTS_SOURCES ${HOI4WORLD_SCRIPTED_LOCALISATIONS_TESTS_SOURCES} "${PROJECT_SOURCE_DIR}/src/HOI4World/ScriptedLocalisations/ScriptedLocalisationTests.cpp")
Expand Down Expand Up @@ -768,6 +780,7 @@ list(APPEND ALL_HOI4_TESTS_FILES
${HOI4WORLD_PEACECONFERENCES_TESTS_SOURCES}
${HOI4WORLD_PLANE_DESIGNS_TESTS_SOURCES}
${HOI4WORLD_REGIONS_TESTS_SOURCES}
${HOI4WORLD_SCORERS_TESTS_SOURCES}
${HOI4WORLD_SCRIPTED_EFFECTS_TESTS_SOURCES}
${HOI4WORLD_SCRIPTED_LOCALISATIONS_TESTS_SOURCES}
${HOI4WORLD_SCRIPTED_TRIGGERS_TESTS_SOURCES}
Expand Down Expand Up @@ -896,6 +909,7 @@ configure_file("data/test_files/operations.txt" "${TEST_OUTPUT_DIRECTORY}/blankm
configure_file("data/test_files/regions.txt" "${TEST_OUTPUT_DIRECTORY}/Configurables/Map/regions.txt" COPYONLY)
configure_file("data/test_files/ReadMe.txt" "${TEST_OUTPUT_DIRECTORY}/Vic2Windows/ReadMe.txt" COPYONLY)
configure_file("data/test_files/ReadMe.txt" "${TEST_OUTPUT_DIRECTORY}/Vic2Linux/ReadMe.txt" COPYONLY)
configure_file("data/test_files/Scorers.txt" "${TEST_OUTPUT_DIRECTORY}/Configurables/Scorers/generic_platonic_scorers.txt" COPYONLY)
configure_file("data/test_files/ScriptedEffects/effects_file.txt" "${TEST_OUTPUT_DIRECTORY}/ScriptedEffects/effects_file.txt" COPYONLY)
configure_file("data/test_files/ScriptedEffects/empty_effects_file.txt" "${TEST_OUTPUT_DIRECTORY}/ScriptedEffects/empty_effects_file.txt" COPYONLY)
configure_file("data/test_files/Sounds/CultureToVoiceMappings.txt" "${TEST_OUTPUT_DIRECTORY}/Configurables/Sounds/CultureToVoiceMappings.txt" COPYONLY)
Expand Down Expand Up @@ -1034,6 +1048,7 @@ add_library(run_clang_tidy
${HOI4WORLD_OPERATIVE_NAMES_SOURCES}
${HOI4WORLD_PEACECONFERENCES_SOURCES}
${HOI4WORLD_REGIONS_SOURCES}
${HOI4WORLD_SCORERS_SOURCES}
${HOI4WORLD_SCRIPTED_EFFECTS_SOURCES}
${HOI4WORLD_SCRIPTED_LOCALISATIONS_SOURCES}
${HOI4WORLD_SCRIPTED_TRIGGERS_SOURCES}
Expand Down Expand Up @@ -1095,6 +1110,7 @@ add_library(run_clang_tidy
${OUTHOI4_OPERATIVE_SOURCES}
${OUTHOI4_NAVIES_SOURCES}
${OUTHOI4_PEACECONFERENCE_SOURCES}
${OUTHOI4_SCORERS_SOURCES}
${OUTHOI4_SCRIPTED_EFFECTS_SOURCES}
${OUTHOI4_SCRIPTED_LOCALISATIONS_SOURCES}
${OUTHOI4_SCRIPTED_TRIGGERS_SOURCES}
Expand Down Expand Up @@ -1133,6 +1149,7 @@ add_library(run_clang_tidy
${HOI4WORLD_PEACECONFERENCES_TESTS_SOURCES}
${HOI4WORLD_PLANE_DESIGNS_TESTS_SOURCES}
${HOI4WORLD_REGIONS_TESTS_SOURCES}
${HOI4WORLD_SCORERS_TESTS_SOURCES}
${HOI4WORLD_SCRIPTED_EFFECTS_TESTS_SOURCES}
${HOI4WORLD_SCRIPTED_LOCALISATIONS_TESTS_SOURCES}
${HOI4WORLD_SCRIPTED_TRIGGERS_TESTS_SOURCES}
Expand Down
2 changes: 1 addition & 1 deletion Vic2ToHoI4-Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Vic2 to HoI4"
#define MyAppVersion "1.0 Rommel"
#define MyAppVersion "1.1 Spruance"
#define MyAppPublisher "Paradox Game Converters Group"
#define MyAppURL "https://paradoxgameconverters.com/"
#define MyAppExeName "ConverterFrontend.exe"
Expand Down
10 changes: 10 additions & 0 deletions Vic2ToHoI4Tests.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@
<ClCompile Include="src\HOI4World\PlaneDesigns\PossiblePlaneDesignsTests.cpp" />
<ClCompile Include="src\HOI4World\Regions\RegionsTests.cpp" />
<ClCompile Include="src\HOI4World\Regions\RegionTests.cpp" />
<ClCompile Include="src\HOI4World\Scorers\ScorerFactoryTests.cpp" />
<ClCompile Include="src\HOI4World\Scorers\ScorerTests.cpp" />
<ClCompile Include="src\HOI4World\Scorers\ScorersFactoryTests.cpp" />
<ClCompile Include="src\HOI4World\Scorers\ScorersTests.cpp" />
<ClCompile Include="src\HOI4World\ScriptedEffects\ScriptedEffectFileTests.cpp" />
<ClCompile Include="src\HOI4World\ScriptedEffects\ScriptedEffectTests.cpp" />
<ClCompile Include="src\HOI4World\ScriptedLocalisations\ScriptedLocalisationsTests.cpp" />
Expand Down Expand Up @@ -452,6 +456,12 @@
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)/configurables/Localisations</DestinationFolders>
</CopyFileToFolders>
</ItemGroup>
<ItemGroup>
<CopyFileToFolders Include="data\test_files\Scorers.txt">
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)/configurables/Scorers/</DestinationFolders>
<DestinationFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">generic_platonic_scorers%(Extension)</DestinationFileName>
</CopyFileToFolders>
</ItemGroup>
<ItemGroup>
<CopyFileToFolders Include="data\test_files\ScriptedEffects\empty_effects_file.txt">
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)/ScriptedEffects</DestinationFolders>
Expand Down
18 changes: 18 additions & 0 deletions Vic2ToHoI4Tests.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,18 @@
<ClCompile Include="src\V2World\Pops\PopFactoryTests.cpp">
<Filter>src\V2World\Pops</Filter>
</ClCompile>
<ClCompile Include="src\HOI4World\Scorers\ScorerFactoryTests.cpp">
<Filter>src\HOI4World\Scorers</Filter>
</ClCompile>
<ClCompile Include="src\HOI4World\Scorers\ScorerTests.cpp">
<Filter>src\HOI4World\Scorers</Filter>
</ClCompile>
<ClCompile Include="src\HOI4World\Scorers\ScorersFactoryTests.cpp">
<Filter>src\HOI4World\Scorers</Filter>
</ClCompile>
<ClCompile Include="src\HOI4World\Scorers\ScorersTests.cpp">
<Filter>src\HOI4World\Scorers</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="src">
Expand Down Expand Up @@ -1059,6 +1071,9 @@
<Filter Include="src\HOI4World\FocusTrees">
<UniqueIdentifier>{0f64a54e-5b9c-47ae-89cd-58afdec9b5cc}</UniqueIdentifier>
</Filter>
<Filter Include="src\HOI4World\Scorers">
<UniqueIdentifier>{c7079fbb-9df6-467f-a26e-cbfcf59b89a3}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="TestFiles\World\merge_nations.txt">
Expand Down Expand Up @@ -1393,6 +1408,9 @@
<CopyFileToFolders Include="data\test_files\regions.txt">
<Filter>data\test_files</Filter>
</CopyFileToFolders>
<CopyFileToFolders Include="data\test_files\Scorers.txt">
<Filter>data\test_files</Filter>
</CopyFileToFolders>
<CopyFileToFolders Include="data\test_files\v2game">
<Filter>data\test_files</Filter>
</CopyFileToFolders>
Expand Down
12 changes: 12 additions & 0 deletions Vic2ToHoI4lib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@
<ClCompile Include="src\HOI4World\Regions\RegionFactory.cpp" />
<ClCompile Include="src\HOI4World\Regions\Regions.cpp" />
<ClCompile Include="src\HOI4World\Regions\RegionsFactory.cpp" />
<ClCompile Include="src\HOI4World\Scorers\Scorer.cpp" />
<ClCompile Include="src\HOI4World\Scorers\ScorerFactory.cpp" />
<ClCompile Include="src\HOI4World\Scorers\Scorers.cpp" />
<ClCompile Include="src\HOI4World\Scorers\ScorersFactory.cpp" />
<ClCompile Include="src\HOI4World\ScriptedEffects\ScriptedEffectFactory.cpp" />
<ClCompile Include="src\HOI4World\ScriptedEffects\ScriptedEffectFile.cpp" />
<ClCompile Include="src\HOI4World\ScriptedEffects\ScriptedEffects.cpp" />
Expand Down Expand Up @@ -300,6 +304,8 @@
<ClCompile Include="src\OutHoi4\PlaneDesigns\OutPlaneDesign.cpp" />
<ClCompile Include="src\OutHoi4\PlaneDesigns\OutPlaneDesigns.cpp" />
<ClCompile Include="src\OutHoi4\PlaneDesigns\OutPlaneModules.cpp" />
<ClCompile Include="src\OutHoi4\Scorers\OutScorer.cpp" />
<ClCompile Include="src\OutHoi4\Scorers\OutScorers.cpp" />
<ClCompile Include="src\OutHoi4\ScriptedEffects\OutScriptedEffect.cpp" />
<ClCompile Include="src\OutHoi4\ScriptedEffects\OutScriptedEffects.cpp" />
<ClCompile Include="src\OutHoi4\ScriptedLocalisations\OutScriptedLocalisation.cpp" />
Expand Down Expand Up @@ -548,6 +554,10 @@
<ClInclude Include="src\HOI4World\Regions\RegionFactory.h" />
<ClInclude Include="src\HOI4World\Regions\Regions.h" />
<ClInclude Include="src\HOI4World\Regions\RegionsFactory.h" />
<ClInclude Include="src\HOI4World\Scorers\Scorer.h" />
<ClInclude Include="src\HOI4World\Scorers\ScorerFactory.h" />
<ClInclude Include="src\HOI4World\Scorers\Scorers.h" />
<ClInclude Include="src\HOI4World\Scorers\ScorersFactory.h" />
<ClInclude Include="src\HOI4World\ScriptedEffects\ScriptedEffect.h" />
<ClInclude Include="src\HOI4World\ScriptedEffects\ScriptedEffectFactory.h" />
<ClInclude Include="src\HOI4World\ScriptedEffects\ScriptedEffectFile.h" />
Expand Down Expand Up @@ -735,6 +745,8 @@
<ClInclude Include="src\OutHoi4\PlaneDesigns\OutPlaneDesign.h" />
<ClInclude Include="src\OutHoi4\PlaneDesigns\OutPlaneDesigns.h" />
<ClInclude Include="src\OutHoi4\PlaneDesigns\OutPlaneModules.h" />
<ClInclude Include="src\OutHoi4\Scorers\OutScorer.h" />
<ClInclude Include="src\OutHoi4\Scorers\OutScorers.h" />
<ClInclude Include="src\OutHoi4\ScriptedEffects\OutScriptedEffect.h" />
<ClInclude Include="src\OutHoi4\ScriptedEffects\OutScriptedEffects.h" />
<ClInclude Include="src\OutHoi4\ScriptedLocalisations\OutScriptedLocalisation.h" />
Expand Down
42 changes: 42 additions & 0 deletions Vic2ToHoI4lib.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,12 @@
<Filter Include="external\bitmap">
<UniqueIdentifier>{3b5bae8f-1a84-4852-b2b3-1024028d64d8}</UniqueIdentifier>
</Filter>
<Filter Include="src\HoI4World\Scorers">
<UniqueIdentifier>{c7817af0-36c6-489a-b034-64638a55d80f}</UniqueIdentifier>
</Filter>
<Filter Include="src\OutHoi4\Scorers">
<UniqueIdentifier>{e4d5ceee-934a-4813-8a4f-2c6e321263b5}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\Configuration.cpp">
Expand Down Expand Up @@ -1416,6 +1422,24 @@
<ClCompile Include="src\V2World\World\WorldFactory.cpp">
<Filter>src\V2World\World</Filter>
</ClCompile>
<ClCompile Include="src\HOI4World\Scorers\ScorerFactory.cpp">
<Filter>src\HoI4World\Scorers</Filter>
</ClCompile>
<ClCompile Include="src\HOI4World\Scorers\Scorers.cpp">
<Filter>src\HoI4World\Scorers</Filter>
</ClCompile>
<ClCompile Include="src\HOI4World\Scorers\ScorersFactory.cpp">
<Filter>src\HoI4World\Scorers</Filter>
</ClCompile>
<ClCompile Include="src\HOI4World\Scorers\Scorer.cpp">
<Filter>src\HoI4World\Scorers</Filter>
</ClCompile>
<ClCompile Include="src\OutHoi4\Scorers\OutScorer.cpp">
<Filter>src\OutHoi4\Scorers</Filter>
</ClCompile>
<ClCompile Include="src\OutHoi4\Scorers\OutScorers.cpp">
<Filter>src\OutHoi4\Scorers</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\Configuration.h">
Expand Down Expand Up @@ -2780,5 +2804,23 @@
<ClInclude Include="external\bitmap\bitmap_image.hpp">
<Filter>external\bitmap</Filter>
</ClInclude>
<ClInclude Include="src\HOI4World\Scorers\Scorer.h">
<Filter>src\HoI4World\Scorers</Filter>
</ClInclude>
<ClInclude Include="src\HOI4World\Scorers\ScorerFactory.h">
<Filter>src\HoI4World\Scorers</Filter>
</ClInclude>
<ClInclude Include="src\HOI4World\Scorers\Scorers.h">
<Filter>src\HoI4World\Scorers</Filter>
</ClInclude>
<ClInclude Include="src\HOI4World\Scorers\ScorersFactory.h">
<Filter>src\HoI4World\Scorers</Filter>
</ClInclude>
<ClInclude Include="src\OutHoi4\Scorers\OutScorer.h">
<Filter>src\OutHoi4\Scorers</Filter>
</ClInclude>
<ClInclude Include="src\OutHoi4\Scorers\OutScorers.h">
<Filter>src\OutHoi4\Scorers</Filter>
</ClInclude>
</ItemGroup>
</Project>
22 changes: 21 additions & 1 deletion data/!provincenames_l_english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12490,4 +12490,24 @@
PROV13232:0 "Fuentesaúco"
PROV13233:0 "Amurrio"
PROV13234:0 "Gjirokastër"
PROV13235:0 "Korçë"
PROV13235:0 "Korçë"
PROV13236:0 "Semera"
PROV13237:0 "Aksum"
PROV13238:0 "Adwa"
PROV13239:0 "Debre Birhan"
PROV13240:0 "Asayita"
PROV13241:0 "Debre Tabor"
PROV13242:0 "Debre Markos"
PROV13243:0 "Dembidolo"
PROV13244:0 "Gambela"
PROV13245:0 "Mizan"
PROV13246:0 "Awasa"
PROV13247:0 "Moyale"
PROV13248:0 "Robe"
PROV13249:0 "Harar"
PROV13250:0 "Asmara"
PROV13251:0 "Teseney"
PROV13252:0 "Crikvenica"
PROV13253:0 "Gode"
PROV13255:0 "Durrës"
PROV13256:0 "Siracusa"
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ability = {
}

unit_modifiers = {
paratrooper_count_per_plane = 1.0
paratrooper_weight_factor = -0.10
paradrop_organization_factor = 2.0
paratrooper_aa_defense = 0.5
}
Expand Down
Empty file.
Loading