diff --git a/EUI_Modpack_Converter/EUI_Modpack_Converter.pyproj b/Civ V Modpack UI Converter/Civ V Modpack UI Converter.pyproj similarity index 95% rename from EUI_Modpack_Converter/EUI_Modpack_Converter.pyproj rename to Civ V Modpack UI Converter/Civ V Modpack UI Converter.pyproj index 74411fdbd075c262cc244d8fb7c18758613a5412..3fe95259732e91b2ec2b44e003002fd7a1e366fe 100644 --- a/EUI_Modpack_Converter/EUI_Modpack_Converter.pyproj +++ b/Civ V Modpack UI Converter/Civ V Modpack UI Converter.pyproj @@ -3,13 +3,14 @@ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>ea28d07f-cd43-45d1-b01d-1eeeb360d215</ProjectGuid> - <ProjectHome>.</ProjectHome> + <ProjectHome> + </ProjectHome> <StartupFile>converter.py</StartupFile> <SearchPath> </SearchPath> <WorkingDirectory>.</WorkingDirectory> <OutputPath>.</OutputPath> - <Name>EUI_Converter</Name> + <Name>Civ V Modpack UI Converter</Name> <RootNamespace>EUI_Converter</RootNamespace> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> diff --git a/EUI_Modpack_Converter/EUI_Modpack_Converter.sln b/Civ V Modpack UI Converter/Civ V Modpack UI Converter.sln similarity index 87% rename from EUI_Modpack_Converter/EUI_Modpack_Converter.sln rename to Civ V Modpack UI Converter/Civ V Modpack UI Converter.sln index 05c2b59d69d7a8210b5b3ff2e869848ca5aa1165..67f4fbc22ee8a4f3d3137144ee132d6992665bad 100644 --- a/EUI_Modpack_Converter/EUI_Modpack_Converter.sln +++ b/Civ V Modpack UI Converter/Civ V Modpack UI Converter.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.31019.35 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "EUI_Modpack_Converter", "EUI_Modpack_Converter.pyproj", "{EA28D07F-CD43-45D1-B01D-1EEEB360D215}" +Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Civ V Modpack UI Converter", "Civ V Modpack UI Converter.pyproj", "{EA28D07F-CD43-45D1-B01D-1EEEB360D215}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{081253F6-C547-4C81-B928-0D7472199986}" ProjectSection(SolutionItems) = preProject diff --git a/EUI_Modpack_Converter/Process.txt b/Civ V Modpack UI Converter/Process.txt similarity index 91% rename from EUI_Modpack_Converter/Process.txt rename to Civ V Modpack UI Converter/Process.txt index 0a0601c4f0a738579403396fe044ba683055d59a..a2f94cf3a12c9fbc9a1e499da40a301b57f6bceb 100644 --- a/EUI_Modpack_Converter/Process.txt +++ b/Civ V Modpack UI Converter/Process.txt @@ -10,8 +10,8 @@ Add "ContextPtr:LoadNewContext"-Parts from old UI and mod files to UI_bc1 in: InGame.lua LeaderHeadRoot.lua UnitPanel.lua - manually, e.g.: - EvilSpiritsMission - THTanukiMission + EvilSpiritsMission (Touhou - Evil Spirits) + THTanukiMission (Touhou - Tanuki) Move UI_bc1 folder to modpack folder Delete: Default UI folder diff --git a/EUI_Modpack_Converter/converter.py b/Civ V Modpack UI Converter/converter.py similarity index 100% rename from EUI_Modpack_Converter/converter.py rename to Civ V Modpack UI Converter/converter.py diff --git a/EUI_Modpack_Converter/converter_legacy.py b/Civ V Modpack UI Converter/converter_legacy.py similarity index 100% rename from EUI_Modpack_Converter/converter_legacy.py rename to Civ V Modpack UI Converter/converter_legacy.py diff --git a/README.md b/README.md index 7e8dd1b02d9ca44b424418863c3d72643d6b98c2..69884491c0c46403d98c97c2ad7a429a25e17229 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Civilization V EUI Modpack Converter +# Civilization V Modpack UI Converter A script for Civilization V to add Enhanced User Interface (EUI) to MPMPM modpacks. -Also adds EUI compatibility for the InGameEditor (IGE) mod and +Also adds EUI compatibility for the InGameEditor (IGE) mod and the Improved EUI addon (Colored Unlocked Citizens). The following things are assumed when running the script without changes: * Having [7-zip](https://www.7-zip.org/) installed in the standard programs directory.