thearst3rd / PlatinumQuest-Dev

PQ DEv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlatinumQuest

CircleCI

This is the main repository for the public release of the game data and scripts for PQ (old repository here).

See MBExtender for the C++ engine modification source code (old repository here).

For new developers this should not be downloaded from the GitHub website, but cloned with git (or a git client such as VSCode or GitHub Desktop), which has an interface that lets you easily update it and sync your local files to this repository.

Running

  1. Clone this repository through a git client, such as GitHub Desktop or VSCode.
  2. Pull the LFS through the command git lfs pull
  3. Get the copies of the latest game executables from the PQ Binaries repository.
  4. Copy the files from the platform specific folders of the PQ Binaries repo to the Marble Blast Platinum folder.

If you want to build the plugins from source, clone and build MBExtender and install it into Marble Blast Platinum.

License

MIT License for all PQ script files and shaders. See the headers of individual files for further details.

Assets are released here but not under any license. Contact us if you want to use them for your own purposes.

Contributing

While there's no formal CLA, your contributions, if included, will also be released here under the MIT license and included in binary form in the game.

There is no linter for Torque Script, but we do have a coding style used throughout the project. Please try to follow it.

About

PQ DEv

License:MIT License


Languages

Language:C# 95.3%Language:GLSL 4.5%Language:Shell 0.1%Language:Python 0.1%Language:HTML 0.0%