Jump to content

Solved: right-click on modded part causes all right clicks to not show up


Recommended Posts

Hi,

I don't have much time, but I'm hoping that someone might be able to point me in the right direction.

I'm working on modding some parts for the Better Science Labs Continued. I just found that when I right-click on one of my modded parts, the right-click menu doesn't show up, and then never shows up for anything else until I go back to the VAB.

There aren't any errors in the log.

I realize this isn't a lot of info, but I don't really have much. Can anyone give me a suggestion as to what I might need to check?

Thanks in advance.

LGG

Edited by linuxgurugamer
Link to comment
Share on other sites

Well, I found my problem.

Turns out that I had two apparently incompatible modules there, the ModuleScienceExperiment and the ModuleScienceLab. Once I commented out the ModuleScienceExperiment, things started working again:



// The following two modules don't work together
MODULE
{
name = ModuleScienceExperiment
experimentID = crewReport
experimentActionName = Crew Report
resetActionName = Discard Crew Report
reviewActionName = Review Report
useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
rerunnable = True
xmitDataScalar = 1.0
usageReqMaskInternal = 5
usageReqMaskExternal = -1
}


MODULE
{
name = ModuleScienceLab

containerModuleIndex = 0
// dataTransmissionBoost = 1.5
dataStorage = 250
crewsRequired = 1

canResetConnectedModules = True
canResetNearbyModules = True
interactionRange = 5
SurfaceBonus = 0.1
ContextBonus = 0.25
homeworldMultiplier = 0.1



RESOURCE_PROCESS
{
name = ElectricCharge
amount = 10
}
}

Hope this helps someone in the same situation.

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