GV-Server-Mods / GVK-Settings

1 stars 1 forks source link

Buff remaining cockpits and RC blocks #183

Closed Blaylock1988 closed 2 years ago

Blaylock1988 commented 2 years ago

LargeBlockRemoteControl SmallBlockRemoteControl LargeBlockCockpit LargeBlockCockpitSeat SmallBlockCockpit DBSmallBlockFighterCockpit CockpitOpen RoverCockpit OpenCockpitSmall OpenCockpitLarge SmallBlockCockpitIndustrial LargeBlockCockpitIndustrial BuggyCockpit SmallBlockStandingCockpit LargeBlockStandingCockpit

Criteria was: $block.EnableShipControl -eq "true"

There are a bunch more cockpits like the Toilets and Passenger Seats but I figured you'd want to exclude those. Be aware: Remote Controls are of main TypeID RemoteControl, not Cockpit:

TypeId SubtypeId


RemoteControl LargeBlockRemoteControl RemoteControl SmallBlockRemoteControl Cockpit LargeBlockCockpit Cockpit LargeBlockCockpitSeat Cockpit SmallBlockCockpit Cockpit DBSmallBlockFighterCockpit Cockpit CockpitOpen Cockpit RoverCockpit Cockpit OpenCockpitSmall Cockpit OpenCockpitLarge Cockpit SmallBlockCockpitIndustrial Cockpit LargeBlockCockpitIndustrial Cockpit BuggyCockpit Cockpit SmallBlockStandingCockpit Cockpit LargeBlockStandingCockpit

Blaylock1988 commented 2 years ago

Also did timers