Sid Meier's Civilization VI

Sid Meier's Civilization VI

Even More Reports
infixo 31 Mar, 2019 @ 12:55pm
Temp fix for people using BRS and/or RET
Add the LoadOrder=1 to .modinfo to EMR_UpdateDatabase component. It should look like:

<UpdateDatabase id="EMR_UpdateDatabase">
<Properties><LoadOrder>1</LoadOrder></Properties>
<File>EMR_Version.sql</File>
</UpdateDatabase>

Add the following lines to EMR_Version.sql

-- ReportsList Loader
INSERT OR REPLACE INTO RLLReports (ReportType, ButtonLabel, LuaEvent, StackID, SortOrder) VALUES
('REPORT_EMR_DEMOGRAPHICS', 'LOC_EMR_DEMOGRAPHICS', 'ReportsList_OpenDemographics', 'GlobalReportsStack', 530),
('REPORT_EMR_DIPLOMACY', 'LOC_EMR_DIPLOMACY', 'ReportsList_OpenDiplomacy', 'GlobalReportsStack', 540),
('REPORT_EMR_GRAPHS', 'LOC_EMR_GRAPHS', 'ReportsList_OpenGraphs', 'GlobalReportsStack', 550);

< >
Showing 1-11 of 11 comments
ChrisMartin 31 Mar, 2019 @ 3:29pm 
You are too kind! Thank you :)
Moyocoya 31 Mar, 2019 @ 9:18pm 
I am unable to do this. I'll surely make mistakes since I don't understand a word. I'll wait for Fanonizer to change his mod and hope he will.
infixo 1 Apr, 2019 @ 2:33am 
@moyocoya Unable like you don’t know what to do or unable like you did the changes but they don’t work. In the latter case, post your changed files, so I can look at them.
Moyocoya 1 Apr, 2019 @ 3:07am 
@infixo : like I don't know what to do... Sorry :-(
I don't want you to spend time only for me. I will wait for Faronizer to change his mod.
ChrisMartin 1 Apr, 2019 @ 1:47pm 
This tutorial did the trick. :)
ubereffect 3 Apr, 2019 @ 4:55am 
@Moyocoya

You want to edit both files using a text editor like notepad, or Notepad++. Using a word processor like MS Office/Word, or even WordPad, could cause issues as changes may not save in most basic file format.

To be safe, you can rename EMR_Version.sql (for example) to EMR_Version.sql.bak before attempting the change. Then open EMR_Version.sql.bak with a text editor like notepad, and 'save as' EMR_Version.sql' without the .bak. This way you can always revert back to the original by deleting EMR_Version.sql and renaming EMR_Version.sql.bak to EMR_Version.sql

You'll find the first file you need to change here:
Steam\steamapps\workshop\content\289070\1674839844\EvenMoreReports.modinfo
The file only has 80 lines (not much to it), the section you need to change is at line 15.

You'll find the second file you need to change here:
Steam\steamapps\workshop\content\289070\1674839844\EMR_Version.sql
This one's simple, you can count the number of lines on one hand.
Moyocoya 3 Apr, 2019 @ 5:10am 
Great ! I follow your process step by step and it works. Thank you very much !
ubereffect 3 Apr, 2019 @ 5:26am 
You're welcome. :steamhappy:

Further Clarification / General Information

How do you know to go to the following directory?
Steam\steamapps\workshop\content\289070\1674839844\

289070 = Civilization VI. You'll find your Civ6 steam workshop mods here.
1674839844 = Even More Reports. You'll notice the same number hidden in plain sight, in the URL in your web browser. The URL for this mod for example is: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1674839844

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1674839844
Faron  [developer] 5 Apr, 2019 @ 3:39am 
New version as of today should work with BRS and/or RET
ChrisMartin 5 Apr, 2019 @ 4:37am 
Thank you!! :)
Obb 1 Jun, 2024 @ 1:39pm 
I don’t have anything inside the diplomacy screen, I suppose it’s a conflict too, anyone knows of mods that collide with this one, by chance ? =3
< >
Showing 1-11 of 11 comments
Per page: 1530 50