""" Civilization IV: Colonization
"""
from protonfixes import util
def main():
util.protontricks('oleaut32')
util.protontricks('msxml3')
util.protontricks('corefonts')
; removed unnecessary Python warning disableThis is for 2.9 only as the case issue is fixed in the next release.Note for linux users (sorry for crossposting):
The 2.9 release zip includes two different assets directories, one "Assets" (note the uppercase A) with all the game data, one "assets" (lowercase) with the CvGameCoreDLL.dll. If unpacking on a case sensitive file system (like on my btrfs linux system ...), the mod won't work without manually moving CvGameCoreDLL.dll to the correct "Assets" directory and deleting the other.

Just curious, was that with the WtP-3.0.1 version?I'd like to mention that latest GE-Proton (https://github.com/GloriousEggroll/proton-ge-custom/releases/) has the necessary fix (since Proton-7.3-GE-1) included, so for Linux Steam users it is now just download GE-Proton -> select Proton version in Steam -> run the game![]()
I was able to run the game with WtP 3.0.1 or later (in-development) versions using Proton for a long time without any troubles now. Did not actually try since my last message in March though. Also I did not try upstream wine (as I was happy with Proton ...)Just curious, was that with the WtP-3.0.1 version?