Jump to content

ModuleDataTransmitter persistent.sfs


Recommended Posts

I don't know what "xmitIncomplete" is, I don't get the difference between "isEnabled" and "canComm", finally I don't know what will be displayed in EVENT and in UPGRADESAPPLIED
These are my doubts, can you help me please?

MODULE
                {
                    name = ModuleDataTransmitter
                    isEnabled = True
                    xmitIncomplete = False
                    stagingEnabled = True
                    canComm = True
                    EVENTS
                    {
                    }
                    ACTIONS
                    {
                        StartTransmissionAction
                        {
                            actionGroup = None
                            active = False
                        }
                    }
                    UPGRADESAPPLIED
                    {
                    }
                }

Link to comment
Share on other sites

There is some documentation from Squad here
https://www.kerbalspaceprogram.com/api/class_module_data_transmitter.html
and what players figured out here
https://wiki.kerbalspaceprogram.com/wiki/CFG_File_Documentation

But mostly, modders and players interested in the internals figure things out through experimentation.

People talk some about this experimentation in the sub-forum "General Mod Development Help and Support"

xmitIncomplete is probably an abbreviation for "transmission is incomplete" and I have never seen EVENTS or UPGRADESAPPLIED used.  UPGRADESAPPLIED probably is there to store "part upgrades" which is a mechanism modes can use so that progress in the TechTree, which usually unlocks new parts, can also improve the specifications of existing parts.

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