Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 4922ba8

Browse files
GacyrGacyr
authored andcommitted
Changed dreadnought weapon gib impulse limit to 0 cause it's less wonky
Tweaked dropship joint strengths and gib impulse limits. Even though the emitter issue was fixed, these things are still wonky cause of their emission definitions, so they need real high joint strengths for total safety
1 parent 22a562e commit 4922ba8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Base.rte/Craft/Dropships/DropshipMK1.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ AddEffect = AEmitter
815815
JointOffset = Vector
816816
X = 17
817817
Y = 0
818-
JointStrength = 4500
818+
JointStrength = 4800
819819
JointStiffness = 1.0
820820
DrawAfterParent = 1
821821
EntryWound = AEmitter
@@ -1055,7 +1055,7 @@ AddEffect = AEmitter
10551055
Resolution = 7
10561056
Depth = 4
10571057
DeepCheck = 0
1058-
JointStrength = 4500
1058+
JointStrength = 4800
10591059
JointStiffness = 1.0
10601060
JointOffset = Vector
10611061
X = -16

Dummy.rte/Actors/Mecha/Dreadnought/Dreadnought.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ AddDevice = HDFirearm
294294
EjectionOffset = Vector
295295
X = -5
296296
Y = 4
297-
GibImpulseLimit = 1000
297+
GibImpulseLimit = 0
298298
GibWoundLimit = 8
299299
// GibSound = SoundContainer
300300
// CopyOf = Bone Crack

Dummy.rte/Craft/Dropships/Dropship.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ AddEffect = AEmitter
714714
JointOffset = Vector
715715
X = 0
716716
Y = -14
717-
JointStrength = 2000
717+
JointStrength = 4800
718718
JointStiffness = 1.0
719719
DrawAfterParent = 0
720720
EntryWound = AEmitter
@@ -765,7 +765,7 @@ AddEffect = AEmitter
765765
Flash = Attachable
766766
CopyOf = Jet Flame A
767767
FlashOnlyOnBurst = 0
768-
GibImpulseLimit = 2500
768+
GibImpulseLimit = 5000
769769
GibWoundLimit = 20
770770
GibSound = SoundContainer
771771
CopyOf = Crash Woosh
@@ -873,7 +873,7 @@ AddEffect = AEmitter
873873
JointOffset = Vector
874874
X = 0
875875
Y = -14
876-
JointStrength = 2000
876+
JointStrength = 4800
877877
JointStiffness = 1.0
878878
DrawAfterParent = 0
879879
EntryWound = AEmitter
@@ -924,7 +924,7 @@ AddEffect = AEmitter
924924
Flash = Attachable
925925
CopyOf = Jet Flame A
926926
FlashOnlyOnBurst = 0
927-
GibImpulseLimit = 2500
927+
GibImpulseLimit = 5000
928928
GibWoundLimit = 20
929929
GibSound = SoundContainer
930930
CopyOf = Crash Woosh

0 commit comments

Comments
 (0)