[bug] Pub does not receive cider 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. Quote Selected
Re: [bug] Pub does not receive cider Reply #1 – July 14, 2009, 05:49:33 pm A pub without cider *gasp* Quote Selected
Re: [bug] Pub does not receive cider Reply #2 – 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 :-) Quote Selected
Re: [bug] Pub does not receive cider Reply #3 – 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 Quote Selected
Re: [bug] Pub does not receive cider Reply #4 – September 04, 2009, 09:14:00 pm Thanks - will include a fix in the next release. Quote Selected