Jump to content

[1.12.X] Tantares - Stockalike Soyuz and MIR [26.0][18.12.2023][Soyuz Revamp Again]


Beale

Recommended Posts

Although it saddens me to hear that no more parts will be added to the mod, I am really looking forward to playing with Tantares in KSP 2 especially with (I hope) new parts and maybe some *cough* fictional soviet content *cough*. In any case I really love this mod!

Link to comment
Share on other sites

On 12/3/2021 at 5:08 AM, Kaleu said:

I updated the RemoteTech configs for Tantares as some antennas where not working. Just download and put in Remote Tech folder.

https://drive.google.com/file/d/191FRrsJAVP4lLD8mUyPiRKiCKQsvxMLT/view?usp=sharing

https://drive.google.com/file/d/1blrA0FpCYrJXTaoOxSzYw54ixat2HOO5/view?usp=sharing

Exactly what I was searching for today, thank you very much. If only there was a Connected Living Space config.

Edited by mitsvan
Link to comment
Share on other sites

1 hour ago, AmateurAstronaut1969 said:

It's been a while since I've used Tantares, but wasn't there a config somewhere that made the diameters on the Soyuz rocket to their correct sizes? There doesn't seem to be an extras folder in the download, so does anyone know where to find this? Thanks

They are in the Soyuz-folder. All sizes are there.

Link to comment
Share on other sites

10 hours ago, AmateurAstronaut1969 said:

It's been a while since I've used Tantares, but wasn't there a config somewhere that made the diameters on the Soyuz rocket to their correct sizes? There doesn't seem to be an extras folder in the download, so does anyone know where to find this? Thanks

To be specific, the file _b9.cfg.disabled in Kerbal Space Program\GameData\TantaresLV\parts\SOYUZ.

Instructions on how to enable the patch are contained within.

Link to comment
Share on other sites

32 minutes ago, Invader_guy said:

came here looking for a CLS config as well lol

@mitsvanThis is my one, although i made it in a rush so there might be a few parts wrong or missing. But I think regular soyuzes + historical Mir at least should be set up correctly. It's very easy to add stuff to it though - just copy the formatting and change the part names:

Spoiler
@PART[alnair_heatshield_s1p5_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[alnair_heatshield_s2_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[alnair_parachute_s0p5_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[aquila_control_s2_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[sargas_decoupler_s1p5_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[aquila_adapter_s1p5_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[aquila_adapter_s2_s0p5_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[aquila_node_adapter_s1_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[aquila_node_adapter_s1p5_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[tantares_parachute_s0_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[octans_androgynous_docking_port_s0p5_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[octans_androgynous_docking_port_s0p5_2]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[octans_docking_port_s0p5_1_female]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[octans_docking_port_s0p5_1_male]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[tantares_adapter_s0p5_s0_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[tantares_adapter_s1_s0_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[tantares_adapter_s1_s0p5_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[eridani_node_s0p5_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[grus_adapter_s2_s1p5_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[grus_adapter_s2_s1_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[grus_adapter_s1p5_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[grus_adapter_s1_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[grus_fuselage_s1p5_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[acamar_adapter_s2_s1p5_2]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[acamar_adapter_s2_s1_2]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[acamar_adapter_s2_s1_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[acamar_adapter_s2_s0p5_2]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[acamar_adapter_s2_s0p5_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

@PART[acamar_adapter_s2_s1p5_1]:HAS[!MODULE[ModuleConnectedLivingSpace]]
{
	MODULE
	{
		name = ModuleConnectedLivingSpace
		passable = true

	}
}

 

 

Also done a couple of other rough patches

for RealAntennas:

Spoiler


@PART[lepus_low_gain_antenna_srf_2]:HAS[@MODULE[ModuleDataTransmitter]]
{
	@cost = 350
	@mass = 0.005
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 3.0
    }
}



@PART[lepus_low_gain_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
	@cost = 315
	@mass = 0.005
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 2.0
    }
}

@PART[andromeda_low_gain_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
	@cost = 350
	@mass = 0.001
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 2.0
    }
}

@PART[Andromeda_Antenna_2]:HAS[@MODULE[ModuleDataTransmitter]]
{
	@cost = 350
	@mass = 0.001
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 2.0
    }
}

@PART[atria_high_gain_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 0.3
    }
}

@PART[atria_high_gain_antenna_srf_2]:HAS[@MODULE[ModuleDataTransmitter]]
{
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 0.3
    }
}

@PART[atria_high_gain_antenna_srf_3]:HAS[@MODULE[ModuleDataTransmitter]]
{
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 0.3
    }
}

@PART[atria_low_gain_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
    @cost = 200
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 3.0
    }
}

@PART[atria_low_gain_antenna_srf_2]:HAS[@MODULE[ModuleDataTransmitter]]
{
    @cost = 200
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 3.0
    }
}

@PART[atria_low_gain_antenna_srf_3]:HAS[@MODULE[ModuleDataTransmitter]]
{
    @cost = 200
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 3.0
    }
}

@PART[octans_whip_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
    @mass = 0.005
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 2.0
    }
}

@PART[octans_whip_antenna_srf_2]:HAS[@MODULE[ModuleDataTransmitter]]
{
    @mass = 0.005
	@cost = 415
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 3.8
    }
}

@PART[vela_high_gain_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
	@mass = 0.03
	@cost = 1000
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 0.6
    }
}

@PART[lepus_high_gain_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
    @mass = 0.018
	@cost = 800
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 0.4
    }
}

@PART[lepus_high_gain_antenna_srf_2]:HAS[@MODULE[ModuleDataTransmitter]]
{
    @mass = 0.02
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 0.4
    }
}

@PART[octans_high_gain_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 0.3
    }
}

@PART[octans_high_gain_antenna_srf_2]:HAS[@MODULE[ModuleDataTransmitter]]
{
    @cost = 300
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 0.3
    }
}

@PART[octans_basic_high_gain_antenna_srf_2]:HAS[@MODULE[ModuleDataTransmitter]]
{
    @cost = 150
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 0.3
    }
}

@PART[eridani_low_gain_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
	@cost = 350
	@mass = 0.001
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 2.0
    }
}

@PART[eridani_low_gain_antenna_srf_2]:HAS[@MODULE[ModuleDataTransmitter]]
{
	@cost = 200
	@mass = 0.001
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 2.0
    }
}

@PART[Ara_Antenna_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
    @cost = 1200
	@mass = 0.035
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 0.9
    }
}

@PART[eridani_high_gain_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
    @cost = 900
	@mass = 0.04
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 0.7
    }
}

@PART[1mv_high_gain_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
    @cost = 2000
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 1.3
    }
}

@PART[4mv_v_high_gain_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
    @cost = 1200
	@mass = 0.035
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 0.9
    }
}

@PART[4mv_vl_parachute_s0_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 2.5
    }
}

@PART[1f_high_gain_antenna_s0_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
	@mass = 0.03
	@cost = 1000
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 0.6
    }
}


@PART[alnair_avionics_s0_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 4
    }
}


@PART[ye8_low_gain_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 2
    }
}


@PART[ye8_low_gain_antenna_srf_2]:HAS[@MODULE[ModuleDataTransmitter]]
{
    !MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 2.5
    }
}


@PART[ye8_low_gain_antenna_srf_3]:HAS[@MODULE[ModuleDataTransmitter]]
{
    @cost = 200
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 3
    }
}


@PART[ye8_high_gain_antenna_srf_2]:HAS[@MODULE[ModuleDataTransmitter]]
{
	@cost = 660
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        antennaDiameter = 0.3
    }
}


@PART[ye2a_low_gain_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 2
    }
}


@PART[aquila_low_gain_antenna_srf_1]:HAS[@MODULE[ModuleDataTransmitter]]
{
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 2
    }
}


@PART[aquila_low_gain_antenna_srf_2]:HAS[@MODULE[ModuleDataTransmitter]]
{
	@cost = 300
	!MODULE[ModuleDataTransmitter],* {}
    MODULE
    {
        name = ModuleRealAntenna
        referenceGain = 2.5
    }
}


 

for N3hemiah's Kemini

Spoiler

@PART[andromeda_crew_s1_1] 
{
	MODULE
	{
		name = Kemini_Module

		abbreviation = Kemini Science Experiment
		minimumCrew = 1

		NE_LabEquipmentSlot
		{
			type = KEMINI
		}
	}


	MODULE
	{
		name = ExperimentStorage
		identifier = Kemini 1
		chanceTexture = false
		type = KEMINI
	}
	MODULE
	{
		name = ExperimentStorage
		identifier = Kemini 2
		chanceTexture = false
		type = KEMINI
	}
}

@PART[andromeda_crew_s1_2] 
{
	MODULE
	{
		name = Kemini_Module

		abbreviation = Kemini Science Experiment
		minimumCrew = 1

		NE_LabEquipmentSlot
		{
			type = KEMINI
		}
	}


	MODULE
	{
		name = ExperimentStorage
		identifier = Kemini 1
		chanceTexture = false
		type = KEMINI
	}
	MODULE
	{
		name = ExperimentStorage
		identifier = Kemini 2
		chanceTexture = false
		type = KEMINI
	}
}

 

There's also a really great Kerbalism patch you can steal from Kiwi's Tech Tree, which i made a little add-on to, since it's out of date - although my add-on patch won't work properly without the original

Spoiler
@PART[aquila_lab_s1p5_2]:NEEDS[FeatureRadiation]:FOR[KerbalismDefault]
{
  MODULE {
    name = Sickbay
    resource = _SickbayRDU
    title = RDU
    desc = The Radiation Detoxication Unit (RDU) uses EC and Oxygen to reduce the effects of radiation poisoning.
    slots = 0

    UPGRADES {
      UPGRADE {
        name__ = Upgrade-HitchhikerRDU
        techRequired__ = advScienceTech
        slots = 1
      }
    }
  }
}


@PART[acamar_science_processor_s2_1]:NEEDS[FeatureScience]:FIRST
{
	MODULE
	{
		name = Configure
		title = Laboratory Experiments
	}
}

@PART[ye2a_avionics_s0_1]:NEEDS[TantaresSP,FeatureScience] // Luna 2 Command Module
{
	MODULE
	{
		name = Experiment
		experiment_id = kiwi_filmCamera
	}
}


@PART[hamal_avionics_s1_1]:NEEDS[Tantares,FeatureScience]:FOR[KiwiTechTree]
{
	@MODULE[HardDrive]
	{
		@dataCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/Pod_T5_Landing/data$
		@sampleCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/Pod_T5_Landing/samples$
	}
}

@PART[ye1a_avionics_s0_1]:NEEDS[Tantares,FeatureScience]:FOR[KiwiTechTree]
{
	@MODULE[HardDrive]
	{
		@dataCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_3/data$
		@sampleCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_3/samples$
	}
}

@PART[ps1_avionics_s00_1]:NEEDS[Tantares,FeatureScience]:FOR[KiwiTechTree]
{
	@MODULE[HardDrive]
	{
		@dataCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_0/data$
		@sampleCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_0/samples$
	}
}

@PART[ye2a_avionics_s0_1]:NEEDS[Tantares,FeatureScience]:FOR[KiwiTechTree]
{
	@MODULE[HardDrive]
	{
		@dataCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_4/data$
		@sampleCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_4/samples$
	}
}

@PART[ye85_avionics_s00_1]:NEEDS[Tantares,FeatureScience]:FOR[KiwiTechTree]
{
	@MODULE[HardDrive]
	{
		@dataCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_1/data$
		@sampleCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_1/samples$
	}
}

@PART[ye85_avionics_s0_1]:NEEDS[Tantares,FeatureScience]:FOR[KiwiTechTree]
{
	@MODULE[HardDrive]
	{
		@dataCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_0/data$
		@sampleCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_0/samples$
	}
}

@PART[ye85_science_container_s00_1]:NEEDS[Tantares,FeatureScience]:FOR[KiwiTechTree]
{
	@MODULE[HardDrive]
	{
		@dataCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/POD_T4/data$
		@sampleCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/POD_T4/samples$
	}
}

@PART[ye8_avionics_s1_1]:NEEDS[Tantares,FeatureScience]:FOR[KiwiTechTree]
{
	@MODULE[HardDrive]
	{
		@dataCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_4/data$
		@sampleCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_4/samples$
	}
}

@PART[tantares_us_avionics_s0_1]:NEEDS[Tantares,FeatureScience]:FOR[KiwiTechTree]
{
	@MODULE[HardDrive]
	{
		@dataCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_1/data$
		@sampleCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_1/samples$
	}
}

@PART[andromeda_avionics_s1_1]:NEEDS[Tantares,FeatureScience]:FOR[KiwiTechTree]
{
	@MODULE[HardDrive]
	{
		@dataCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_1/data$
		@sampleCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_1/samples$
	}
}

@PART[andromeda_control_core_s1_1]:NEEDS[Tantares,FeatureScience]:FOR[KiwiTechTree]
{
	@MODULE[HardDrive]
	{
		@dataCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_1/data$
		@sampleCapacity = #$@KERBALISM_HDD_SIZES_KIWI/Tantares/PROBE_1/samples$
	}
}

 

 

Link to comment
Share on other sites

  • 2 weeks later...
1 hour ago, Aussie Toad Stool said:

Can someone explain what the 1.5 rescale patch is? I keep hearing about it and I'm wondering how to use it or what it does.

Which 1.5 rescale patch? Do you mean the 1.5m-B9PartSwitch-config? Soyuz have a diameter of 1.25m but it is too small so you can change to a 1.5m diameter.

Link to comment
Share on other sites

1 hour ago, Aussie Toad Stool said:

Can someone explain what the 1.5 rescale patch is? I keep hearing about it and I'm wondering how to use it or what it does.

 

1 minute ago, Cheesecake said:

Which 1.5 rescale patch? Do you mean the 1.5m-B9PartSwitch-config? Soyuz have a diameter of 1.25m but it is too small so you can change to a 1.5m diameter.

See bottom of this page: https://github.com/friznit/Unofficial-Tantares-Wiki/wiki/Vostok

Link to comment
Share on other sites

4 hours ago, Friznit said:

When i go to the location at the bottom of the page, all that is there is https://imgur.com/gallery/KZjrs3b 

Edited by Aussie Toad Stool
change message to better reflect situation
Link to comment
Share on other sites

2 hours ago, Aussie Toad Stool said:

When i go to the location at the bottom of the page, all that is there is https://imgur.com/gallery/KZjrs3b 

On 12/13/2021 at 4:48 PM, KeaKaka said:

To be specific, the file _b9.cfg.disabled in Kerbal Space Program\GameData\TantaresLV\parts\SOYUZ.

Instructions on how to enable the patch are contained within.

 

Link to comment
Share on other sites

  • 3 weeks later...

So, the other day I was trying to load one of my JNSQ saves, and it warned me that my ISS was missing some parts, which were all parts from this mod.

Did some parts get removed?

I spent a whole lot of time and effort building the ISS, and I am not gonna restart it.

Please help! :( 

Link to comment
Share on other sites

8 minutes ago, JebNotFound said:

So, the other day I was trying to load one of my JNSQ saves, and it warned me that my ISS was missing some parts, which were all parts from this mod.

Did some parts get removed?

I spent a whole lot of time and effort building the ISS, and I am not gonna restart it.

Please help! :( 

If you used an older version of Tantares before then it can be. There are some parts revamped and older parts removed.
If you have older craft-files you should use an older version of tantares.

Link to comment
Share on other sites

3 minutes ago, JebNotFound said:

So, the other day I was trying to load one of my JNSQ saves, and it warned me that my ISS was missing some parts, which were all parts from this mod.

Did some parts get removed?

I spent a whole lot of time and effort building the ISS, and I am not gonna restart it.

Please help! :( 

Unfortunately pretty much all of the parts that make up Zarya and a couple of other modules on the Russian segment have been revamped and the older versions of those parts have been removed from the mod. 

Do you have a craft file saved of the whole ISS? If so, you could just downgrade Tantares, remove the affected parts, then upgrade again and rebuild those parts with the new ones.

If not, then I'd recommend downgrading Tantares, detaching and deorbiting the Russian segment and then rebuilding it.

These are the only fixes I'm aware of, sorry.

Link to comment
Share on other sites

10 minutes ago, JebNotFound said:

So, the other day I was trying to load one of my JNSQ saves, and it warned me that my ISS was missing some parts, which were all parts from this mod.

Did some parts get removed?

I spent a whole lot of time and effort building the ISS, and I am not gonna restart it.

Please help! :( 

It's fixable with a text editor.  A few parts changed names, so you need to edit the craft file and update the relevant parts to the new names.  Note that's the part "name" in the config file, not the "title" that shows up in game.

Link to comment
Share on other sites

On 1/13/2022 at 1:29 PM, Cheesecake said:

If you used an older version of Tantares before then it can be. There are some parts revamped and older parts removed.
If you have older craft-files you should use an older version of tantares.

On 1/13/2022 at 1:31 PM, KeaKaka said:

Unfortunately pretty much all of the parts that make up Zarya and a couple of other modules on the Russian segment have been revamped and the older versions of those parts have been removed from the mod. 

Do you have a craft file saved of the whole ISS? If so, you could just downgrade Tantares, remove the affected parts, then upgrade again and rebuild those parts with the new ones.

If not, then I'd recommend downgrading Tantares, detaching and deorbiting the Russian segment and then rebuilding it.

These are the only fixes I'm aware of, sorry.

On 1/13/2022 at 1:32 PM, Friznit said:

It's fixable with a text editor.  A few parts changed names, so you need to edit the craft file and update the relevant parts to the new names.  Note that's the part "name" in the config file, not the "title" that shows up in game.

Thanks for all the help, guys! I didn't really think anyone would care :D

I can live with downgrading Tantares for a bit and rebuilding the Russian segment.

Thanks again :) 

Edited by JebNotFound
Link to comment
Share on other sites

40 minutes ago, mitsvan said:

How to arm the Topaz Science Container's parachute, I don't have such an option.

It has no working parachute, despite the flavor text saying that it does. The container decelerates during Kerbin reentry and usually survives a hard landing.

Link to comment
Share on other sites

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