Commit Messages
This is a full list of Commit Messages for each event in events.bin
Note that these use markdown formatting, so double stars **
mean bold.
Most parameters are auto inferred from (events.bin), any parameters not inferred are listed in the respective section.
Formatting
Commit Messages use Markdown, with placeholders for parameters.
How the Localisation is Loaded
The localisations use the Reloaded3 Localisation System.
The section names denote the keys used here, for example:
## Update 1.1.0 | 2024 May 2nd
[[PACKAGE_ADDED_V0]]
Added '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
[[PACKAGE_REMOVED_V0]]
Removed '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
Contextual Parameters
Some parameters can be derived from the context of the event, these are listed below.
For example, for the Package Status Changed event, the following parameters can be inferred:
Version
: The name of the package, mod, translation or tool.EventTime
: The timestamp of the event.
Parameters marked [Contextual]
are inferred from the event context.
Parameter Ordering
Parameters are written to the message in the order they are listed.
The [0]
in Name [0]
means that it is written to the file as the first parameter.
The [1]
in ID [1]
means that it is the second parameter.
etc.
When the parameter is contextual, the value is read from
the context and the order is set to [-1]
.
Package Status Changed (V0)
Source: Event PackageStatusChanged
Parameters
Name
[0]: The name of the package, mod, translation or tool. StringID
[1]: The package ID. StringVersion
[-1]: The package version. String [Contextual]
PACKAGE_ADDED_V0
Added '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
PACKAGE_REMOVED_V0
Removed '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
PACKAGE_HIDDEN_V0
Hidden '**{Name}**' with ID '**{ID}**' and version '**{Version}**' from view.
PACKAGE_DISABLED_V0
Disabled '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
PACKAGE_ENABLED_V0
Enabled '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
MOD_ADDED_V0
Added mod '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
MOD_REMOVED_V0
Removed mod '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
MOD_HIDDEN_V0
Hidden mod '**{Name}**' with ID '**{ID}**' and version '**{Version}**' from view.
MOD_DISABLED_V0
Disabled mod '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
MOD_ENABLED_V0
Enabled mod '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
TRANSLATION_ADDED_V0
Added translation '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
TRANSLATION_REMOVED_V0
Removed translation '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
TRANSLATION_HIDDEN_V0
Hidden translation '**{Name}**' with ID '**{ID}**' and version '**{Version}**' from view.
TRANSLATION_DISABLED_V0
Disabled translation '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
TRANSLATION_ENABLED_V0
Enabled translation '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
TOOL_ADDED_V0
Added tool '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
TOOL_REMOVED_V0
Removed tool '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
TOOL_HIDDEN_V0
Hidden tool '**{Name}**' with ID '**{ID}**' and version '**{Version}**' from view.
TOOL_DISABLED_V0
Disabled tool '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
TOOL_ENABLED_V0
Enabled tool '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
PACKAGE_INSTALLED_AS_DEPENDENCY_V0
Installed '**{Name}**' with ID '**{ID}**' and version '**{Version}**' as a dependency.
MOD_INSTALLED_AS_DEPENDENCY_V0
Installed mod '**{Name}**' with ID '**{ID}**' and version '**{Version}**' as a dependency.
TRANSLATION_INSTALLED_AS_DEPENDENCY_V0
Installed translation '**{Name}**' with ID '**{ID}**' and version '**{Version}**' as a dependency.
TOOL_INSTALLED_AS_DEPENDENCY_V0
Installed tool '**{Name}**' with ID '**{ID}**' and version '**{Version}**' as a dependency.
Package Added (with Config) (V0)
Parameters
Name
[0]: The name of the package, mod, translation or tool. [String]ID
[1]: The package ID. [String]ChangeList
[2]: List of configuration changes. [Parameter List]Version
[-1]: The package version. [String [Contextual]]
PACKAGE_ADDED_WITH_CONFIG_V0
Added '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
You've set up the following initial settings:
{ChangeList}
(ID: '{ID}')
MOD_ADDED_WITH_CONFIG_V0
Added mod '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
You've configured these starter settings for the mod:
{ChangeList}
(ID: '{ID}')
TRANSLATION_ADDED_WITH_CONFIG_V0
Added language '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
You've set up these initial language settings:
{ChangeList}
(ID: '{ID}')
TOOL_ADDED_WITH_CONFIG_V0
Added tool '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
You've configured these initial settings:
{ChangeList}
(ID: '{ID}')
PACKAGE_ADDED_WITH_CONFIG_V1
Added '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
You've set up some initial settings too. But we didn't understand the settings format.
(ID: '{ID}')
MOD_ADDED_WITH_CONFIG_V1
Added mod '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
You've set up some initial settings too. But we didn't understand the settings format.
(ID: '{ID}')
TRANSLATION_ADDED_WITH_CONFIG_V1
Added language '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
You've set up some initial settings too. But we didn't understand the settings format.
(ID: '{ID}')
TOOL_ADDED_WITH_CONFIG_V1
Added tool '**{Name}**' with ID '**{ID}**' and version '**{Version}**'.
You've set up some initial settings too. But we didn't understand the settings format.
(ID: '{ID}')
Package Updated (V0)
Source: Event PackageUpdated
Parameters
Name
[0]: The name of the package, mod, translation or tool. StringID
[1]: The package ID. StringOldVersion
[-1]: The previous package version. String [Contextual]NewVersion
[-1]: The new package version. String [Contextual]
PACKAGE_UPDATED_V0
Updated '**{Name}**' from version '**{OldVersion}**' to '**{NewVersion}**'.
(ID: '{ID}').
MOD_UPDATED_V0
Updated mod '**{Name}**' from version '**{OldVersion}**' to '**{NewVersion}**'.
(ID: '{ID}').
TRANSLATION_UPDATED_V0
Updated translation '**{Name}**' from version '**{OldVersion}**' to '**{NewVersion}**'.
(ID: '{ID}').
TOOL_UPDATED_V0
Updated tool '**{Name}**' from version '**{OldVersion}**' to '**{NewVersion}**'.
(ID: '{ID}').
GAME_LAUNCHED_V0
Invoked by GameLaunched
Launched game at {EventTimestamp}.
EventTimestamp
is human readable absolute date.
e.g. 11th of May 2020
.
EventTimestamp
[-1]: TimeStamp [Contextual]
GAME_LAUNCHED_N_V0
Invoked by GameLaunchedN
Parameters
Timestamps
[-1]: List of launch timestamps. TimeStamp List [Contextual]
Launched game multiple times:
- {Timestamps}
GAME_LAUNCHED_N_PARAM_V0
This is an individual item in the Timestamps
list above
- **{TimeStamp}**
Example:
- 11th of May 2020
- 12th of May 2020
- 13th of May 2020
Config Updated (V0)
Parameters
Name
[0]: The name of the package, mod, translation or tool. StringModID
[1]: The package ID for mod/tool. StringKey
[2]: The name of the setting field as a string. StringOldValue
[3]: The previous value for the item. Type Depends on Value-
NewValue
[4]: The new value for the item. Type Depends on Value -
{ChangeList}
[5] is a Parameter List.
CHANGE_V0
This is an individual item in the ChangeList
items below
- **{Key}**: **{OldValue}** -> **{NewValue}**
MOD_CONFIG_UPDATED_V0
Source: Event ConfigUpdated
Updated settings for mod '**{ModName}**'.
Changes:
{ChangeList}
(ID: '{ID}')
MOD_CONFIG_UPDATED_V1
When the exact changes cannot be determined.
Updated settings for mod '**{ModName}**' (ID: '{ID}').
TOOL_CONFIG_UPDATED_V0
Source: Event ConfigUpdated
Updated settings for tool '**{ToolName}**'.
Changes:
{ChangeList}
(ID: '{ID}')
TOOL_CONFIG_UPDATED_V1
When the exact changes cannot be determined.
Updated settings for tool '**{ToolName}**' (ID: '{ID}').
Load Order Changed
Source: Event PackageLoadOrderChanged
Parameters
Name
[0]: The name of the package, mod, translation or tool. StringID
[1]: The package ID. StringVersion
[-1]: The package version. String [Contextual]
MOD_LOAD_ORDER_CHANGED_V0
Changed load order for mod '**{Name}**' from **{OldPosition}** to **{NewPosition}**.
(ID: '{ID}')
TRANSLATION_LOAD_ORDER_CHANGED_V0
Changed load order for translation '**{Name}**' from **{OldPosition}** to **{NewPosition}**.
(ID: '{ID}')
Display Setting Changed
Source: Event LoadoutDisplaySettingChanged
LOADOUT_GRID_ENABLED_SORT_MODE_CHANGED_V0
Enabled item sorting changed: '**{OldEnabledSortMode}**' to '**{NewEnabledSortMode}**'.
LOADOUT_GRID_DISABLED_SORT_MODE_CHANGED_V0
Changed sorting mode for disabled items from '{OldDisabledSortMode}' to '{NewDisabledSortMode}'.
MOD_LOAD_ORDER_SORT_CHANGED_V0
Load reorderer sort mode changed: '**{OldLoadOrderSort}**' to '**{NewLoadOrderSort}**'.
LOADOUT_GRID_STYLE_CHANGED_V0
Mod display mode changed from '{OldLoadoutGridStyle}' to '{NewLoadoutGridStyle}'.
LOADOUT_DISPLAY_SETTINGS_CHANGED_V0
This is used when multiple settings are being
Changed loadout display settings.
{ChangeList}
ChangeList is constructed in code since we know all possibilities ahead of time
Below shows the messages added when the ChangeList
is constructed.
When LoadoutGridEnabledSortMode
has changed:
- Enabled item sorting changed: '**{OldEnabledSortMode}**' to '**{NewEnabledSortMode}**'.
When LoadoutGridDisabledSortMode
has changed:
- Disabled item sorting changed: '**{OldDisabledSortMode}**' to '**{NewDisabledSortMode}**'.
When ModLoadOrderSort
has changed:
- Load reorderer sort mode changed: '**{OldLoadOrderSort}**' to '**{NewLoadOrderSort}**'.
When LoadoutGridStyle
has changed:
- Mod display mode changed from '{OldLoadoutGridStyle}' to '{NewLoadoutGridStyle}'.
UpdateGameStoreManifest
Source: Event UpdateGameStoreManifest
See: Store Data for more info.
UPDATE_GAME_STORE_MANIFEST_STEAM_V0
Updated game to manifest `{ManifestId}` (from `{OldManifestId}`) on Steam.
UPDATE_GAME_STORE_MANIFEST_GOG_V0
Updated game to version '{VersionName}' (from version `{OldVersionName}`) on GOG.
UPDATE_GAME_STORE_MANIFEST_XBOX_V0
Updated game to version '{VersionName}' (from version `{OldVersionName}`) on Xbox.
UPDATE_GAME_STORE_MANIFEST_EGS_V0
Updated game to version '{VersionName}' (from version `{OldVersionName}`) on Epic Games Store.
UPDATE_GAME_STORE_MANIFEST_V0
Game was updated to a new version or EXE was modified.
UPDATE_COMMANDLINE_V0
Source: Event UpdateCommandline
Updated command line parameters from:
- `{OldCommandLine}`
to
- `{NewCommandLine}`
External Config Updated (V0)
Parameters
Name
[0]: The name of the package (mod, tool, etc.). StringID
[1]: The package ID. StringConfigPath
[-1]: The path of the updated configuration file. String [Contextual]
EXTERNAL_CONFIG_UPDATED_V0
Updated external configuration file '{ConfigPath}' for '{Name}' (ID: '{ID}').