Sid Meier's Civilization VI

Sid Meier's Civilization VI

Enhanced Mod Manager
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
FinalFreak16  [udvikler] 27. feb. 2019 kl. 11:42
Feedback, Issues & Feature Requests
Please post feedback, suspected bugs, issues and feature requests here for easier discussion.

I am active in the GMT timezone, usually evenings and weekends and will try to get back to you when I can during these times. Thanks!
< >
Viser 1-15 af 95 kommentarer
Moyocoya 27. feb. 2019 kl. 20:03 
I really don't know what kind of additional informations I can provide :-(
I have uploaded a game in the cloud room under the name "EMM test - do not use", in order for you to see my mods list. Dunno how this could help since I don't see how your mod could conflict with another one.
beezany 1. mar. 2019 kl. 1:13 
Could you please hook up the escape key to the back button? It's one of the few good things about the standard mod screen that this mod is missing. Otherwise, thank you, this is a great mod.
FinalFreak16  [udvikler] 2. mar. 2019 kl. 6:19 
@bszonye, Sure not a problem, I'll include that in the next update I'm working on.
beezany 2. mar. 2019 kl. 22:50 
Thanks! I see that the escape key also works to go from a selected mod back to the list, which is helpful, although there's a small bug. If you hit escape on a disabled mod, everything works ok, but if you hit escape on an enabled mod, the list underneath just disappears.
FinalFreak16  [udvikler] 3. mar. 2019 kl. 2:48 
@bszonye That'll teach me to do more thorough testing! That should be fixed now.
beezany 3. mar. 2019 kl. 2:53 
Awesome, thanks!
infixo 21. mar. 2019 kl. 5:18 
Reporting an issue. I have a mod "Real Era Stop" that has AffectsSavedGames=1. It is displayed in the mod list when Gameplay and Cosmetic are both checked. However, it is NOT displayed when only Gameplay is checked. I also checked out of curiosity if Cosmetic works, but no.
infixo 21. mar. 2019 kl. 5:26 
elseif(showAffectsSavesContent == true and showNotAffectsSavesContent == false) then
if(affectsSavedGames == nil or tonumber(affectsSavedGames) == 1) then
table.insert(mods, v);
end
elseif(showAffectsSavesContent == false and showNotAffectsSavesContent == true) then
if(affectsSavedGames ~= nil and tonumber(affectsSavedGames) == 0) then
table.insert(mods, v);
end
end
FinalFreak16  [udvikler] 21. mar. 2019 kl. 11:53 
Thanks infixo.

Yeah looks like I was only taking into account the mods that were not specifying that they affect save games (because it defaults to yes). I've added in the if == 1 (and if == 'Yes', in case someone is being silly) to catch these.

Update has been uploaded.
infixo 21. mar. 2019 kl. 12:54 
Thanks for a quick update!
beezany 2. apr. 2019 kl. 15:58 
The new update now includes World Builder maps in the mod list, with their own special icon. While the Enhanced Mod Manager does show the map mods in its lists, they have the "Community Created Content" icon instead of the special "World Builder" icon.
FinalFreak16  [udvikler] 3. apr. 2019 kl. 1:30 
Thanks for letting me know. Shouldn't be too hard to fix that.
FinalFreak16  [udvikler] 5. apr. 2019 kl. 16:15 
New custom map icons now appear in the list as expected! Since Firaxis are pushing it more I've decided to enable the World Builder button by default as well.
Bazil 26. juni 2019 kl. 2:42 
I have a suggestion: collections. The idea would be to internally group several mods in use as a collection. The collection is simply a way to mass manage mods.

As an example, I could click on a collection, and either load-append to active mods, or load it as standalone, and only the mods on the collection would be active.

That way, I could have something like:
> collection for vanilla play
> collection for modded play with focus on war
> collection for modded play, but only with tile changes

In essence, it'd be to replicate the workshop in a way, but inside the game's mod manager, with actual mod load/unload.
Moyocoya 26. juni 2019 kl. 3:11 
It already exists. Look at the top of the enhanced mod manager window.
< >
Viser 1-15 af 95 kommentarer
Per side: 1530 50