Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QoL changes to part cfg files #29

Merged
merged 2 commits into from
May 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GameData/SurfaceExperimentPackage/Parts/GolfClub/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tags = cck-eva-items sep kis kas surface experiment inventory science eva resear
MODULE
{
name = ModuleKISItem
shortcutKeyAction = drop
shortcutKeyAction = equip
usableFromEva = false
usableFromContainer = false
usableFromPod = false
Expand Down
2 changes: 1 addition & 1 deletion GameData/SurfaceExperimentPackage/Parts/SEP_Box.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ MODEL
breakingTorque = 500
bulkheadProfiles = size1, srf

tags = cck-eva-items kis kas surface experiment inventory attachment eva storage container box cardboard
tags = cck-containers cck-eva-items kis kas surface experiment inventory attachment eva storage container box cardboard

MODULE
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ PART
name = ModuleKISItemAttachTool
shortcutKeyAction = equip
equipable = true
stackable = true
equipSkill = RepairSkill
equipSlot = rightHand
equipMeshName = body01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ MODEL
breakingTorque = 50
bulkheadProfiles = size1, srf

tags = cck-eva-items kis kas surface experiment inventory attachment eva storage container box cardboard
tags = cck-containers kis kas surface experiment inventory attachment eva storage container locker

MODULE
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MODEL
breakingTorque = 50
bulkheadProfiles = size1, srf

tags = cck-eva-items kis kas surface experiment inventory attachment eva storage container box cardboard
tags = cck-containers kis kas surface experiment inventory attachment eva storage container locker

MODULE
{
Expand Down
2 changes: 1 addition & 1 deletion GameData/SurfaceExperimentPackage/Parts/SEP_girder.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PART
{
name = ModuleKISItem
volumeOverride = 25
stackable = false
stackable = true
allowStaticAttach = 1
staticAttachBreakForce = 2000
}
Expand Down