less stiff charms (someone forgot to uncomment everything in qc)

This commit is contained in:
Darsu 2023-10-08 19:47:19 +07:00
parent a00428d835
commit efe396f087
7 changed files with 50 additions and 51 deletions

View File

@ -32,11 +32,11 @@ $jigglebone "ring1"
is_rigid is_rigid
{ {
length 20 length 20
tip_mass 1111 tip_mass 555
yaw_constraint -70 70 yaw_constraint -70 70
yaw_friction 5 yaw_friction 1
pitch_constraint 0 70 pitch_constraint 0 70
pitch_friction 5 pitch_friction 1
// angle_constraint 90 // angle_constraint 90
// angle_constraint 60 // angle_constraint 60
// pitch_stiffness 100 // pitch_stiffness 100
@ -48,51 +48,51 @@ $jigglebone "ring1"
// angle_constraint 15 // angle_constraint 15
} }
} }
// $jigglebone "chain1" $jigglebone "chain1"
// { {
// is_flexible is_flexible
// { {
// length 20 length 20
// tip_mass 20 tip_mass 122
// pitch_stiffness 100 pitch_stiffness 100
// pitch_damping 2 pitch_damping 2
// yaw_stiffness 100 yaw_stiffness 100
// yaw_damping 3 yaw_damping 3
// along_stiffness 100 along_stiffness 100
// along_damping 0 along_damping 0
// angle_constraint 15 angle_constraint 15
// } }
// } }
// $jigglebone "chain3" $jigglebone "chain3"
// { {
// is_flexible is_flexible
// { {
// length 20 length 20
// tip_mass 20 tip_mass 122
// pitch_stiffness 100 pitch_stiffness 100
// pitch_damping 2 pitch_damping 2
// yaw_stiffness 100 yaw_stiffness 100
// yaw_damping 3 yaw_damping 3
// along_stiffness 100 along_stiffness 100
// along_damping 0 along_damping 0
// angle_constraint 15 angle_constraint 15
// } }
// } }
// $jigglebone "ring3" $jigglebone "ring3"
// { {
// is_flexible is_flexible
// { {
// length 20 length 20
// tip_mass 20 tip_mass 666
// pitch_stiffness 100 pitch_stiffness 100
// pitch_damping 2 pitch_damping 2
// yaw_stiffness 100 yaw_stiffness 100
// yaw_damping 3 yaw_damping 3
// along_stiffness 100 along_stiffness 100
// along_damping 0 along_damping 0
// angle_constraint 15 angle_constraint 15
// } }
// } }
$attachment "Charm" "ring3" 0.00 0.00 0.12 rotate 0 -70 90 $attachment "Charm" "ring3" 0.00 0.00 0.12 rotate 0 -70 90

View File

@ -192,7 +192,7 @@ local function enterfolder(self, scroll, slottbl, fname)
enterfolder(self, scroll, slottbl, self2.folder) enterfolder(self, scroll, slottbl, self2.folder)
surface.PlaySound(foldersound) surface.PlaySound(foldersound)
end end
if kc == MOUSE_RIGHT then if kc == MOUSE_RIGHT then -- randomizing attachments from folder!
local randompool = {} local randompool = {}
for _, v in ipairs(self.BottomBarAtts) do for _, v in ipairs(self.BottomBarAtts) do
@ -221,7 +221,6 @@ local function enterfolder(self, scroll, slottbl, fname)
if !IsValid(self) then return end if !IsValid(self) then return end
if self2:IsHovered() then if self2:IsHovered() then
self.CustomizeHints["customize.hint.select"] = "customize.hint.select" self.CustomizeHints["customize.hint.select"] = "customize.hint.select"
-- self.CustomizeHints["customize.hint.deselect"] = "customize.hint.randomize"
self.CustomizeHints["customize.hint.deselect"] = "customize.hint.randomize" self.CustomizeHints["customize.hint.deselect"] = "customize.hint.randomize"
end end
end end

Binary file not shown.

Binary file not shown.