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

Commit 9fedeb2

Browse files
committed
Further door-related edits
1 parent b91b3bf commit 9fedeb2

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

Base.rte/Devices/Explosives/RemoteExplosive/RemoteExplosive.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ AddAmmo = AEmitter
1818
CopyOf = Grenade Fragment Yellow
1919
PresetName = Remote Explosive Door Buster
2020
LifeTime = 10
21-
BurstSize = 75
21+
BurstSize = 50
2222
Spread = 1.57
2323
MaxVelocity = 125
2424
MinVelocity = 100
2525
AddEmission = Emission
2626
EmittedParticle = MOPixel
2727
CopyOf = Air Blast Short
28-
BurstSize = 75
28+
BurstSize = 50
2929
Spread = 1.57
3030
MaxVelocity = 125
3131
MinVelocity = 100
@@ -172,14 +172,14 @@ AddMOSRotating = MOSRotating
172172
AddGib = Gib
173173
GibParticle = MOPixel
174174
CopyOf = Remote Explosive Door Buster
175-
Count = 75
175+
Count = 50
176176
Spread = 3.14
177177
MaxVelocity = 125
178178
MinVelocity = 100
179179
AddGib = Gib
180180
GibParticle = MOPixel
181181
CopyOf = Air Blast Short
182-
Count = 75
182+
Count = 50
183183
Spread = 3.14
184184
MaxVelocity = 125
185185
MinVelocity = 100

Base.rte/Effects/Wounds.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,7 @@ AddEffect = AEmitter
915915
PresetName = Dent Metal Door
916916
BurstSound = SoundContainer
917917
CopyOf = Metal Door Impact
918+
BurstDamage = 0.3
918919

919920

920921
AddEffect = AEmitter

Base.rte/Materials.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,12 +915,11 @@ AddMaterial = Material
915915
PresetName = Door Metal
916916
Bounce = 0.1
917917
Friction = 0.9
918-
StructuralIntegrity = 350
918+
StructuralIntegrity = 300
919919
DensityKGPerVolumeL = 8.5
920920
GibImpulseLimitPerVolumeL = 15
921921
GibWoundLimitPerVolumeL = 0.1
922922
Priority = 10
923-
SettleMaterial = 182
924923
Color = Color
925924
R = 185
926925
G = 195

Base.rte/Scenes/Objects/Bunkers/BunkerSystems/Doors/Doors.ini

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ AddEffect = MOSRotating
257257
AddEffect = Attachable
258258
PresetName = Door Slide Short A
259259
PinStrength = 2000
260+
RestThreshold = 10000
260261
Mass = 163.02
261262
HitsMOs = 1
262263
GetsHitByMOs = 1
@@ -292,7 +293,7 @@ AddEffect = Attachable
292293
Y = 0
293294
DrawAfterParent = 1
294295
GibImpulseLimit = 9000
295-
GibWoundLimit = 100
296+
GibWoundLimit = 200
296297
GibSound = SoundContainer
297298
CopyOf = Metal Door Gib
298299
AddGib = Gib
@@ -411,6 +412,7 @@ AddEffect = Attachable
411412
AddEffect = Attachable
412413
PresetName = Door Rotate Short A
413414
PinStrength = 2000
415+
RestThreshold = 10000
414416
Mass = 245.35
415417
HitsMOs = 1
416418
GetsHitByMOs = 1
@@ -446,7 +448,7 @@ AddEffect = Attachable
446448
Y = 0
447449
DrawAfterParent = 0
448450
GibImpulseLimit = 12000
449-
GibWoundLimit = 100
451+
GibWoundLimit = 200
450452
GibSound = SoundContainer
451453
CopyOf = Metal Door Gib
452454
AddGib = Gib
@@ -554,6 +556,7 @@ AddEffect = Attachable
554556
AddEffect = Attachable
555557
PresetName = Door Slide Long A
556558
PinStrength = 3000
559+
RestThreshold = 10000
557560
Mass = 466.75
558561
HitsMOs = 1
559562
GetsHitByMOs = 1
@@ -589,7 +592,7 @@ AddEffect = Attachable
589592
Y = 0
590593
DrawAfterParent = 0
591594
GibImpulseLimit = 14000
592-
GibWoundLimit = 200
595+
GibWoundLimit = 400
593596
GibSound = SoundContainer
594597
CopyOf = Metal Door Gib
595598
AddGib = Gib
@@ -706,6 +709,7 @@ AddEffect = Attachable
706709
AddEffect = Attachable
707710
PresetName = Door Rotate Long A
708711
PinStrength = 3000
712+
RestThreshold = 10000
709713
Mass = 956.46
710714
HitsMOs = 1
711715
GetsHitByMOs = 1
@@ -741,7 +745,7 @@ AddEffect = Attachable
741745
Y = 0
742746
DrawAfterParent = 0
743747
GibImpulseLimit = 18000
744-
GibWoundLimit = 200
748+
GibWoundLimit = 400
745749
GibSound = SoundContainer
746750
CopyOf = Metal Door Gib
747751
AddGib = Gib

0 commit comments

Comments
 (0)