Yeah, I have been trying to fix that but so far I can't get it to work. I think the files are cached in memory somehow, so it doesn't read them again properly.Markus5 said:I found that you must exit CivIV for new rules to be correctly executed.
Yeah, I have been trying to fix that but so far I can't get it to work. I think the files are cached in memory somehow, so it doesn't read them again properly.Markus5 said:I found that you must exit CivIV for new rules to be correctly executed.
Yes, it does. It will be fixed with the next version of the mod. Thanks.Markus5 said:OK. I still get the hang in MapFinder, but with python exceptions turned on I see this:
Python exception
Traceback
File CvScreensInterface line 640 in forceScreenUpdate
File CvMainInterface line 798 in UpdateScreen
File HOFUtil lin 242 in MapFinderCheckMap
NameError: global name 'IMaxX' is not defined.
I hope this helps.
It is just a typo. "IMaxX" and IMaxY" should have had lower case "i"'s. While you could easily fix it, that would change CRCs so that they would no longer match and the games wouldn't be acceptable for HOF. We will have a new version soon.Markus5 said:Can I patch the code? I'm not a python guy, but I am a competant programmer and can try a few things. Since this happens about once every 5 minutes (it seems) to me, I can test your fixes.
Doesn't gold=beakers? I guess one of those is supposed to be food?DaveMcW said:Is there a mod that will keep track of how much gold/beakers/hammers I have spent during the game? And if not, can this be added to the HOF mod?![]()
DaveMcW said:My real goal is to determine a conversion formula. If I need 100,000 hammers and 300,000 beakers and 100,000 gold to win the game, I know that my average tile must produce 13
1
or some multiple of that.
Denniz said:No really sure what's causing that. There was a workaround added for a Civ4 bug where the CRCs weren't being created. Maybe something to do with that. I would check the game on the start file page (login required). If it passes don't worry about the message. We'll take a look at it for the next release.
Could you download and run >> this utility <<? You'll most likely have to point it at the correct dir for the HOF mod. Click the check button. When that completes click on Save Results and send the .csv file to me at hof@civfanatics.net and I'll take a look. Maybe send me an example .civ4savedgame file as well, just a Duel one will do to keep the file size small.ori said:This CRC thing now hit again - and the start file page rejects that start file:
Change the following in your CivilizationIV.ini file:bostich said:when i try to load the new mod, i get the popup that civ has to be restarted (as usual) but it do not restart. i get back to desktop with no error message.
004 worked fine and i checked that 005 is installed in the right directory.
Any suggestions how to get this working or how to generate an error message?
; Set to 1 for no python exception popups
HidePythonExceptions = 0
; Enable the logging system
LoggingEnabled = 1
; Overwrite old network and message logs
OverwriteLogs = 1
; Enable message logging
MessageLog = 1
terrasol said:Hi all,
I like to play this mod, cause it have most things i need for playing.
Unfortunally i have a problem with the autolog. In german we have letters like this: ß, ö, ü , ä
Any text with letters above produce an error while logging.
Now my Question: Is it possible to try fixing this error in one of the next Updates?
Greetings from Berlin
terrasol
Denniz said:We will see what we can do.![]()
Denniz said:Change the following in your CivilizationIV.ini file:
Code:; Set to 1 for no python exception popups HidePythonExceptions = 0 ; Enable the logging system LoggingEnabled = 1 ; Overwrite old network and message logs OverwriteLogs = 1 ; Enable message logging MessageLog = 1
I don't think that would be your problem unless you changed something else on your system. Which of the log files was that from?bostich said:The following text is in the logfile:
[Jul 30, 2006 - 12:38:35] Messages while processing 'Resource/Themes/Civ4.thm'
Error : Decl - ('Civ4Theme_Common.thm', Ln:401, Col:13) Assignment source propertyId 'SF_CtrlTheme_Civ4_Control_Font_Size3_Italic' not found
Error : Decl - ('Civ4Theme_Common.thm', Ln:402, Col:13) Assignment source propertyId 'SF_CtrlTheme_Civ4_Control_Font_Size3_BoldItalic' not found
Error : Decl - ('Civ4Theme_Common.thm', Ln:408, Col:13) Assignment source propertyId 'SF_CtrlTheme_Civ4_Control_Font_Size1_Bold' not found
Error : Decl - ('Civ4Theme_Window.thm', Ln:3048, Col:9) Assignment source propertyId 'SF_CtrlTheme_Civ4_Control_Font_Size1_Bold' not found