Latest News: OOTP PATCH 9.1.2 released! - OOTP 9 RELEASED! - Title Bout Championship Boxing 2.5 released! - OOTP 2007 receives Editors Choice Award from PC Gamer - Inside the Park Baseball Patch 1.03 released, DEMO now available

Click here to download Out of the Park Baseball 9!

Go Back   OOTP Developments Forums > OUT OF THE PARK BASEBALL 9 > OOTP 9 - Mods > In-Game Text and PbP Commentary
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 07-08-2006, 11:43 PM   #1 (permalink)
All Star Reserve
 
Ambermonk's Avatar
 
Join Date: Aug 2004
Location: Pacifica, CA
Posts: 787
What's Wrong With This Picture?

With patch 1.0.2 installed, the following event occured. To aid in clarity, I am replacing the player's names with their positions [in brackets]. The play starts with a runner on 2nd base.

the batter swings...
its popped high in the air...
on the infield, right side...
running at full speed is [2nd baseman]
but he can't make the play...
that'll fall in...
[runner] reaches third base...
[runner] is on his way home...
but [rightfielder] just brings it into the infield...
he scored...
a RBI single by [batter]


Its a sad thing when my 2nd baseman, who has an infield range score of 74, has to run full speed to get to a pop-up right above his head.
Ambermonk is offline   Reply With Quote
Old 07-09-2006, 01:17 AM   #2 (permalink)
All Star Starter
 
OakDragon's Avatar
 
Join Date: Feb 2006
Location: Arcata, CA USA
Posts: 1,948
...and not only that, but the 2nd baseman is so demoralized about it that the right fielder has to run in to pick up the ball!
__________________
"You must be the change you wish to see in the world." -- Mahatma Gandhi

OakDragon is offline   Reply With Quote
Old 07-09-2006, 08:19 AM   #3 (permalink)
All Star Starter
 
jnshmoo's Avatar
 
Join Date: Apr 2004
Location: Not Here
Posts: 1,227
Sounds to me that it's more like the word "Infield" may be misleading. I see nothing in that PBP that indicates that it is right above his head.
Maybe it was on the line?

It seems like maybe this call was meant for the outfielder on a fly to shallow outfield?
__________________
Beer Snob and Baseball Sim Geek

jnshmoo is offline   Reply With Quote
Old 07-09-2006, 02:22 PM   #4 (permalink)
Moderator*
 
TC Dale's Avatar
 
Join Date: May 2002
Posts: 3,463
Moved to proper forum.
__________________
TC
----------------------------------
I'd have thrashed him to within an inch of his life, but I didn't have a tape measure.

Old is always fifteen years from now.
TC Dale is offline   Reply With Quote
Old 07-09-2006, 03:09 PM   #5 (permalink)
All Star Reserve
 
Ambermonk's Avatar
 
Join Date: Aug 2004
Location: Pacifica, CA
Posts: 787
Note that the text stated that the ball was popped on the infield, right side. There isn't much room on the right side of the infield. The first baseman would have half of the right side, and presumably the pitcher would have the front of the right side.
Ambermonk is offline   Reply With Quote
Old 07-11-2006, 12:15 AM   #6 (permalink)
All Star Reserve
 
Join Date: Jul 2003
Location: Seattle
Posts: 746
Quote:
Originally Posted by Ambermonk
Note that the text stated that the ball was popped on the infield, right side. There isn't much room on the right side of the infield. The first baseman would have half of the right side, and presumably the pitcher would have the front of the right side.
Ambermonk:

I dissected the PbP excerpt to narrow down the problem. Text category names (from the XML Cheat Sheet) are in all caps. Numbers in front of text lines are category number and object number, from the XML file.


SWING
189-11365 the batter swings...
FLYBALL_POPUP
226-6451 it’s popped high in the air...
[not in XML] on the infield, right side...
----The above line is in the game code, not in the XML file. I don’t know what triggers it, or how it affects the display of later messages. I’ve seen it cause a similar sort of problem before.
FLYBALL_CHARGE_HARD
243-5579 running at full speed is [2nd baseman]
-----This category uses the [%game fielder] token, which (I think) can return the name of any infielder or outfielder. However, the category seems designed for describing the sort of play an outfielder would make—infielders aren’t usually thought of as charging when they run after a fly ball. In this case, it seems as though the “on the infield” line pulled from the game code might have dictated that [%game fielder] has to be one of the infielders on the right side. Or maybe the location of the batted ball was determined before the “on the infield line” was called; I can’t tell. At any rate, somewhere between now and the end of the play, [%game fielder] changed.
FIELDER_EFFORT_MISSED
217-13440 but he can't make the play...
-----Seems okay, normal extension of the event
BALL_DROPS_FOR_HIT
253-14344 that'll fall in...
-----Likewise
ADVANCE_BASE_3
14-31 [runner] reaches third base...
-----And after this line, the rest of the message comes from within the game, so I can’t determine how the right fielder got involved.
[not in XML] [runner] is on his way home...
[not in XML] but [rightfielder] just brings it into the infield...
[not in XML] he scored...
[not in XML] a RBI single by [batter]

Entered this glitch as TT #2159.
M's rule is offline   Reply With Quote
Old 07-11-2006, 02:18 AM   #7 (permalink)
All Star Reserve
 
Ambermonk's Avatar
 
Join Date: Aug 2004
Location: Pacifica, CA
Posts: 787
Thanks for your efforts.
Ambermonk is offline   Reply With Quote
Old 07-12-2006, 01:13 AM   #8 (permalink)
Hall Of Famer
 
Join Date: Aug 2003
Posts: 4,402
Quote:
Originally Posted by OakDragon
...and not only that, but the 2nd baseman is so demoralized about it that the right fielder has to run in to pick up the ball!
Hahahaha... well, wouldn't you be if you had to charge hard for a pop-up and still couldn't make the play?

Let's see... charging hard for the second baseman... the ball would have had to land next to the pitchers mound.... sounds like a pitcher that can't field his position too.
tysok is offline   Reply With Quote
Old 07-12-2006, 11:29 AM   #9 (permalink)
All Star Starter
 
SSG Troyer's Avatar
 
Join Date: Dec 2001
Location: Somewhere to the left of 2nd base
Posts: 1,550
The "infield" part is the only misleading aspect of this that I see. Reading the text, I had a mental image of a 2B trying to make a play on the RF foul line ...
__________________
MWT
Did Tennesee Delaware Mississppi's New Jersey? Idaho ... Alaska!
SSG Troyer is offline   Reply With Quote
Old 08-25-2006, 06:16 PM   #10 (permalink)
Minors (Rookie Ball)
 
Join Date: May 2005
Posts: 26
How about this one

(Batter) hits a scorchng line drive to left, the left fielder then "drifts under it"--The PbP is really the only negative I've noted about the game so far!
ECrane67 is offline   Reply With Quote
Old 08-25-2006, 09:14 PM   #11 (permalink)
Major Leagues
 
Join Date: Mar 2003
Posts: 414
I've seen a batter hit a groundball weekly to a fielder...which I guess is ok if the batter is hitting that groundball every 7 days.
__________________
Peace,

albatross
albatross11 is offline   Reply With Quote
Old 08-26-2006, 01:44 AM   #12 (permalink)
All Star Reserve
 
Join Date: Jun 2006
Posts: 818
Quote:
Originally Posted by albatross11
I've seen a batter hit a groundball weekly to a fielder...which I guess is ok if the batter is hitting that groundball every 7 days.
Heh. 160-8321...perhaps still possible to get fixed in time for patch 1.03?
Zeyes is offline   Reply With Quote
Old 08-27-2006, 10:50 PM   #13 (permalink)
Hall Of Famer
 
pstrickert's Avatar
 
Join Date: Dec 2005
Posts: 2,662
Quote:
Originally Posted by ECrane67
(Batter) hits a scorchng line drive to left, the left fielder then "drifts under it"--The PbP is really the only negative I've noted about the game so far!
I've seen this kind of PBP too many times. Often, one phrase will "contradict" a previous phrase. It creates havoc with the mental picture being formed.
pstrickert is offline   Reply With Quote
Old 08-30-2006, 12:40 AM   #14 (permalink)
All Star Reserve
 
Join Date: Jul 2003
Location: Seattle
Posts: 746
Quote:
Originally Posted by Zeyes
Heh. 160-8321...perhaps still possible to get fixed in time for patch 1.03?
Text object 8321 isn't in the database any more (and isn't in the XML file that was released with the latest build for the testers). I remember fixing the "weekly" problem at one point, but I must have deleted the entry later for some other reason.
M's rule is offline   Reply With Quote
Old 08-30-2006, 12:48 AM   #15 (permalink)
All Star Reserve
 
Join Date: Jul 2003
Location: Seattle
Posts: 746
Quote:
Originally Posted by ECrane67
(Batter) hits a scorchng line drive to left, the left fielder then "drifts under it"--The PbP is really the only negative I've noted about the game so far!
Incongruities like this one come about because of the way PbP messages are created. Individual text objects are pulled from a number of different categories to create a full sequence of events, and it isn't easy to make sure that a later bit of information doesn't seem to contradict an earlier one.

If "scorching" is the word that actually appeared in the PbP, followed by "drifts under it," then it's possible this particular problem has been solved--the word "scorching" doesn't appear in the latest version of the XML file that was distributed to testers with the latest build today. I vaguely remember doing something a while ago to get rid of disconnects like this one.
M's rule is offline   Reply With Quote
Old 01-19-2007, 10:41 PM   #16 (permalink)
Bat Boy
 
Join Date: Jun 2006
Posts: 9
OK, I am a little bit late on this and understand the complaint. One of the pictureS in my head as I read the PbP was not really a problem. But I was wondering if there were 2 outs?

Now, think about the technicality of the Infield Fly rule. Doesn't matter how far in the outfield a fly is, if an infielder is giving chase and has a reasonable chance to catch the fly it is subject to the INFIELD FLY rule.

So what I visualized in this PbP is the 2B-man giving chase to a 'tweener in short RF (likely towards the line directly behind the 1B-man) and j.u..s...t out of his reach. And just like that the chase is on by the RF to get the ball.

I have seen plays like that in real life (and are kind of strange to notate on the scoring sheet).
mnyakko is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 04:28 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 Out of the Park Developments