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
(Added link to category with missing info about Rules(md).ini (for example: weapons, projectiles))
(File Locations)
Line 4: Line 4:
  
  
==File Locations==
+
This is very insinetterg, You are a very skilled blogger. I’ve joined your rss feed and look forward to seeking more of your magnificent post. Also, I have shared your web site in my social networks!
{| 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|firestrm.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.
 
|}
 
  
 
==Footnotes==
 
==Footnotes==

Revision as of 19:25, 21 July 2016

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.


This is very insinetterg, You are a very skilled blogger. I’ve joined your rss feed and look forward to seeking more of your magnificent post. Also, I have shared your web site in my social networks!

Footnotes

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

See Also