Skip to content

TeamForbiddenLLC/warfork-steam-workshop

 
 

Repository files navigation

Warfork Steam Workshop Upload Tool

A desktop tool for uploading Warfork content to the Steam Workshop. Shipped with Warfork (FVI Launcher) on Steam.

Build Status Build Status

https://warfork.com/

Building

Dependencies:

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

About

Upload content to the steam workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.5%
  • CMake 10.5%