Jump to content

Need Help with Module Manager Patch (RESOLVED, Apparrently I'm not that Observant)


Recommended Posts

I'm having trouble diagnosing an issue with one of my Module Manager patches. MM seems to parse it without warning or errors, yet nothing from the patch actually executes. As a result, none of the changes I want to make are actually made. I've gone through and checked everything I can think of and still can't solve the problem, so now i'm asking for help.

Patch is here ( Note that "description" entries are temporary and meant to show me whether the patch is being applied and that the question marks (?) in the @PART entries are there in place of special characters contained in the part names themselves):

 

ModuleManager.log is here (KSP.log can also be posted, but it's significantly longer):

 

So when did pastebin get so restrictive on the size of things free users could paste...

Edited by Einarr
Link to comment
Share on other sites

2 minutes ago, Einarr said:

Yes, I've tried using the special characters in the names of parts in place of the ? and I get the same problem.

because if nothing in the patch is working - then odds are either you don't have MM installed (looks like you do) or the :NEEDS isn't being met.

have you tried without anything past the @PART[] (so comment out the :NEEDS[]:FINAL)?

have you tried with a comma (,) instead of the ampersand (&) in the :NEEDS?

Link to comment
Share on other sites

I've seen in the MM logs where NEEDS aren't met with other patches and it makes a note of it. No such log entries exist for my patch. I'm going to remove the NEEDS and keep the FINAL (in an attempt to ensure they patch in the correct order).

Link to comment
Share on other sites

So, more testing was done. I copied one of the @PART {} blocks and added a :NEEDS[HellToFreezeOver] soley to see if MM would show an entry indicating that that particular :NEEDS could not be met...no such log entry appeared... It's as though it refuses to even parse/process the patch at all...

And now I notice my fatal flaw... Notepad++ seems to have saved the patch file with a .txt. extension...even though I remember telling it to save as a .cfg...we'll be right back after this next KSP reload... :facedesk:

Link to comment
Share on other sites

Yeah, surprise surprise...having the correct file extension fixed the problem entirely...wonder how I missed something so easy for a day and a half...

 

PSA for people making MM patches: Ensure your patch file's extension is .cfg !

Link to comment
Share on other sites

4 hours ago, Einarr said:

Yeah, surprise surprise...having the correct file extension fixed the problem entirely...wonder how I missed something so easy for a day and a half...

 

PSA for people making MM patches: Ensure your patch file's extension is .cfg !

been there, done that.

was wondering, but how does one ask (is it saved as a .cfg file) without sounding condescending? Like tech support asking if it is plugged into an electrical outlet and is there power... :P

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...