Forum Discussion

Annae206's avatar
Annae206
Newcomer
5 hours ago

How to make Sims 3 recognise graphic card Nvidia Geforce RTX 2060?

Hello, 

i've been trying to get my game running with my graphic card and i followed all the steps i found online, but still it doesn't work and i can't find the reason for it.

DeviceConfig:

=== Graphics device info ===
Number:          0
Name (driver):   NVIDIA GeForce RTX 2060
Name (database): NVIDIA GeForce RTX 2060 [Found: 0, Matched: 1]
Vendor:          NVIDIA
Chipset:         Vendor: 10de, Device: 1f08, Board: a520174b, Chipset: 00a1
Driver:          nvldumd.dll, Version: 32.0.15.7216, GUID: D7B71E3E-5C48-11CF-CB68-2F850EC2ED35
Driver version:  7216
Monitor:         \\.\DISPLAY2
Texture memory:  1024MB
Vertex program:  3.0
Pixel program:   3.0
Hardware TnL:    1

----------------------------------------------------------

GraphicsCards:

vendor "NVIDIA" 0x10b4 0x12d2 0x10de
    card 0x1f15 "GeForce RTX 2060"

GraphicsRules:

if ($textureMemory == 0)
  seti textureMemory       1024
  # setb textureMemorySizeOK false

if (match("${cardVendor}", "NVIDIA"))
    if(match("${cardName}", "* 1?0M*") or match("${cardName}", "* 2?0M*") or match("${cardName}", "* G1?0M*") or match("${cardName}", "* G2?0M*"))
        seti cardLevel $cardLevelMedium
        seti isCardMatched true
    elseif (match("${cardName}", "*RTX 2060*") or match("${cardName}", "*9500*") or match("${cardName}", "*9600 GSO*") or match("${cardName}", "*9600 GT*") or match("${cardName}", "*9800 *") or match("${cardName}", "*GTX 2??*") or match("${cardName}", "*2?00M*") or match("${cardName}", "*3?00M*") or match("${cardName}", "*Quadro*FX 5??0*") or match("${cardName}", "*GT 1?0*") or match("${cardName}", "*GTS 150*") or match("${cardName}", "*GTS 250*") or match("${cardName}", "*GT 2??*") or match("${cardName}", "*GTS 2??*")  or match("${cardName}", "*GTX 2??*") or match("${cardName}", "*GeForce G2??*") or match("${cardName}", "*GT 3??*") or match("${cardName}", "*GTS 3??*")  or match("${cardName}", "*GTX 3??*") or match("${cardName}", "*GeForce 3??*") or match("${cardName}", "*GT 4??*") or match("${cardName}", "*GTS 4??*")  or match("${cardName}", "*GTX 4??*") or match("${cardName}", "*GT 5??*") or match("${cardName}", "*GTS 5??*")  or match("${cardName}", "*GTX 5??*") or match("${cardName}", "*GTX 6??*") or match("${cardName}", "*GTX 6??*"))

----------------------------------------------------------------

It still doesn't work and i don't know what to do anymore..

I appreciate every help! Thanks!

 

1 Reply

  • Annae206  In GraphicsCards.sgr, this line:

        card 0x1f15 "GeForce RTX 2060"

    has the wrong device ID.  Instead of 0x1f15 , you need to use your GPU's device ID: 0x1f08 .

About The Sims 3 Technical Issues

Get help with issues in The Sims 3 from fellow Simmers.82,762 PostsLatest Activity: 5 minutes ago