• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(12412)

Captain
Dec 5, 2002
372
0
Visit site
First, could someone tell me how to make paper use timber instead of lumber? I saw someone post it but I can't find the post.

Secondly, could someone tell me how I could make clothing factories use Cotton OR Wool? Once someone tells me how to do this, I can decide on whether I want Luxury Clothing to be able to use Cattle instead of Silk (y'know, for Leather), and figure it out for myself.
 
Go to c:\victoria\db\economy\factory-input.txt. Scroll down a bit to see paper factory. The entry now is:

paper_mill = {
lumber = 1
}

I guess changing it to:

paper_mill = {
timber = 2
}

might work.

Making textile mills use cotton or wool isn't possible, but you can make it use both. Now it is:

fabric_factory = {
cotton = 2
}

so changing it to:

fabric_factory = {
cotton = 1
wool = 1
}

sounds like a partial solution.

Remember to save the original file to another folder in case something goes wrong!