Difference between revisions of "ECS Vectors"

From TTWiki
Jump to navigationJump to search
Line 4: Line 4:
 
=ECS vectors by [[George]]=
 
=ECS vectors by [[George]]=
   
The full ECS Specifications defines 32 cargos and the corresponding industry schema uses 35 of 37 industries. Running all of them in one game (the curent limit is 90 industries per map) makes a game rather complicated. To give the player control over the number of cargoes and industries, cargoes and industries are grouped into 7 blocks, called ''Vectors''.
+
The full ECS Specifications defines 32 cargoes and the corresponding industry schema uses 35 of 37 industries. Running all of them in one game (the current limit is 90 industries per map) makes a game rather complicated. To give the player control over the number of cargoes and industries, cargoes and industries are grouped into 7 blocks, called ''Vectors''.
   
 
One of them is the base one, that defines the minimal amount of cargo and industries, and has two additional functions (adding variable snow lines and removing default industries), which are optional.
 
One of them is the base one, that defines the minimal amount of cargo and industries, and has two additional functions (adding variable snow lines and removing default industries), which are optional.
Line 10: Line 10:
   
 
6 of them are additional ones. They can be used in any combination, with the base vector or independently. In case of running independently, every vector disables the default industries and cargoes, that are similar to the ones, represented in the vector.
 
6 of them are additional ones. They can be used in any combination, with the base vector or independently. In case of running independently, every vector disables the default industries and cargoes, that are similar to the ones, represented in the vector.
* [[ECSBasicVector|Basic vector]], [[ECSBasicVectorTropic|Basic vector for Tropic]]
+
* [[ECSBasicVector|Basic vector]]
* [[ECSChemicalVector|Chemical vector]]
+
* [[ECSChemicalVector|Chemical vector II]]
* [[ECSMachineryVector|Machinery vector]], [[ECSMachineryVectorTropic|Machinery vector for Tropic]]
+
* [[ECSMachineryVector|Machinery vector]]
 
* [[ECSWoodVector|Wood vector]]
 
* [[ECSWoodVector|Wood vector]]
 
* [[ECSConstructionVector|Construction vector]], [[ECSConstructionVectorByPikkabird|Construction vector by Pikkabird]]
 
* [[ECSConstructionVector|Construction vector]], [[ECSConstructionVectorByPikkabird|Construction vector by Pikkabird]]
 
* [[ECSAgriculturalVector|Agricultural vector]]
 
* [[ECSAgriculturalVector|Agricultural vector]]
  +
  +
Outdated vectors
  +
* [[ECSBasicVectorTropic|Basic vector for Tropic]]
  +
* [[ECSMachineryVectorTropic|Machinery vector for Tropic]]
  +
* Chemical vector I
   
 
[[ECSVectorsGeneralInformation|ECS Vectors Basics]]
 
[[ECSVectorsGeneralInformation|ECS Vectors Basics]]
Line 23: Line 28:
 
The cargo movement between vectors is represented on the schema:
 
The cargo movement between vectors is represented on the schema:
   
Big schema is located [http://www.george.zernebok.net/newgrf/newcargos/img/Cargo%20vectors%2016.png|here]
+
Big schema is located [http://www.george.zernebok.net/newgrf/newcargos/img/Cargo%20vectors%2017b.png|here]
   
 
==Downloads==
 
==Downloads==

Revision as of 12:52, 9 January 2009

ECS Vectors. Descripton

ECS vectors by George

The full ECS Specifications defines 32 cargoes and the corresponding industry schema uses 35 of 37 industries. Running all of them in one game (the current limit is 90 industries per map) makes a game rather complicated. To give the player control over the number of cargoes and industries, cargoes and industries are grouped into 7 blocks, called Vectors.

One of them is the base one, that defines the minimal amount of cargo and industries, and has two additional functions (adding variable snow lines and removing default industries), which are optional.

6 of them are additional ones. They can be used in any combination, with the base vector or independently. In case of running independently, every vector disables the default industries and cargoes, that are similar to the ones, represented in the vector.

Outdated vectors

ECS Vectors Basics

ECS Vectors FAQ

The cargo movement between vectors is represented on the schema:

Big schema is located [1]

Downloads

ECS Vectors