mirror of
https://github.com/HaodongMo/ARC-9.git
synced 2025-03-03 18:52:58 -05:00
less stiff charms (someone forgot to uncomment everything in qc)
This commit is contained in:
parent
a00428d835
commit
efe396f087
@ -32,11 +32,11 @@ $jigglebone "ring1"
|
||||
is_rigid
|
||||
{
|
||||
length 20
|
||||
tip_mass 1111
|
||||
tip_mass 555
|
||||
yaw_constraint -70 70
|
||||
yaw_friction 5
|
||||
yaw_friction 1
|
||||
pitch_constraint 0 70
|
||||
pitch_friction 5
|
||||
pitch_friction 1
|
||||
// angle_constraint 90
|
||||
// angle_constraint 60
|
||||
// pitch_stiffness 100
|
||||
@ -48,51 +48,51 @@ $jigglebone "ring1"
|
||||
// angle_constraint 15
|
||||
}
|
||||
}
|
||||
// $jigglebone "chain1"
|
||||
// {
|
||||
// is_flexible
|
||||
// {
|
||||
// length 20
|
||||
// tip_mass 20
|
||||
// pitch_stiffness 100
|
||||
// pitch_damping 2
|
||||
// yaw_stiffness 100
|
||||
// yaw_damping 3
|
||||
// along_stiffness 100
|
||||
// along_damping 0
|
||||
// angle_constraint 15
|
||||
// }
|
||||
// }
|
||||
// $jigglebone "chain3"
|
||||
// {
|
||||
// is_flexible
|
||||
// {
|
||||
// length 20
|
||||
// tip_mass 20
|
||||
// pitch_stiffness 100
|
||||
// pitch_damping 2
|
||||
// yaw_stiffness 100
|
||||
// yaw_damping 3
|
||||
// along_stiffness 100
|
||||
// along_damping 0
|
||||
// angle_constraint 15
|
||||
// }
|
||||
// }
|
||||
// $jigglebone "ring3"
|
||||
// {
|
||||
// is_flexible
|
||||
// {
|
||||
// length 20
|
||||
// tip_mass 20
|
||||
// pitch_stiffness 100
|
||||
// pitch_damping 2
|
||||
// yaw_stiffness 100
|
||||
// yaw_damping 3
|
||||
// along_stiffness 100
|
||||
// along_damping 0
|
||||
// angle_constraint 15
|
||||
// }
|
||||
// }
|
||||
$jigglebone "chain1"
|
||||
{
|
||||
is_flexible
|
||||
{
|
||||
length 20
|
||||
tip_mass 122
|
||||
pitch_stiffness 100
|
||||
pitch_damping 2
|
||||
yaw_stiffness 100
|
||||
yaw_damping 3
|
||||
along_stiffness 100
|
||||
along_damping 0
|
||||
angle_constraint 15
|
||||
}
|
||||
}
|
||||
$jigglebone "chain3"
|
||||
{
|
||||
is_flexible
|
||||
{
|
||||
length 20
|
||||
tip_mass 122
|
||||
pitch_stiffness 100
|
||||
pitch_damping 2
|
||||
yaw_stiffness 100
|
||||
yaw_damping 3
|
||||
along_stiffness 100
|
||||
along_damping 0
|
||||
angle_constraint 15
|
||||
}
|
||||
}
|
||||
$jigglebone "ring3"
|
||||
{
|
||||
is_flexible
|
||||
{
|
||||
length 20
|
||||
tip_mass 666
|
||||
pitch_stiffness 100
|
||||
pitch_damping 2
|
||||
yaw_stiffness 100
|
||||
yaw_damping 3
|
||||
along_stiffness 100
|
||||
along_damping 0
|
||||
angle_constraint 15
|
||||
}
|
||||
}
|
||||
|
||||
$attachment "Charm" "ring3" 0.00 0.00 0.12 rotate 0 -70 90
|
||||
|
||||
|
@ -192,7 +192,7 @@ local function enterfolder(self, scroll, slottbl, fname)
|
||||
enterfolder(self, scroll, slottbl, self2.folder)
|
||||
surface.PlaySound(foldersound)
|
||||
end
|
||||
if kc == MOUSE_RIGHT then
|
||||
if kc == MOUSE_RIGHT then -- randomizing attachments from folder!
|
||||
local randompool = {}
|
||||
|
||||
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 self2:IsHovered() then
|
||||
self.CustomizeHints["customize.hint.select"] = "customize.hint.select"
|
||||
-- self.CustomizeHints["customize.hint.deselect"] = "customize.hint.randomize"
|
||||
self.CustomizeHints["customize.hint.deselect"] = "customize.hint.randomize"
|
||||
end
|
||||
end
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user