We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Quiver has reorganized the filesystem in Source. It is as follows:
game/
This is just the root directory of the game, it will contain various shell scripts used to setup/launch the game.
game/core
Core is just a renamed platform directory normally found in source. It contains various base files that the engine needs to run.
platform
game/bin
Game binaries are included in the sub directories of this folder. Some fgd's can be found here.
game/bin/win32|win64|linux32|linux64
Actual game binaries are found in these directories. The directory names correspond to the platform the binaries are for, if you couldn't tell.
launcher.exe, launcher.dll, etc. are all found in here, unlike the original source engine structure.