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

Commit a055905

Browse files
committed
PresetName and filename changes in Drones
Corrected filepaths
1 parent fc42ae5 commit a055905

File tree

7 files changed

+24
-30
lines changed

7 files changed

+24
-30
lines changed

Base.rte/Actors/Drones/AntiAir/AntiAirDrone.ini

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ AddEffect = AEmitter
331331

332332

333333
AddDevice = HDFirearm
334-
PresetName = Drone MG
334+
PresetName = Anti-Air Drone MG
335335
Mass = 10
336336
HitsMOs = 0
337337
GetsHitByMOs = 1
@@ -500,7 +500,7 @@ AddDevice = HDFirearm
500500

501501

502502
AddActor = Turret
503-
PresetName = Drone Turret
503+
PresetName = Anti-Air Drone Turret
504504
Mass = 0
505505
HitsMOs = 1
506506
GetsHitByMOs = 1
@@ -524,13 +524,13 @@ AddActor = Turret
524524
Y = 7
525525
DrawAfterParent = 0
526526
MountedMO = HDFirearm
527-
CopyOf = Drone MG
527+
CopyOf = Anti-Air Drone MG
528528
ParentOffset = Vector
529529
X = 0
530530
Y = 0
531531

532532
AddActor = Leg
533-
PresetName = AA Drone Leg FG
533+
PresetName = Anti-Air Drone Leg FG
534534
Mass = 10
535535
HitsMOs = 1
536536
GetsHitByMOs = 1
@@ -583,7 +583,7 @@ AddActor = Leg
583583

584584

585585
AddActor = Leg
586-
PresetName = AA Drone Leg BG
586+
PresetName = Anti-Air Drone Leg BG
587587
Mass = 10
588588
HitsMOs = 1
589589
GetsHitByMOs = 1
@@ -644,9 +644,9 @@ AddActor = ACrab
644644
GoldValue = 225
645645
HitsMOs = 1
646646
GetsHitByMOs = 1
647-
ScriptPath = Base.rte/Actors/Drones/AntiAir/AADrone.lua
647+
ScriptPath = Base.rte/Actors/Drones/AntiAir/AntiAirDrone.lua
648648
SpriteFile = ContentFile
649-
FilePath = Base.rte/Actors/Drones/AntiAir/AADrone.bmp
649+
FilePath = Base.rte/Actors/Drones/AntiAir/AntiAirDrone.bmp
650650
FrameCount = 3
651651
SpriteOffset = Vector
652652
X = -11
@@ -679,27 +679,27 @@ AddActor = ACrab
679679
Perceptiveness = 0.75
680680
CharHeight = 100
681681
Turret = Turret
682-
CopyOf = Drone Turret
682+
CopyOf = Anti-Air Drone Turret
683683
ParentOffset = Vector
684684
X = 0
685685
Y = -3
686686
LFGLeg = Leg
687-
CopyOf = AA Drone Leg FG
687+
CopyOf = Anti-Air Drone Leg FG
688688
ParentOffset = Vector
689689
X = -5
690690
Y = 1
691691
LBGLeg = Leg
692-
CopyOf = AA Drone Leg BG
692+
CopyOf = Anti-Air Drone Leg BG
693693
ParentOffset = Vector
694694
X = -5
695695
Y = 1
696696
RFGLeg = Leg
697-
CopyOf = AA Drone Leg FG
697+
CopyOf = Anti-Air Drone Leg FG
698698
ParentOffset = Vector
699699
X = 5
700700
Y = 1
701701
RBGLeg = Leg
702-
CopyOf = AA Drone Leg BG
702+
CopyOf = Anti-Air Drone Leg BG
703703
ParentOffset = Vector
704704
X = 5
705705
Y = 1
@@ -710,7 +710,7 @@ AddActor = ACrab
710710
StrideSound = Sound
711711
CopyOf = Robot Stride
712712
LStandLimbPath = LimbPath
713-
PresetName = AA Drone Stand Path Left
713+
PresetName = Anti-Air Drone Stand Path Left
714714
StartOffset = Vector
715715
X = -6
716716
Y = 6
@@ -720,7 +720,7 @@ AddActor = ACrab
720720
FastTravelSpeed = 1.8
721721
PushForce = 2200
722722
LWalkLimbPath = LimbPath
723-
PresetName = AA Drone Walk Path Left
723+
PresetName = Anti-Air Drone Walk Path Left
724724
StartOffset = Vector
725725
X = -13
726726
Y = -12
@@ -751,7 +751,7 @@ AddActor = ACrab
751751
FastTravelSpeed = 5.5
752752
PushForce = 6000
753753
LDislodgeLimbPath = LimbPath
754-
PresetName = AA Drone Dislodge Path Left
754+
PresetName = Anti-Air Drone Dislodge Path Left
755755
StartOffset = Vector
756756
X = -1
757757
Y = -10
@@ -764,24 +764,23 @@ AddActor = ACrab
764764
FastTravelSpeed = 4.5
765765
PushForce = 12000
766766
RStandLimbPath = LimbPath
767-
CopyOf = AA Drone Stand Path Left
768-
PresetName = AA Drone Stand Path Right
767+
CopyOf = Anti-Air Drone Stand Path Left
768+
PresetName = Anti-Air Drone Stand Path Right
769769
StartOffset = Vector
770770
X = 6
771771
Y = 6
772772
RWalkLimbPath = LimbPath
773773
CopyOf = AA Drone Walk Path Left
774-
PresetName = AA Drone Walk Path Right
774+
PresetName = Anti-Air Drone Walk Path Right
775775
StartOffset = Vector
776776
X = -2
777777
Y = -12
778778
RDislodgeLimbPath = LimbPath
779779
CopyOf = AA Drone Dislodge Path Left
780-
PresetName = AA Drone Dislodge Path Right
780+
PresetName = Anti-Air Drone Dislodge Path Right
781781
StartOffset = Vector
782782
X = 2
783783
Y = -10
784-
785784
AddGib = Gib
786785
GibParticle = MOSRotating
787786
CopyOf = Gib Metal Grey Small B
@@ -909,7 +908,7 @@ AddActor = ACrab
909908
910909
911910
AddEffect = MOSRotating
912-
PresetName = AA-Drone Ammo Counter
911+
PresetName = Anti-Air Drone Ammo Counter
913912
Mass = -15
914913
GoldValue = -40
915914
HitsMOs = 0
@@ -918,12 +917,7 @@ AddEffect = MOSRotating
918917
FilePath = Base.rte/Null.bmp
919918
FrameCount = 1
920919
SpriteOffset = Vector
921-
X = -1
922-
Y = -1
920+
X = 0
921+
Y = 0
923922
AtomGroup = AtomGroup
924-
AutoGenerate = 1
925-
Material = Material
926-
CopyOf = Air
927-
Resolution = 4
928-
Depth = 0
929-
DeepCheck = 0
923+
CopyOf = Atom Group Null
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Base.rte/Actors/Drones/Medic/MedicDrone.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ AddActor = ACrab
217217
GoldValue = 110
218218
HitsMOs = 1
219219
GetsHitByMOs = 1
220-
ScriptPath = Base.rte/Actors/Drones/Medic/Medic.lua
220+
ScriptPath = Base.rte/Actors/Drones/Medic/MedicDrone.lua
221221
SpriteFile = ContentFile
222222
FilePath = Base.rte/Actors/Drones/Medic/MountMobile.bmp
223223
FrameCount = 1
File renamed without changes.

0 commit comments

Comments
 (0)