mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Update shabby to use Harmony 2
This commit is contained in:
parent
3173dd914a
commit
316f92df2c
@ -20,7 +20,11 @@ dependencies: # Configure dependencies
|
|||||||
zip: true
|
zip: true
|
||||||
Shabby:
|
Shabby:
|
||||||
location: url
|
location: url
|
||||||
url: http://taniwha.org/~bill/Shabby_v0.1.2.zip
|
url: http://pileof.rocks/KSP/Shabby_v0.2.0.zip
|
||||||
|
zip: true
|
||||||
|
HarmonyKSP:
|
||||||
|
location: url
|
||||||
|
url: https://github.com/KSPModdingLibs/HarmonyKSP/releases/download/2.0.4.0/HarmonyKSP_2.0.4.0_for_KSP1.8+.zip
|
||||||
zip: true
|
zip: true
|
||||||
deploy:
|
deploy:
|
||||||
SpaceDock:
|
SpaceDock:
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
"MAJOR":0,
|
"MAJOR":0,
|
||||||
"MINOR":2,
|
"MINOR":2,
|
||||||
"PATCH":7,
|
"PATCH":8,
|
||||||
"BUILD":0
|
"BUILD":0
|
||||||
},
|
},
|
||||||
"KSP_VERSION":
|
"KSP_VERSION":
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Conformal Decals v0.2.7
|
# Conformal Decals v0.2.8
|
||||||
[![Build Status](https://travis-ci.com/drewcassidy/KSP-Conformal-Decals.svg?branch=release)](https://travis-ci.com/drewcassidy/KSP-Conformal-Decals) [![Art: CC BY-SA 4.0](https://img.shields.io/badge/Art%20License-CC%20BY--SA%204.0-orange.svg)](https://creativecommons.org/licenses/by-sa/4.0/) [![Code: GPL v3](https://img.shields.io/badge/Code%20License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
|
[![Build Status](https://travis-ci.com/drewcassidy/KSP-Conformal-Decals.svg?branch=release)](https://travis-ci.com/drewcassidy/KSP-Conformal-Decals) [![Art: CC BY-SA 4.0](https://img.shields.io/badge/Art%20License-CC%20BY--SA%204.0-orange.svg)](https://creativecommons.org/licenses/by-sa/4.0/) [![Code: GPL v3](https://img.shields.io/badge/Code%20License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
|
|
||||||
![Screenshot](http://pileof.rocks/KSP/images/ConformalDecalsHeader.png)
|
![Screenshot](http://pileof.rocks/KSP/images/ConformalDecalsHeader.png)
|
||||||
@ -11,7 +11,8 @@ Required:
|
|||||||
- KSP (1.8.x to 1.10.x)
|
- KSP (1.8.x to 1.10.x)
|
||||||
- B9 Part Switch (2.16.0). Bundled with release.
|
- B9 Part Switch (2.16.0). Bundled with release.
|
||||||
- ModuleManager (4.1.4). Bundled with release.
|
- ModuleManager (4.1.4). Bundled with release.
|
||||||
- Shabby (0.1.2). Bundled with release.
|
- Shabby (0.2.0 unofficial build). Bundled with release.
|
||||||
|
- HarmonyKSP (2.0.4.0). Bundled with release.
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
- Wild Blue Tools. For custom decals category in the VAB and SPH.
|
- Wild Blue Tools. For custom decals category in the VAB and SPH.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<IsPackable>false</IsPackable>
|
<IsPackable>false</IsPackable>
|
||||||
<PlatformTarget>x64</PlatformTarget>
|
<PlatformTarget>x64</PlatformTarget>
|
||||||
<NoWarn>1701;1702;CS0649;CS1591</NoWarn>
|
<NoWarn>1701;1702;CS0649;CS1591</NoWarn>
|
||||||
<AssemblyVersion>0.2.7</AssemblyVersion>
|
<AssemblyVersion>0.2.8</AssemblyVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
v0.2.8
|
||||||
|
------
|
||||||
|
- Update bundled Shabby to support Harmony 2 for compatibility with other mods
|
||||||
|
|
||||||
v0.2.7
|
v0.2.7
|
||||||
------
|
------
|
||||||
- Supported KSP versions: 1.8.x to 1.11.x
|
- Supported KSP versions: 1.8.x to 1.11.x
|
||||||
|
Loading…
Reference in New Issue
Block a user