Skip to content

Commit

Permalink
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
//*******************************************************************************
// SSTU SOYUZ ADAPTERS
//
// The Soyuz Adapters for SSTU have less volume in them than they should in order
// for them to be balanced for stock. This fixes the issue for RO.
//
//*******************************************************************************

@SSTU_MODEL[Adapter-Soyuz]:AFTER[SSTU]
{
@volume = 20.725
}

@SSTU_MODEL[Adapter-Soyuz2]:AFTER[SSTU]
{
@volume = 18.65
}

@SSTU_MODEL[Adapter-Soyuz3]:AFTER[SSTU]
{
@volume = 15.8
}

@SSTU_MODEL[Adapter-Soyuz4]:AFTER[SSTU]
{
@volume = 12.95
}

0 comments on commit 74aaf0a

Please sign in to comment.