This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-13
lines changed
Coalition.rte/Devices/Explosives/FragGrenade
Ronin.rte/Actors/Infantry/RoninLight Expand file tree Collapse file tree 5 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -120,12 +120,9 @@ AddLimbPath = LimbPath
120
120
AddLimbPath = LimbPath
121
121
PresetName = Human Run Path
122
122
StartOffset = Vector
123
- X = 9
123
+ X = 9.2
124
124
Y = -1
125
125
StartSegCount = 3
126
- AddSegment = Vector
127
- X = 0.2
128
- Y = 1
129
126
AddSegment = Vector
130
127
X = 0
131
128
Y = 3
@@ -134,21 +131,21 @@ AddLimbPath = LimbPath
134
131
Y = 4
135
132
AddSegment = Vector
136
133
X = 0
137
- Y = 4
134
+ Y = 5
138
135
AddSegment = Vector
139
136
X = 0
140
137
Y = 5
141
138
AddSegment = Vector
142
- X = -9
143
- Y = 1
139
+ X = -8
140
+ Y = 2
144
141
AddSegment = Vector
145
142
X = -9
146
143
Y = 1
147
144
AddSegment = Vector
148
145
X = -4
149
146
Y = 0
150
147
AddSegment = Vector
151
- X = -1
148
+ X = -2
152
149
Y = 0
153
150
AddSegment = Vector
154
151
X = 0
@@ -164,7 +161,7 @@ AddLimbPath = LimbPath
164
161
Y = -1
165
162
EndSegCount = 4
166
163
SlowTravelSpeed = 2.0
167
- NormalTravelSpeed = 4.5
164
+ NormalTravelSpeed = 4.0
168
165
FastTravelSpeed = 5.0
169
166
PushForce = 9000
170
167
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ AddDevice = TDExplosive
117
117
DeepCheck = 0
118
118
JointStrength = 100
119
119
JointStiffness = 0.5
120
- DrawAfterParent = 1
120
+ DrawAfterParent = 0
121
121
GibSound = SoundContainer
122
122
CopyOf = Bone Crack
123
123
StanceOffset = Vector
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ AddEffect = Attachable
9
9
AirResistance = 0.05
10
10
HitsMOs = 0
11
11
GetsHitByMOs = 0
12
+ DeleteWhenRemovedFromParent = 1
12
13
ScriptPath = Ronin.rte/Actors/Infantry/RoninLight/Hair.lua
13
14
SpriteFile = ContentFile
14
15
FilePath = Ronin.rte/Actors/Infantry/RoninLight/HairBlonde.png
@@ -41,6 +42,7 @@ AddEffect = Attachable
41
42
AirResistance = 0.05
42
43
HitsMOs = 0
43
44
GetsHitByMOs = 0
45
+ DeleteWhenRemovedFromParent = 1
44
46
ScriptPath = Ronin.rte/Actors/Infantry/RoninLight/Hair.lua
45
47
SpriteFile = ContentFile
46
48
FilePath = Ronin.rte/Actors/Infantry/RoninLight/HairBlack.png
Original file line number Diff line number Diff line change @@ -761,7 +761,7 @@ AddActor = Leg
761
761
JointOffset = Vector
762
762
X = -3
763
763
Y = 1
764
- DrawAfterParent = 0
764
+ DrawAfterParent = 1
765
765
Foot = Attachable
766
766
CopyOf = Skeleton FG Foot
767
767
ParentOffset = Vector
Original file line number Diff line number Diff line change @@ -941,7 +941,7 @@ AddActor = Leg
941
941
JointOffset = Vector
942
942
X = -3
943
943
Y = 1
944
- DrawAfterParent = 0
944
+ DrawAfterParent = 1
945
945
Foot = Attachable
946
946
CopyOf = Zombie Foot FG A
947
947
ParentOffset = Vector
@@ -1105,7 +1105,7 @@ AddEffect = Leg
1105
1105
JointOffset = Vector
1106
1106
X = -3
1107
1107
Y = 1
1108
- DrawAfterParent = 0
1108
+ DrawAfterParent = 1
1109
1109
Foot = Attachable
1110
1110
CopyOf = Zombie Foot FG A
1111
1111
ParentOffset = Vector
You can’t perform that action at this time.
0 commit comments