Page 1 of 1

Multiple output goods from single input

Posted: Thu Mar 27, 2008 2:13 am
by jowe10
I cannot get multiple outputs to come from a single input good at an annex. See the example code:

<szName>Sheep Farm</szName>
<Production>
<!-- Produces Nitrates and Wool-->
<Resource>
<Input>Cornmeal</Input>
<Output>Nitrates</Output>
<InputOutputRatio>0.5</InputOutputRatio>
</Resource>
<Resource>
<Input>Cornmeal</Input>
<Output>Wool</Output>
<InputOutputRatio>0.5</InputOutputRatio>
</Resource>
</Production>

Only the first output will be produced. If I change the second input to something else, including none, then it will work. But I can't get a single input to be used as a source for multiple outputs.

Anyone know if this should work or has got it to work?

Posted: Thu Mar 27, 2008 2:07 pm
by Jancsika
http://www.hookedgamers.com/forums/viewtopic.php?

Look this thread ower. All the answers are there.
Jancsika :)
Dead link

Posted: Thu Mar 27, 2008 4:33 pm
by jowe10
Thanks Jancsika. Complete discussion just happened recently. Missed that one :oops: Could have saved myself a lot of time.