Skip to content

Mass Effect 2 Coalesced.ini file format

Mgamerz edited this page Nov 7, 2019 · 2 revisions

The Mass Effect 2 Coalesced.ini file (localed in \BioGame\Config\PC) is not a true ini file, rather a combined ini file that contains all of the other ini files that make up the game config.

The byte format is as follows:

  • 0x0: Unknown header integer (0x1E).
  • For the number of files:
    • String length of single embedded filename (ascii), including null terminator. For example, it would be 0x26 for a string ..\BIOGame\Config\PC\Cooked\BIOAI.ini
    • ASCII string filename of embedded file. This data is null terminated.
    • String length of INI data, including null terminator
    • ASCII string content of the ini file. This data typically has a newline at the end and is null terminated.
Clone this wiki locally