I've been working on altering the gamefont files but they are completely confounding me. I've pretty much figured out that they are font maps, but I have no clue how they are used by the game except I think they are used in the python code by the getChar() function (not sure on that, just a guess. Anyway, I've been trying to add icons to the font file, but using the altered graphics causes the mod not to load. I get dumped during initialization. I've carefully figured out the spacing between icons and the dimensions they use and added 2 new icons to the end of line of religion icons.
One very confusing thing to me is how Greek World (which alters the GameFont files) has a completely different scale to the GameFont files (they are all the small font set) and it also has a nice grid. I would just use the grid, but then I wouldn't learn anything!
One very confusing thing to me is how Greek World (which alters the GameFont files) has a completely different scale to the GameFont files (they are all the small font set) and it also has a nice grid. I would just use the grid, but then I wouldn't learn anything!
Comment