Posts: 515
Thanks: 2836 in 21 Posts
13 Achievements
I only just saw this through a Google search and thought I'd share my knowledge.
In the old Graphics Rules.sgr before the Legacy re-release, there were these three additional lines, among others:
Code:
# set some config variables based on a card table and vendor specific rules
# sets isCardFound, cardVendor, and cardName
include "Video Cards.sgr"
Because these lines are now missing (in particular the last one - the other lines are just comments), the game does not look into the Video Cards.sgr anymore and thus always returns the "not found in database" message.
Now, there might have been a reason these lines were removed. Checking for a compatible video card when 99% of today's computers are well above the recommended specs for Sims 2 seems a bit... redundant.
Nonetheless, if you still have those crashing issues, you can try putting these lines back into the file anyway. In the Ultimate Collection's Graphics Rules.sgr, the lines are located below
Code:
seti cpuLevelUnsupported 0
which in Legacy's Graphics Rules.sgr is line 36.