Forum Discussion

Re: Sims 3 Graphic Card issue

@taytay1205  To get the GPU recognized, you'll need to edit a two files called graphicscards.sgr and graphicsrules.sgr, which are both located in the Sims 3 program files.  For an Origin install, the default file path is:

Program files (x86)\Origin Games\The Sims 3\Game\Bin

Note:  These instructions only apply to and will only work for the original poster's graphics card.  If you'd like help getting your own card recognized, please post the same information from deviceconfig and ask for help.

Open graphicscards.sgr (Notepad works fine), and crtl-F to search for 10de.  That will take you to these lines:

vendor "NVIDIA" 0x10b4 0x12d2 0x10de
card 0x0fd1 "GeForce GT 650M"
card 0x0fd2 "GeForce GT 640M"

Create a new line under the "Nvidia" line, copy this text, and paste it in the new line:

  card 0x1f91 "GeForce GTX 1650"

So you should now see this:

vendor "NVIDIA" 0x10b4 0x12d2 0x10de

card 0x1f91 "GeForce GTX 1650"
card 0x0fd1 "GeForce GT 650M"
card 0x0fd2 "GeForce GT 640M"

(with indents from spaces that this site isn't displaying properly).  Save, quit, and open graphicsrules.sgr.  Crtl-F and search for 8800, which will take you here:

 elseif (match("${cardName}", "*8800*") or match("${cardName}", "*9500*") or match("${cardName}", "*9600 GSO*") or match("${cardName}", [etc.]

Change the bolded 8800 to GTX 1650.  Don't change anything else, not even the asterisks.  This will classify your card as uber.

Finally, scroll back to the top of graphicsrules, and look for this, 8-10 lines down:

if ($textureMemory == 0)
seti textureMemory 32
setb textureMemorySizeOK false

change the 32 to 1024, and add a # and a space in front of setb.  Your card has four times the video memory, but TS3 can only use 800 MB anyway.  The lines should look like this:

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

You'll know it worked if you see a [Found: 1, Matched: 1] next to the card name in deviceconfig, and texture memory listed as 1024 instead of the current 32 MB override.  If either tweak doesn't work, please paste that same section of deviceconfig here (really only the first 15 or so lines of what you posted though), and we can tweak the edits.

12 Replies

  • puzzlezaddict's avatar
    puzzlezaddict
    Hero+
    5 years ago

    @taytay1205  If you download a mod to fix the issue, you won't need to take these steps yourself, presuming the mod does its job.  There's apparently one from Nexus that works well; I remember seeing that a mod from elsewhere didn't work so well, but I don't remember which mod that was.

    Either way, if you want me to check whether it worked, post that section of deviceconfig and I'll take a look.

  • puzzlezaddict's avatar
    puzzlezaddict
    Hero+
    5 years ago

    @taytay1205  I don't know what mod you're looking at, so I can't tell you how it works.  (Mod links aren't allowed on this site anyway.)  I do know that the method I posted works, when done correctly.

  • puzzlezaddict's avatar
    puzzlezaddict
    Hero+
    5 years ago

    @taytay1205  Then you'll need to follow the directions included with the mod.  I've never used it myself; I'm just going by the reports from other people (and their deviceconfigs) that say it worked.

  • carolcastr685's avatar
    carolcastr685
    4 years ago

    hii, can you help me please? my pc runs a Nvidia gtx 1650Ti and i´m having the same problem

    the information about the card:

    === Graphics device info ===
    Number: 0
    Name (driver): NVIDIA GeForce GTX 1650 Ti
    Name (database): NVIDIA GeForce GTX 1650 Ti [Found: 0, Matched: 0]
    Vendor: NVIDIA
    Chipset: Vendor: 10de, Device: 1f95, Board: 09e11028, Chipset: 00a1
    Driver: nvldumd.dll, Version: 27.21.14.6231, GUID: D7B71E3E-5CD5-11CF-CF6B-EF291BC2D635
    Driver version: 6231
    Monitor: \\.\DISPLAY1
    Texture memory: 32MB <<OVERRIDE>>
    Vertex program: 3.0
    Pixel program: 3.0
    Hardware TnL: 1
    === Options ===
    AnimationSmoothing 1
    LightingQuality 2
    GeneralReflections 2
    TextureQuality 2
    VisualEffects 2
    TerrainQuality 2
    EdgeSmoothing 2
    ObjectHiding 1
    AspectRatio 0
    ForceSquarePixels 1
    SimQuality 2
    TreeQuality 2
    DrawDistance 2
    MaxActiveLots 4
    NumMaxActiveLotOptions 6
    AdvancedRendering 1
    AudioQuality 3
    Audi🤭utputMode 1
    VoiceLevel 255
    SoundFXLevel 255
    MusicLevel 255
    AmbientLevel 255
    FocusMute 1
    VoiceMute 0
    SoundFXMute 0
    MusicMute 0
    AmbientMute 0
    EdgeScrolling 1
    EdgeScrollingWarning 0
    SupressOpportunityDialogs 0
    SuppressOpportunityDialogsWarningProducts 2097151
    SimWhileMinimized 0
    TwelveHourClock 0
    ShowPlacementGrid 0
    AutonomyLevel 0
    DisableAutonomyForSelectedSim 0
    PetAutonomyLevel 2
    AgingInterval 2
    EnableAging 1
    EnableTutorial 1
    EnableIntroTutorial 0
    EnableTombResets 1
    EnableInGameStore 1
    EnableTelemetry 1
    EnableMemories 3
    AgingStageLengthBaby 3
    AgingStageLengthToddler 7
    AgingStageLengthChild 7
    AgingStageLengthTeen 14
    AgingStageLengthYoungAdult 21
    AgingStageLengthAdult 21
    AgingStageLengthElder 17
    EnableInteractiveLoading 0
    AgingStageLengthPuppy 0
    AgingStageLengthDogAdult 0
    AgingStageLengthDogElder 0
    AgingStageLengthKitten 0
    AgingStageLengthCatAdult 0
    AgingStageLengthCatElder 0
    AgingStageLengthFoal 0
    AgingStageLengthHorseAdult 0
    AgingStageLengthHorseElder 0
    LunarCycleLength 3
    LunarPhaseLength 0
    EnableLunarCycle 1
    EnableLunarPhase 0
    EnableStoryProgression 1
    EnableVampires 1
    EnableWerewolves 1
    EnablePets 1
    EnableCelebrities 1
    EnableFairies 1
    EnableWitches 1
    EnableHorses 1
    EnableOptOutCeleb 0
    ReceiveConnectTNS 0
    ReceivedDevGift 0
    PostFilterFlags 0
    RequireLoginBeforeLoad 1
    SummerLength 7
    FallLength 7
    WinterLength 7
    SpringLength 7
    SummerEnabled 1
    FallEnabled 1
    WinterEnabled 1
    SpringEnabled 1
    IsCelcius 1
    FogEnabled 1
    RainEnabled 1
    SnowEnabled 1
    HailEnabled 1
    InvertHorizontalRotation 0
    InvertVerticalRotation 0
    VideoCaptureSize 1
    VideoCaptureQuality 2
    VideoCaptureSound 0
    VideoCaptureTime 60
    VideoCaptureHideUI 1
    === Default Options ===
    AnimationSmoothing 1
    LightingQuality 1
    GeneralReflections 1
    TextureQuality 1
    VisualEffects 3
    TerrainQuality 2
    EdgeSmoothing 0
    ObjectHiding 0
    AspectRatio 0
    ForceSquarePixels 1
    SimQuality 1
    TreeQuality 3
    DrawDistance 3
    MaxActiveLots 1
    NumMaxActiveLotOptions 6
    AdvancedRendering 1
    AudioQuality 3
    Audi🤭utputMode 1
    VoiceLevel 255
    SoundFXLevel 255
    MusicLevel 255
    AmbientLevel 255
    FocusMute 1
    VoiceMute 0
    SoundFXMute 0
    MusicMute 0
    AmbientMute 0
    EdgeScrolling 0
    EdgeScrollingWarning 1
    SupressOpportunityDialogs 0
    SuppressOpportunityDialogsWarningProducts 0
    SimWhileMinimized 0
    TwelveHourClock 0
    ShowPlacementGrid 0
    AutonomyLevel 2
    DisableAutonomyForSelectedSim 0
    PetAutonomyLevel 2
    AgingInterval 2
    EnableAging 1
    EnableTutorial 1
    EnableIntroTutorial 1
    EnableTombResets 1
    EnableInGameStore 1
    EnableTelemetry 1
    EnableMemories 1
    AgingStageLengthBaby 3
    AgingStageLengthToddler 7
    AgingStageLengthChild 7
    AgingStageLengthTeen 14
    AgingStageLengthYoungAdult 21
    AgingStageLengthAdult 21
    AgingStageLengthElder 17
    EnableInteractiveLoading 1
    AgingStageLengthPuppy 0
    AgingStageLengthDogAdult 0
    AgingStageLengthDogElder 0
    AgingStageLengthKitten 0
    AgingStageLengthCatAdult 0
    AgingStageLengthCatElder 0
    AgingStageLengthFoal 0
    AgingStageLengthHorseAdult 0
    AgingStageLengthHorseElder 0
    LunarCycleLength 3
    LunarPhaseLength 0
    EnableLunarCycle 1
    EnableLunarPhase 0
    EnableStoryProgression 1
    EnableVampires 1
    EnableWerewolves 1
    EnablePets 1
    EnableCelebrities 1
    EnableFairies 1
    EnableWitches 1
    EnableHorses 1
    EnableOptOutCeleb 0
    ReceiveConnectTNS 1
    ReceivedDevGift 0
    PostFilterFlags 0
    RequireLoginBeforeLoad 0
    SummerLength 7
    FallLength 7
    WinterLength 7
    SpringLength 7
    SummerEnabled 1
    FallEnabled 1
    WinterEnabled 1
    SpringEnabled 1
    IsCelcius 1
    FogEnabled 1
    RainEnabled 1
    SnowEnabled 1
    HailEnabled 1
    InvertHorizontalRotation 0
    InvertVerticalRotation 0
    VideoCaptureSize 1
    VideoCaptureQuality 2
    VideoCaptureSound 0
    VideoCaptureTime 60
    VideoCaptureHideUI 1

  • puzzlezaddict's avatar
    puzzlezaddict
    Hero+
    4 years ago

    @carolcastr685  Sure, here are instructions for your card:

    Note:  These instructions only apply to and will only work for the original poster's graphics card.  If you'd like help getting your own card recognized, please post the same information from deviceconfig and ask for help.

    Spoiler

    Open graphicscards.sgr (Notepad works fine), and crtl-F to search for 10de.  That will take you to these lines:

    vendor "NVIDIA" 0x10b4 0x12d2 0x10de
    card 0x0fd1 "GeForce GT 650M"
    card 0x0fd2 "GeForce GT 640M"

    Create a new line under the "Nvidia" line, copy this text, and paste it in the new line:

        card 0x1f95 "GeForce GTX 1650 ti"

    So you should now see this:

    vendor "NVIDIA" 0x10b4 0x12d2 0x10de

    card 0x1f95 "GeForce GTX 1650 ti"
    card 0x0fd1 "GeForce GT 650M"
    card 0x0fd2 "GeForce GT 640M"

    (with indents from spaces that this site isn't displaying properly).  Save, quit, and open graphicsrules.sgr.  Crtl-F and search for 8800, which will take you here:

     elseif (match("${cardName}", "*8800*") or match("${cardName}", "*9500*") or match("${cardName}", "*9600 GSO*") or match("${cardName}", [etc.]

    Change the bolded 8800 to GTX 1650.  Don't change anything else, not even the asterisks.  This will classify your card as uber.

    Finally, scroll back to the top of graphicsrules, and look for this, 8-10 lines down:

    if ($textureMemory == 0)
    seti textureMemory 32
    setb textureMemorySizeOK false

    change the 32 to 1024, and add a # and a space in front of setb.  Your card has more VRAM than that, but TS3 can only use 800 MB anyway.  The lines should look like this:

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

    Launch the game at least once to refresh the deviceconfig.log.  You'll know it worked if you see a [Found: 1, Matched: 1] next to the card name in deviceconfig, and texture memory listed as 1024 instead of the current 32 MB override.

About The Sims 3 Technical Issues

Get help with issues in The Sims 3 from fellow Simmers.83,288 PostsLatest Activity: 3 hours ago