Skip to content

Commit

Permalink
Dependency Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Palmer committed Mar 12, 2021
1 parent 89b8a03 commit 256363b
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 6 deletions.
13 changes: 13 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,18 @@ Localization
#LOC_USI_CCK_Kolonization = Kolonization
#LOC_USI_CCK_Logistics = Logistics
#LOC_USI_CCK_Manufacturing = Manufacturing

// Deployable parts GUI display values
#LOC_USI_Deployable_DeployDisplayName = Deploy
#LOC_USI_Deployable_PAWGroupDisplayName = Deployment
#LOC_USI_Deployable_PartInfoTitle = Resource Cost:
#LOC_USI_Deployable_PayDisplayName = Deposit Resources
#LOC_USI_Deployable_PercentPaidDisplayName = Paid
#LOC_USI_Deployable_RetractDisplayName = Retract
#LOC_USI_Deployable_ToggleDisplayName = Toggle Deploy/Retract

// Deployable parts messages
#LOC_USI_Deployable_DepositMadeMessage = 「0」% of required resources for 「1」 have been deposited!
#LOC_USI_Deployable_PartIsCrewedErrorMessage = 「0」 still contains crew members!
}
}
9 changes: 9 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/Localization/ru.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Localization
{
ru
{
// Agency
#LOC_USI_agency_usi_title = Umbra Space Industries
#LOC_USI_agency_usi_description = Мировой лидер в производстве гофрированной бумаги, компания Umbra Space Industries в настоящее время применяет свои потрясающие навыки бокса и упаковки в серии продуктов для колонизации, разведки и эксплуатации ресурсов!
}
}
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.pdb
Binary file not shown.
Binary file added FOR_RELEASE/GameData/000_USITools/USIToolsUI.dll
Binary file not shown.
Binary file added FOR_RELEASE/GameData/000_USITools/USIToolsUI.pdb
Binary file not shown.
3 changes: 3 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
1.5.0 - TBD
------------------
Updated density and volume of Glykerol
Karborundum is now on Moho
Karborundum exospheric band moved to be in line with (roughly) Moho's orbit
Oceanic Karborundum on Eve

1.4.2 - 2020.12.20
------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@ PLANETARY_RESOURCE
}
}

PLANETARY_RESOURCE
{
ResourceName = Karborundum
ResourceType = 1
PlanetName = Eve

Distribution
{
PresenceChance = 100
MinAbundance = 10
MaxAbundance = 50
Variance = 50
Dispersal = 3
}
}

PLANETARY_RESOURCE
{
ResourceName = Karborundum
Expand All @@ -41,6 +57,7 @@ PLANETARY_RESOURCE
Dispersal = 3
}
}

PLANETARY_RESOURCE
{
ResourceName = Karborundum
Expand All @@ -56,6 +73,23 @@ PLANETARY_RESOURCE
Dispersal = 3
}
}

PLANETARY_RESOURCE
{
ResourceName = Karborundum
ResourceType = 0
PlanetName = Moho

Distribution
{
PresenceChance = 100
MinAbundance = 5
MaxAbundance = 20
Variance = 50
Dispersal = 3
}
}

PLANETARY_RESOURCE
{
ResourceName = Karborundum
Expand All @@ -65,13 +99,14 @@ PLANETARY_RESOURCE
Distribution
{
PresenceChance = 100
MinAbundance = 10
MinAbundance = 50
MaxAbundance = 100
MinAltitude = 40
MaxAltitude = 40
MinRange = 5
MaxRange = 5
Variance = 50
MinAltitude = 16
MaxAltitude = 25

MinRange = 10
MaxRange = 12
Variance = 20
}
}

Empty file.

0 comments on commit 256363b

Please sign in to comment.