God-Emperor
Deity
The text has nothing to do with the CarrierUnitAI. It is defined purely via the tag given in the special unit's Description tag: TXT_KEY_SPECIALUNIT_PEOPLE in this case.
The text has nothing to do with the CarrierUnitAI. It is defined purely via the tag given in the special unit's Description tag: TXT_KEY_SPECIALUNIT_PEOPLE in this case.
Doh! I get it now, I'll find the relevant file tonight when I get home and make the necessary adjustments.
@TC01 et al.
I've also asked this question on TC01's Python Action button tutorial thread:
I used the technique you described in Python Action button tutorial to make my buttons in Star Trek mod II and it worked just fine. But now that I am using FFP instead of the original STM as a base for the game (as you already know) and now it isn't working. Instead what happens now is the new buttons don't appear and all the buttons just freeze up. Do you know what that is? Does it have something to do with the DLL or maybe the bug mod? I'm trying to figure it out so I can put my action buttons back in the game. Thanks.
The religion icons for the regular religions are not present in the GameFont.tga and GameFont_75.tga files used by FF/FFP. They have been completely replaced by the FF religion symbold (and the extras removed). You'd need to put them back. You can't just use the regular BtS version of this file since there are other changes: the delta and omega symbols replace 2 of the regular symbols, anf the resources are arranged differently as there are a lot fewer; that's all I can think of but it means it is probably slightly easier to just change the religion icons in the FFP versions of these files. For simpicity, and sanity preservation, I'd recommend using this nice tool to modify the evil gamefont files: Asaf's Game Font Editor.
What causes functions from FinalFrontierGameUtils.py being called when DLL calls them (instead of functions from CvGameUtils.py)? I've looked through BugGameUtils etc., but I cannot find any reference to the FinalFrontierGameUtils.py file itself.
Where basic planet yieldsfood:,
,
) data are stored (in which XML file)?