Last active
March 14, 2020 18:41
-
-
Save TrueBrain/34cd8e135b080621284b27ed8249aa9c to your computer and use it in GitHub Desktop.
OpenGFX Versions file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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