I've been playing with this mod for a few days, and am really enjoying it, but I do have one question . Any chance this is compatible with 8 Ages of Pace?
Hiya, glad you enjoy it. I haven't tested with 8 Ages of Pace, altho I am familiar with versions of that mod from around Nov-Dec. It's possibly comptatible, but I'd probably go through the code for either Quo's or 8 Ages and comment out stuff that seems redundant.
In general, in Quo's you can remove any file you don't like by removing the reference to it in the .modinfo file (comment it out or delete it from the <Items> list for the gameplay mode you use.) Just don't remove any of the ones that are listed as Priority=1, those I can't be sure won't crash you. Here's the file list for Basic game for example:
<File Priority="1">Gameplay/Quo_Setup_Code.sql</File>
<File Priority="1">Gameplay/Quo_Rules_Code.sql</File>
<File Priority="1">Gameplay/Quo_Civ_Code.sql</File>
<File>Gameplay/Quo_Tantrum_Code.sql</File>
<File>Gameplay/Quo_Friends_Code.sql</File>
<File>Gameplay/Quo_Barb_Code.sql</File>
<File>Gameplay/Quo_Ocean_Code.sql</File>
<File>Gameplay/Quo_Oasis_Code.sql</File>
<File>Gameplay/Quo_Siege_Code.sql</File>
<File>Gameplay/Quo_Policies_Code.sql</File>
<File>Gameplay/Quo_Wonder_Code.sql</File>
<File>Gameplay/Quo_New_Buildings_Code.sql</File>
<File>Gameplay/Quo_Beliefs_Code.sql</File>
<File>Gameplay/Quo_Routes_Code.sql</File>
<File>Gameplay/Quo_Units_Code.sql</File>
<File>Gameplay/Quo_ZZ_Debug_Code.sql</File>
You could safely remove any of these ones except the three with priorities. I am slowly migrating everything in the "Rules" files to more individual parts to make it easy to block additional features.