Zuma's Revenge

Zuma's Revenge

View Stats:
Superrodris Nov 20, 2016 @ 11:16am
HiRes not Supported on my machine?
Hi,
I tried the solutions I saw on the steam discussions for this and wasn't lucky. I'm playing on Windows 10, nvidia geforce gtx 970m. Alienware 17 r3. Any ideas?
thanks.
< >
Showing 1-15 of 79 comments
X1N Nov 25, 2016 @ 10:36pm 
me too :(
blazar Nov 26, 2016 @ 6:48am 
I ve same problem with 1920x1080 res
Azure_Crab Nov 29, 2016 @ 12:46am 
me too
Infinite Fury Dec 27, 2016 @ 2:32pm 
Have you tried going into regedit?

Go to H Key Current User, Software, SteamPopcap or Steam or Popcap (It's been a while since I used Regedit, will edit if you tell me where you found Zuma Revenge outta the three folders), Zuma's Revenge, then tinker the HiRes function to zero?
Superrodris Dec 28, 2016 @ 6:33am 
Hi :) I went to HKEY_CURRENT_USER > Software > PopCap > ZumasRevenge and changed the HiRes to 0 again, but nothing.

I'd already tried that though, didn't work.
BriBlo Dec 28, 2016 @ 3:35pm 
I finally got it to work. Go to regedit HKEY_CURRENT_USER/Software/PopCap/ZumasRevengeAdventure and changed the HiRes to 2 and it worked.
Superrodris Dec 30, 2016 @ 1:13pm 
Nope, still nothing. I changed it to 2, opened it and still got the same error. When I opened the key again though, it had changed back to O_O Are you launching Zuma from Steam, or are you using the local .exe?
Infinite Fury Jan 3, 2017 @ 3:55am 
I face the same. I've got a 1920x1080p monitor on Windows 10. Game works fine nonetheless.

Here's what PopCap say regarding High-Res Mode:

Note: For hi-res mode, you need at least 768MB of RAM and at least 92MB of video RAM, as well as a desktop resolution greater than or equal to 1000 pixels in height.

But I have all that! No fair!
Infinite Fury Jan 3, 2017 @ 3:57am 
Oh wait, HiRes on Regedit. have you tried setting it to 1? My bad on the typo earlier. :(

That didnt work for me
Last edited by Infinite Fury; Jan 3, 2017 @ 3:58am
♚Kakisgr♚ Jan 6, 2017 @ 5:15pm 
2
2
To force game into HD resolution mode edit the file \steamapps\common\Zuma's Revenge\compat.cfg
Search for the following two functions (line 53):

/* GetAppDefaultRes - returns the default art resolution to use
/
function(int) GetAppDefaultRes { var bool isHiResHardware = call IsNVidiaOrATI(); log("isHiResHardware = " + isHiResHardware);
if (isHiResHardware && (compat_AppSysMemTotalMB >= 768) && (compat_AppOrigScreenHeight >= 1000) && (compat_AppVidMemory >= 92)) { return 1200; } else { return 600; }
}

function(bool) IsHiResSupported { if (compat_AppVidMemory < 92) return false; return true; }

Replace those with:

function(int) GetAppDefaultRes { var bool isHiResHardware = call IsNVidiaOrATI(); log("isHiResHardware = " + isHiResHardware);
return 1200;
}

function(bool) IsHiResSupported { return true; }





From PC Gaming wiki
Last edited by ♚Kakisgr♚; Jan 6, 2017 @ 5:16pm
Superrodris Jan 8, 2017 @ 1:57pm 
Nope, tried that too. I've given up at this point..
Mike P Jan 11, 2017 @ 4:43pm 
Originally posted by BriBlo:
I finally got it to work. Go to regedit HKEY_CURRENT_USER/Software/PopCap/ZumasRevengeAdventure and changed the HiRes to 2 and it worked.
This worked for me, although I changed it to 1 instead.
mindcrash Feb 5, 2017 @ 4:21am 
6
It seems you need to do 2 things:


1> The hack Kakisgr mentioned, the two functions in my compat.cfg look like this:

function(int) GetAppDefaultRes
{
var bool isHiResHardware = call IsNVidiaOrATI();
log("isHiResHardware = " + isHiResHardware);

/* if (isHiResHardware && (compat_AppSysMemTotalMB >= 768) && (compat_AppOrigScreenHeight >= 1000) && (compat_AppVidMemory >= 92))
{
return 1200;
}
else
{
return 600;
} */
return 1200;
}


function(bool) IsHiResSupported
{
/* if (compat_AppVidMemory < 92)
return false; */

return true;
}

2> After you modified the compat.cfg you need to manually flip HiRes mode in the registry, like Pac-Fan mentioned. You need to flip the "HiRes" bit from 0 to 1 in HKEY_CURRENT_USER\SOFTWARE\PopCap\ZumasRevenge

When you run the game you will immediately see glorious high resolution textures. Also hires mode in the options is enabled.

Succesfully tested on a box with the latest and greatest hardware. Enjoy!



查看好友列表 Jun 26, 2017 @ 12:57am 
Originally posted by mindcrash:
It seems you need to do 2 things:


1> The hack Kakisgr mentioned, the two functions in my compat.cfg look like this:

function(int) GetAppDefaultRes
{
var bool isHiResHardware = call IsNVidiaOrATI();
log("isHiResHardware = " + isHiResHardware);

/* if (isHiResHardware && (compat_AppSysMemTotalMB >= 768) && (compat_AppOrigScreenHeight >= 1000) && (compat_AppVidMemory >= 92))
{
return 1200;
}
else
{
return 600;
} */
return 1200;
}


function(bool) IsHiResSupported
{
/* if (compat_AppVidMemory < 92)
return false; */

return true;
}

2> After you modified the compat.cfg you need to manually flip HiRes mode in the registry, like Pac-Fan mentioned. You need to flip the "HiRes" bit from 0 to 1 in HKEY_CURRENT_USER\SOFTWARE\PopCap\ZumasRevenge

When you run the game you will immediately see glorious high resolution textures. Also hires mode in the options is enabled.

Succesfully tested on a box with the latest and greatest hardware. Enjoy!
Are you using Windows 10? I did both but it dosen't work for me. You can select the option, but it still restarts in the low res mode. A 'video_log.txt' file in the save game data location says the result was 'Want Hi-Res: 1, Was Hi-Res: 0'.
Superrodris Jun 26, 2017 @ 8:14am 
I'm using Windows 10. Did the Want Hi-Res in the text file worked for you? Nothing has worked for me so far.
< >
Showing 1-15 of 79 comments
Per page: 1530 50