What is this
I used a folder comparison tool (comparing all of the files) and verified that the files found in the Civ6InstallLocation\Base\Assets\UI directory are not changed if you have Expansion1 and/or Expansion2. It makes more sense to me to keep everything in one branch (master), rather than maintaining three separate branches.
This PR contains all of the UI files from the Expansion1 and Expansion2 folders, located in DLC\Expansion1 and DLC\Expansion2, respectively. This PR contains the files from prior to the May2020 Patch; the next PR will update those to May2020 Patch
293 Files found under UI folder from Expansion1 and Expansion2
Readme.md file that hopefully will show when viewing the Git repo. Nothing fancy.
3 Files that were different (in benign ways, explained below) between this master branch and current Civ6 Base\Asset\UI files.
Exact method I used to verify:
Cloned the existing CivFanatics/Civ6-UIFiles Repo to C:\Coding\Git\CivFanatics_Civ6-UIFiles
Forked Civ6Fanatics/Civ6-UIFiles Repoto my org (the-m4a/Civ6-UIFiles)
Cloned my fork to C:\Coding\Git\Civ6-UIFiles
Deleted all files in C:\Coding\Git\Civ6-UIFiles (once clone was completed, as I wanted to see changes with next step, specifically if any files had been removed by Firaxis)
Copied all files found in Civ6InstallLcation\Base\Assets\UI to C:\Coding\Git\Civ6-UIFiles
Used The VSCode Compare Folders plug-in to verify differences between C:\Coding\Git\CivFanatics_Civ6-UIFiles and C:\Coding\Git\Civ6-UIFiles
What is this I used a folder comparison tool (comparing all of the files) and verified that the files found in the Civ6InstallLocation\Base\Assets\UI directory are not changed if you have Expansion1 and/or Expansion2. It makes more sense to me to keep everything in one branch (master), rather than maintaining three separate branches.
This PR contains all of the UI files from the Expansion1 and Expansion2 folders, located in DLC\Expansion1 and DLC\Expansion2, respectively. This PR contains the files from prior to the May2020 Patch; the next PR will update those to May2020 Patch
Exact method I used to verify: