Two Versions in One Day
I was playing the Pitching Simulator earlier and realized I had messed up with v1.4. When I released it, I thought v1.4 was the best update ever. But there was one bug: when you get a fly out, the ball-strike count doesn't reset. In real baseball, it always does. Naturally, I made a new version fixing it.
I also realized that, until now, there was no way to put the name of the pitcher. I became interested in the idea earlier when I had the idea of playing as Tarik Skubal for the Dodgers. The new update, which has the aforementioned bug fix and the pitching name feature, is known as v1.5, which you can download here.
However, some of you never got the chance to play v1.4 before v1.5 came out. It was only a two-day gap. If you'd prefer to play v1.4 for a few more days before trying v1.5, I also made a new version of v1.4 that's exactly the same, except with the fly out bug fixed.
If any of you are not baseball traditionalists and find the idea of the count not resetting after fly outs interesting, sorry. The original v1.4 has been wiped from the face of the earth. However, you can fix it with a simple code change. I made a simple guide for the non-traditionalist crowd:
- Download v1.4.
- Go to Numbers.py.
- Look for the code: elif result >= 5 and result <= 9:
- Remove the lines balls = 0 and strikes = 0.
Comments
Post a Comment