12854634085/70 GP threshold?

Black Whole

Dancing Condor
Joined
Dec 21, 2005
Messages
534
Location
Theatre of Dreams
Hi! I am working on a conversion of RFC and everything works fine so far (although I had no idea of c++ or python ;)) except for the bug in the title. Every city that is founded starts with such a ridiciolus high number in the great people progress bar. If the game adds points to it (through wonders or specialists), every turn a new person is born, of course.

Now, where could be the problem, because it doesn't throws any exceptions or errors?

The only thing I modified (in this context) are civ specific gp thresholds, I didn't set any value for starting gp number.
If you need any further infos, let me know!

Thanks in advance!
 
It sounds like the CvCity's current GPP is not being initialized correctly. Does this use a custom DLL? If so, try doing a full recompile (delete all .obj files and rebuild). Check the CvCity constructor.
 
It sounds like the CvCity's current GPP is not being initialized correctly. Does this use a custom DLL? If so, try doing a full recompile (delete all .obj files and rebuild). Check the CvCity constructor.

Thanks! I accidently commented out part of the code, because my custom dll is based on Rhye's and he inserted the greek unique power there.
 
Top Bottom