Jump to content

1.75m Soyuz?


MaxwellsDemon

Recommended Posts

Ever since Making History's Vostok/Voskhod analogues came out, I've been wishing for a compatible set of Soyuz capsules.  Tantares is nice but is all based around 1.25m parts and doesn't seem to react well to TweakScale (at least in my admittedly limited skill range), and Homegrown Rockets/HGR is old and needs a considerable amount of tweaking to make them work...  Anyone working along these lines?

Link to comment
Share on other sites

@MaxwellsDemon you can mod Tantares...Here's my config for it. This has a whole bunch of tweaks to fit what I thought made sense. Up to you to pick and choose.

I'm not "publishing" this. I will answer questions about what I did, but I'm not making a bunch of changes to it. I'm sharing with you as an example of what you can do. Enjoy!!

I should note that this isn't quite 1.875.  the 1.4x multiplier puts it at 1.75m. I chose that because it "looked right" when stacked on a 1.875m stack with a fairing. If I put it right at 1.875m (1.5x size) then the fairing got really wide and it didn't look right. The SM changes were to make the fuel volume match the larger tank...then I had to up the engines a bit to push the heavier tank around...LOL...it made sense to me, but tweak it for your own game  :) 

@PART[Tantares_Crew_1|Tantares_Crew_2|Tantares_Decoupler_1|Tantares_Engine_1|Tantares_Engine_2|Tantares_Heatshield_1|Tantares_Parachute_1|Tantares_Orbital_1|Tantares_Habitation_1|Virgo_Engine_1]:NEEDS[Tantares]:AFTER[Tantares]

{
	@rescaleFactor = 1.4
}


@PART[Tantares_Orbital_1|Tantares_Habitation_1]:NEEDS[Tantares]:AFTER[Tantares]

{
	@mass = 0.6
	@CrewCapacity = 2
	
	@INTERNAL
	{
		@name = Tantares_Crew_2_Interior
	}
}

@PART[Tantares_Crew_1|Tantares_Crew_2]:NEEDS[Tantares]:AFTER[Tantares]

{
	@MODULE[ModuleReactionWheel]
	{
	%PitchTorque = 5
	%YawTorque = 5
	%RollTorque = 5
	
	RESOURCE
		{
		name = ElectricCharge
		rate = 0.25
		}
	}
}


@PART[Tantares_Engine_1]:NEEDS[Tantares]:AFTER[Tantares]
{
	@MODULE[ModuleEnginesFX]
    {
        @maxThrust = 45
	}
	
	@RESOURCE[LiquidFuel]
    {
        @amount = 270
        @maxAmount = 270
    }

    @RESOURCE[Oxidizer]
    {
        @amount = 330
        @maxAmount = 330
    }

    @RESOURCE[MonoPropellant]
    {
        @amount = 15
        @maxAmount = 30
    }
}


@PART[Tantares_Engine_2]:NEEDS[Tantares]:AFTER[Tantares]
{
	@MODULE[ModuleEnginesFX]
    {
        @maxThrust = 40
	}
	
    @RESOURCE[MonoPropellant]
    {
        @amount = 420
        @maxAmount = 420
    }
}


@PART[Virgo_Engine_1]:NEEDS[Tantares]:AFTER[Tantares]
{

	@MODULE[ModuleEnginesFX]
    {
        @maxThrust = 65
	}
	
	@RESOURCE[LiquidFuel]
    {
        @amount = 360
        @maxAmount = 360
    }

    @RESOURCE[Oxidizer]
    {
        @amount = 440
        @maxAmount = 440
    }

    @RESOURCE[MonoPropellant]
    {
        @amount = 15
        @maxAmount = 30
    }
}

 

 

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