KSPModdingLibs / KSPCommunityPartModules

A selection of community made part modules for other mods to use.
MIT License
1 stars 0 forks source link

Add ModuleDepthMask #4

Closed SofieBrink closed 1 week ago

SofieBrink commented 1 month ago

consolidate the depthmask module from Restock

SofieBrink commented 2 weeks ago
Usage of ModuleDepthMask by github repo + which distribution is used: Mod Repo Distro Used
KSP-RO/ROCapsules KSP-DepthMask
StoneblUE/OPT-Streamlined KSP-DepthMask
kingnoob1377/Stock_DepthMask_Config KSP-DepthMask
JadeOfMaar/RationalResources Restock
SieraHotel84/RP-1 KSP-DepthMask
Contares/CSA_Contares_CORE KSP-DepthMask
rogerwang86/SPOCK KSP-DepthMask
Angels-125/FlyingSaucers Restock
Angels-125/Mk-33 KSP-DepthMask
Angels-125/Mk-33 Restock
DasSkelett/RealismOverhaul Restock
post-kerbin-mining-corporation/NearFutureLaunchVehicles Restock
KSP-Realistic-Revamp/RP-0 KSP-DepthMask
Rodg88/BumbleBee Restock
zer0Kerbal/Pteron Restock
CobaltWolf/Bluedog-Design-Burea BDB
TundraMods/Tundra-Exploration Tundra
PorktoberRevolution/Restocked Restock
JadeOfMaar/KARE KSP-DepthMask

Official Permission: image

SofieBrink commented 2 weeks ago

Regex to find all this: /name\s=\s(?:[Mm]odule.[Dd]epth[Mm]ask|[Dd]epth.[Mm]ask.[Mm]odule)/ (path:.cs OR path:*.cfg)

SofieBrink commented 2 weeks ago

BDB and tundra will be very easy to get rid of as they're only used in their own repo, Restock will be a tad bit more difficult, it might be worth looking into if simply including KSP-DepthMask as a submodule of sorts might be better than requiring all the existing implementations to change over. that way there'd still be one consolidated source.