Skip to content

Commit

Permalink
Adjust the Falling Kerbounaut part
Browse files Browse the repository at this point in the history
- Lcocalize it!
- Fix equip/drop positions.
  • Loading branch information
ihsoft committed Jul 19, 2020
1 parent 9d2102b commit 3a2400d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 18 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 1.26 (pre-release):
* [Change] Switch to `MiniAVC-V2`.
* [Enhancement] Add a new fun part: Snacks!
* [Enhancement] Add a new fun part: Fallen Kerbonaut. FYI, there is a real life prototype for this part.
* [Enhancement] Add storage lockers parts. They used to be a part of the defunc SEP mod.
* [Enhancement #360] Use fuel type from the config for the EVA fuel canister.
* [Fix #362] Tab Key in Map View crashes the game.
Expand Down
7 changes: 7 additions & 0 deletions Lang/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ Localization
#SEP_Box_Part_description = Collapsible cardboard box for transporting components from a lander to a site, for building Surface Experiment Packages or something else.
#SEP_Box_Part_tags = cck-containers cck-eva-items sep kis kas surface experiment inventory attachment eva storage container box cardboard

// ********** Part: SEP.FallenKerbonaut

#SEP_FallenKerbonaut_Part_title = Fallen Kerbonaut
#SEP_FallenKerbonaut_Part_manufacturer = Hoeydonck Van Kerman
#SEP_FallenKerbonaut_Part_description = This small aluminum sculpture is a memorial to all kerbonauts and ground personnel who have been lost in the pursuit of space exploration. The artist has respectfully asked that you take it and leave it on the surface of the Mun.
#SEP_FallenKerbonaut_Part_tags = fallen kerbonaut sculpture art cck-eva-items

// ********** Part: SEP.StorageLong

#SEP_StorageLong_Part_title = AKI-L Storage Locker
Expand Down
30 changes: 12 additions & 18 deletions Parts.fun/FallenKerbonaut/SEP_FallenKerbonaut.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,16 @@ PART
name = SEP_FallenKerbonaut
module = Part
author = CobaltWolf
MODEL
{
model = KIS/Parts.fun/FallenKerbonaut/FallenKerbonaut
}
rescaleFactor = 1
//node_stack_bottom = 0.0, 0.003, 0.0, 0.0, -1.0, 0.0, 0
//node_stack_top = 0.0, 1.287421, 0.0, 0.0, 1.0, 0.0, 0
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0
node_attach = 0.0, 0.0, -0.07, 0.0, 0.0, 1.0, 0
TechRequired = spaceExploration
entryCost = 1
cost = 1
category = Structural
subcategory = 0
title = #LOC_SurfaceExperimentPack_FallenKerbonaut_title //= Fallen Kerbonaut
manufacturer = #LOC_SurfaceExperimentPack_agency_Hoeydonck //= Hoeydonck Van Kerman
description = #LOC_SurfaceExperimentPack_FallenKerbonaut_desc //= This small aluminum sculpture is a memorial to all kerbonauts and ground personnel who have been lost in the pursuit of space exploration. The artist has respectfully asked that you take it and leave it on the surface of the Mun.
title = #SEP_FallenKerbonaut_Part_title // #SEP_FallenKerbonaut_Part_title = Fallen Kerbonaut
manufacturer = #SEP_FallenKerbonaut_Part_manufacturer // #SEP_FallenKerbonaut_Part_manufacturer = Hoeydonck Van Kerman
description = #SEP_FallenKerbonaut_Part_description // #SEP_FallenKerbonaut_Part_description = This small aluminum sculpture is a memorial to all kerbonauts and ground personnel who have been lost in the pursuit of space exploration. The artist has respectfully asked that you take it and leave it on the surface of the Mun.
attachRules = 1,1,1,1,0
mass = 0.0025
dragModelType = default
Expand All @@ -30,25 +24,25 @@ PART
breakingTorque = 200
maxTemp = 2000 // = 5000
bulkheadProfiles = size0, srf
tags = #SEP_FallenKerbonaut_Part_tags // #SEP_FallenKerbonaut_Part_tags = fallen kerbonaut sculpture art cck-eva-items

tags = #LOC_SurfaceExperimentPack_FallenKerbonaut_tags //= fallen kerbonaut sculpture art cck-eva-items

MODEL
{
model = KIS/Parts.fun/FallenKerbonaut/FallenKerbonaut
}
MODULE
{
name = ModuleKISItem
shortcutKeyAction = equip
equipable = true
equipSlot = leftHand
useName = #LOC_SurfaceExperimentPack_FallenKerbonaut_useName //= Place
// equipMeshName = body01
// equipBoneName = bn_r_mid_b01
useName = Place
equipBoneName = aliasLeftPalm
equipPos = (0,0,0)
equipDir = (0,0,0)
equipPos = (0.04,-0.02,0)
equipDir = (0,90,0)
volumeOverride = 0.001
stackable = false
allowStaticAttach = 1
staticAttachBreakForce = 2000
}

}
4 changes: 4 additions & 0 deletions remove_fun_part_patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
{
}

!PART[SEP_FallenKerbonaut]
{
}

!PART[KIS_snacks]
{
}

0 comments on commit 3a2400d

Please sign in to comment.