Quite possible. That's why im posting custom civs along with savegame, since it is last one from GEM thread. Maybe somebody could take a look, please?
And if it's non-SVN error from GEM custom civ, fix it and post a fixed civ?
Maybe somebody could take a look, please?
And if it's non-SVN error from GEM custom civ, fix it and post a fixed civ?
It looks like you don't have the font the game uses installed, so it is using some other font - like the first one or last one in the list of fonts, or the one immediately before or after where the one it is looking for in the list of fonts.
The default font is Sylfaen and Civ4 comes with it. There should be a true type font file called "sylfaen.ttf" in "\Sid Meier's Civilization 4\Resource\Fonts" (or some similar place - the exact path may vary if you got it as a download). Find the font file and install the font (there is probably an option to do so on the menu you get if you right click the font file).
With a little luck that will solve your font problem.
Sorry for the late reply, little busy with college lately, but I checked out the font where you suggested and it already had it installed. I went ahead and re installed it, but still doesn't seem to work? This is quite confusing for me.
I have added an updated version that uses replacement civs instead of custom ones.
Talin2009 can you test it for me. i.e. See if it loads.
It is in the GEM thread.![]()
I just did a complete reinstall of C2C from yesterday's SVN. I forgot to copy my UserSettings over so I have everything default -- the options are having no effect. I turn off field of view and it is still there. I turn of max/min buttons and they are still there. Those are both BUG options I have not checked the normal options yet.
BugCore.game.MainInterface.isShowFieldOfView()
BugOptions.getOptions().getOption("MainInterface__FieldOfView").getValue()
I tried to figure this out but i'am lost.
This code doesn't work because if you change the option the result stays the same as before the option was changed.
Code:BugCore.game.MainInterface.isShowFieldOfView()
However this works and the result changes if the option is changed.
Code:BugOptions.getOptions().getOption("MainInterface__FieldOfView").getValue()
All the MainInterface Bug options aren't working since revision 4064 this means for more then two years. This just makes me wonder
![]()
Hello all,
Sorry if this is something already asked.
In version 35, I am seing that some resources have their icon in city screen missing.
Is it something with my configuration?
Thanks, and thank you for your greatwork!
Arturo
It is a known bug. We haven't found it to fix yet.
Now i found the reason for thisand now i have to find a way to fix it.
All the MainInterface Bug options aren't working since revision 4064 this means for more then two years. This just makes me wonder
![]()
Found annoying Size Matters bug:
SVN 8110:
1. Promote unit for increased combat quality (Quality Up)
2. Skip promotions for 3-5 levels (so that next increased combat quality promotion is theoretically available)
3. Select any promotion
Actual: Increased quality promotion lost due to Since one of its abilities has been found to be incompatible with your unit, your <unit> has lost its Quality Up(<level>) promotion
Expected: Quality Up promotion should not be lost.