Kleineganz wrote:I installed it and I'm disappointed that I can't change the resolution. 800x600 on my 21" wide screen monitor looks like crap. :(
Hi! Sorry to pull up this old thread, but I remembered reading your comment and wanted to tell you that there is a solution :)
Maybe you've found out about it by now, but you can actually fix this by editing the config file. You just have to go to program (or in my case Programme (x86))/Origin Games/The Sims 2 Ultimate Collection/Fun with Pets/SP9/TSData/Res/Config
then you have to edit the Graphic Rules file, but be sure to back it up beforehand. Open it up in an editor and look for the line "option ScreenModeResolution" (it's line 776, by the way).
Change the settings to this:
Code: Select all
option ScreenModeResolution
setting $Low
uintProp maxResWidth 1600
uintProp maxResHeight 900
uintProp defaultResWidth 800
uintProp defaultResHeight 600
setting $MediumButDefaultLow
uintProp maxResWidth 1600
uintProp maxResHeight 900
uintProp defaultResWidth 800
uintProp defaultResHeight 600
setting $Medium
uintProp maxResWidth 1600
uintProp maxResHeight 900
uintProp defaultResWidth 1024
uintProp defaultResHeight 768
setting $High
uintProp maxResWidth 1600
uintProp maxResHeight 900
uintProp defaultResWidth 1024
uintProp defaultResHeight 768
end
but make sure to replace the maxResWidth and maxResHeight for each one to your resolution. Voila, you can now change the resolution in the game!