Sid Meier's Civilization VI

Sid Meier's Civilization VI

Sukritact's Simple UI Adjustments
태양 2020 年 5 月 17 日 上午 11:19
Unable to choose production in Linux
With this mod (only mod installed) on Linux (Ubuntu 19.10) I am unable to choose production after settling my first city. I can't 'zoom in' on the city and clicking on the 'Choose Production' Button in the bottom right has no effect.
< >
目前顯示第 1-10 則留言,共 10
lonesomerogue 2020 年 5 月 27 日 上午 11:47 
This mod does not work on linux due to capitalization issues. If you want to make it work, you would need to rename all the files to lowercase and then modify all the references to those files in the .modinfo files. (and then again after every update)
Hippish 2020 年 6 月 2 日 下午 2:33 
2
10
Just symlinking them all with the names lowercased seems to do the trick.

cd ~/.local/share/Steam/steamapps/workshop/content/289070/939149009/
find -name '*.lua' -o -name '*.xml' | sed -n 's/\(.*\/\)\(.*\)/ln -s \2 \1\L\2/p' | sh
最後修改者:Hippish; 2020 年 6 月 2 日 下午 2:53
Papusone 2020 年 7 月 7 日 下午 2:40 
A very Great Thanks to Hippish for the Script ! It works on all mods with a change of directory (the last one) and works perfectly ! I have applied change on my Eights mods i have in the workshop and now, all of them works fine, even Yet another Map Pack From Gedemon !
So once Again Thanks a Lot !
最後修改者:Papusone; 2020 年 7 月 7 日 下午 2:41
rennmade 2020 年 10 月 15 日 上午 2:10 
Still not working for me. I have trouble finding the correct directory of my stteamapps. Can anyone please help?!
alancsilver 2020 年 12 月 6 日 下午 6:35 
I found the directory in question in
~/.steam/debian-installation/steamapps/workshop/content/289070/939149009

if that helps
can still confirm in 2021. ;(
Torch 2022 年 4 月 1 日 下午 5:51 
Can confirm, bug still present in 2022. Had to unsubscribe to get the Production window back.
henryxiv 2022 年 10 月 22 日 上午 7:50 
The solution is so easy. Hope it gets fixed soon.
interstellarmist 2023 年 1 月 2 日 上午 1:26 
Still a problem today but Hippish's solution works perfectly. Thanks!
KonPet 2023 年 11 月 8 日 下午 6:30 
引用自 Hippish
Just symlinking them all with the names lowercased seems to do the trick.

cd ~/.local/share/Steam/steamapps/workshop/content/289070/939149009/
find -name '*.lua' -o -name '*.xml' | sed -n 's/\(.*\/\)\(.*\)/ln -s \2 \1\L\2/p' | sh
You're a legend, man. Thanks for providing this solution, I'll save it somewhere so that I can reuse it for other mods. I've noticed that at least one other UI mod is giving me similar issues. Also, my steamapps folder was ~/.steam/steam/steamapps, so I had to change that, but for some reason it seems different for everyone here, so not your fault. Just saying it for other people who may be searching for it
< >
目前顯示第 1-10 則留言,共 10
每頁顯示: 1530 50