Skip to content

Instantly share code, notes, and snippets.

@TrueBrain
Last active March 14, 2020 18:41
Show Gist options
  • Save TrueBrain/34cd8e135b080621284b27ed8249aa9c to your computer and use it in GitHub Desktop.
Save TrueBrain/34cd8e135b080621284b27ed8249aa9c to your computer and use it in GitHub Desktop.
OpenGFX Versions file
# This is in its own file, as they cannot be changed per version.
# These authors can access any versions for this folder.
authors:
# Possibly we can clean up the "openttd" entry, after linking to GitHub.
- display-name: "planetmaker"
github: "1234-1234-1234-1234"
openttd: "planetmaker"
# This next user never had an OpenTTD account.
- display-name: "andythenorth"
github: "4321-4321-4321-4321"
# This next user has not linked its GitHub account yet.
- display-name: "openttdcoop"
openttd: "openttdcoop"
name: "OpenGFX"
description: |
The OpenGFX Graphics Base Set is the free base graphics for OpenTTD.
You can switch base graphics sets via the Game Options dialog in the main menu.
OpenGFX is licensed under the GNU General Pubilc License version 2.0.
url: "https://github.com/OpenTTD/OpenGFX"
tags:
- "opengfx"
- "8bpp"
- "base graphics"
# Mandatory fields for every version: version, license, upload-date, md5sum-partial, filesize, availability.
# Optional fields: compatibility, depdenencies, and any field in global.yaml.
version: "0.5.3"
# Licenses are per version, as they are also stored in the tarball (which is write-once)
licence: "GPL v2"
upload-date: 2017-01-01T12:00:00Z
md5sum-partial: "7281d1d3"
filesize: 3550313
availability: "savegames-only"
dependencies:
- content-type: "NewGRF"
unique-id: "47474747"
md5sum-partial: "352f2421"
- content-type: "NewGRF"
unique-id: "48484848"
md5sum-partial: "104141dd"
# You can overwrite any value from global.yaml.
# Otherwise the properties from global.yaml are used.
name: "opengfx"
version: "0.5.4"
licence: "GPL v2"
upload-date: 2017-01-01T12:00:00Z
md5sum-partial: "abc412dd"
filesize: 3550313
availability: "new-games"
dependencies:
- content-type: "NewGRF"
unique-id: "47474747"
md5sum-partial: "352f2421"
- content-type: "NewGRF"
unique-id: "48484848"
md5sum-partial: "104141dd"
# You can set for what versions this GRF works.
# "master" is upstream OpenTTD.
# This allows room for later on support of patchpacks.
compatibility:
- name: master:
conditions:
- ">= 1.2.0"
- "< 1.7.0"
version: "0.5.5"
licence: "GPL v2"
upload-date: 2017-01-01T12:00:00Z
md5sum-partial: "99ef7df7"
filesize: 3550313
availability: "new-games"
dependencies:
- content-type: "NewGRF"
unique-id: "47474747"
md5sum-partial: "352f2421"
- content-type: "NewGRF"
unique-id: "48484848"
md5sum-partial: "104141dd"
compatibility:
- name: master:
conditions:
- ">= 1.7.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment