Skip to content

Commit

Permalink
Fix #417: add support for Stockalike Mining Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Jun 10, 2024
1 parent 5e3f9c4 commit 7483fe7
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
* https://yaclog.readthedocs.io
* https://keepachangelog.com

## Unreleased

### Notable Changes

* Added es-es localization (thanks 9field and masertank!)
* Added support for [Stockalike Mining Extension](https://forum.kerbalspaceprogram.com/topic/130325-110x-stockalike-mining-extension-115-release-782020/)

### Bug Fixes

* Fixed centrifuges not working properly with Kerbalism
* Fixed potential NRE spam with certain combinations of mods

## 0.2.18.4 - 2024-03-03

### Notable Changes
Expand Down
56 changes: 56 additions & 0 deletions GameData/FreeIva/MiningExpansion/SMXPotatoHabInternal.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
@PART[SMX_PotatoHab]:HAS[!MODULE[ModuleFreeIva]]:FOR[FreeIva]
{
MODULE
{
name = ModuleFreeIva
}
}

@INTERNAL:HAS[@MODEL:HAS[#model[MiningExpansion/Spaces/PotatoHab/Internal]]&!MODULE[InternalModuleFreeIva]]:FOR[FreeIva]
{
MODEL
{
model = FreeIva/MiningExpansion/SMXPotatoHabInternal
}

MODULE
{
name = InternalModuleFreeIva
shellColliderName = shellCollider
requireDeploy = true
deployAnimationName = AsteroidHabAnchor
autoCutoutTargetName = Internals
}

PROP
{
name = FreeIva_Hatch_Square
position = 0, 0, -0.0355059952
rotation = 0.707106829, 0, 0, -0.707106709
}

MODULE
{
name = HandRail
transformName = ladder
Collider
{
shape = Box
center = 0, -0.23, 1.886
dimensions = 0.42, 0.03, 3.277
}
}

MODULE
{
name = PhysicalProp
heldPosition = -0.4, 0.85, 0.95
Collider
{
shape = Box
parentTransformName = Cactus
center = -0.921, 0.218, 0.903
dimensions = 0.082, 0.081, 0.106
}
}
}
Binary file not shown.
Binary file added Models/MiningExpansion/SMXPotatoHabInternal.blend
Binary file not shown.

0 comments on commit 7483fe7

Please sign in to comment.