Quote:
Originally Posted by PhilliesPhan
I will add that I also saw this last night. Pop-up behind the plate and my catcher had to call off the right fielder. I had to read it 3 times to make sure I was seeing it correctly.
Unfortunately I don't remember the text well enough to have it searched for. Will keep my eye open.
|
You can turn on debug options when playing games that will give us the numbers called.
http://www.ootpdevelopments.com/boar...d.php?t=119739
Just do part one only though:
add_debug_info_to_in_game_commentary
If you change the value for this entry from 0 to 1, when you play the game, the Category ID and the Text Object ID will be displayed for each text object that appears in the game, like this:
[330-6442] missed that offering by Dave McNiven, a fastball low...
In this case, the 330 is the category ID, and the 6442 is the text object ID. You can then find these within the english.xml file by searching for "id="6442"", for example.
This is incredibly helpful if you see an option that you don't like, because you can easily find it and eliminate it from the XML file.
This setting affects both game play-by-play and news articles.