Community-driven co-op modding project for Heavy Metal: F.A.K.K.².
Discord: https://discord.gg/nd3uBS69xM
FAKK CO-OP aims to deliver a solid, playable co-op experience for F.A.K.K.² with a focus on stability, quality-of-life, and making it easier for the community to build and test content.
- CMake <= 3.25
- Ninja
Presets are defined in CMakePresets.json:
all-debug/all-release= builds cgame + fgamefgame-debug/fgame-release= builds fgame only
If building from terminal:
cmake --preset all-debug && cmake --build --preset all-debugNOTE: The build architecture should be x86.