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

Difference between revisions of "Rules.ini"

From ModEnc
Jump to: navigation, search
(better formatting)
(...what did you smoke and where can I buy it?)
Line 1: Line 1:
The rules.ini (naming variations for expansions) is the core file of C&C modding. As indicated by the name, it includes the "rules" of the game – the properties of every object, weapon, warhead, etc. in the game. For any C&C game from {{Ra}} to {{Yr}}, this is the main modification file. For [[Generals]] and everything else based on the [[SAGE]] [[engine]], the INI-system is more complex and wide-spread.
+
The rules.ini (naming variations for expansions) is the core file of C&C modding. As indicated by the name, it contains the "rules" of the game – the properties of every object, weapon, warhead, etc. in the game. For any C&C game from {{Ra}} to {{Yr}}, this is the main modification file. For [[Generals]] and everything else based on the [[SAGE]] [[engine]], the INI-system is more complex and wide-spread.
  
Discounting the side functions of the other various [[INIs|INI files]], including [[ai.ini]] and [[art.ini]], there is no way to make any changes to the game other than what the rules.ini allows for. An exception to this would be pd's [[RockPatch]]. Not everything in the game is customizable. Features that cannot be modified are called "[[hardcoded]]" features.
+
Disregarding the side functions of the other various [[INIs|INI files]] (like [[ai.ini]] or [[art.ini]]), there is no way to make any changes to the game other than what the rules.ini allows for{{fnl|1}}. Not everything in the game is customizable. Features that cannot be modified are called [[hardcoded|"hardcoded"]] features.
  
== File Locations ==
 
  
=== Red Alert ===
+
==File Locations==
{{tt|rules.ini}}, located in {{tt|redalert.mix}} {{Arr|r}} {{tt|local.mix}}
+
{| align="center" cellpadding="4" class="table_descrow"
 +
!Game
 +
!Location
 +
!Notes
 +
|-
 +
|{{ra}}
 +
|{{tt|redalert.mix}} {{Arr|r}} {{tt|local.mix}}
 +
|
 +
|-
 +
|{{ts}}
 +
|{{tt|tibsun.mix}} {{Arr|r}} {{tt|local.mix}}
 +
|The patches add a new rules.ini to {{tt|patch.mix}}
 +
|-
 +
|{{fs}}
 +
|{{tt|expand01.mix}}
 +
|rules-equivalent is called {{tt|firestorm.ini}}, the mix also contains a new {{tt|rules.ini}} ''for regular TS''.
 +
|-
 +
|{{ra2}}
 +
|{{tt|ra2.mix}} {{Arr|r}} {{tt|local.mix}}
 +
|
 +
|-
 +
|{{yr}}
 +
|{{tt|expandmd01.mix}}
 +
|Called {{tt|rules'''md'''.ini}}, for '''m'''ission '''d'''isk.
 +
|}
  
=== Tiberian Sun ===
 
{{tt|rules.ini}}, located in {{tt|tibsun.mix}} {{Arr|r}} {{tt|local.mix}}
 
: The patches add a new rules.ini to {{tt|patch.mix}}
 
  
=== Firestorm ===
+
==Footnotes==
{{tt|firestorm.ini}}, located in {{tt|expand01.mix}}
+
{{fn|1|An exception to this would be pd's [[RockPatch]].}}
: Expand01.mix also contains a new rules.ini for the Firestorm-installed, regular Tiberian Sun game.
 
  
=== Red Alert 2 ===
 
{{tt|rules.ini}}, located in {{tt|ra2.mix}} {{Arr|r}} {{tt|local.mix}}
 
 
=== Yuri's Revenge ===
 
{{tt|rulesmd.ini}}, located in {{tt|expandmd01.mix}}
 
  
 
== See Also ==
 
== See Also ==
*[[:Category:Rules(md).ini Sections]]
+
*[[Art.ini]]
*[[:Category:Rules(md).ini Flags]]
+
*[[Sound.ini]]
*[[INIs]]
+
*[[Hardcoded|Hardcoded features]]
*[[Ini_commenting]]
+
*[[:Category:Rules(md).ini Sections|Rules(md).ini Sections]]
 +
*[[:Category:Rules(md).ini Flags|Rules(md).ini Flags]]
  
[[Category:General_Editing_Information]]
+
[[Category:General Editing Information]]
[[Category: INI Files]]
+
[[Category:INI Files]]
  
 
__NOTOC__
 
__NOTOC__

Revision as of 19:01, 10 September 2006

The rules.ini (naming variations for expansions) is the core file of C&C modding. As indicated by the name, it contains the "rules" of the game – the properties of every object, weapon, warhead, etc. in the game. For any C&C game from Red Alert to Yuri's Revenge, this is the main modification file. For Generals and everything else based on the SAGE engine, the INI-system is more complex and wide-spread.

Disregarding the side functions of the other various INI files (like ai.ini or art.ini), there is no way to make any changes to the game other than what the rules.ini allows for1. Not everything in the game is customizable. Features that cannot be modified are called "hardcoded" features.


File Locations

Game Location Notes
Red Alert redalert.mixlocal.mix
Tiberian Sun tibsun.mixlocal.mix The patches add a new rules.ini to patch.mix
Firestorm expand01.mix rules-equivalent is called firestorm.ini, the mix also contains a new rules.ini for regular TS.
Red Alert 2 ra2.mixlocal.mix
Yuri's Revenge expandmd01.mix Called rulesmd.ini, for mission disk.


Footnotes

1 An exception to this would be pd's RockPatch.


See Also