ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "TechLevel"

From ModEnc
Jump to: navigation, search
m (Template Updated)
(5 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
|files={{Categ|Rules(md).ini}}, {{Categ|Maps}}
 
|files={{Categ|Rules(md).ini}}, {{Categ|Maps}}
 
|values=signed integers
 
|values=signed integers
|default=<nowiki>-1</nowiki>
+
|default=<nowiki>-1 (255 on TechnoTypes)</nowiki>
 
|types={{Categ|MultiplayerDialogSettings}} ([[Image:Ra2small.png]]{{yro}}) , {{Categ|InfantryTypes}}, {{Categ|VehicleTypes}}, {{Categ|AircraftTypes}}, {{Categ|BuildingTypes}} (rules(md).ini), {{Categ|Houses}} (maps)
 
|types={{Categ|MultiplayerDialogSettings}} ([[Image:Ra2small.png]]{{yro}}) , {{Categ|InfantryTypes}}, {{Categ|VehicleTypes}}, {{Categ|AircraftTypes}}, {{Categ|BuildingTypes}} (rules(md).ini), {{Categ|Houses}} (maps)
 
|ra=yes
 
|ra=yes
Line 24: Line 24:
 
This flag specifies the "technology level" necessary to build this object.  
 
This flag specifies the "technology level" necessary to build this object.  
  
== In [{{TTL|MultiplayerDialogSettings}}] ==
+
== In [{{f|MultiplayerDialogSettings|link}}] ==
  
 
This flag specifies the maximum TechLevel achievable in the game. In previous games, you could control this by means of another slider, like the one used for Starting Money or Game Speed. The effect of this limit is that only TechLevel values in the interval 0 - this value (inclusive) are considered "allowed", and all others are disabled.
 
This flag specifies the maximum TechLevel achievable in the game. In previous games, you could control this by means of another slider, like the one used for Starting Money or Game Speed. The effect of this limit is that only TechLevel values in the interval 0 - this value (inclusive) are considered "allowed", and all others are disabled.
  
== On {{TTL|Houses}} ==
+
== On {{f|Houses|link}} ==
  
 
This flag specifies the starting tech level for this AI-controlled house.
 
This flag specifies the starting tech level for this AI-controlled house.
Line 45: Line 45:
 
! A Secret Lab boon
 
! A Secret Lab boon
 
|-
 
|-
| style="text-align: left;" | -1 and below
+
| style="text-align: left;" | -1  
 
| {{Y}} || {{N}} || {{Y}} || {{Y}}
 
| {{Y}} || {{N}} || {{Y}} || {{Y}}
 
|-
 
|-
Line 54: Line 54:
 
| {{N}} || {{N}} || {{N}} || {{Y}}
 
| {{N}} || {{N}} || {{N}} || {{Y}}
 
|}
 
|}
 +
 +
TechLevel -2 and below are considered as buildable at any TechLevel.
 +
 +
And AI doesn't build Techlevel -1 units even if given in TaskForces. Buildings case is covered in the table above.

Revision as of 12:33, 23 November 2019

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
Flag: TechLevel
File(s): Rules(md).ini, Maps
Values: signed integers
Default: -1 (255 on TechnoTypes)
Applicable to: MultiplayerDialogSettings (Ra2small.pngYro.png) , InfantryTypes, VehicleTypes, AircraftTypes, BuildingTypes (rules(md).ini), Houses (maps)


On BuildingTypes

By constructing the building, the house's "technology level" is increased to this value, if necessary.

On Infantry/Vehicle/Aircraft Types

This flag specifies the "technology level" necessary to build this object.

In [MultiplayerDialogSettings]

This flag specifies the maximum TechLevel achievable in the game. In previous games, you could control this by means of another slider, like the one used for Starting Money or Game Speed. The effect of this limit is that only TechLevel values in the interval 0 - this value (inclusive) are considered "allowed", and all others are disabled.

On Houses

This flag specifies the starting tech level for this AI-controlled house.

Limitations of this system

TechLevel limitations
TechLevel Can be
Built by AI Built by Humans A Crate goodie A Secret Lab boon
-1 Cc apply.png Cc cancel.png Cc apply.png Cc apply.png
0 through the maximum
(set in MultiplayerDialogSettings)
Cc apply.png Cc apply.png Cc apply.png Cc apply.png
above the maximum Cc cancel.png Cc cancel.png Cc cancel.png Cc apply.png

TechLevel -2 and below are considered as buildable at any TechLevel.

And AI doesn't build Techlevel -1 units even if given in TaskForces. Buildings case is covered in the table above.