Skip to content
Snippets Groups Projects
Commit 5d0b664e authored by JG's avatar JG Committed by Rsge
Browse files

Fixed spelling mistake & updated process doc:

- "of course" is of course written "of course", not "of cause" ^^"
- UnitPanel modcompat is automated now :tada:
parent 6d1fcda8
Branches
No related tags found
No related merge requests found
######################################################################## ########################################################################
# # # #
# © 2021 - MPL 2.0 - Rsge - v2.1.1 # # © 2021 - MPL 2.0 - Rsge - v2.1.2 #
# https://github.com/Rsge/Civ-V-EUI-Modpack-Converter # # https://github.com/Rsge/Civ-V-EUI-Modpack-Converter #
# # # #
# WINDOWS ONLY! # # WINDOWS ONLY! #
...@@ -27,7 +27,7 @@ vanilla_packs_folder = "zz_Vanilla_Versions" ...@@ -27,7 +27,7 @@ vanilla_packs_folder = "zz_Vanilla_Versions"
#----------------------------------------------------# #----------------------------------------------------#
# Don't change anything after here # # Don't change anything after here #
# [except if you know what you're doing of cause ;)] # # [except if you know what you're doing of course ;)] #
#----------------------------------------------------# #----------------------------------------------------#
# Imports # Imports
......
######################################################################## ########################################################################
# # # #
# © 2021 - MPL 2.0 - Rsge - v1.0.2 # # © 2021 - MPL 2.0 - Rsge - v1.0.3 #
# https://github.com/Rsge/Civ-V-EUI-Modpack-Converter # # https://github.com/Rsge/Civ-V-EUI-Modpack-Converter #
# # # #
# WINDOWS ONLY! # # WINDOWS ONLY! #
...@@ -44,7 +44,7 @@ unit_panel_modcompat_file_names = ["EvilSpiritsMission.lua", ...@@ -44,7 +44,7 @@ unit_panel_modcompat_file_names = ["EvilSpiritsMission.lua",
#----------------------------------------------------# #----------------------------------------------------#
# Don't change anything after here # # Don't change anything after here #
# [except if you know what you're doing of cause ;)] # # [except if you know what you're doing of course ;)] #
#----------------------------------------------------# #----------------------------------------------------#
# Imports # Imports
......
...@@ -9,13 +9,13 @@ Add "ContextPtr:LoadNewContext"-Parts from old UI and mod files to UI_bc1 in: ...@@ -9,13 +9,13 @@ Add "ContextPtr:LoadNewContext"-Parts from old UI and mod files to UI_bc1 in:
CityView.lua CityView.lua
InGame.lua InGame.lua
LeaderHeadRoot.lua LeaderHeadRoot.lua
UnitPanel.lua - manually, e.g.: UnitPanel.lua, e.g.:
EvilSpiritsMission (Touhou - Evil Spirits) EvilSpiritsMission (Touhou - Evil Spirits)
THTanukiMission (Touhou - Tanuki) 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
Duplicate UI files in mods - e.g.: Duplicate UI files in mods, e.g.:
BNW Mass Effect (v 7)\Dummy Building Folder\CivilopediaScreen.lua BNW Mass Effect (v 7)\Dummy Building Folder\CivilopediaScreen.lua
BNW Mass Effect (v 7)\Dummy Building Folder\CityView.lua BNW Mass Effect (v 7)\Dummy Building Folder\CityView.lua
Touhou - Evil Spirits (v 2)\Lua\UnitPanel.lua Touhou - Evil Spirits (v 2)\Lua\UnitPanel.lua
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment