Zuma's Revenge

Zuma's Revenge

25 个评价
Fix "Hi-Res mode is not available on your machine" error on modern systems
由 🍂 Blashted™ 🍂 制作
This guide offers a simple solution to resolving the "Hi-Res mode is not available on your machine" error that can occur on modern setups, preventing higher resolution and proper scaling.
2
   
奖励
收藏
已收藏
取消收藏
How To Resolve The Error
You will first want to edit the config file under <path-to-game>\compat.cfg.

Search for the following two functions in the CFG via Notepad (CTRL+F):

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 it with the syntax below and save the file:

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

It is recommended to also go ahead and fix the registry value for the game to ensure hi-res mode is enforced as well. Head over to the Windows search bar and run "regedit". Once opened, search for "Computer\HKEY_CURRENT_USER\SOFTWARE\PopCap\ZumasRevenge" and edit the value to "1".

Cheers!

-------------------------------------------------------------------------------------------------------

(I hope you found this guide helpful in making your gaming experience better! If you found this guide helpful, please feel free to leave a comment or send over an award! Much appreciated!)
8 条留言
Wellzis 10 月 15 日 下午 7:26 
I got the same problem as Fergusmo. Can someone help?
吃好喝好 10 月 15 日 上午 6:00 
Thank you, but I wonder if this will affect the achievement
Ruddy man 10 月 7 日 上午 6:45 
Thanks, now it looks great on my 16:10 monitor.
Alphabet 10 月 5 日 上午 5:21 
Perhaps it's because I'm on a specific setup, but for some reason after I apply all the steps, the game freezes completely at launch, not displaying anything. I'm afraid I might have followed them incorrectly, since I have yet to see someone else reporting on the same issue.
killerkaetzchen 9 月 16 日 上午 8:57 
Worked for me - huge difference! Thank you!! :steamhappy:
Spooky Dreavus 5 月 29 日 上午 2:06 
Tried this, it worked. The difference is night & day! Although now I have 2 small vertical black bars on the left & right edges of the screen (might be because my monitor is 2560 x 1440) Overall still quite happy, so thanks :sakurabeachmomokolaugh:
the_ShanMan 5 月 4 日 下午 3:18 
Hell yeah, this totally worked for me - thank you!
Fergusmo 2 月 17 日 下午 7:11 
for me, changing the registry increases the resolution, but the window is the same size so i can only see the upper left part of the screen