Skip to content

EvelynTSMG/HelloP4Discord

 
 

Repository files navigation

V4Hero

Patafour logo

An official client for Patafour.

Table of Contents

Required Libraries and Tools

Setup

Simply clone the repo and CMake should automatically grab everything for you. Visual Studio 2019+ is recommended.

Linux installation

On Linux you also need to install the X11 library. On Ubuntu you can install it with sudo apt install libx11-dev.

Note that we currently only support the proprietary NVidia driver for NVidia GPUs.

Windows installation

You should enable Developer Mode in order to successfully configure the project.

Create an environment variable called SFML_ROOT that points to a valid SFML root directory.

After building, an error may appear in relation to a missing OpenAL32.dll. You can simply copy it from SFML/bin folder to V4Hero.exe directory.

Make sure that you select proper architecture when building. Downloading 32-bit SFML will only compile x86 builds and 64-bit SFML will only compile x64 builds.

Contributing

PRs are welcome.

The developer team and the wider community around Patafour hangs out on Discord, and we use that to coordinate the efforts around development.

Please contact the developer team on Discord if you intend to make wide changes to the game code, otherwise feel free to open issues or send PRs!

License

GPL-3.0 (c) the Patafour team

About

Fixing your english

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • Other 1.0%