4 years ago
Config.log file broken
So my config.log file is broken. I've done everything I can to fix it: Inserting the name and number into the config.log file and database, repairing the game via origin, uninstalling & reinsta...
- 4 years ago
@Izaka Your model of graphics card is in the database, but your specific card's device ID is not. This is the relevant string, from your dxdiag:
Device Key: Enum\PCI\VEN_10DE&DEV_2489&SUBSYS_883E1043&REV_A1
Specifically, VEN_10DE means Nvidia, and DEV_2489 is your card's device ID. So you'll need to edit graphicscards.sgr to add it.
The easiest way is to make a copy of the file and dump it in ConfigOverride: a game repair or patch will overwrite any changes you make to the original copy. Open the file and search for "3060 ti," and you'll see this:
card 0x2486 "NVIDIA GeForce RTX 3060 Ti" $cardLevelUber $resolutionHigh
Change the 2486 to a 2489 and your card should be recognized. You'll still need to launch the game once to update the config file.