Command panel not showing in mods

Poomermon

Warlord
Joined
Dec 14, 2005
Messages
145
I have 3.19 bts with bug mod and the game plays without problems in normal game but when I try using mods that come with bts like final frontier or epic war (?) following problem occurs. The command panel where I can issue orders to units like building a city or start exploring is not showing at all. In other words the game becomes more or less unplayable. Is this some kind of glitch or is there some way to make panel visible? Any help would be appreciated.
 
Yeah, this is a python issue, where the python from the BUG mod is conflicting with the mods. Ori's solution of renaming the custom assets folder will work, but then you loose the BUG mod. There is an easier way.

Open up the ini file found in the mod's folder with notepad. Every mod will have it's own ini file named after the mod found in it's folder, so in the Afterworld folder there will be a text file, called Afterworld.ini Anyway open this up with notepad.

Change these lines:
Code:
; Custom Art from user folder is not loaded
NoCustomArt = 0

; Custom XML and Python from user folder are not loaded
NoCustomAssets = 0

To this:
Code:
; Custom Art from user folder is not loaded
NoCustomArt = 1

; Custom XML and Python from user folder are not loaded
NoCustomAssets = 1

That way the mod will no longer load the python and XML from the BUG mod found in your custom assets folder. This will solve your issues.
 
I am having the same exact problem with ffh2 mod with 319 and patch g. The fix here does not help :(
 
Back
Top Bottom