Jump to content

Shadowdane

Member
  • Content Count

    3
  • Joined

  • Last Visited

    A long, long time ago...

Community Reputation

0 Clean Slate

About Shadowdane

  • Rank
    Freshman
  1. Simtropolis Beta Key Giveaway!

    yup.. I tried to get a key and it said they are already out.
  2. Sim City 4 Lagging

    You could try the config I posted, this should work on any of the Radeon HD4000 Series cards. I don't have a Radeon card to test this with, but give it a try and see if it fixes the problem. partialRule "ATI Radeon HD 4000 Slow-Down Fix" stringMatch cardIdentity "*Radeon*" partialRule "SlowSubrectDepthCopy" -any stringMatch cardIdentity "ATI*Radeon*HD*4???*" # results in special low-impact scrolling mode. property noPartialBackingStoreCopies true end end
  3. Sim City 4 Lagging

    Ok... I got this running decently on my GeForce GTX 260!! Had to add a new rule to the Graphics Rules.sgr file. I think the newer GF8, GF9 and GF GTX200 series have the problem like the older Radeon cards with very slow Partial Depth Buffer copies. I used the rule that was setup for the Radeon cards and got it working for GEForce 8,9 & GTX 200 series cards. I've only tested this on the GTX260, but it makes scrolling smooth again. Only downside is all the shadows disapear while scrolling, but they redraw again when you stop moving. Open the Graphics Rules.sgr file, in your SimCity 4 folder. Scroll down to the near the bottom of the file and add this. I added it between the "NoAddSigned" and "Not Slow GeForce" rules. partialRule "GEForce 8/9/GTX200 Slow-Down Fix" stringMatch cardIdentity "*GeForce*" partialRule "SlowSubrectDepthCopy" -any stringMatch cardIdentity "*GeForce*8???*" stringMatch cardIdentity "*GeForce*9???*" stringMatch cardIdentity "*GeForce*GTX*2??*" # results in special low-impact scrolling mode. property noPartialBackingStoreCopies true end end
×