Difference between revisions of "ECS Vectors General Information"

From TTWiki
Jump to navigationJump to search
Line 61: Line 61:
   
 
Body limit can be disabled with General behaviour change parameter
 
Body limit can be disabled with General behaviour change parameter
  +
  +
Some information about the body is represented in the industry window. '''<span style='color:#FF0000'>Position 1</span>''' describes % of body harvested. Always low in the beginning of the game. '''<span style='color:#0000FF'>Position 2</span>''' describes total body size as the % of the maximum capacity for this type of mines.
  +
  +
Both positions are represented by 3 named values - high, normal and low.

Revision as of 11:58, 27 March 2011

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 (value 2) and keep all the mines on the map (value 4), he should put value 6 (value 2 + value 4 = 6). And another example, if a player would like to have unlimited store place (value 1), endless mines (value 2) and no closure of serviced industries (value 8), he should put value 11 (value 1 + value 2 + value 8 = 11).

Site News for 2009

General behaviour change parameters are ignored on hard game settings.

Resource bodies

Every ECS mine (including Oil rig and Oil wells) has a fixed resource body, randomly predetermined during the construction phase. The size of the resource body is unknown to the player. At the beginning, the mine sees a reserve % of the body. When the amount of resource transported is above 60% a month, new reserves of resource may be found, increasing the known reserves by +10% to +30%, but reserves may never exceed the predetermined resource body.

The mine has  probability to find new resources when all known resources are exhausted if amount of resources known is smaller than defined in predetermined body.

The probability depending on % of amount of resources harvested from amount  of resources total. Equal to 100% if less than 50% resources exhausted, 75% if less than 75% resources exhausted, 50% if less than 87.5% resources exhausted, 25% in the other case.

When the mine plans to exhaust all the reserves within 24 or 12 months, it generates a warning.

Body limit can be disabled with General behaviour change parameter

Some information about the body is represented in the industry window. Position 1 describes % of body harvested. Always low in the beginning of the game. Position 2 describes total body size as the % of the maximum capacity for this type of mines.

Both positions are represented by 3 named values - high, normal and low.