View Full Version : How do I make the CvPythonExtensions.hlp.txt file?


General Tso
Jul 18, 2009, 10:06 AM
If I remember correctly Civ4 automatically creates the file "CvPythonExtensions.hlp.txt" if the proper setting is set somewhere. I wanted to create a new file that includes the stuff from 3.19. Am I remembering the proper procedure? If so, could someone please tell me how to go about doing it.

Sto
Jul 18, 2009, 10:31 AM
I don't have my pc so I'm not sure about the names.
Check entry points CvAppInterface.py(probably), and put 1 to one of the variable in the first function like Pyhelp = 1. There is not that much code in this file, that will be easy to find it. Put a copy in custom assets or back up first.

Tcho !

General Tso
Jul 18, 2009, 10:41 AM
Thanks Sto.