This commit is contained in:
Gabe Venberg 2026-03-28 14:33:43 +01:00
parent 4b45cf2f9b
commit 8b5c2f34df
4 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
//sometimes I want to use a probe core for the looks, but want to have SAS for my KOS scripts to use. //sometimes I want to use a probe core for the looks, but want to have SAS for my KOS scripts to use.
//uncommoent lines to switch between adding SAS to all command cores, or just cores with some SAS in the first place. //uncomment lines to switch between adding SAS to all command cores, or just cores with some SAS in the first place.
//@PART[*]:HAS[@MODULE[ModuleCommand]]:FINAL //@PART[*]:HAS[@MODULE[ModuleCommand]]:FINAL
@PART[*]:HAS[@MODULE[ModuleSAS]]:FINAL @PART[*]:HAS[@MODULE[ModuleSAS]]:FINAL
{ {

View file

@ -1,4 +1,4 @@
//remove the redundant (and less featureful) stock docking rotation when dockrotate is on a part //remove the redundant (and less featurefull) stock docking rotation when dockrotate is on a part
@PART[*]:HAS[@MODULE[ModuleDockRotate]]:FINAL @PART[*]:HAS[@MODULE[ModuleDockRotate]]:FINAL
{ {
@MODULE[ModuleDockingNode] @MODULE[ModuleDockingNode]

View file

@ -1 +1 @@
all patches in this folder are optionall. delete them if you are not intrested. patches should not rely on one another, so dont be afraid to remove them at will. all patches in this folder are optional. delete them if you are not intrested. patches should not rely on one another, so dont be afraid to remove them at will.