Falc
Warlord
- Joined
- Oct 6, 2007
- Messages
- 292
Well, after being stifled for about a week by a single stupid missing comma
I finally managed to get the BUG's Great People Bar functioning in FfH.
Now comes the question of how I should release this. I know enough Python and XML to get everything working in my own files, but I have little to no clue how this modular loading thing works.
A release would consist of:
- 1 stand-alone python file
- modifications to CvMainInterface.py
- one extra <TEXT> tag for Civ4GameText.xml
What are my options if I want people to be able to remove this and/or upgrade their FfH version as easily as possible?
What I know now leads me to believe I can keep the python and xml files 'modular' but my CvMainInterface.py would have to overwrite the standard FfH one. Correct?

Now comes the question of how I should release this. I know enough Python and XML to get everything working in my own files, but I have little to no clue how this modular loading thing works.
A release would consist of:
- 1 stand-alone python file
- modifications to CvMainInterface.py
- one extra <TEXT> tag for Civ4GameText.xml
What are my options if I want people to be able to remove this and/or upgrade their FfH version as easily as possible?
What I know now leads me to believe I can keep the python and xml files 'modular' but my CvMainInterface.py would have to overwrite the standard FfH one. Correct?