Forum Discussion
Thank you sm ! I really appreciate it !
I've come a really far way in regards to making them look better - I'll attach a screenshot for reference
This is what I added/changed about the two txt files;
GraphicsCards:
end
vendor "Parallels" 0x5250
card 0x3030 "Parallels Display Adapter"
card 353030 "Parallels Display Adapter (WDDM)"
end
GraphicsRules:
endif
elseif (match("${cardVendor}", ""))
if (match("${cardName}", "*Parallels Display Adapter (WDDM)*"))
seti cardLevel $cardLevelUber
seti isCardMatched true
else
seti cardLevel $cardLevelUber
seti isCardMatched false
endif
setProp $ConfigGroup RenderShadowMode 2
setProp $ConfigGroup ShadowMapAllowNullColor 1
elseif (match("${cardVendor}", "ATI"))
and I also changed the high settings for ShadowMapSize to 7680
So, that seems to have worked in making the shadows so much better, but it's still sayings 'found 0 matched 1' not sure what's going on there lol
@EnricoFrancis The problem is these lines:
GraphicsCards:
end
vendor "Parallels" 0x5250
card 0x3030 "Parallels Display Adapter"
card 353030 "Parallels Display Adapter (WDDM)"
end
The deviceconfig is telling you the vendor and device IDs here:
Chipset: Vendor: 1ab8, Device: 4005, Board: 04001ab8, Chipset: 0000
So to match, you'd need to use "Parallels" 0x1ab8 and card 0x4005 for one of the two entries below.
- 3 years ago
Thank you sm for your response!
Sorry to be confused lol but would it look like this?
end
vendor "Parallels" 0x1ab8
card 0x4005 "Parallels Display Adapter"
card 353030 "Parallels Display Adapter (WDDM)"
endbecause when I tried that, it says Found: 1, Matched: 0
and the shadows no longer work - would you know how to troubleshoot this? Sorry if I'm missing something obvious lol
About The Sims 3 Technical Issues
Recent Discussions
- 4 hours ago
- 12 hours ago