Difference between revisions of "ECS Vectors. Location/Positioning Conditions"

From TTWiki
Jump to navigationJump to search
m (Added corresponding error messages)
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
[[Category:ECS Vectors]]
  +
{| style="width: 100%;" border="1"
  +
|- valign="top"
  +
| style="width: 33%;" | << [[ECS Vectors FAQ]] || align="center" style="width: 34%;"| [[ECS Vectors]] || align="right" style="width: 33%;"| [[ECS Town Vector]] >>
  +
|}
   
'''''Location/Positioning Conditions'''''
 
 
=Location/Positioning Conditions=
 
   
 
Each of ECS Vectors' Industries has conditions that determine where it can be built on the map.
 
Each of ECS Vectors' Industries has conditions that determine where it can be built on the map.
Line 10: Line 12:
 
The conditions that apply to a particular industry are included in that industry's page.
 
The conditions that apply to a particular industry are included in that industry's page.
   
  +
{|
||ECS VECTORS' INDUSTRIES POSITIONING CONDITIONS
 
 
!code!!Condition!!Error text
   
  +
|-
code|Condition
 
 
|00||Build within any town zone Dt < Rz0||should be built in towns
   
  +
|-
00|Build within any town zone Dt &lt; Rz0
 
 
|01||Build <=N tiles away from water||should be built near water
   
  +
|-
01|Build &lt;=N tiles away from water
 
  +
|02||Build in town with >=N population||should be built in towns with more inhabitants
   
  +
|-
02|Build in town with &gt;=N population
 
 
|03||Build within N tiles of town zone 1 radius Dt < (Rz1 + N tiles)||should be built closer to town center
   
  +
|-
03|Build within N tiles of town zone 1 radius Dt &lt; (Rz1 + N tiles)
 
 
|04||Build below snow line||can't be built in snow areas
   
  +
|-
04|Build below snow line
 
 
|05||Build >=N tiles from desert tile||can't be built in desert
   
  +
|-
05|Build &gt;=N tiles from desert tile
 
 
|06||Build outside town zone 1 Dt > Rz1||should be built in town suburbs
   
  +
|-
06|Build outside town zone 1 Dt &gt; Rz1
 
 
|07||Build on flat land||requires flat land
   
  +
|-
07|Build on flat land
 
 
|08||Build on terraformed land (certain tiles must be sloped)||requires sloped land
   
  +
|-
08|Build on terraformed land (certain tiles must be sloped) see image
 
 
|09||Build in forest where N tiles radius are all trees (tropic) (non-tropic ECSWVForest is excepted)||should be built in forest areas
   
  +
|-
09|Build in forest where N tiles radius are all trees (tropic) (non-tropic ECSWVForest is excepted)
 
  +
|0A||Build outside towns||should be built far from towns
   
  +
|-
0A|Build outside towns
 
 
|-||Disallow in town zones 1-4 = !Tz1, !Tz2, !Tz3, !Tz4 (Town zone 0 allowed)||should be built far from towns
   
  +
|-
|-|Disallow in town zones 1-4 = !Tz1, !Tz2, !Tz3, !Tz4 (Town zone 0 allowed)
 
 
|-|||Dt > Tz0 (Distance to town is larger than town zone 0 radius)||should be built far from towns
   
  +
|-
|-|Dt &gt; Tz0 (Distance to town is larger than town zone 0 radius)
 
 
|0B||Build >=N tiles away from tropic forest||can't be built in rain forest
   
  +
|-
0B|Build &gt;=N tiles away from tropic forest
 
 
|0C||Build >=N tiles from same industry (same ID)||can't be built near the same industry
   
  +
|-
0C|Build &gt;=N tiles from same industry (same ID)
 
 
|0D||Build >=N tiles from water||can't be built close to water
   
  +
|-
0D|Build &gt;=N tiles from water
 
 
|0E||Build >=N tiles from a specific industry (specified ID)||can't be built near a conflicting industry
   
  +
|-
0E|Build &gt;=N tiles from a specific industry (specified ID)
 
 
|0F||Build <=N tiles from a specific industry (specified ID)||should be built closer to the related supplying industry
   
  +
|-
0F|Build &lt;=N tiles from a specific industry (specified ID)
 
 
|10||Build >=N tiles from a specific industry (specified ID) with the same layout (N=FF FF FF FFh forces only one industry of that type on the map)||can't be built near the same industry of the same layout
   
  +
|-
10|Build &gt;=N tiles from a specific industry (specified ID) with the same layout (N=FF FF FF FFh forces only one industry of that type on the map)
 
  +
|11||Build >=N tiles away are desert tiles)||should be built in desert
   
  +
|-
8401|Build &gt;=1 tile from coast||
 
  +
|12||Build at >=H heigh||should be built in mountains
   
---
+
|-
 
|8401||Build >=1 tile from coast||Can't construct this industry type here
  +
|}
   
Town zones: The value is between 0 and 4, where 0 is the outermost zone of the town.
+
{{grfspecs|TownZones|Town Zones}}: The value is between 0 and 4, where 0 is the outermost zone of the town.
   
 
Smaller towns have fewer zones.
 
Smaller towns have fewer zones.
Line 62: Line 88:
 
Roads are plain in zone 0 and 1, paved in zone 2, have trees in zone 3 and street lights in zone 4
 
Roads are plain in zone 0 and 1, paved in zone 2, have trees in zone 3 and street lights in zone 4
   
---
+
----
   
Town Zones: Tz4 (street lights), Tz3 (trees on roads), Tz2 (paved roads), Tz1 (suburb), Tz0 (rural)
+
{{grfspecs|TownZones|Town Zones}}: Tz4 (street lights), Tz3 (trees on roads), Tz2 (paved roads), Tz1 (suburb), Tz0 (rural)
   
 
Radius (from town centre): Rz4, Rz3, Rz2, Rz1, Rz0
 
Radius (from town centre): Rz4, Rz3, Rz2, Rz1, Rz0

Latest revision as of 22:52, 30 June 2011

<< ECS Vectors FAQ ECS Vectors ECS Town Vector >>


Each of ECS Vectors' Industries has conditions that determine where it can be built on the map.

This page describes all the possible conditions.

The conditions that apply to a particular industry are included in that industry's page.

code Condition Error text
00 Build within any town zone Dt < Rz0 should be built in towns
01 Build <=N tiles away from water should be built near water
02 Build in town with >=N population should be built in towns with more inhabitants
03 Build within N tiles of town zone 1 radius Dt < (Rz1 + N tiles) should be built closer to town center
04 Build below snow line can't be built in snow areas
05 Build >=N tiles from desert tile can't be built in desert
06 Build outside town zone 1 Dt > Rz1 should be built in town suburbs
07 Build on flat land requires flat land
08 Build on terraformed land (certain tiles must be sloped) requires sloped land
09 Build in forest where N tiles radius are all trees (tropic) (non-tropic ECSWVForest is excepted) should be built in forest areas
0A Build outside towns should be built far from towns
0B Build >=N tiles away from tropic forest can't be built in rain forest
0C Build >=N tiles from same industry (same ID) can't be built near the same industry
0D Build >=N tiles from water can't be built close to water
0E Build >=N tiles from a specific industry (specified ID) can't be built near a conflicting industry
0F Build <=N tiles from a specific industry (specified ID) should be built closer to the related supplying industry
10 Build >=N tiles from a specific industry (specified ID) with the same layout (N=FF FF FF FFh forces only one industry of that type on the map) can't be built near the same industry of the same layout
11 Build >=N tiles away are desert tiles) should be built in desert
12 Build at >=H heigh should be built in mountains
8401 Build >=1 tile from coast Can't construct this industry type here

Town Zones: The value is between 0 and 4, where 0 is the outermost zone of the town.

Smaller towns have fewer zones.

Roads are plain in zone 0 and 1, paved in zone 2, have trees in zone 3 and street lights in zone 4


Town Zones: Tz4 (street lights), Tz3 (trees on roads), Tz2 (paved roads), Tz1 (suburb), Tz0 (rural)

Radius (from town centre): Rz4, Rz3, Rz2, Rz1, Rz0

Distance of industry from town centre: Dt