Skip to content

Commit

Permalink
Fix for new KIS version
Browse files Browse the repository at this point in the history
  • Loading branch information
CobaltWolf committed Jan 13, 2019
1 parent a5fcd6e commit 6903993
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ PART
equipable = true
equipSlot = leftHand
useName = Place
equipMeshName = body01
equipBoneName = bn_r_mid_b01
// equipMeshName = body01
// equipBoneName = bn_r_mid_b01
equipBoneName = aliasLeftPalm
equipPos = (0,0,0)
equipDir = (0,0,0)
volumeOverride = 0.001
Expand Down
3 changes: 1 addition & 2 deletions GameData/SurfaceExperimentPackage/Parts/GolfClub/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ tags = #LOC_SurfaceExperimentPack_GolfClub_tags //= cck-eva-items sep kis kas su
equipSlot = leftHand
equipTrait =
equipRemoveHelmet = false
equipMeshName = body01
equipBoneName = bn_l_mid_a01
equipBoneName = aliasLeftPalm
equipPos = (-0.04,-0.04,0)
equipDir = (90,0,20)
allowAttachOnStatic = true
Expand Down
3 changes: 1 addition & 2 deletions GameData/SurfaceExperimentPackage/Parts/SEP_Box.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ MODEL
carriable = true
equipMode = part
equipSlot = jetpack
equipMeshName = jetpack_base01
equipBoneName = bn_jetpack01
equipBoneName = aliasJetpack
equipPos = (0,0.21,-0.3)
equipDir = (280,0,0)
runSpeed = 0.8
Expand Down
3 changes: 1 addition & 2 deletions GameData/SurfaceExperimentPackage/Parts/SEP_Screwdriver.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ PART
stackable = true
equipSkill = RepairSkill
equipSlot = rightHand
equipMeshName = body01
equipBoneName = bn_r_mid_a01
equipBoneName = aliasRightPalm
equipPos = (0,0.03,0)
equipDir = (-90,0,0)
toolPartAttach = true
Expand Down

0 comments on commit 6903993

Please sign in to comment.