Sid Meier's Civilization VI

Sid Meier's Civilization VI

Enhanced Mod Manager
Тази тема е заключена
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.
< >
Показване на 1-8 от 8 коментара
Thank you. I'll give it a try.
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.
Excellent, will hopefully give this a try tonight!
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!
@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!!
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.
No apology needed! Appreciate the update!
Thanks Freak. Will give it a run tonight.
< >
Показване на 1-8 от 8 коментара
На страница: 1530 50