Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

File Structure

Jeremy Lorelli edited this page Jan 22, 2020 · 1 revision

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.

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.

Clone this wiki locally