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 "Quake II"

From PCGamingWiki, the wiki about fixing PC games
(→‎Versions: Added LWJake2 as a source port.)
m (Robot: Cosmetic changes)
Line 9: Line 9:
  
 
Quake II is a first person shooter by ID Software released in 1997 as a sequel to [[Quake]] (1996). The source code was released in 2001 which has enabled enthusiasts to enhance and mod the game extensively.
 
Quake II is a first person shooter by ID Software released in 1997 as a sequel to [[Quake]] (1996). The source code was released in 2001 which has enabled enthusiasts to enhance and mod the game extensively.
==Versions==
+
== Versions ==
 
The game can still be found quite easily at various online retailers but getting the Steam-version might be the easiest. Keep in mind though that this version doesn't have music unless you mod it.
 
The game can still be found quite easily at various online retailers but getting the Steam-version might be the easiest. Keep in mind though that this version doesn't have music unless you mod it.
 
Since the release of the source code various engine overhauls and source ports have been created to enhance or modify the game in different ways. Which one to use is a matter of taste.  
 
Since the release of the source code various engine overhauls and source ports have been created to enhance or modify the game in different ways. Which one to use is a matter of taste.  
Line 20: Line 20:
 
*[http://forums.steampowered.com/forums/showthread.php?t=1756937 Ultimate Quake II Patch] Designed for the Steam version of Quake II but is also compatible with retail versions by changing the install path of the mod. Adds bug-fixes, improved graphics, enables mouse use in menus as well as music through software playback.
 
*[http://forums.steampowered.com/forums/showthread.php?t=1756937 Ultimate Quake II Patch] Designed for the Steam version of Quake II but is also compatible with retail versions by changing the install path of the mod. Adds bug-fixes, improved graphics, enables mouse use in menus as well as music through software playback.
  
==Patches==
+
== Patches ==
 
3.20. Latest official patch.
 
3.20. Latest official patch.
 
*ftp://ftp.idsoftware.com/idstuff/quake2/q2-3.20-x86-full.exe
 
*ftp://ftp.idsoftware.com/idstuff/quake2/q2-3.20-x86-full.exe
Line 26: Line 26:
 
*http://kmq2.quakedev.com/
 
*http://kmq2.quakedev.com/
  
==Issues and Fixes==
+
== Issues and Fixes ==
===No Music Playback===
+
=== No Music Playback ===
 
The music plays directly from the game-CD so the Steam version unfortunately lacks it. Try applying the [http://forums.steampowered.com/forums/showthread.php?t=1756937 Ultimate Quake II] patch mentioned above.
 
The music plays directly from the game-CD so the Steam version unfortunately lacks it. Try applying the [http://forums.steampowered.com/forums/showthread.php?t=1756937 Ultimate Quake II] patch mentioned above.
  
==Graphical Tweaks==
+
== Graphical Tweaks ==
===Higher Resolutions===
+
=== Higher Resolutions ===
 
Most of the enhanced versions mentioned above feature widescreen support and higher resolutions, so you should try one of those.
 
Most of the enhanced versions mentioned above feature widescreen support and higher resolutions, so you should try one of those.
  
===Anti-Aliasing===
+
=== Anti-Aliasing ===
 
The game doesn't have built in anti-aliasing but forcing it through your graphics control panel should work.
 
The game doesn't have built in anti-aliasing but forcing it through your graphics control panel should work.
  
===Anisotropic Filtering===
+
=== Anisotropic Filtering ===
 
See above; forcing it through graphics drivers should work.
 
See above; forcing it through graphics drivers should work.
  
===V-Sync===
+
=== V-Sync ===
 
The game is capped at 90 fps. To fix this, create a text-file in  
 
The game is capped at 90 fps. To fix this, create a text-file in  
  
Line 47: Line 47:
 
then add the line <code>cl_maxfps "120"</code> (or whatever you want the maximum fps to be) and save it as <code>autoexec.cfg</code>. You can also force V-sync through graphics drivers control panel.
 
then add the line <code>cl_maxfps "120"</code> (or whatever you want the maximum fps to be) and save it as <code>autoexec.cfg</code>. You can also force V-sync through graphics drivers control panel.
  
===Run Without CD===
+
=== Run Without CD ===
 
The game runs without the CD but music won't be available if you do.
 
The game runs without the CD but music won't be available if you do.
  
==Save Game Data==
+
== Save Game Data ==
 
<pre>C:\Program Files (x86)\id Software\Quake2\baseq2\save\</pre>
 
<pre>C:\Program Files (x86)\id Software\Quake2\baseq2\save\</pre>
  
==System Requirements==
+
== System Requirements ==
 
{{SysReq
 
{{SysReq
 
|minOS = Windows 95/Windows 98/Windows ME/Windows NT 4.0/Windows 2000
 
|minOS = Windows 95/Windows 98/Windows ME/Windows NT 4.0/Windows 2000
Line 63: Line 63:
 
}}
 
}}
  
==Useful Links==
+
== Useful Links ==
 
[http://forums.steampowered.com/forums/showthread.php?t=584359 FAQ on Steam forums]
 
[http://forums.steampowered.com/forums/showthread.php?t=584359 FAQ on Steam forums]
  
==See Also==
+
== See Also ==
*[[Quake]]
+
* [[Quake]]
*[[Quake III Arena]]
+
* [[Quake III Arena]]
  
 
[[Category:Game]]
 
[[Category:Game]]

Revision as of 18:14, 12 September 2012

Template:Infobox

Quake II is a first person shooter by ID Software released in 1997 as a sequel to Quake (1996). The source code was released in 2001 which has enabled enthusiasts to enhance and mod the game extensively.

Versions

The game can still be found quite easily at various online retailers but getting the Steam-version might be the easiest. Keep in mind though that this version doesn't have music unless you mod it. Since the release of the source code various engine overhauls and source ports have been created to enhance or modify the game in different ways. Which one to use is a matter of taste.

  • 3.23 This is a simple patch that fixes bugs and adds certain things to the engine such as widescreen-support. Easy to install and use.
  • R1Q2 Source port that focuses on the multiplayer aspect of the game.
  • KMQuake A source port. Allows for customization of textures, game interface etc.
  • LWJake2 A LWJGL-based source port focusing on compatibility and bugfixes.
  • Quetoo Another source port which adds support for Linux and FreeBSD. Only for people who know what they're doing.
  • Yamagi Quake II An "enhanced client" focusing mainly on bug- and code-fixes.
  • Ultimate Quake II Patch Designed for the Steam version of Quake II but is also compatible with retail versions by changing the install path of the mod. Adds bug-fixes, improved graphics, enables mouse use in menus as well as music through software playback.

Patches

3.20. Latest official patch.

3.23. Unofficial patch that focuses on bugfixes and minor tweaks.

Issues and Fixes

No Music Playback

The music plays directly from the game-CD so the Steam version unfortunately lacks it. Try applying the Ultimate Quake II patch mentioned above.

Graphical Tweaks

Higher Resolutions

Most of the enhanced versions mentioned above feature widescreen support and higher resolutions, so you should try one of those.

Anti-Aliasing

The game doesn't have built in anti-aliasing but forcing it through your graphics control panel should work.

Anisotropic Filtering

See above; forcing it through graphics drivers should work.

V-Sync

The game is capped at 90 fps. To fix this, create a text-file in

C:\Program Files (x86)\id Software\Quake2\baseq2\

then add the line cl_maxfps "120" (or whatever you want the maximum fps to be) and save it as autoexec.cfg. You can also force V-sync through graphics drivers control panel.

Run Without CD

The game runs without the CD but music won't be available if you do.

Save Game Data

C:\Program Files (x86)\id Software\Quake2\baseq2\save\

System Requirements

Template:SysReq

Useful Links

FAQ on Steam forums

See Also