Tell me more ×
Arqade is a question and answer site for passionate videogamers on all platforms. It's 100% free, no registration required.

I'm trying to enable the mod button within the Steam version of Civilization 5 for Mac. When I navigate to:

~/Library/Application Support/Steam/SteamApps/common/sid meier's civilization v/assets/UI/FrontEnd/MainMenu.lua

I do not have MainMenu.lua like this answer suggests I should: instead I have MainMenu.xml which doesnt contain much in the way of text, and doesn't contain the specific line of code.

How can I resolve this?

share|improve this question
It's not an "instead" - the folder should include both files. So it's not that you have one instead of the other, it's that you're just missing a file. – Oak Jul 12 '12 at 19:26
xml files usually define how the visual elements of a game are laid out, whereas lua files contain the actual hehaviour programming (though there is often overlapping between the two). So to reinforce Oak's statement, yes you need both. Will a reinstall of the game help? – deutschZuid Jul 12 '12 at 23:13

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.