Quote:
|
Originally Posted by dougaiton
Just checking, but I thought the hardcoded references were only to GMs, right? Or are there other Easter Eggs in there?
|
Some of the text that appears in a PBP game is hard-coded. For example, when it says "That was his 15th home run of the season." So, even if you have a female baseball league, all of these will say "his". It's also hard-coded when a fielder waves off another fielder, for example.
There are others as well, but there is no one comprehensive list. One way to check this would be to replace all categories in the XML file with phrases starting with "XML:"
That way, when you play a game, any line that does NOT begin with "XML:" is hard-coded. (Except for the fact that some XML entries span multiple lines.)