mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-21 03:01:15 +00:00
Other parts of quakefs treat an empty path as an error, so fs_sharepath and fs_userpath must never be empty or they will effectively be rejected. While the user explicitly setting them to empty strings is one way for them to become empty, another is QFS_CompressPath compressing '.' to an empty path, which makes it rather difficult to set up the traditional quake directory tree (ie, operate from the current directory). |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
input | ||
models | ||
net | ||
qw | ||
ruamoko | ||
scene | ||
ui | ||
util | ||
video | ||
Makemodule.am |