-
Notifications
You must be signed in to change notification settings - Fork 0
/
MCTE.version
37 lines (34 loc) · 1.68 KB
/
MCTE.version
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
# Points toward the online master .version file. This mod works by comparing
# the local and online version to see if there is a newer version available.
#
# The master file must be:
# - Online (duh)
# - Directly reachable (the URL goes to the raw file, not a redirect page)
# - Permanently linked and editable without the URL itself changing
#
# Bitbucket, GitHub, and other online repositories make excellent hosts.
# If you have a Dropbox account that's a few years old, that will also work.
# Just make sure it is in your Public folder and that you get the URL by
# right-clicking and selecting "Copy public link". Free Dropbox accounts
# created after October 2012 will not have a Public folder, unfortunately.
#
# Example links for common hosts:
"masterVersionFile":"https://raw.githubusercontent.com/nikothedude/MoreCombatTerrainEffects/release/MCTE.version",
"modName":"More Combat Terrain Effects",
# The ID of the thread where updates to this mod can be found (optional).
# This is used to launch directly to the forum thread from in the game.
# The ID is the set of digits at the end of the forum thread URL before the dot.
# For example: fractalsoftworks.com/forum/index.php?topic=8181.0 has an ID of 8181
"modThreadId":25567,
# The current patch number
# Notation is major.minor.patch, trailing zeros are ignored
# This means version 2.1.0 shows up as v2.1, version 4.0.0 as v4, etc
# If you use major.minor notation you can just leave patch as 0
"modVersion":
{
"major":1,
"minor":8,
"patch":0 # Can be a number, character or string (1, 2, a, b, "-RC2", etc)
},
}