Skip to content
Snippets Groups Projects
Commit 0522b07a authored by Rsge's avatar Rsge
Browse files

Renamed folder and finished changing Readme

parent 18e23dc9
No related branches found
No related tags found
No related merge requests found
...@@ -3,13 +3,14 @@ ...@@ -3,13 +3,14 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>ea28d07f-cd43-45d1-b01d-1eeeb360d215</ProjectGuid> <ProjectGuid>ea28d07f-cd43-45d1-b01d-1eeeb360d215</ProjectGuid>
<ProjectHome>.</ProjectHome> <ProjectHome>
</ProjectHome>
<StartupFile>converter.py</StartupFile> <StartupFile>converter.py</StartupFile>
<SearchPath> <SearchPath>
</SearchPath> </SearchPath>
<WorkingDirectory>.</WorkingDirectory> <WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath> <OutputPath>.</OutputPath>
<Name>EUI_Converter</Name> <Name>Civ V Modpack UI Converter</Name>
<RootNamespace>EUI_Converter</RootNamespace> <RootNamespace>EUI_Converter</RootNamespace>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
......
...@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 ...@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16 # Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35 VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1 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 EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{081253F6-C547-4C81-B928-0D7472199986}" Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{081253F6-C547-4C81-B928-0D7472199986}"
ProjectSection(SolutionItems) = preProject ProjectSection(SolutionItems) = preProject
......
...@@ -10,8 +10,8 @@ Add "ContextPtr:LoadNewContext"-Parts from old UI and mod files to UI_bc1 in: ...@@ -10,8 +10,8 @@ Add "ContextPtr:LoadNewContext"-Parts from old UI and mod files to UI_bc1 in:
InGame.lua InGame.lua
LeaderHeadRoot.lua LeaderHeadRoot.lua
UnitPanel.lua - manually, e.g.: UnitPanel.lua - manually, e.g.:
EvilSpiritsMission EvilSpiritsMission (Touhou - Evil Spirits)
THTanukiMission THTanukiMission (Touhou - Tanuki)
Move UI_bc1 folder to modpack folder Move UI_bc1 folder to modpack folder
Delete: Delete:
Default UI folder Default UI folder
......
# Civilization V EUI Modpack Converter # Civilization V Modpack UI Converter
A script for Civilization V to add Enhanced User Interface (EUI) to MPMPM modpacks. 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: 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. * Having [7-zip](https://www.7-zip.org/) installed in the standard programs directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment