Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Zuma's Revenge!"

From PCGamingWiki, the wiki about fixing PC games
Line 199: Line 199:
 
}}
 
}}
  
===To use high-Resolution mode===
+
===Can't use high-Resolution mode===
To force game into HD resolution mode edit the file  
+
{{Fixbox|1=
\steamapps\common\Zuma's Revenge\compat.cfg
+
{{Fixbox/fix|Force game into HD resolution mode|ref={{cn|date=January 2017}}}}
 +
# Edit {{file|{{p|game}}\compat.cfg}}.
 +
# Search for the following two functions (line 53):
  
Search for the following two functions (line 53):
+
<pre>function(int) GetAppDefaultRes
 
 
 
 
/*
 
GetAppDefaultRes - returns the default art resolution to use
 
*/
 
function(int) GetAppDefaultRes
 
 
{
 
{
 
var bool isHiResHardware = call IsNVidiaOrATI();
 
var bool isHiResHardware = call IsNVidiaOrATI();
Line 231: Line 227:
 
return false;
 
return false;
 
return true;
 
return true;
}
+
}</pre>
  
 +
3. Replace those with:
  
 
+
<pre>function(int) GetAppDefaultRes
Replace those with:
 
 
 
 
 
function(int) GetAppDefaultRes
 
 
{
 
{
 
var bool isHiResHardware = call IsNVidiaOrATI();
 
var bool isHiResHardware = call IsNVidiaOrATI();
Line 251: Line 244:
 
{
 
{
 
return true;
 
return true;
}
+
}</pre>
 +
}}
  
 
==Other information==
 
==Other information==

Revision as of 12:56, 18 January 2017

Zuma's Revenge!
Zuma's Revenge! cover
Developers
PopCap Games
Engines
PopCap Games Framework
Release dates
Windows September 15, 2009
macOS (OS X) September 15, 2009
Zuma's Revenge! on Wikipedia
Zuma
Zuma 2003
Zuma's Revenge! 2009

General information

Steam Community Discussions
Steam Users' Forums

Availability

Source DRM Notes Keys OS
Amazon.com
Origin
Windows
macOS (OS X)
Origin
Origin
Windows
macOS (OS X)
Steam
Icon overlay.png
Free demo is also available
Windows

Game data

Configuration file(s) location

Template:Game data/rowTemplate:Game data/rowTemplate:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/3620/pfx/[Note 1]

Save game data location

Template:Game data/rowTemplate:Game data/rowTemplate:Game data/row
System Location
Steam Play (Linux) <SteamLibrary-folder>/steamapps/compatdata/3620/pfx/[Note 1]

Save game cloud syncing

System Native Notes
Origin
Steam Cloud

Video settings

In-game options menu.
In-game options menu.

Template:Video settings

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
French
German
Italian
Spanish

Issues fixed

Game doesn't start on low-end PC

By default game use 3D acceleration when you start the game for the first time. This make very low-end computers unable to start
Instructions

Can't use high-Resolution mode

Instructions

Other information

API

Technical specs Supported Notes
Direct3D 9
DirectDraw 7
OpenGL
OS X only.
Software renderer
Executable 32-bit 64-bit Notes
Windows
macOS (OS X)

Middleware

Middleware Notes
Audio BASS

System requirements

Windows
Minimum Recommended
Operating system (OS) XP, Vista
Processor (CPU) 700 MHz
System memory (RAM) 256 MB
Hard disk drive (HDD) 250 MB
Video card (GPU) 16 MB of VRAM
DirectX 8.1 compatible
macOS (OS X)
Minimum
Operating system (OS) 10.4.11
Processor (CPU) Intel Core 2 Duo 1.66 GHz
System memory (RAM) 1 GB
Hard disk drive (HDD) 150 MB
Video card (GPU) 64 MB of VRAM

Notes

  1. 1.0 1.1 Notes regarding Steam Play (Linux) data:

References