News:

Simutrans Wiki Manual
The official on-line manual for Simutrans. Read and contribute.

[bug] Pub does not receive cider

Started by mjhn, July 14, 2009, 03:40:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mjhn

I have just started a small game in 1830, and have found that the pub will not accept cider from the Orchard. I believe that this is because the pub input has zero capacity (reporting 0/0), and so is reporting it's input to be zero and so the orchard isn't produing cider to be sent to the pub.

AP


jamespetts

I have found the problem in my local copy and fixed it. I will send my copy to The Hood for inclusion in the next bugfix release. Thank you for your report :-)
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

wlindley

Still problematic as of today.  The middle two pubs receive cider but the oldest and the newest one do not.  In sourceforge revision 172, pub.dat note in the following lines the subscript on InputCapacity should be 1, not 0:

  20 InputGood[1]=cider
  21 InputCapacity[0]=75

  78 InputGood[1]=cider
  79 InputCapacity[0]=150

The Hood

Thanks - will include a fix in the next release.