mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
tweakage
This commit is contained in:
parent
e3c9cfd3d2
commit
5d509bea81
2 changed files with 14 additions and 10 deletions
18
doc/faq.txt
18
doc/faq.txt
|
@ -2,11 +2,11 @@
|
|||
/**
|
||||
\page faq Frequently Asked Questions
|
||||
|
||||
\section gfx_wad What does "W_LoadWadFile: unable to load gfx.wad" mean?
|
||||
Q: I get the message "Fatal Error: W_LoadWadFile: unable to load gfx.wad" when
|
||||
attpempting to one of the QuakeForge clients. What does it mean?
|
||||
\li \ref gfx_wad
|
||||
\li \ref pak0_pak
|
||||
|
||||
A: The most common cause of this error is QuakeForge is unable to find
|
||||
\section gfx_wad What does "W_LoadWadFile: unable to load gfx.wad" mean?
|
||||
The most common cause of this error is QuakeForge is unable to find
|
||||
pak0.pak. QuakeForge looks for pak0.pak in both the $fs_userpath/id1 and
|
||||
$fs_sharepath/id1 directories. In Windows, both fs_userpath and fs_sharepath
|
||||
default to "." (ie, the current directory: the same as id's quake clients). In
|
||||
|
@ -14,6 +14,14 @@ Linux (and other UNIX like operating systems), fs_userpath defaults to
|
|||
~/.quakeforge and fs_sharepath defaults to $prefix/share/games/quakeforge
|
||||
(distribution packages might alter the exact path).
|
||||
|
||||
\section pak0_pak Where can I get pak0.pak
|
||||
\section pak0_pak Where can I get pak0.pak?
|
||||
See \ref game_data
|
||||
|
||||
\section game_data Why doesn't QuakeForge come with the game data?
|
||||
While QuakeForge itself (and the Quake source code in general) is Free
|
||||
Software, the game itself is not free. You need to either purchase it from <a
|
||||
href="http://www.idsoftware.com/store/index.php?view=quake">id Software</a> or
|
||||
you can use <a href="http://openquartz.sourceforge.net/">OpenQuartz</a>, a
|
||||
project developing GPL compatable game data for Quake.
|
||||
|
||||
*/
|
||||
|
|
|
@ -6,9 +6,5 @@ Quake and QuakeWorld game engine. Our purpose? To improve the state of the
|
|||
game by improving the engine and making it accessable to the largest number
|
||||
of players we can.
|
||||
|
||||
While QuakeForge itself (and the Quake source code in general) is Free
|
||||
Software, the game itself is not free. You need to either purchase it from <a
|
||||
href="http://www.idsoftware.com/store/index.php?view=quake">id Software</a> or
|
||||
you can use <a href="http://openquartz.sourceforge.net/">OpenQuartz</a>, a
|
||||
project developing GPL compatable game data for Quake.
|
||||
\ref faq
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue