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

Difference between revisions of "Cost"

From ModEnc
Jump to: navigation, search
m (updated flag template)
(unsigned to signed int, note about negative values)
Line 1: Line 1:
{{flag|name=Cost|files=rules(md).ini|values={{Values|unsigned integers}}|default=0|types=All Types|ra=yes|cs=yes|am=yes|ts=yes|fs=yes|ets=yes|ra2=yes|yr=yes|rp=yes}}
+
{{flag|name=Cost|files=rules(md).ini|values={{Values|signed integers}}|default=0|types=All Types|ra=yes|cs=yes|am=yes|ts=yes|fs=yes|ets=yes|ra2=yes|yr=yes|rp=yes}}
 
{{meanings|Multiplier}}
 
{{meanings|Multiplier}}
 
This flag sets the base amount of credits needed to purchase this object, before any multipliers are applied (such as Country bonuses or the Industrial Plant).
 
This flag sets the base amount of credits needed to purchase this object, before any multipliers are applied (such as Country bonuses or the Industrial Plant).
Line 12: Line 12:
 
<tt>[[Cost]]</tt> also plays a part in determining [[Cameo_Sorting|the order objects' build icons will appear in the sidebar]].
 
<tt>[[Cost]]</tt> also plays a part in determining [[Cameo_Sorting|the order objects' build icons will appear in the sidebar]].
 
If there are two or more objects of the same TechLevel, the cheaper one(s) will appear earlier on the sidebar.
 
If there are two or more objects of the same TechLevel, the cheaper one(s) will appear earlier on the sidebar.
 +
 +
It is possible to set [[Cost]] to a negative value, so the player receives credits during the building process. Setting negative values to multiplayer start units has strange effects, because the game converts the values to 0 and the player will have an incredible amount of starting units.
  
 
[[Category:INI_Flags]]
 
[[Category:INI_Flags]]

Revision as of 10:22, 8 December 2007

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: Cost
File(s): rules(md).ini
Values: Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767.
Default: 0
Applicable to: All Types


This is the primary usage of Cost; for other meanings, see Cost (Multiplier).

This flag sets the base amount of credits needed to purchase this object, before any multipliers are applied (such as Country bonuses or the Industrial Plant). The final cost (after any multipliers have been applied) is the amount of credits that will be deducted from the constructing player during the course of construction (when the unit is, say, 10% constructed, 10% of the final cost will have been deducted from the player. When the unit is 50% constructed, 50% of the final cost will have been deducted, and so on).

Cost also determines the default value of the Soylent= flag, as Soylent defaults to half the Cost= (Soylent is the amount of credits refunded when the unit or building is sold or sent to a building with Grinding=yes set.)

Cost also determines, in part, the amount of time the object will take to construct. BuildSpeed determines the time, in minutes, to construct 1000 credits' worth of an object. So an object with a Cost= of 2000 credits will take ( 2 * BuildSpeed= ) minutes to construct. Any multipliers to cost have no effect on construction time - construction time is always determined by the base Cost= of an object.

Cost also plays a part in determining the order objects' build icons will appear in the sidebar. If there are two or more objects of the same TechLevel, the cheaper one(s) will appear earlier on the sidebar.

It is possible to set Cost to a negative value, so the player receives credits during the building process. Setting negative values to multiplayer start units has strange effects, because the game converts the values to 0 and the player will have an incredible amount of starting units.