hyperPatchClient

Registry Guidelines

General Rules

Format

A patch is structured like this:

{
  "game_name": "Half Life 2",
  "language": "python",
  "github": "https://github.com/Stoppedwumm/halflife2patcher",
  "downloadableExec": true
}

Explanation

Game Name

The name of the game to be patched.

Language

The language the patch/patcher is written in

Github

The github URL

downloadableExec

An boolean, representing if you can download an build from GitHub Releases.

Code format

The format of code and codebase is not defined, the only rules you have to follow are a) If you have downloadableExec enabled, you have to only publish one asset so you can execute it with ./executable b) If you don’t have downloadableExec enabled, you have to have a install.sh script in the root of the repo

Requesting the Patch.

Almost there! Fill out this form: https://form.jotform.com/243494798522066