Skip to content

Commit

Permalink
Added old parts back in. Added dependency and use of SpringCleaning m…
Browse files Browse the repository at this point in the history
…od to hid the depricated parts
  • Loading branch information
schlosrat committed Feb 24, 2024
1 parent c40d6fe commit 312e70f
Show file tree
Hide file tree
Showing 9 changed files with 106 additions and 1 deletion.
18 changes: 18 additions & 0 deletions TNO_hide_deprecated_parts.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@new(spring_cleaning, tno_fps60_open_cleanup)
:json {
PartId: tno_fps60_open;
Hidden: true;
Toggleable: false;
}
@new(spring_cleaning, tno_fps400_open_cleanup)
:json {
PartId: tno_fps400_open;
Hidden: true;
Toggleable: false;
}
@new(spring_cleaning, tno_fps2000_open_cleanup)
:json {
PartId: tno_fps2000_open;
Hidden: true;
Toggleable: false;
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,54 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 18847015087a7334ab9a830c26a65d3c
m_Address: tno_fps60_open.json
m_ReadOnly: 0
m_SerializedLabels:
- parts_data
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 25a0adaa743ff484ea418fffd4ba1e61
m_Address: tno_fps60_open.prefab
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 156983b7323ee7041bad6d7e0a9b817c
m_Address: tno_fps60_open_icon.png
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 66e39648fe281d04695334d2e2c688e8
m_Address: tno_fps400_open.json
m_ReadOnly: 0
m_SerializedLabels:
- parts_data
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: d9491c3a5d9028b479eb3ce2dc2a697b
m_Address: tno_fps400_open.prefab
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: c554e42ed8110c54897ed2e1dfaae2e7
m_Address: tno_fps400_open_icon.png
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 046d327276d5aad4ea6f0f60a9b10102
m_Address: tno_fps2000_open.json
m_ReadOnly: 0
m_SerializedLabels:
- parts_data
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: f23effdcd69ea8a408ebad021edc1ddb
m_Address: tno_fps2000_open.prefab
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 071078468f776b4429bff4383a0b7672
m_Address: tno_fps2000_open_icon.png
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
m_ReadOnly: 0
m_Settings: {fileID: 11400000, guid: 02b20b2fbe134274bad47b8721feaa2f, type: 2}
m_SchemaSet:
Expand Down
Binary file not shown.
5 changes: 4 additions & 1 deletion src/TNO/Assets/KSP2ModInfo.asset
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ MonoBehaviour:
- Id: PatchManager
Min: 0.9.1
Max: '*'
- Id: VSift
- Id: VSwift
Min: 0.3.0
Max: '*'
- Id: SpringCleaning
Min: 0.1.0
Max: '*'
incompatibilities: []
2 changes: 2 additions & 0 deletions src/TNO/Assets/KSP2UTData/JsonPaths.asset
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ MonoBehaviour:
- tno_fps400_open
- tno_fps1000
- tno_fps2000
- tno_fps2000_open
Values:
- '%NAME%.json'
- '%NAME%.json'
- '%NAME%.json'
- '%NAME%.json'
- '%NAME%.json'
- '%NAME%.json'
- '%NAME%.json'
2 changes: 2 additions & 0 deletions src/TNO/Assets/KSP2UTData/PatchPaths.asset
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ MonoBehaviour:
- tno_fps400_open
- tno_fps1000
- tno_fps2000
- tno_fps2000_open
Values:
- plugin_template/patches/%NAME%.patch
- plugin_template/patches/%NAME%.patch
- plugin_template/patches/%NAME%.patch
- plugin_template/patches/%NAME%.patch
- plugin_template/patches/%NAME%.patch
- plugin_template/patches/%NAME%.patch
- plugin_template/patches/%NAME%.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@new(spring_cleaning, tno_fps60_open_cleanup)
:json {
PartId: tno_fps60_open;
Hidden: true;
Toggleable: false;
}
@new(spring_cleaning, tno_fps400_open_cleanup)
:json {
PartId: tno_fps400_open;
Hidden: true;
Toggleable: false;
}
@new(spring_cleaning, tno_fps2000_open_cleanup)
:json {
PartId: tno_fps2000_open;
Hidden: true;
Toggleable: false;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions src/TNO/Assets/swinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
"min": "0.3.0",
"max": "*"
}
},
{
"id": "SpringCleaning",
"version": {
"min": "0.1.0",
"max": "*"
}
}
],
"conflicts": []
Expand Down

0 comments on commit 312e70f

Please sign in to comment.