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

Commit

Permalink
Merge remote-tracking branch 'origin/Vic2ToHoI4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Mar 5, 2017
2 parents ce406e9 + 682c42a commit 3d3e801
Show file tree
Hide file tree
Showing 57 changed files with 8,214 additions and 7,235 deletions.
5 changes: 5 additions & 0 deletions Vic2ToHoI4/Copy_Files.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ copy "Data_Files\FAQ.txt" "release\FAQ.txt"
copy "Data_Files\resources.txt" "release\resources.txt"
copy "Data_Files\navalprovinces.txt" "release\navalprovinces.txt"
copy "Data_Files\positions.txt" "release\positions.txt"
copy "Data_Files\femaleNames.txt" "release\femaleNames.txt"
copy "Data_Files\callsigns.txt" "release\callsigns.txt"
copy "Data_Files\cultureGroupToGraphics.txt" "release\cultureGroupToGraphics.txt"

rem **Copy flags**
del "Release\flags" /Q /S /F
rmdir "Release\flags" /Q /S
xcopy "Data_Files\flags" "release\flags" /Y /E /I

rem **Create changelog**
Expand Down
1 change: 1 addition & 0 deletions Vic2ToHoI4/Data_Files/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ An (incomplete) list of those who contributed effort to this mammoth undertaking
Idhrendur - Project Lead, Programming, Analysis
thatsgerman - Programming, Analysis
jepaan - Programming
Hamiller78 - Programming
Italianajt - Analysis, Data Files, QA
Ordinary_Kraut - Analysis, Data Files
DasGuntLord01 - Analysis
Expand Down
Loading

0 comments on commit 3d3e801

Please sign in to comment.