Sid Meier's Civilization VI

Sid Meier's Civilization VI

Extended Policy Cards
Neo Teyrall Aug 4, 2022 @ 8:30pm
This mode does not worlk on linux version
I have test this mode on my linux PC it does not work, i am note abele to open the gouvernement panel. So, i can not change the policy card and in can not choose a gouvernement.
How can i fix it ??
thanks !!
< >
Showing 1-12 of 12 comments
sd326 Aug 16, 2022 @ 9:21am 
same problem
Choom Aug 17, 2022 @ 8:39am 
No solution yet?
mykkson Aug 19, 2022 @ 11:19pm 
Same here. Ubuntu 20.04
Polygon Aug 21, 2022 @ 4:02pm 
same problem ubuntu 22.04
Same with me. Hoping for a bug fix on 20.04
Antares Sep 5, 2022 @ 4:47am 
2
This can be fixed very easily by changing the names of both .lua and .xml from "GovernmentScreen" to "governmentscreen" and then change the same thing in the Extended Policy Cards.modinfo.

Not sure if it's the same for everyone but mine is in "SteamLibrary/steamapps/workshop/content/289070/2266952591".
Last edited by Antares; Sep 5, 2022 @ 4:48am
Polygon Sep 5, 2022 @ 7:56am 
I worked, thank you so much! The last number in the folder name wasnt the same, i just openned all to find the one.
interstellarmist Jan 2, 2023 @ 1:52am 
@Hippish provided a solution for this capitalization issue in Linux on Sukritact's Simple UI Adjustments mod. He provided a command that would go through and create lowercased symlinks to the *.lua and *.xml files

cd ~/.local/share/Steam/steamapps/workshop/content/289070/2266952591/
find -name '*.lua' -o -name '*.xml' | sed -n 's/\(.*\/\)\(.*\)/ln -s \2 \1\L\2/p' | sh

Simply replace the directory and change accordingly for other mods with similar issues.
Dessler Sep 7, 2023 @ 6:07pm 
4
To make EPC work with Linux, you need the mod Better Report Screen installed.

However, this you also need to ensure that a few file have their names both in mixed case and in lower case because in linux, the files will be read as they're named inside the mod's resources, so if it's called in mixed case, it will be opened as mixed case. If it's called in lower case, it will be opened in lowercase.

So, to make both mods fully work on linux steam, I did the following:

cd ~/.local/share/Steam/steamapps/workshop/content/289070/1312585482
ln -s RealModifierAnalysis.xml realmodifieranalysis.xml
ln -s betterreportscreen_database.sql BetterReportScreen_Database.sql
ln -s realmodifieranalysis.lua RealModifierAnalysis.lua
cd RLL
ln -s ReportsListLoader.lua reportslistloader.lua
ln -s ReportsListLoader.sql reportslistloader.sql

cd ~/.local/share/Steam/steamapps/workshop/content/289070/2266952591
ln -s GovernmentScreen.lua governmentscreen.lua
ln -s GovernmentScreen.xml governmentscreen.xml
Originally posted by Dessler:
ensure that a few file have their names both in mixed case and in lower case

Thank you! This was indeed the issue. :)
Le BG Jul 25 @ 12:10pm 
I tried all of this above. It could only fix government tab not showing up. But I still can't see signs on cards.
Vezpin Aug 17 @ 9:56pm 
Same issue, thought just running the game under Proton would have resolved the issue but non the less it did not. Dessler's comment above about using symlinks to rename files resolved my issue.
< >
Showing 1-12 of 12 comments
Per page: 1530 50