Skip to content

Commit 6564164

Browse files
author
Malah
committed
updated to KSP 1.3.0
1 parent e0b3b76 commit 6564164

File tree

115 files changed

+472
-286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+472
-286
lines changed
-512 Bytes
Binary file not shown.

GameData/QuickMods/QuickBrake/QuickBrake.version

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
"VERSION": {
77
"MAJOR" : 1,
88
"MINOR" : 3,
9-
"PATCH" : 2,
10-
"BUILD" : 9
9+
"PATCH" : 3,
10+
"BUILD" : 0
1111
},
1212
"KSP_VERSION": {
1313
"MAJOR" : 1,
14-
"MINOR" : 2,
15-
"PATCH" : 9
14+
"MINOR" : 3,
15+
"PATCH" : 0
1616
},
1717
"KSP_VERSION_MIN": {
1818
"MAJOR" : 1,
19-
"MINOR" : 2,
20-
"PATCH" : 9
19+
"MINOR" : 3,
20+
"PATCH" : 0
2121
},
2222
"KSP_VERSION_MAX": {
2323
"MAJOR" : 1,
24-
"MINOR" : 2,
24+
"MINOR" : 3,
2525
"PATCH" : 99
2626
}
2727
}

GameData/QuickMods/QuickBrake/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### QuickBrake
1+
# QuickBrake
22
#### A plugin for Kerbal Space Program
33
#### Copyright 2017 Malah
44

@@ -34,6 +34,11 @@ Delete the QuickMods/QuickBrake folder in your KSP/GameData folder.
3434

3535
#### Changelog
3636

37+
v1.33 - 2017.05.31
38+
* New: Added support of the stock localisation,
39+
* New: Deleted support of the LanguagePatches,
40+
* Compiled against KSP 1.3.0.1804
41+
3742
v1.32.9 - 2017.03.19
3843
* Fix: Corrected the Enable Brake on Control Lost setting (thanks verdesmarald),
3944
* Compiled against KSP 1.2.9.1727
-512 Bytes
Binary file not shown.

GameData/QuickMods/QuickContracts/QuickContracts.version

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
"VERSION": {
77
"MAJOR" : 1,
88
"MINOR" : 2,
9-
"PATCH" : 2,
10-
"BUILD" : 9
9+
"PATCH" : 3,
10+
"BUILD" : 0
1111
},
1212
"KSP_VERSION": {
1313
"MAJOR" : 1,
14-
"MINOR" : 2,
15-
"PATCH" : 9
14+
"MINOR" : 3,
15+
"PATCH" : 0
1616
},
1717
"KSP_VERSION_MIN": {
1818
"MAJOR" : 1,
19-
"MINOR" : 2,
20-
"PATCH" : 9
19+
"MINOR" : 3,
20+
"PATCH" : 0
2121
},
2222
"KSP_VERSION_MAX": {
2323
"MAJOR" : 1,
24-
"MINOR" : 2,
24+
"MINOR" : 3,
2525
"PATCH" : 99
2626
}
2727
}

GameData/QuickMods/QuickContracts/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Delete the QuickMods/QuickContracts folder in your KSP/GameData folder.
4040

4141
#### Changelog
4242

43+
v1.23 - 2017.05.31
44+
* New: Added support of the stock localisation,
45+
* New: Deleted support of the LanguagePatches,
46+
* Compiled against KSP 1.3.0.1804
47+
4348
v1.22.9-pre - 2017.03.18
4449
* Compiled against KSP 1.2.9.1727
4550

512 Bytes
Binary file not shown.

GameData/QuickMods/QuickCursorHider/QuickCursorHider.version

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
"VERSION": {
77
"MAJOR" : 1,
88
"MINOR" : 0,
9-
"PATCH" : 5,
10-
"BUILD" : 9
9+
"PATCH" : 6,
10+
"BUILD" : 0
1111
},
1212
"KSP_VERSION": {
1313
"MAJOR" : 1,
14-
"MINOR" : 2,
15-
"PATCH" : 9
14+
"MINOR" : 3,
15+
"PATCH" : 0
1616
},
1717
"KSP_VERSION_MIN": {
1818
"MAJOR" : 1,
19-
"MINOR" : 2,
20-
"PATCH" : 9
19+
"MINOR" : 3,
20+
"PATCH" : 0
2121
},
2222
"KSP_VERSION_MAX": {
2323
"MAJOR" : 1,
24-
"MINOR" : 2,
24+
"MINOR" : 3,
2525
"PATCH" : 99
2626
}
2727
}

GameData/QuickMods/QuickCursorHider/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Delete the QuickMods/QuickCursorHider folder in your KSP/GameData folder.
3535

3636
#### Changelog
3737

38+
v1.06 - 2017.05.31
39+
* Compiled against KSP 1.3.0.1804
40+
3841
v1.05.9-pre - 2017.03.18
3942
* Compiled against KSP 1.2.9.1727
4043

-3 KB
Binary file not shown.

0 commit comments

Comments
 (0)