Skip to content

Commit

Permalink
1.3.3 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisAdderley committed Aug 14, 2024
1 parent 90aed8a commit 70625ec
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ package:
- changelog.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.1.4
version: 4.2.3
location: s3
B9PartSwitch:
version: 2.18.0
version: 2.20.0
location: s3
deploy:
SpaceDock:
Expand Down
3 changes: 3 additions & 0 deletions GameData/NearFutureSolar/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Localization
{

#LOC_NFSolar_Version = Near Future Solar 1.2.0
/// SUBCATEGORIES
#LOC_NFSolar_Subcategory_blanketPanels = Lightweight Solar Panels
#LOC_NFSolar_Subcategory_staticPanels = Static Solar Panels

/// CONFIG
/// MANUFACTURERS
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

ORGANIZERSUBCATEGORY
{
name = blanketPanels
Label = #LOC_NFSolar_Subcategory_blanketPanels
Priority = 22
CategoryPriority = 55
}
ORGANIZERSUBCATEGORY
{
name = staticPanels
Label = #LOC_NFSolar_Subcategory_staticPanels
Priority = 18
CategoryPriority = 55
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/// Support for VABOrganizer
@PART[nfs-panel-deploying-advanced*|nfs-panel-deploying-concentrator*]:FOR[NearFutureSolar]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = solarPanels
}
}
@PART[nfs-panel-deploying-blanket*]:FOR[NearFutureSolar]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = blanketPanels
}
}
@PART[nfs-panel-deploying-curved*|nfs-panel-static*]:FOR[NearFutureSolar]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = staticPanels
}
}
@PART[solarPanels5|LgRadialSolarPanel]:AFTER[VABOrganizer]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = staticPanels
}
}
4 changes: 2 additions & 2 deletions GameData/NearFutureSolar/Versioning/NearFutureSolar.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":1,
"MINOR":3,
"PATCH":2,
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":12,
"PATCH":1
"PATCH":5
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Bigger, better or just different solar panel models based on many real or imagin

### Required
These components are required for the mod to function and are bundled as part of any download:
* [ModuleManager (4.1.4)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.18.0)](https://github.com/blowfishpro/B9PartSwitch)
* [ModuleManager (4.2.3)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.20.0)](https://github.com/blowfishpro/B9PartSwitch)

## Installation

Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v1.3.3
------
- Updated ModuleManager to 4.2.3
- Updated B9PartSwitch to 2.20.0
- Updated target KSP version
- Added French translation (ValiusV)
- Support for VABOrganizer

v1.3.2
------
- Marked for KSP 1.12
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ DEPENDENCIES
============

Required:
- ModuleManager (4.1.4)
- B9PartSwitch (2.18.0)
- ModuleManager (4.2.3)
- B9PartSwitch (2.20.0)

Optional
- Community Tech Tree (v2.2+)
Expand Down

0 comments on commit 70625ec

Please sign in to comment.