Skip to content

Commit

Permalink
Merge pull request #66 from zer0Kerbal/1.4.2.0-CompatibilityPatches
Browse files Browse the repository at this point in the history
# Compatibility Patches 🆒

* Add
  * [TweakScale.cfg] v1.0.1.9
  * [KerbNet.cfg] v1.0.1.9
  * [GPOSpeedFuelPump.cfg] v1.0.1.9
  * [CommunityCategoryKit.cfg] v1.0.1.9
* Update
  * [RemoteTech.cfg] v1.0.1.9
  * [kOS.cfg] v1.0.1.9
* Related Issues:
  * closes #65 - TweakScale.cfg
  * closes #64 - KerbNet.cfg
  * closes #63 - GPOSppedFuelPump.cfg
  * closes #62 - CommunityCategoryKit.cfg
  * closes #61 - Add Compatibility
  • Loading branch information
zer0Kerbal committed Feb 4, 2022
2 parents 8959a92 + 6bba6a7 commit 88c92ec
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// CommunityCategoryKit.cfg v1.0.1.9
// Mini Sample Return Capsule
// created: 17 Aug 2018
// updated: 04 Feb 2022

@PART[msrc-parachute,msrc-cargobay]:NEEDS[MiniSampleReturnCapsule,CommunityCategoryKit]:FOR[MiniSampleReturnCapsule]
{
@tag ^= :^: cck-probes:
}

// GPLv2 BY zer0Kerbal
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// GPOSpeedFuelPump.cfg v1.0.1.9
// Mini Sample Return Capsule
// created: 17 Aug 2018
// updated: 04 Feb 2022

@PART[msrc-parachute]:NEEDS[MiniSampleReturnCapsule,GPOSpeedFuelPump]:FOR[MiniSampleReturnCapsule]
{
@description ^= :$: <color=orange>Crossfeed. </color> :
@description ^= :(.)$:$0\n<color=#bada55>GPOSpeedFuelPump.:</color>:
MODULE {
name = ModuleToggleCrossfeed
crossfeedStatus = True
toggleEditor = True
toggleFlight = True
}

%MODULE[GPOSpeedFuelPump]:NEEDS[GPOSpeedPump]
{
isEnabled = True
_pumpLevel = 7
_autoPump = True
_autoBalance = True
}
}

// GPLv2 BY zer0Kerbal
23 changes: 23 additions & 0 deletions GameData/MiniSampleReturnCapsule/Compatibility/KerbNet.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// KerbNet.cfg.0 v1.0.1.9
// Mini Sample Return Capsule
// created: 17 Aug 2018
// updated: 04 Feb 2022

@PART[msrc-parachute]:NEEDS[MiniSampleReturnCapsule]:FOR[MiniSampleReturnCapsule]
{
@description ^= :(.)$:$0\n<color=#bada55> KerbNet.:</color>:
MODULE
{
name = ModuleKerbNetAccess
MinimumFoV = 15
MaximumFoV = 60
AnomalyDetection = 0.03
DISPLAY_MODES
{
//Mode = Biome,Biome
Mode = Terrain,Terrain
}
}
}

// GPLv2 BY zer0Kerbal
11 changes: 7 additions & 4 deletions GameData/MiniSampleReturnCapsule/Compatibility/RemoteTech.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
// RemoteTech.cfg v1.0.0.1
// RemoteTech.cfg v1.0.1.9
// Mini Sample Return Capsule
// created:
// created: 17 Aug 2018
// updated: 02 Aug 2021

@PART[msrc-parachute]:NEEDS[RemoteTech]:FOR[MiniSampleReturnCapsule]
{
// description suffix
@description ^= :(.)$:$0\n<color=#bada55> RemoteTech Enabled.:</color>:
@description ^= :(.)$:$0\n<color=orange> RemoteTech Enabled.:</color>:

!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna] {
%MODULE[ModuleRTAntenna]
{
%Mode0OmniRange = 0
%Mode1OmniRange = 2500000
%MaxQ = 6000
Expand All @@ -24,6 +25,8 @@
%PacketResourceCost = 15.0
}
}

%MODULE[ModuleSPUPassive] { %name = ModuleSPUPassive }
}

// GPLv2 BY zer0Kerbal
18 changes: 18 additions & 0 deletions GameData/MiniSampleReturnCapsule/Compatibility/TweakScale.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// TweakScale.cfg v1.0.1.9
// Mini Sample Return Capsule
// created: 17 Aug 2018
// updated: 04 Feb 2022

@PART[msrc-parachute,msrc-cargobay]:NEEDS[MiniSampleReturnCapsule,TweakScale]:FOR[MiniSampleReturnCapsule]
{
@description ^= :(.)$:$0\n<color=#bada55>TweakScale.:</color>:
@MODULE[TweakScale]:NEEDS[TweakScale]
{
%type = stack
%defaultScale = 0.625
%scaleFactors = 0.3125, 0.625, 1.25, 1.875, 2.5, 3.75
%scaleNames = .312m, 0.625m, 1.25m, 1.875m, 2.5m, 3.75m
}
}

// GPLv2 BY zer0Kerbal
8 changes: 3 additions & 5 deletions GameData/MiniSampleReturnCapsule/Compatibility/kOS.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
// kOS.cfg v1.0.0.0
// kOS.cfg v1.0.1.9
// Mini Sample Return Capsule
// created: 02 Aug 2021
// created: 17 Aug 2018
// updated: 15 Sep 2021

@PART[msrc-parachute]:NEEDS[MiniSampleReturnCapsule,kOS]:AFTER[MiniSampleReturnCapsule]
{
@cost += 10
// description suffix
@description ^= :(.)$:$0\n<color=#bada55> kOS Processor.:</color>:

@cost += 10
@mass += 0.005

@RESOURCE[ElectricCharge]
Expand Down
25 changes: 25 additions & 0 deletions GameData/MiniSampleReturnCapsule/Localization/quickstart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Translation Guide

If you want to help translate this mod, I greatly appreciate it! Follow this quick guide to get started.

### How to translate
To create a translation for your language, make a copy of the file *en_us.cfg* and name
them accordingly to your language:
* *es-es.cfg* for Spanish
* *es-mx.cfg* for Mexican Spanish
* *ja.cfg* for Japanese
* *ru.cfg* for Russian
* *zh-cn.cfg* for Simplified Chinese

*Again:*
* *es-es* for Spanish
* *es-mx* for Mexican Spanish
* *ja* for Japanese
* *ru* for Russian
* *zh-cn* for Simplified Chinese

### What not to translate
There are some characters that should not be translated into another language and be kept in the files as is
1. the tags should not be replaced. Instead the tags in the new language should be appended.
2. control sequences like '\n', '\t' or similar.
3. HTML Tags like &lt;b&gt;...&lt;/b&gt;, &lt;i&gt;...&lt;/i&gt; or similar

0 comments on commit 88c92ec

Please sign in to comment.