App Store Upgrade Breaks Mods

billm1253

Chieftain
Joined
Jul 9, 2013
Messages
5
I recently upgraded my App Store version of Civ V with the the patch and added the Scrambled DLC. Since then I have been unable to enable mods by editing the mainmenu.lua file. Has anyone else experienced this problem? Is there a workaround? While I am not a newbie, I am far from an expert.
 
Welcome :wavey:

I'm seeing the same thing. You don't need the extra DLC to see the problem.

Seems the Steam and AppStore versions have diverged a little. Investigating.
 
UPDATE

The Steam version still supports mods with the .lua file change. I have compared the Steam and AppStore versions with the latest patch. I can't find a difference in the AppStore version that is likely to cause this problem within the scripts and XML files. So I can't offer a workaround.
 
Hy all,

just new on the forum, but you help me a lot for mods enabled ;)

Last week, i upgrade my CIV5 version on the app store, and it's breack the mods as you spoke on the post.

When you put the 2 hyphens on the MainMenu.lua, the game bug :

Code:
--	Controls.ModsButton:SetHide( true ); -- MAC_PORT - rickb Comment this line out to re-enable mods. Happy modding!

Capture d’écran 2014-01-04 à 08.57.43.jpg

But, if you remove the 2 hyphens and the "true" :

Code:
	Controls.ModsButton:SetHide(); -- MAC_PORT - rickb Comment this line out to re-enable mods. Happy modding!

you can enable mods on the mac app store version :

Capture d’écran 2014-01-04 à 08.36.49.jpg

Hope it's help ;)
 
Using your alternative edit for the .lua file doesn't work for me.

Your first screenshot has "Invalid version number" at the bottom, and a DLC advertisement below the menu options. This is normally an indication that you have corrupted the .lua script. Did you use TextEdit to add the two hyphens? That can result in a corruption. See my note in section 3 of the sticky thread.

You are using the French version of the game. I expect Lachlan is also using that version, as he is French, and he reports that the Mods menu can be enabled in his version. I suspect that is the reason you are able to make the Mods menu work, while users of the English version cannot.
 
Back
Top Bottom