Protolars problem

warrenup

New member
Using TS12, I have set an industry to unload cattle hides and load shoe leather. The latter works fine and the empty car will load. Unfortunately the industry does not unload the loaded car of cattle hides.
I have set the consume to max with zero on hand. Have verified it is set correctly in session. However when I right click I session it shows "Consume 0" and does not unload the car.
The car itself is set to the proper commodity and does reflect the load of the proper commodity. Any suggestions appreciated.
 
The config file for the hides needs to be changed:

Change this:
allows-mixing 0
instance-type "resource"
product-category <kuid:-3:10040>
category-class "IB"
mass 1.13

kuid-table
{
0 <kuid:-3:10040>
}

To ths:
allows-mixing 1
instance-type "instance"
mass 600
product-category <kuid:-3:10042>
kuid-table
{
0 <kuid:-3:10042>
}


John
 
Hello!

I have a similar problem with ProtoLars. Using TANE + SP1 + HF, I find that I cannot configure any PL product. Example: I want to configure a PL industry track for production of 16 ft lumber. I want to configure the initial value, which defaults to 0. So I click on this 0 and get the box into which I can enter a value, e.g. the maximum of 250. The problem is that this box does not accept any input from me. Does the method given in the previous post help in my case as well?
I think this problem must be known at TPR and will now look into their forum. I think it is not my task to change 80+ products' config.txt files.

Dralex
 
Back
Top