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
m (Rules moved to Rules.ini: More accurate, just as possible. There's no reason to omit the .ini if the actual file is ment.)
(Added categories, rewrote file locations)
Line 2: Line 2:
  
 
Keep in mind, though, that there are two sides of the medal: On one hand, you can edit almost everything in the game from the rules.ini, on the other hand, if you can't change something in the rules, you can't change it anywhere. There's a 99,9% chance that it's [[hardcoded]]. (Except, of course, it's [[art]]-related. Then you still have a chance ;))<br><br>
 
Keep in mind, though, that there are two sides of the medal: On one hand, you can edit almost everything in the game from the rules.ini, on the other hand, if you can't change something in the rules, you can't change it anywhere. There's a 99,9% chance that it's [[hardcoded]]. (Except, of course, it's [[art]]-related. Then you still have a chance ;))<br><br>
The rules.ini of RA2 is located in RA2.mix --> local.mix, the YR one is located in expandmd01.mix
+
 
<br><br>
+
== File locations ==
*See also: [[art|art.ini]]
+
* RA version is in {{Tt|redalert.mix -> local.mix}}.
*See also: [[INIs]]
+
* TS version is in {{Tt|tibsun.mix -> local.mix}}, the patches add a different version to {{Tt|patch.mix}}.
*See also: [[Ini_commenting]]
+
* FS version (named {{Tt|firestrm.ini}}) is in {{Tt|expand01.mix. (This mix file also contains {{Tt|rules.ini}}, which introduces the generic gameplay changes to plain TS as well.)
 +
* RA2 version is in {{Tt|ra2.mix -> local.mix}}.
 +
* YR version (named {{Tt|rulesmd.ini}}) is in {{Tt|expandmd01.mix}}.
 +
 
 +
== See Also ==
 +
*[[art|art.ini]]
 +
*[[INIs]]
 +
*[[Ini_commenting]]
  
 
[[Category:General_Editing_Information]]
 
[[Category:General_Editing_Information]]
 +
[[Category: INI Files]]

Revision as of 08:34, 12 July 2006

The rules.ini (rulesmd.ini for YR) is the core file of C&C Modding. As indicated by the name, it includes the "rules" of the game, i.e. the properties of every object, weapon, warhead, etc. in the game. This is the main file you're editing when you're modding any C&C from RA to YR. For Generals and everything else basing on the SAGE engine, the INI-system was changed to a more complex, wide-spread one.

Keep in mind, though, that there are two sides of the medal: On one hand, you can edit almost everything in the game from the rules.ini, on the other hand, if you can't change something in the rules, you can't change it anywhere. There's a 99,9% chance that it's hardcoded. (Except, of course, it's art-related. Then you still have a chance ;))

File locations

  • RA version is in redalert.mix -> local.mix.
  • TS version is in tibsun.mix -> local.mix, the patches add a different version to patch.mix.
  • FS version (named firestrm.ini) is in {{Tt|expand01.mix. (This mix file also contains rules.ini, which introduces the generic gameplay changes to plain TS as well.)
  • RA2 version is in ra2.mix -> local.mix.
  • YR version (named rulesmd.ini) is in expandmd01.mix.

See Also