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 "Zombie Shooter 2"

From PCGamingWiki, the wiki about fixing PC games
m
Line 77: Line 77:
 
===[[Windowed]]===
 
===[[Windowed]]===
 
{{Fixbox|1=
 
{{Fixbox|1=
{{Fixbox/fix|Edit _global.dat|ref=<ref>Tested by [[User:Motordom|Motordom]] on 12 February 2014.</ref>}}
 
  
 
# Navigate to the [[#Configuration file and save game data location|configuration file location]].
 
# Navigate to the [[#Configuration file and save game data location|configuration file location]].
Line 98: Line 97:
  
 
'''Note''': xxx being the resolution you set Zombie Shooter 2 to ingame, setting this higher will not make the game larger, but rather the game windows larger.
 
'''Note''': xxx being the resolution you set Zombie Shooter 2 to ingame, setting this higher will not make the game larger, but rather the game windows larger.
 +
}}
 +
 +
===Custom Resolution===
 +
{{Fixbox|1=
 +
 +
# Navigate to the <code>game install location\maps\</code>
 +
# Edit {{File|CONST.LGC}}.
 +
# Change the following lines:
 +
 +
<pre>
 +
static int RT_SCREEN_X[] = { 800, 1024, 1024, 1024, 1024, 1280, 1280};
 +
static int RT_SCREEN_Y[] = { 600, 768,  576,  600,  640,  720,  800 };
 +
</pre>
 +
 +
to
 +
 +
<pre>
 +
static int RT_SCREEN_X[] = { xxx, 1024, 1024, 1024, 1024, 1280, 1280};
 +
static int RT_SCREEN_Y[] = { xxx, 768,  576,  600,  640,  720,  800 };
 +
</pre>
 +
 +
'''Note''': xxx being the resolution you wish the game to display at.
 +
 +
# Navigate to the [[#Configuration file and save game data location|configuration file location]].
 +
# Edit {{File|_global.dat}}.
 +
# Change the following lines:
 +
 +
<pre>
 +
iScreenX=800
 +
iScreenY=600
 +
</pre>
 +
 +
to
 +
 +
<pre>
 +
iScreenX=xxx
 +
iScreenY=xxx
 +
</pre>
 +
 +
'''Note''': xxx being the resolution you set in the above step.
 +
 +
# Open the game, options and set "Resolution" to 800 x 600 (4:3) and Apply settings. (Restart may be required.
 
}}
 
}}
  

Revision as of 20:44, 11 February 2014

Zombie Shooter 2
Zombie Shooter 2 cover
Developers
Sigma Team Inc.
Release dates
Windows November 19, 2009

General information

Official website
GOG.com Community Discussions
GOG.com Support Page
Steam Community Discussions
Steam Users' Forum for series

Availability

Template:Availability Table

Game data

Configuration file and save game data location

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

Save game cloud syncing

System Native Notes
Steam Cloud

Video settings

General settings.

Template:Video settings

Windowed

Instructions

Custom Resolution

Instructions

Input settings

Template:Input settings

Audio settings

Template:Audio settings

System requirements

Windows
Minimum
Operating system (OS) 2000, XP, Vista
Processor (CPU) 1.7 GHz
System memory (RAM)
Hard disk drive (HDD) 1.5 GB
Video card (GPU) DirectX compatible video card
128 MB of VRAM


Cite error: <ref> tags exist for a group named "Note", but no corresponding <references group="Note"/> tag was found, or a closing </ref> is missing