Jump to content

[1.8.x-1.12.x] Module Manager 4.2.3 (July 03th 2023) - Fireworks season


sarbian

Recommended Posts

you should also put a warning letting people know that updating to your latest micro update, will unresearch all your tech tree....

Thanks for the warning.

I've only seen it happen once, after I accidentally reloaded the database while trying to hide the buttons. Fixed it with Research Them All.

It is the database reload that causes this, which is a stock KSP function (it is on the debug menu), and nothing to to with MM, which just puts up a button that people might see.

And just to be clear, even if you do not have MM installed, and you go into debug and hit the button, it trashes your research tree stuff.

Link to comment
Share on other sites

It is the database reload that causes this, which is a stock KSP function (it is on the debug menu), and nothing to to with MM, which just puts up a button that people might see.

And just to be clear, even if you do not have MM installed, and you go into debug and hit the button, it trashes your research tree stuff.

From what I understand, reloading the database from the KSP debug menu doesn't reapply MM patches, while reloading from MM's button does reapply patches. Hooking the reload and reapplying patches is why the button is part of MM.

Link to comment
Share on other sites

From what I understand, reloading the database from the KSP debug menu doesn't reapply MM patches, while reloading from MM's button does reapply patches. Hooking the reload and reapplying patches is why the button is part of MM.

My point was more related to the fact that the error the poster was reporting with the tech research being nuked was a core game function, not anything added by MM, and therfore not really anything fixable by MM.

Link to comment
Share on other sites

Thanks for this, it's a great tool!

Now, I browsed the entire thread and couldn't find an answer, but I did so at 3 am so maybe I skipped it or something, anyways, is there a way to apply a

@PART[*]

{

stuff

}

but limiting the search scope to a single folder? Like a mod's folder or the squad folder as to avoid changing other stuff that I don't want to change and/or avoid having to change every part manually. Thanks in advance.

Link to comment
Share on other sites

Hi all,

I already made some quite good changes with a MM file.

I believe that has already been asked many times before, but looks like I'm too blind to find it.


@PART[batteryBankLarge]
{
@node_stack_top = 0.0, 0.125, 0.0, 0.0, 1.0, 0.0, 2
@node_stack_bottom = 0.0, -0.125, 0.0, 0.0, 1.0, 0.0, 2
}

I tested the position before in the original file, and it was ok, but I was not really happy with doing it in the file.

MM reported to apply the changes, but currently It looked like nothing changed.

Can anyone assist?

Link to comment
Share on other sites

Hi all,

I already made some quite good changes with a MM file.

I believe that has already been asked many times before, but looks like I'm too blind to find it.


@PART[batteryBankLarge]
{
@node_stack_top = 0.0, 0.125, 0.0, 0.0, 1.0, 0.0, 2
@node_stack_bottom = 0.0, -0.125, 0.0, 0.0, 1.0, 0.0, 2
}

I tested the position before in the original file, and it was ok, but I was not really happy with doing it in the file.

MM reported to apply the changes, but currently It looked like nothing changed.

Can anyone assist?

Please confirm, your code above is what you're trying to apply and it doesn't look like it's working?

Those nodes are identical to what's already in the large battery bank config file. You didn't make any net changes. It's the same thing...

Link to comment
Share on other sites

There seem to be a 2.2.2 version of ModuleManager in RemoteTech Dev version 49. Is this a legit version, or could it break all the mods using it?

2.2.2 is a real release. Just isn't in the first post yet, but it's in the thread a few pages back. Biggest change is hiding the GUI until you do alt+shift+F11.

Link to comment
Share on other sites

Please confirm, your code above is what you're trying to apply and it doesn't look like it's working?

Those nodes are identical to what's already in the large battery bank config file. You didn't make any net changes. It's the same thing...

The last time I looked into the original large battery bank the position was 0, 0.14, 0

, but I will check it, and report asap.

Link to comment
Share on other sites

I'm sorry if this has been addressed before, but there are 127 pages and so many hours in the day. Is this text overlapping a known problem? If so, is there a known fix?

EJRGdaq.jpg

I have a lot of mods installed but to my knowledge, MM is the only one that writes on the loading screen. I also have version checker and API extensions installed. Is one of these trying to write in the same area?

Link to comment
Share on other sites

I'm sorry if this has been addressed before, but there are 127 pages and so many hours in the day. Is this text overlapping a known problem? If so, is there a known fix?

http://i.imgur.com/EJRGdaq.jpg

I have a lot of mods installed but to my knowledge, MM is the only one that writes on the loading screen. I also have version checker and API extensions installed. Is one of these trying to write in the same area?

Check to see if you have more then 1 ModuleManager *.*.* installed ----- ( you need just 1 )

Link to comment
Share on other sites

Hey there,

Not sure why, but MM causes my center of mass to displace to the front of the ship. When adding new parts, the CoM barely moves. Removing MM fixes this, but my engines wont work at all. Is this a bug or am I doing something wrong?

Link to comment
Share on other sites

Hey there,

Not sure why, but MM causes my center of mass to displace to the front of the ship. When adding new parts, the CoM barely moves. Removing MM fixes this, but my engines wont work at all. Is this a bug or am I doing something wrong?

No, Module Manager is NOT causing your center of mass to move at all.

A Module Manager PATCH (used by one of your mods) might be doing that but Module Manager itself only runs ONE time, when the game first starts up. What it does it apply patches supplied by various mods, or even potentially written by yourself.

And then it shuts itself down and pretty much does nothing at all. If the database is reloaded from the debug menu then it will try to apply patches again, but that's it.

Link to comment
Share on other sites

over the last couple of days my save got more and more unstable and now it won't work at all, I can get to the space center but as soon as I try to load a vessel the game crashes.

Looking through the log I found this and wondered if it was connected

InvalidProgramException: Assembly: ModuleManager.2.2.1 at location: E:\Kerbal Space Program\GameData\ModuleManager.2.2.1.dll is not in the expected assembly. Code has been copied and this will cause problems.

at ModuleManager.SaveGameFixer.RunTypeElection (System.Type targetCls, System.String assemName) [0x00000] in <filename unknown>:0

at ModuleManager.SaveGameFixer.Awake () [0x00000] in <filename unknown>:0

UnityEngine.Debug:Internal_LogException(Exception, Object)

UnityEngine.Debug:LogException(Exception)

ModuleManager.SaveGameFixer:Awake()

UnityEngine.GameObject:Internal_AddComponentWithType(Type)

UnityEngine.GameObject:AddComponent(Type)

AddonLoader:StartAddon(LoadedAssembly, Type, KSPAddon, Startup)

AddonLoader:StartAddons(Startup)

AddonLoader:OnLevelWasLoaded(Int32)

Link to comment
Share on other sites

I doubt it's related to your stability problem but I'll try to build a version without the SaveGameFixer class tonight, before leaving on vacation.

How people can complain about this community I don't know, that's really good of you

If you can that's great but don't worry about it too much, enjoy your vacation

Thanks Sarbian :)

Link to comment
Share on other sites

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...