A desktop tool for uploading Warfork content to the Steam Workshop. Shipped with Warfork (FVI Launcher) on Steam.
cmake 3.0 or newer
C++14 compiler
Qt5.15.2 or newer (Any version of Qt5 *should* work though)
Steamworks SDK (see steamworks/readme.txt)
To build and run on Linux/OSX:
$ cd warfork-steam-workshop
$ cmake -H. -Bbuild
$ cmake --build build --config release -- -j4
...
$ cd build
$ ./warfork-workshop-tool
On Windows:
_ cmake -G "Visual Studio 15 Win64" -H. -Bbuild
_ cmake --build build --config release
...
_ cd build/Release
_ warfork-workshop-tool