Jump to content

Config file for all crewable parts to behave like probe core(0 crew needed)


Beano

Recommended Posts

Hello, This is my 1st thread, Is there anyone out there that knows how to do this? This include parts with no ability to control unless you add a reaction wheel, like hitchhiker and science lab. If not where can i learn and what to watch out for. Also the part should retain its stock torque, and will it be compatible with mod parts?

Edited by Beano
added stuff
Link to comment
Share on other sites

If I understand correctly what you want you should create a module manager file that would add the required information into the cfg file of the existing parts. You will want to add modules to those parts and mainly/only the module : modulecommand

In short I would look into module manager, config file of a probe, and config file of the parts you want to modify. Additional help can be found here and here

Link to comment
Share on other sites

If I understand correctly what you want you should create a module manager file that would add the required information into the cfg file of the existing parts. You will want to add modules to those parts and mainly/only the module : modulecommand

In short I would look into module manager, config file of a probe, and config file of the parts you want to modify. Additional help can be found here and here

Yes, .cfg file, I'll study it up, thanks very much.

Link to comment
Share on other sites

Open the part you want and look for (or add)

Module

{

Name = ModuleCommand

Minimumcrew = 0

}

That will make your pod unmanned, for sas the line is

Module

{

Name = moduleSAS

SASservicelevel = x

}

Just replace x with 1-3, the higher the more sas functionality. Taken from my mk1-2 pod that is unmanned, holds 16, sas of 3, and reaction wheel with 150 torque.

Any other changes you need help with, id be happy to help.

Link to comment
Share on other sites

Open the part you want and look for (or add)

Module

{

Name = ModuleCommand

Minimumcrew = 0

}

That will make your pod unmanned, for sas the line is

Module

{

Name = moduleSAS

SASservicelevel = x

}

Just replace x with 1-3, the higher the more sas functionality. Taken from my mk1-2 pod that is unmanned, holds 16, sas of 3, and reaction wheel with 150 torque.

Any other changes you need help with, id be happy to help.

Thanks, yep that will do it, guess I have to do it manually for each part. I couldn't figure out how to do it in ModuleManager.

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