PDA

View Full Version : Industry rate


samsonrichard
December 9th, 2008, 01:26 AM
How can I change the industry consumption/production rate. eg a forest industry minimum production rate is 1 log per minute. I want to make this less eg 1 log every 10 minutes. Bear in mind I am not a programmer, if you can help please keep it simple.

AussieNightcrawler
December 9th, 2008, 03:59 AM
Hi,

In the Properties window of the industry, you can change the rate at which the industry produces or consumes products. I don't think you can go down as low as you want, even with scripting.

From memory, industries usually work in minutes, or 30 seconds I have seen.

Dreadnought1
December 9th, 2008, 05:09 AM
The ProtoLARS industries will give you a lot more options including increasing the time it takes to consume/produce products. This might enable you to move towards the time/unit numbers you're wanting.

Cheers,
Dreadnought1

samsonrichard
December 9th, 2008, 07:52 AM
Where do I find the protoLARS. I am running 2006

caddylars
December 9th, 2008, 08:28 AM
Where do I find the protoLARS. I am running 2006

The protoLARS track is available on DLS.
Further support and PL tracks can be found HERE (http://www.trainzproroutes.org/forum/) and HERE (http://www.trainzproroutes.com/downloads/) You might have to register.(free)

Also do a search in the forum, find Philskenes posts, he uses, and knows alot about them.


Lars

JayGould
December 9th, 2008, 01:29 PM
You can change the time period for processes in the config.txt file. Built-in assets should be cloned so that the original asset remains unchanged.

processes {
tree_lopping {
start-enabled 1
duration 30 <== time period is set here in seconds
outputs {
0 {
amount 1
queue "logs_out"
}
}
}
}

samsonrichard
December 10th, 2008, 12:19 AM
Thanks guys, I'm gonna give it a try.