The International Simutrans Forum

PakSets and Customization => Pak128.Britain => Pak128.Britain Bug Reports => Topic started by: mjhn on July 14, 2009, 03:40:35 pm

Title: [bug] Pub does not receive cider
Post by: mjhn on July 14, 2009, 03:40:35 pm
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.
Title: Re: [bug] Pub does not receive cider
Post by: AP on July 14, 2009, 05:49:33 pm
A pub without cider *gasp*  :o
Title: Re: [bug] Pub does not receive cider
Post by: jamespetts on July 14, 2009, 09:07:52 pm
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 :-)
Title: Re: [bug] Pub does not receive cider
Post by: wlindley on September 04, 2009, 07:16:05 pm
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
Title: Re: [bug] Pub does not receive cider
Post by: The Hood on September 04, 2009, 09:14:00 pm
Thanks - will include a fix in the next release.