Skip to content

Commit

Permalink
Update to 1.6.11
Browse files Browse the repository at this point in the history
General:
- Recompile for KSP 1.9.1
- Updated KSPModFileLocalizer to version 0.2.3.5
Localization:
- Updated chinese translation (thanks to WC12366)
Mod Support:
- Added whitelist for Restock (thanks to Rafael acevedo)
- Added specialist bonus to TAC-LS converters
- Updated OSE support
Bug Fixes:
- Fixed potential crash from plugin when loading images (thanks to
LinuxGuruGamer)
- Fixed dry mass of some tanks to avoid negative mass for cryo tanks
  • Loading branch information
Nils277 committed Apr 13, 2020
1 parent ffae9bc commit a930dd7
Show file tree
Hide file tree
Showing 31 changed files with 158 additions and 81 deletions.
Binary file modified Changelog.txt
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/KSPModFileLocalizer.dll
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PART


// --- standard part parameters ---
mass = 0.2
mass = 0.35
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PART


// --- standard part parameters ---
mass = 0.35
mass = 0.25
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PART


// --- standard part parameters ---
mass = 0.6
mass = 0.55
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PART


// --- standard part parameters ---
mass = 0.35
mass = 0.3
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PART


// --- standard part parameters ---
mass = 0.05
mass = 0.38
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PART


// --- standard part parameters ---
mass = 0.35
mass = 0.2
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Squad/Parts/Resources/OrbitalScanner/
Squad/Parts/Resources/SurfaceScanner/
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
105 changes: 49 additions & 56 deletions FOR_RELEASE/GameData/PlanetaryBaseInc/Localization/zh-cn.cfg

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
Ratio = 0.0017135376
DumpExcess = true
}

UseSpecialistBonus = true
SpecialistEfficiencyFactor = 0.5
SpecialistBonusBase = 1
ExperienceEffect = ConverterSkill
EfficiencyBonus = 1
}

RESOURCE
Expand Down Expand Up @@ -233,6 +239,12 @@
Ratio = 0.000001814
DumpExcess = true
}

UseSpecialistBonus = true
SpecialistEfficiencyFactor = 0.5
SpecialistBonusBase = 1
ExperienceEffect = ConverterSkill
EfficiencyBonus = 1
}

MODULE
Expand Down Expand Up @@ -267,5 +279,11 @@
Ratio = 0.0000039894
DumpExcess = true
}

UseSpecialistBonus = true
SpecialistEfficiencyFactor = 0.5
SpecialistBonusBase = 1
ExperienceEffect = ConverterSkill
EfficiencyBonus = 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ PART:NEEDS[TacLifeSupport|USILifeSupport]
Ratio = 0.000008301
DumpExcess = true
}

UseSpecialistBonus = true
SpecialistEfficiencyFactor = 0.5
SpecialistBonusBase = 1
ExperienceEffect = ConverterSkill
EfficiencyBonus = 1
}

RESOURCE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ PART:NEEDS[TacLifeSupport|IoncrossCrewSupport|LifeSupport]
DumpExcess = true
}


UseSpecialistBonus = true
SpecialistEfficiencyFactor = 0.5
SpecialistBonusBase = 1
ExperienceEffect = ConverterSkill
EfficiencyBonus = 1
}

RESOURCE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ PART:NEEDS[TacLifeSupport]
DumpExcess = true
}

UseSpecialistBonus = true
SpecialistEfficiencyFactor = 0.5
SpecialistBonusBase = 1
ExperienceEffect = ConverterSkill
EfficiencyBonus = 1
}

RESOURCE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,12 @@ PART:NEEDS[TacLifeSupport|USILifeSupport|IFILifeSupport|Snacks|Kerbalism]
Ratio = 0.0000169271
DumpExcess = false
}

UseSpecialistBonus = false

UseSpecialistBonus = true
SpecialistEfficiencyFactor = 0.5
SpecialistBonusBase = 1
ExperienceEffect = ConverterSkill
EfficiencyBonus = 1
}

RESOURCE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ PART:NEEDS[TacLifeSupport|Kerbalism]
DumpExcess = true
}

UseSpecialistBonus = false
UseSpecialistBonus = true
SpecialistEfficiencyFactor = 0.5
SpecialistBonusBase = 1
ExperienceEffect = ConverterSkill
EfficiencyBonus = 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ PART:NEEDS[TacLifeSupport|USILifeSupport]
DumpExcess = true
}


UseSpecialistBonus = true
SpecialistEfficiencyFactor = 0.5
SpecialistBonusBase = 1
ExperienceEffect = ConverterSkill
EfficiencyBonus = 1
}

RESOURCE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ PART:NEEDS[Workshop]
IconPath = Squad/PartList/SimpleIcons/R&D_node_icon_electrics
}

MODULE
MODULE
{
name = OseModuleCategoryAddon
Category = Engine
IconPath = Squad/PartList/SimpleIcons/RDicon_propulsionSystems
}

MODULE
MODULE
{
name = OseModuleCategoryAddon
Category = FuelTank
Expand Down Expand Up @@ -229,4 +229,11 @@ PART:NEEDS[Workshop]
amount = 1500
maxAmount = 1500
}

RESOURCE
{
name = MaterialKits
amount = 100
maxAmount = 100
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 6,
"PATCH": 10
"PATCH": 11
},

"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 8,
"PATCH": 0
"MINOR": 9,
"PATCH": 1
},

"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 8,
"MINOR": 9,
"PATCH": 9
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PlanetarySurfaceStructures</RootNamespace>
<AssemblyName>PlanetarySurfaceStructures</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand All @@ -21,6 +21,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -29,21 +30,27 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-UnityScript">
<HintPath>..\..\..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\Assembly-UnityScript.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AnimationModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
Expand Down
8 changes: 4 additions & 4 deletions Sources/PlanetarySurfaceStructures/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("PlanetarySurfaceStructures")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.10.0")]
[assembly: AssemblyFileVersion("1.6.10.0")]
[assembly: KSPAssembly("PlanetarySurfaceStructures", 1, 0x16A0)]
[assembly: AssemblyVersion("1.6.11.0")]
[assembly: AssemblyFileVersion("1.6.11.0")]
[assembly: KSPAssembly("PlanetarySurfaceStructures", 1, 0x16B0)]
23 changes: 23 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v1.6.11
**General:**

* Recompile for KSP 1.9.1
* Updated KSPModFileLocalizer to version 0.2.3.5

**Localization:**

* Updated chinese translation (thanks to [WC12366](https://github.com/WC12366))

**Mod Support:**

* Added whitelist for Restock (thanks to [Rafael acevedo](https://forum.kerbalspaceprogram.com/index.php?/profile/84946-rafael-acevedo/))
* Added specialist bonus to TAC-LS converters
* Updated OSE support

**Bug Fixes:**

* Fixed potential crash from plugin when loading images (thanks to [LinuxGuruGamer](https://forum.kerbalspaceprogram.com/index.php?/profile/129964-linuxgurugamer/))
* Fixed dry mass of some tanks to avoid negative mass for cryo tanks



# v1.6.10
**General:**

Expand Down

0 comments on commit a930dd7

Please sign in to comment.