Jump to content

Help modding VAB Part limit to accomodate needs using MM


Recommended Posts

Ok, total newb to using custom MM Configs. I found out how RP-0 has used MM to change the VAB/SPH part limit and action groups for various tiers, but its such a mess I dont know how to change JUST that. It looks like CustomBarnKit is required, but I'm afraid installing it will cause my difficulty settings to go screwy and back to default.

Some help would be nice.

Edited by Sovek
Link to comment
Share on other sites

Ok, vertical helps alot better.

I think I have something that should work.... lemme know what you think

@CUSTOMBARNKIT
{
@EDITOR
{
// costs
@VABUpgrades = 30000, 200000, 1000000
@SPHUpgrades = 30000, 200000, 1000000
@launchPadUpgrades = 19000, 75000, 536000
@runwayUpgrades = 19000, 35000, 282000

@actionGroupsCustomUnlock = 0
@actionGroupsStockUnlock = 0
@craftMassLimit = 25, 100, -1
@craftSizeLimit
{
@size,0 = 15, 20, 15

@size,1 = 28, 36, 28

@size,2 = -1, -1, -1
}
@partCountLimit = 50, 100, -1
}
@MISSION
{
@upgrades = 19000, 30000, 282000 // dunno what to do here

@activeContractsLimit = 3, 7, -1
@reputationKerbalDeath = 100
@reputationKerbalRecovery = 1
}

Edited by Sovek
Link to comment
Share on other sites

Then you most certainly don't want all that. As I was implying, you only want that single line to change the part limits, and then the action group thing.

i.e.

@CUSTOMBARNKIT
{
@EDITOR
{
@actionGroupsCustomUnlock = 0
@actionGroupsStockUnlock = 0
@partCountLimit = 50, 100, -1
}
}

Unless you do want to make other changes, of course.

Link to comment
Share on other sites

The above code is the changes I want.

So yes, its good. Thanks.

The final product.


@CUSTOMBARNKIT
{
@EDITOR
{
// costs
@VABUpgrades = 30000, 200000, 800000
@SPHUpgrades = 30000, 200000, 800000
@launchPadUpgrades = 19000, 75000, 536000
@runwayUpgrades = 19000, 35000, 282000

@actionGroupsCustomUnlock = 0
@actionGroupsStockUnlock = 0
@craftMassLimit = 25, 100, -1
@craftSizeLimit
{
@size,0 = 15, 20, 15

@size,1 = 28, 36, 28

@size,2 = -1, -1, -1
}
@partCountLimit = 50, 100, -1
}
@MISSION
{
@upgrades = 19000, 30000, 282000 // dunno what to do here

@activeContractsLimit = 3, 7, -1
@reputationKerbalDeath = 100
@reputationKerbalRecovery = 1
}
@RESEARCH
{
@upgrades = 113000, 250000, 1200000
}
}

Edited by Sovek
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...