Forum Announcement, Click Here to Read More From EA_Cade.

Tips to make your game more smooth? (less lag?)

I have been playing my current household for 22 generations so obviously I have a bit of lag. I have never noticed it until I started up a new family for a LP on my youtube channel and noticed how smooth the game is. Do you have any tips to make the game less laggy?

Comments

  • Livin in SimLivin in Sim Posts: 1,145 Member
    Some things you can do without upgrading your rig:
    Play on smaller lots with less furnishings.
    Reduce the size of Sims' inventories, both household and personal.
    Reduce animated objects on lots such as fountains, animated lawn ornaments, etc.
    Reduce the number of large mirrors in your house, especially multiple mirrors that cover whole walls, etc.
    Play with smaller households, 1-4, versus 5-8 Sims.
    Play with lower graphics settings.
    That's a few off the top of my head, there may be more.
  • Livin in SimLivin in Sim Posts: 1,145 Member
    Thought of a couple more:
    Disconnect from the Online Features, etc, ie play in Offline Mode.
    Clean out your Library/Tray Folder and save it somewhere else if you want a back up, either on your computer, but not in SC4, or on an external storage device.
    Clean out your Screenshots Folder. But I moved the entire thing once, and must have messed something up, because my camera didn't work and all my photos were black. I put them all back in and sorted them one by one or a few at a time, and it was fine.
  • John_CitronJohn_Citron Posts: 140 Member
    There are many, many factors which contribute to smooth performance of a computer and to smooth game-playing in general. Without knowing the specifications and type of computer, it's hard to say what may or may not help you directly since what can be done with one kind, such as a desktop, cannot always be done to improve a laptop's performance due to how the two forms of the computers are made.

    With this in mind, we can look at some of the general factors which will help with smooth game playing.

    * A Clean Computer

    A dirty computer inside will cause the machine to perform poorly due to heat build up. Computers don't like to be hot. The components work hard to push the electrons and bits of data around, and this process generates heat. Playing a game, or doing other computing-intensive applications such as graphics processing, 3d modeling, and lots of other data work, cause the components to work harder. The harder the components work, the more heat they generate. The processor (CPU), video card (GPU) and other components have safeguards built into them so that if they get too hot, they will slow down so not to burn themselves out. Sometimes, they can't cool off by doing this and will actually shut themselves down, and turn the computer off.

    The way to keep the computer running cool is to put in fans and blowers into the case and on the chips. These fans spin quickly and move the air around and generally do a good job if they are clean. Once the dust builds up inside, the components really have to work harder in the heat and lose performance.

    Cleaning the computer is generally an easy operation, but if you're afraid of breaking anything, have a computer "expert" do it for you. Using some canned air, which you can get at an office-supply or computer stuff store along with some coffee stirrers the computer can be blown out.

    Simply stick a stirrer or even a twist-tie into the fans to prevent them from spinning and use the canned air to blow out the dust and dirt. The reason why the fans are stopped is to prevent the strong blast of air from ruining the motors and bushings, or from breaking the fan-blades. If you do this often, you might want to spring for the inexpensive bulb-nozzle blaster called a Rocket, which you can get on Amazon or from B&H Photo, for example. For less than the cost of 3 cans of air, or about $12.00 you have a green and permanent solution to blowing out the dust.

    Laptops are a bit more difficult to keep clean due to their closed up nature, but putting a stick into the fans and blowing out the air with the blaster or canned air will work pretty well.

    In any event, NEVER, EVER, EVER, use a vacuum! A vacuum will zap everything and kill the computer with static electricity.

    Cleaning malware and running a good antivirus

    These nasty bugs will run in the background and steal not only your information or worse, but will also make your computer run really poor. You can generally tell there's something wrong because you'll see lots of disk access even when you're not doing anything that requires it. Clicking on your browser takes a lot of extra time, there are pop-ups when there shouldn't be, and there's stuff in those pop-ups which you don't want to see. Sometimes they don't even produce pop-ups, but are doing stuff in the background and stealing resources for whatever nasty stuff they do. Running a good system cleaner such as CCleaner, and your antivirus program that you keep up-to-date, is one way to prevent the crud from building up.

    Adding more RAM (DIMMS)
    Ram DIMMs are generally an inexpensive upgrade to a computer. This, however, can be a bit complex due to the kind of memory you have inside, and the size. In some cases, what is installed can be added to, but in others what's there gets taken out and replaced with new. There are other technical things to watch out for, and in some machines there is no way of adding more RAM such as in some laptops because the RAM is soldered to the motherboard.

    But anyway, why a lot of RAM if you can upgrade is helpful. RAM DIMMs are among the fastest components in your computer, and way faster than your hard disk and even your video card in some cases. This is why it is quite expensive, even by today's prices, and why some companies chintz out on the amount put in their machines when they sell them. When a computer is working, the programs put their most-often accessed data into memory (RAM) for processing. There's generally not a lot of room to hold everything, but there's room enough to operate on the current stuff and then some.

    Having more RAM means the operating system doesn't need to move stuff back to disk (swap) while it's doing other things at the same time. Think of RAM as taking all your stuff out of the boxes and putting in to a room. The problem is we run out of space and need to put stuff back in (swap) stuff in and out. This swapping stuff to disk process wastes time and causes performance to drop. With more memory RAM DIMMs, you have less swapping and better performance.

    If you can upgrade your machine, it's best to do so. There are limitations such as how much your motherboard supports, and whether you are running a 64-bit operating system such as Windows 7 or later.

    Defrag your hard drive

    (Note: This applies only to platter hard drives and not SSDs).

    The hard disk, or permanent storage devices in your computer are byfar the slowest devices even today. They are lightning fast compared to those from a decade ago or longer, but are still the slowest device. The problem is disks will get slower over time due to how the files are written to the disk.

    When data is written to a disk it is written sequentially and to the first open places it can find. This is fine when a disk is empty and there's plenty of open space to write the data contiguously - meaning all the bits and blocks are kept together. When a file is deleted, there's then an open space or spaces. When new data is written, the program will write parts to that new open space before it finds another space to write. If the file is the same size, everything can fit back in with no performance problem. If the data is bigger, then the parts that fit will go into that space first, then the rest will go to another part of the disk. Since the disk has heads that have to seek out the data and move back and forth, all this movement slows down the computer performance.

    The solution is to defragment the disk. Using the built-in into Windows disk defragmenter, or some other program such as Diskkeeper, we can do this manually or automatically. Windows will want to do this once a week by schedule, but if you use your computer often I recommend doing this manually.

    Related to the disk stuff is disk space. If the operating system can't swap stuff around easily between RAM (DIMMs) and the hard drive because there's low disk space, then it's necessary to free up space or add in another drive. The operating system may have to divvy up the data into more smaller chunks causing even worse performance. Drives are relatively inexpensive, and the solutions range from external to internal, and all this depends upon the kind of computer such as desktop versus laptop.

    And finally upgrade the video card (Desktop only). If you can afford to upgrade the video, do so as this can always make a difference in the performance for the better. Before you plan on doing something like this, ask computer experts or others that know about this stuff. There are threads in the forums on hardware which will help.

    Anyway sorry for the longwinded answer, but I hope this helps with the performance question. In case you are wondering here's my computer:

    Intel i7-5930K @3.5GHZ
    64GB RAM
    GTX1080Ti video
    3x Hard disks: C: 500GB SSD, D: 2TB HD, E: 2TB HD, F: 3TB HD.





  • KyliesswartzKyliesswartz Posts: 225 Member
    There are many, many factors which contribute to smooth performance of a computer and to smooth game-playing in general. Without knowing the specifications and type of computer, it's hard to say what may or may not help you directly since what can be done with one kind, such as a desktop, cannot always be done to improve a laptop's performance due to how the two forms of the computers are made.

    With this in mind, we can look at some of the general factors which will help with smooth game playing.

    * A Clean Computer

    A dirty computer inside will cause the machine to perform poorly due to heat build up. Computers don't like to be hot. The components work hard to push the electrons and bits of data around, and this process generates heat. Playing a game, or doing other computing-intensive applications such as graphics processing, 3d modeling, and lots of other data work, cause the components to work harder. The harder the components work, the more heat they generate. The processor (CPU), video card (GPU) and other components have safeguards built into them so that if they get too hot, they will slow down so not to burn themselves out. Sometimes, they can't cool off by doing this and will actually shut themselves down, and turn the computer off.

    The way to keep the computer running cool is to put in fans and blowers into the case and on the chips. These fans spin quickly and move the air around and generally do a good job if they are clean. Once the dust builds up inside, the components really have to work harder in the heat and lose performance.

    Cleaning the computer is generally an easy operation, but if you're afraid of breaking anything, have a computer "expert" do it for you. Using some canned air, which you can get at an office-supply or computer stuff store along with some coffee stirrers the computer can be blown out.

    Simply stick a stirrer or even a twist-tie into the fans to prevent them from spinning and use the canned air to blow out the dust and dirt. The reason why the fans are stopped is to prevent the strong blast of air from ruining the motors and bushings, or from breaking the fan-blades. If you do this often, you might want to spring for the inexpensive bulb-nozzle blaster called a Rocket, which you can get on Amazon or from B&H Photo, for example. For less than the cost of 3 cans of air, or about $12.00 you have a green and permanent solution to blowing out the dust.

    Laptops are a bit more difficult to keep clean due to their closed up nature, but putting a stick into the fans and blowing out the air with the blaster or canned air will work pretty well.

    In any event, NEVER, EVER, EVER, use a vacuum! A vacuum will zap everything and kill the computer with static electricity.

    Cleaning malware and running a good antivirus

    These nasty bugs will run in the background and steal not only your information or worse, but will also make your computer run really poor. You can generally tell there's something wrong because you'll see lots of disk access even when you're not doing anything that requires it. Clicking on your browser takes a lot of extra time, there are pop-ups when there shouldn't be, and there's stuff in those pop-ups which you don't want to see. Sometimes they don't even produce pop-ups, but are doing stuff in the background and stealing resources for whatever nasty stuff they do. Running a good system cleaner such as CCleaner, and your antivirus program that you keep up-to-date, is one way to prevent the crud from building up.

    Adding more RAM (DIMMS)
    Ram DIMMs are generally an inexpensive upgrade to a computer. This, however, can be a bit complex due to the kind of memory you have inside, and the size. In some cases, what is installed can be added to, but in others what's there gets taken out and replaced with new. There are other technical things to watch out for, and in some machines there is no way of adding more RAM such as in some laptops because the RAM is soldered to the motherboard.

    But anyway, why a lot of RAM if you can upgrade is helpful. RAM DIMMs are among the fastest components in your computer, and way faster than your hard disk and even your video card in some cases. This is why it is quite expensive, even by today's prices, and why some companies chintz out on the amount put in their machines when they sell them. When a computer is working, the programs put their most-often accessed data into memory (RAM) for processing. There's generally not a lot of room to hold everything, but there's room enough to operate on the current stuff and then some.

    Having more RAM means the operating system doesn't need to move stuff back to disk (swap) while it's doing other things at the same time. Think of RAM as taking all your stuff out of the boxes and putting in to a room. The problem is we run out of space and need to put stuff back in (swap) stuff in and out. This swapping stuff to disk process wastes time and causes performance to drop. With more memory RAM DIMMs, you have less swapping and better performance.

    If you can upgrade your machine, it's best to do so. There are limitations such as how much your motherboard supports, and whether you are running a 64-bit operating system such as Windows 7 or later.

    Defrag your hard drive

    (Note: This applies only to platter hard drives and not SSDs).

    The hard disk, or permanent storage devices in your computer are byfar the slowest devices even today. They are lightning fast compared to those from a decade ago or longer, but are still the slowest device. The problem is disks will get slower over time due to how the files are written to the disk.

    When data is written to a disk it is written sequentially and to the first open places it can find. This is fine when a disk is empty and there's plenty of open space to write the data contiguously - meaning all the bits and blocks are kept together. When a file is deleted, there's then an open space or spaces. When new data is written, the program will write parts to that new open space before it finds another space to write. If the file is the same size, everything can fit back in with no performance problem. If the data is bigger, then the parts that fit will go into that space first, then the rest will go to another part of the disk. Since the disk has heads that have to seek out the data and move back and forth, all this movement slows down the computer performance.

    The solution is to defragment the disk. Using the built-in into Windows disk defragmenter, or some other program such as Diskkeeper, we can do this manually or automatically. Windows will want to do this once a week by schedule, but if you use your computer often I recommend doing this manually.

    Related to the disk stuff is disk space. If the operating system can't swap stuff around easily between RAM (DIMMs) and the hard drive because there's low disk space, then it's necessary to free up space or add in another drive. The operating system may have to divvy up the data into more smaller chunks causing even worse performance. Drives are relatively inexpensive, and the solutions range from external to internal, and all this depends upon the kind of computer such as desktop versus laptop.

    And finally upgrade the video card (Desktop only). If you can afford to upgrade the video, do so as this can always make a difference in the performance for the better. Before you plan on doing something like this, ask computer experts or others that know about this stuff. There are threads in the forums on hardware which will help.

    Anyway sorry for the longwinded answer, but I hope this helps with the performance question. In case you are wondering here's my computer:

    Intel i7-5930K @3.5GHZ
    64GB RAM
    GTX1080Ti video
    3x Hard disks: C: 500GB SSD, D: 2TB HD, E: 2TB HD, F: 3TB HD.


    Thanks for the advice! I was wondering if any of this does not apply to Mac computers. I am on a Mac Book Air (2017 model)

  • John_CitronJohn_Citron Posts: 140 Member
    Thanks for the advice! I was wondering if any of this does not apply to Mac computers. I am on a Mac Book Air (2017 model)

    You're welcome. Being a laptop you might be able to upgrade the RAM, though being an Apple it maybe soldered in so I don't know. Cleaning the fans and what not might help too. Check with your Apple Store service center for more information.
  • AmerieAmerie Posts: 2 New Member
    What I did was when u have the main page on the sims 4 I went in ‘load Games’ and I deleted all of them as I didn’t use any of them and I had a lot of families so now my game is not laggy I HOPE THIS HELPS SOMEONE ❤️
  • NorthDakotaGamerNorthDakotaGamer Posts: 2,559 Member
    Play offline, have no more than 5 sims, smaller minimalist style homes, or not use mods/cc are the only suggestions I can think might help. Though I still get lag anyway.
  • Artemis_DreamerArtemis_Dreamer Posts: 200 Member
    What I find helps is to regularly clean out the Unplayed Households in the Manage Worlds tab.

    The game creates inordinate numbers of random homeless sims, and they're generally hideous. Every in-game week, I go through and delete all townies that my Played Sims have not interacted with, or have no interest in interacting with in the future. Not having to keep track of them can help to speed up your game's loading times and reduce lag.

    In a 22 Gen save, I can only imagine that there's a lot going on in your Unplayed tab!
  • So_MoneySo_Money Posts: 2,536 Member
    The most important little thing you can do to improve lag is empty the screenshots folder. It's always been this way, and I still have no idea why the contents of the that folder affect performance.
  • Livin in SimLivin in Sim Posts: 1,145 Member
    So_Money wrote: »
    The most important little thing you can do to improve lag is empty the screenshots folder. It's always been this way, and I still have no idea why the contents of the that folder affect performance.

    This reminds me: I had heard this, so I tried it. I moved all the contents of the Screenshots Folder in PC >Documents>EA>The Sims 4 to an external hard drive because I wanted to save them. But when I went back into game, all my photos taken with the Sims' personal cameras were blacked out. And when I tried to take new ones, they, too, were black squares. I had removed the entire Screenshots Folder contents by selecting everything using Ctrl A, but not the folder itself. Since it was the only change I could remember making, I did the exact reverse, and it fixed the problem. I wonder what went wrong? Is there some hidden file in there that the game needs, that would have gotten caught up with everything else when I did Ctrl A? Or maybe it was just a one off? Since then, I've done batches, but not All, with no noticeable problem.
  • GarethlexGarethlex Posts: 159 Member
    edited October 2018
    Have you got vertical sync turnt on ?
  • SimpkinSimpkin Posts: 7,425 Member
    https://www.youtube.com/watch?v=1ViO-LSxjn8&t=0s&index=4&list=PLK7OmeD53_BavG4--lgOSLdJQCbtWhOqW
    not sure if all of it was mentioned in this thread but I saw this a while ago.
    Seasons toggle button in build mode poll. Vote now please! :)
  • ScribScrib Posts: 37 Member
    Closing Google Chrome or any browser helps with performance as they hog up a lot of memory.
    KbhKf88.png
  • ScribScrib Posts: 37 Member
    Thank you so much @So_Money ! I cleaned out my screenshots folder and the game's performance has improved by a noticeable amount.
    KbhKf88.png
  • Writin_RegWritin_Reg Posts: 28,907 Member
    edited October 2018
    I don't have any lag so I don't see how my game could be any smoother really. Guess i am just lucky in that respect. I am pretty happy how nice Sims 4 plays to be honest. Pretty trouble free and very fast. I own all packs too - and the game loads so fast.

    "Games Are Not The Place To Tell Stories, Games Are Meant To Let People Tell Their Own Stories"...Will Wright.

    In dreams - I LIVE!
    In REALITY, I simply exist.....

  • So_MoneySo_Money Posts: 2,536 Member
    Thank you so much @So_Money ! I cleaned out my screenshots folder and the game's performance has improved by a noticeable amount.

    Just make sure to do it each time you launch the game and you're golden.
  • EmihahneEmihahne Posts: 40 Member
    Sad that it seems you have to reduce the value of the game in either graphics or actual size of lot/house/items....
Sign In or Register to comment.
Return to top