ECS Vectors General Information
ECS Vectors General Information
ECS Vectors General Information
Cargoes replacement
With ECS Vectors the player will see some basic TTDX cargoes replaced and many new ones added. These changes vary according to vector. Furthermore, each cargo is associated with a specific vector and a cargo will only be available if the vector generating it is loaded.
Industry replacement
With ECS Vectors the player will see some basic TTDX industries replaced and many new ones added. These changes vary according to vector. Furthermore, each industry is associated with a specific vector and an industry will only be available if the vector generating it is loaded.
Production
ECS industries use production callbacks that happen every 256 ticks. This means cargo processing and producing happens by timer, not when cargo arrives. Accepted cargo is stored and is waiting to be processed.
Production level
ECS industries use production levels. This means that amounts of cargo processed and produced depend on the level. Than higher production level is, than higher production industry has and than more cargo it can process. There are several production level schemas available:
- Basic (logarithmic) schema with six production levels (Very low, Low, Normal, High, Very high, Ultimate).
- Lineal schema with 124 production levels from 4 to 128, represented in % from 3% to 100%.
- Irregular, where amounts of production is defined with number of lines, being switched on.
Stockpile
ECS industries have stockpiles, which are limited in size. It is a limit for the amount of cargo waiting to be processed. If stockpile is in overflow, cargo accepting stops. This means the Player should control amount of cargo delivered (he can't deliver all the cargo to the single industry).
Advanced closure mechanism
This feature allows the player to control industries' closure. Instead of default unpredictable closure, the industry "plans" the closure. It reports that it plans to close in 24 months with news message and starts the countdown. 12 months later it reminds again with news message. If the counter goes to 1, industry closes.
General behaviour change parameter
bit 0 (value 1) - Unlimited store place. Stockpile size is 64K, industry always accepts cargoes.
bit 1 (value 2) - Endless mines. Amount of material harvested is always 0. The mine can never be exhausted.
bit 2 (value 4) - No mine closure. The mine should never close unless it is exhausted.
bit 3 (value 8) - No closure of serviced industries. Industry will never close if one of the following is true:
- transportation level is at least 1%
- any cargo is waiting on 1-st day of the month)
- the industry is build by the player.
To apply several effects values should be summarised. For example, if a player would like to have endless mines and keep all the mines on the map, he should put value of 6 = 2 (endless mines) + 4 (no mine closure).