KerbalKore / CWPT

Cold War Progression
GNU General Public License v3.0
1 stars 4 forks source link

Config Organization #2

Closed DeltaDizzy closed 4 years ago

DeltaDizzy commented 4 years ago

In ProceduralFairings.cfg there are utility patches next to part patches next to part declarations, all kind of thrown together in a mess. If they don't get separated out, it would be good to at least document/organize the contents of configs. (If not the locations too)

KerbalKore commented 4 years ago

I would recommend ceasing the use of Yonge and making a patch for each supported mod.

KerbalKore commented 4 years ago

Folder structure ex: CWPT-> ModSupport-> ModA-> PatchA PatchB ModB-> PatchA PatchB

DeltaDizzy commented 4 years ago

so that would be this?

CWPT
  ModSupport
    ModA
      PatchA
      PatchB
    ModB
      PatchA
      PatchB
KerbalKore commented 4 years ago

that way we have less dependencies.

KerbalKore commented 4 years ago

Since this is being implemented, closing this issue.