Skip to main content
Topic: [bug] Pub does not receive cider (Read 6065 times) previous topic - next topic

[bug] Pub does not receive cider

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.

Re: [bug] Pub does not receive cider

Reply #1
A pub without cider *gasp*  :o

Re: [bug] Pub does not receive cider

Reply #2
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.

Re: [bug] Pub does not receive cider

Reply #3
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

 

Re: [bug] Pub does not receive cider

Reply #4
Thanks - will include a fix in the next release.