net-lisias-ksp / KSP-Recall

Recall for KSP blunders, screw ups and borks.
GNU General Public License v2.0
25 stars 2 forks source link

2 MM Errors with newest version #59

Closed sevy2011 closed 1 year ago

sevy2011 commented 1 year ago

just installed newest version on KSP 1.12.5 via CKAN Module Manager throws 2 errors on load:

Error - node name does not have balanced brackets (or a space - if so replace with ?):
999_KSP-Recall/patches/attached-on-editor/@PART[*]:HAS[![MODULE[ModuleB9PartSwitch],!MODULE[ProceduralPart],!MODULE[WingProcedural],!MODULE[ModuleAsteroid],!MODULE[ModuleComet],!MODULE[KerbalEVA]]:LAST[KSPRECALL-ATTACHED-ON-EDITOR]:NEEDS[TweakScale]

Error - node name does not have balanced brackets (or a space - if so replace with ?):
999_KSP-Recall/patches/resourceful/@PART[*]:HAS[![MODULE[ModuleB9PartSwitch],!MODULE[ModuleCargoPart],!MODULE[ModuleAsteroid],!MODULE[ModuleComet],!MODULE[KerbalEVA]]:NEEDS[KSPRECALL-RESOURCEFUL]

fixed respectivly =>

@PART[*]:HAS[!MODULE[ModuleB9PartSwitch],!MODULE[ProceduralPart],!MODULE[WingProcedural],!MODULE[ModuleAsteroid],!MODULE[ModuleComet],!MODULE[KerbalEVA]]:LAST[KSPRECALL-ATTACHED-ON-EDITOR]:NEEDS[TweakScale]

@PART[*]:HAS[!MODULE[ModuleB9PartSwitch],!MODULE[ModuleCargoPart],!MODULE[ModuleAsteroid],!MODULE[ModuleComet],!MODULE[KerbalEVA]]:NEEDS[KSPRECALL-RESOURCEFUL]
Lisias commented 1 year ago

AAARGH!!! I uploaded the wrong file! Sorry, I'm reuploading the right ones where due!