Skip to content

Commit

Permalink
Merge pull request #91 from ChrisAdderley/dev
Browse files Browse the repository at this point in the history
Release 1.4.1
  • Loading branch information
ChrisAdderley authored Feb 20, 2020
2 parents 9744363 + 0e7c26b commit 30e9149
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ package:
- changelog.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.1.0
version: 4.1.3
location: s3
B9PartSwitch:
version: 2.12.1
version: 2.13.0
location: s3
CommunityResourcePack:
version: 1.3.0
location: s3
DynamicBatteryStorage:
tag: 2.1.0
tag: 2.1.5
location: github
repository: ChrisAdderley/DynamicBatteryStorage
deploy:
Expand Down
18 changes: 14 additions & 4 deletions GameData/CryoTanks/Localization/zh-cn.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,29 @@ Localization
#LOC_CryoTanks_isru_LH2Ox_StopAction = 关闭 ISRU [LH2+Ox]
#LOC_CryoTanks_isru_LH2Ox_ToggleAction = 开关 ISRU [LH2+Ox]

#LOC_CryoTanks_isru_LCH4_name = LCH4
#LOC_CryoTanks_isru_LCH4_StartAction = 开启 ISRU [LCH4]
#LOC_CryoTanks_isru_LCH4_StopAction = 关闭 ISRU [LCH4]
#LOC_CryoTanks_isru_LCH4_ToggleAction = 开关 ISRU [LCH4]

#LOC_CryoTanks_isru_LCH4Ox_name = LCH4+Ox
#LOC_CryoTanks_isru_LCH4Ox_StartAction = 开启 ISRU [LCH4+Ox]
#LOC_CryoTanks_isru_LCH4Ox_StopAction = 关闭 ISRU [LCH4+Ox]
#LOC_CryoTanks_isru_LCH4Ox_ToggleAction = 开关 ISRU [LCH4+Ox]

// Plugin
// ModuleCryoTank
#LOC_CryoTanks_ModuleCryoTank_ModuleName = 低温罐
#LOC_CryoTanks_ModuleCryoTank_PartInfoUncooled = 低温燃料会随着时间蒸发\n
#LOC_CryoTanks_ModuleCryoTank_PartInfoCooled = 如果不冷却,低温燃料会随着时间蒸发<<1>>\n\n <b>冷却成本:</b> <<2>> Ec/s per 1000 units\n
#LOC_CryoTanks_ModuleCryoTank_PartInfoBoiloff = \n- <color=#99ff00><b><<1>>:</b></color> -<<2>>%/hr
#LOC_CryoTanks_ModuleCryoTank_PartInfoBoiloffOutput = \n- <color=#99ff00><b><<1>>:</b></color> +<<2>>%/hr
#LOC_CryoTanks_ModuleCryoTank_PartInfoCooled = 如果不冷却,低温燃料会随着时间蒸发<<1>>\n\n <b>冷却成本:</b> <<2>> Ec/s 1000 单位\n
#LOC_CryoTanks_ModuleCryoTank_PartInfoBoiloff = \n- <color=#99ff00><b><<1>>:</b></color> -<<2>>%/
#LOC_CryoTanks_ModuleCryoTank_PartInfoBoiloffOutput = \n- <color=#99ff00><b><<1>>:</b></color> +<<2>>%/


#LOC_CryoTanks_ModuleCryoTank_Field_BoiloffStatus = 汽化
#LOC_CryoTanks_ModuleCryoTank_Field_BoiloffStatus_NoFuel = 没有燃料
#LOC_CryoTanks_ModuleCryoTank_Field_BoiloffStatus_Insulated = 绝缘
#LOC_CryoTanks_ModuleCryoTank_Field_BoiloffStatus_Boiloff = 丢失 <<1>> u/<<2>>
#LOC_CryoTanks_ModuleCryoTank_Field_BoiloffStatus_Boiloff = 丢失 <<1>> 单位/<<2>>

#LOC_CryoTanks_ModuleCryoTank_TimeInterval_Second_Abbrev = 秒
#LOC_CryoTanks_ModuleCryoTank_TimeInterval_Hour_Abbrev = 小时
Expand Down
8 changes: 4 additions & 4 deletions GameData/CryoTanks/Versioning/CryoTanks.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":1,
"MINOR":4,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":8,
"PATCH":1
"MINOR":9,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -22,7 +22,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":8,
"MINOR":9,
"PATCH":99
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ For translation instructions please see [Localization Instructions](https://gith
* **Russian:** KSP forum user vladmir_v, Sooll3
* **German:** KSP forum user Three_Pounds
* **French:** KSP forum user Aodh4n
* **Chinese:** Github user 6DYZBX
* **Chinese:** Github user 6DYZBX, tinygrox
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v1.4.1
------
- KSP 1.8.x
- Updated B9PartSwitch to 2.13.0
- Updated DynamicBatteryStorage to 2.1.5
- Updated ModuleManger to 4.1.3
- Updated Chinese localization (tinygrox)

v1.4.0
------
- KSP 1.8.x
Expand Down
12 changes: 6 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================
Cryo Tanks v1.4.0
Cryo Tanks v1.4.1
=================

A mod pack for Kerbal Space Program, specifically supporting my other mods Kerbal Atomics (https://github.com/ChrisAdderley/KerbalAtomics) and Cryogenic Engines (https://github.com/ChrisAdderley/CryoEngines), dealing with cryogenic fuels, their storage and their properties.
Expand All @@ -20,10 +20,10 @@ DEPENDENCIES
============

Required:
- B9PartSwitch (2.12.1)
- Community Resource Pack (1.3.0)
- ModuleManager (4.1.0)
- DynamicBatteryStorage (2.1.0)
- B9PartSwitch (2.13.0)
- Community Resource Pack (1.3.)
- ModuleManager (4.1.3)
- DynamicBatteryStorage (2.1.5)

Optional
- Community Tech Tree (v2.2+)
Expand All @@ -50,7 +50,7 @@ This mod includes localization support, and includes translations for
- Russian (KSP forum user vladmir_v, Sooll3)
- German (KSP forum user Three_Pounds)
- French (KSP forum user Aodh4n)
- Chinese (Github user 6DYZBX)
- Chinese (Github user 6DYZBX and tinygrox)
=========
LICENSING
=========
Expand Down

0 comments on commit 30e9149

Please sign in to comment.