Multiple output goods from single input

Discuss maps, trains and other modding topics
Post Reply
jowe10
Posts: 30
Joined: Sat Jun 30, 2007 12:44 pm
Location: Cleveland, Ohio

Multiple output goods from single input

Post by jowe10 » Thu Mar 27, 2008 2:13 am

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?

User avatar
Jancsika
Posts: 921
Joined: Thu Nov 02, 2006 3:40 pm
Location: Maryland

Post by Jancsika » Thu Mar 27, 2008 2:07 pm

http://www.hookedgamers.com/forums/viewtopic.php?

Look this thread ower. All the answers are there.
Jancsika :)
Dead link
Last edited by Jancsika on Mon Oct 04, 2010 1:33 pm, edited 1 time in total.
Reason: Dead link

jowe10
Posts: 30
Joined: Sat Jun 30, 2007 12:44 pm
Location: Cleveland, Ohio

Post by jowe10 » Thu Mar 27, 2008 4:33 pm

Thanks Jancsika. Complete discussion just happened recently. Missed that one :oops: Could have saved myself a lot of time.

Post Reply