Skip to content

Commit

Permalink
Fix to dshp, Re-adjust transport inside transport problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnqbob committed Oct 11, 2023
1 parent 0929912 commit def9d66
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
Binary file modified mods/sp/bits/gdi/vehicles/dshp2.shp
Binary file not shown.
8 changes: 4 additions & 4 deletions mods/sp/rules/aircraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,15 +206,15 @@ DSHP:
Health:
HP: 20000
Cargo:
Types: Infantry, Vehicle
MaxWeight: 12
Types: Infantry, Vehicle, Apc, Transport
MaxWeight: 15
AfterLoadDelay: 0
BeforeUnloadDelay: 0
AfterUnloadDelay: 0
UnloadVoice: Move
OwnerChangedAffectsPassengers: false
Selectable:
Bounds: 2709,3135,0,-1423
Bounds: 3009,3335,0,-923
SpawnActorOnDeath:
Actor: DSHP.Husk
RequiresCondition: airborne
Expand Down Expand Up @@ -1317,7 +1317,7 @@ SCRTRANS:
BuildDuration: 375
BuildDurationModifier: 100
Cargo:
Types: Infantry, Vehicle
Types: Infantry, Vehicle, Apc
MaxWeight: 10
AfterLoadDelay: 0
BeforeUnloadDelay: 0
Expand Down
4 changes: 4 additions & 0 deletions mods/sp/rules/structures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,16 @@ GTDROP:
Produces: Vehicle.Shared, Mammoth
ActorType: dshp.high
ReadyAudio: UnitReady
BaselineSpawn: true
Facing: 128
PauseOnCondition: disabled || empdisable
RequiresCondition: !multiqueue
ProductionAirdrop:
Produces: Vehicle.MammothMkII, Mammoth
ActorType: dshp.high
ReadyAudio: UnitReady
BaselineSpawn: true
Facing: 128
PauseOnCondition: disabled || empdisable
RequiresCondition: multiqueue
ProductionQueue@Vehicle:
Expand Down
5 changes: 3 additions & 2 deletions mods/sp/rules/vehicles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3119,15 +3119,16 @@ CABAPC:
Armor:
Type: Light
Cargo:
Types: Infantry, Vehicle
Types: Infantry, Vehicle, Apc
MaxWeight: 12
AfterLoadDelay: 0
BeforeUnloadDelay: 0
AfterUnloadDelay: 0
UnloadVoice: Move
OwnerChangedAffectsPassengers: false
Passenger:
CargoType: Apc
CargoType: Transport
Weight: 12
SelectionDecorations:
Selectable:
Bounds: 2111, 3016, 0, -603
Expand Down

0 comments on commit def9d66

Please sign in to comment.