0% found this document useful (0 votes)
5 views

MW2 Code

The document outlines the configuration settings for various gaming platforms including Steam, EpicGames, Origin, EADesktop, and UplayR1. Each platform has specific settings for enabling processes, replication, blacklisting certain applications, and ignoring others. Additionally, it includes a list of processes to terminate for error reporting across these platforms.

Uploaded by

kivaka7594
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

MW2 Code

The document outlines the configuration settings for various gaming platforms including Steam, EpicGames, Origin, EADesktop, and UplayR1. Each platform has specific settings for enabling processes, replication, blacklisting certain applications, and ignoring others. Additionally, it includes a list of processes to terminate for error reporting across these platforms.

Uploaded by

kivaka7594
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

{

"config_version": 6, // DO NOT EDIT THIS VALUE


"log_level": "debug",
"platforms": {
"Steam": {
"enabled": true,
"process": "steam.exe",
"replicate": false,
"unlock_dlc": true,
"unlock_shared_library": false,
"app_blacklist": [
"976310" // Mortal Kombat 11
],
"blacklist": [ // Get App ID from SteamDB
"2933620", // Black Ops 6
"2933630", // Black Ops 6 - Multiplayer Pack 1
"22618", // Alien Breed: Impact - PL Check [Do not force polish
language]
"67379" // Darkness II Low Violence [Do not censor violence]
],
"ignore": [
"x86launcher.exe",
"x64launcher.exe",
"SteamService.exe",
"steamwebhelper.exe",
"GameOverlayUI.exe",
"gldriverquery.exe",
"gldriverquery64.exe",
"vulkandriverquery.exe",
"vulkandriverquery64.exe"
]
},
"EpicGames": {
"enabled": true,
"process": "EpicGamesLauncher.exe",
"replicate": true,
"blacklist": [ // Get DLC ID from ScreamDB
"ffffffffffffffffffffffffffffffff" // A Total War Sage: TROY [It
actually asks this ID...]
],
"ignore": [
"EpicWebHelper.exe",
"EpicOnlineServicesHost.exe",
"EpicOnlineServicesUserHelper.exe",
"UnrealCEFSubProcess.exe"
]
},
"Origin": {
"enabled": true,
"process": "Origin.exe",
"replicate": false,
"blacklist": [ // Use ItemId from Unlocker32.Origin.log

],
"ignore": []
},
"EADesktop": {
"enabled": true,
"process": "EADesktop.exe",
"replicate": false,
"blacklist": [ // Use ItemId from Unlocker64.EADesktop.log

],
"ignore": []
},
"UplayR1": {
"enabled": true,
"process": "upc.exe",
"replicate": true,
"blacklist": [ // Use aUplayId from the generated log file

],
"ignore": [
"UplayService.exe",
"UplayWebCore.exe"
]
}
},
"ignore": [
// Unreal Engine
"UnrealCEFSubProcess.exe",
"CrashReportClient.exe",
// Origin integration with other stores
"EALink.exe"
],
"terminate": [
// Steam
"steamerrorreporter.exe",
// Origin
"OriginER.exe",
"OriginCrashReporter.exe",
// EA Desktop
"EACrashReporter.exe",
// Ubisoft
"UplayCrashReporter.exe"
]
}

You might also like