Control Flow Guard (CFG) is a Windows security feature that may impact the game's performance.
How to Disable CFG for Marvel Rivals:
Open Exploit Protection Settings:
Press the Windows Key and type Exploit Protection in the search bar. Select "Exploit Protection".
Alternatively, go to Settings > Update & Security > Windows Security > App & Browser Control > Exploit Protection Settings.
Add Marvel-Win64-Shipping.exe to Exceptions:
Navigate to the "Program Settings" tab.
Click "Add program to customize" and choose "Choose exact file path".
Locate the game's installation folder and select the Marvel-Win64-Shipping.exe file (usually in C:\Program Files\Marvel\ or your chosen game directory).
Turn Off CFG for the File:
After adding the file, click "Edit".
In the Control Flow Guard (CFG) section, select "Override system settings" and set it to "Off".
Click "Apply".
Restart Your Computer:
Restart to apply the changes.
D.O.C.P. (for AMD CPUs) and XMP (for Intel CPUs) are BIOS settings that enhance memory (RAM) performance by optimizing speed and timing.
How to Enable D.O.C.P. or XMP:
Access BIOS:
Restart your computer and press Del, F2, or F10 (depending on your motherboard) during boot.
If you're unsure of the key, search for "Enter BIOS [motherboard brand]" online.
Enable D.O.C.P. or XMP:
In BIOS, go to "AI Tweaker", "Overclocking Settings", or a similar section.
Look for "D.O.C.P." or "XMP" and enable it.
Select an appropriate profile, such as 3200MHz, matching your RAM's specifications.
Save and Exit BIOS:
Press F10 to save changes and restart your computer.
The game may generate large crash log files that consume disk space and affect performance.
How to Delete Crash Logs:
Locate the Crash Logs Folder:
Open File Explorer and navigate to:
makefile
Copy code
OS:\Users\(YourUsername)\AppData\Local\Marvel\Saved\Crashes
If you can't see the AppData folder:
In File Explorer, click the View tab and enable "Hidden items" to reveal hidden files and folders.
Delete the Crash Log Files:
Look for a file named "UEMinidump.full.dmp".
Right-click it and select Delete.
Check Free Disk Space:
After deleting the file, confirm that disk space has been reclaimed.
If the game frequently generates crash logs, you can create a batch script to delete them automatically.
How to Create a Batch Script:
Open Notepad:
Press the Windows Key and type Notepad.
Write the Script: Copy and paste the following code into Notepad:
batch
Copy code
@echo off
del /Q "C:\Users\%USERNAME%\AppData\Local\Marvel\Saved\Crashes\UEMinidump.full.dmp"
echo Crash Logs Deleted!
pause
Save the Script:
Go to File > Save As.
Name the file DeleteCrashLogs.bat.
Set Save as type to "All Files".
Save the file to a convenient location.
Run the Script:
Double-click the DeleteCrashLogs.bat file to execute it.
The crash logs will be deleted automatically.