Sid Meier's Civilization VI

Sid Meier's Civilization VI

Enhanced Mod Manager
This topic has been locked
Temporary Manual Fix
There's a manual fix for you if you guys want a working mod manager.

Just find this bit of code in Mods.lua file:

```Controls.CreateModGroupButton:RegisterCallback(Mouse.eLClick, function()
Controls.NameModGroupPopup:SetHide(true);
local groupName = Controls.ModGroupEditBox:GetText();
local currentGroup = Modding.GetCurrentModGroup();
Modding.CreateModGroup(groupName, currentGroup);
RefreshModGroups();
RefreshListings();
end);```

Then delete that whole block of code.
Successfully working Mod Manager.
< >
Showing 1-8 of 8 comments
Bene Gesserit 15 Sep, 2019 @ 1:01pm 
Thank you. I'll give it a try.
Basil_oz 16 Sep, 2019 @ 3:15am 
This works a charm! Thanks Color_Military.

To give some clarification to where this file is:
Whatever drive Steam is on:\Program Files (x86)\Steam\steamapps\workshop\content\289070\1601259406\UI\Mods.lua

289070 = Civ 6 & 1601259406 = Enhanced Mod Manager (I am assuming that the sub-directories are consistent to all users)

You will need a file editor such as Notepad++ and, once you have opened it, do a search for a phrase such as "Controls.CreateModGroupButton" to find the block of code as the file is rather large.

When the mod is updated by the author, it should override this file and return it to a current state.

Thanks again Color_Military for working out a work-around for this wonderful mod.
BlackSmokeDMax 16 Sep, 2019 @ 6:38am 
Excellent, will hopefully give this a try tonight!
Funhaver 17 Sep, 2019 @ 11:52am 
Hi! Thanks to je, I think I found the root of the matter. In the first line of the block of code she says to remove, there is a typo, but only in the actual mod. Je corrected it when she copied it here for us. The typo is that the word "Mouse.eLClick" was misspelled as "Mouse.eLCick" in the mod. I added a lowercase letter "L" after the capital "C," and now the mod manager does not give me problems.

FinalFreak16, if you see this, please look for "Mouse.eLCick" and add the lowercase "L" to make it "Mouse.eLClick" for the next version of this excellent mod. Thank you!
BlackSmokeDMax 17 Sep, 2019 @ 12:57pm 
@funhaver - thanks for the detailed instructions, both here and out in the main comments area. And really thanks to all of you in this thread!!
FinalFreak16  [developer] 1 Oct, 2019 @ 2:50pm 
Sorry about the issues and not fixing them quickly. I've pushed an update which should solve this issue. Please let me know if you are still experiencing them, or any other oddities.
BlackSmokeDMax 1 Oct, 2019 @ 4:11pm 
No apology needed! Appreciate the update!
Basil_oz 1 Oct, 2019 @ 8:31pm 
Thanks Freak. Will give it a run tonight.
< >
Showing 1-8 of 8 comments
Per page: 1530 50