Jump to content

[1.12.3] Knes 1.9.9


Well

Recommended Posts

1 hour ago, Fabled_Mike said:

What's the diameter of Ariane V?

Also, does this mod add ariane 6 parts?

The Ariane 5 parts in this mod are 3.75m.

Ariane 6 is not fully there but I vaguely the booster nose cones have variants for 5 and 6.

I'm not a perfectionist for "looks exactly like the real rocket" and built a good enough for me version of 6. I think I used Knes P120 boosters, Restock-ed white 2.5m tanks Tweakscale-d to 3.75m (the Restocked 3.75m tanks aren't available in all white), and a higher performance main engine from Cryoengines.

Link to comment
Share on other sites

On 10/31/2020 at 10:48 PM, Clamp-o-Tron said:

@NateDaBeastsorry for the incredible delay! I got caught up in other things and kind of forgot about your ATV cargo patch. I went ahead and did it for TACLS/Kerbalism, but I can add more LS mods if needed.

It's (mostly) untested, all I know is that MM and B9PS will load it up without complaining.

Hello, just wanted to let y'all know that I made an updated version of this config from @Clamp-o-Tron which creates a version of the ATV cargo part which works properly in Kerbalism. The only changes I've made are that I copied and pasted it twice then edited some parameters to add compatible versions of the 1.25 meter and 0.9375 meter ATV cargo parts in addition to the original one, as well as adding parameters to the original so that it goes in the proper place on the tech tree.

Edit: Forgot to mention that this should also work with TACLS since the original version of this patch was written for it, but I haven't actually tested that.

The patch can be found here on GitHub so you can just unzip it and put it into GameData, or if you want to make your own .cfg file then the code is in this spoiler.

Spoiler

+PART[_Knes_ATV_Cargo]:NEEDS[Knes&B9PartSwitch]
{
    @name = _Knes_ATV_Cargo_2
    @title = ATV "Fermi" Cargo Module
    @TechRequired = commandModules
    @entryCost = 5500
    MODULE:NEEDS[B9PartSwitch,CommunityResourcePack]
    {
        name = ModuleB9PartSwitch
        moduleID = ATV
        switcherDescription = Resource Container
        switcherDescriptionPlural = Resource Selections
        switchInFlight = True
        baseVolume = 1350
        SUBTYPE
        {
            name = Structural
            tankType = Structural
            title = Structural
        }
        SUBTYPE:NEEDS[TacLifeSupport|Kerbalism]
        {
            name = CombinedLifeSupportKnes
            tankType = LS_Cargo_knes_patch
            title = Combined Life Support
        }
        SUBTYPE;NEEDS[TacLifeSupport|Kerbalism]
        {
            name = FoodKnes
            tankType = LS_Food_knes_patch
            title = Food
        }
        SUBTYPE:NEEDS[TacLifeSupport|Kerbalism]
        {
            name = OxygenKnes
            tankType = LS_O2_knes_patch
            title = Oxygen
        }
        SUBTYPE:NEEDS[TacLifeSupport|Kerbalism]
        {
            name = WaterKnes
            tankType = LS_H20_knes_patch
            title = Water
        }
    }
}
B9_TANK_TYPE:NEEDS[TacLifeSupport|Kerbalism]
{
    name = LS_Cargo_knes_patch
    tankMass = 0.0000
    tankCost = 0.0
    RESOURCE
    {
        name = Food
        unitsPerVolume = 0.3414853333333334
    }
    RESOURCE
    {
        name = Water
        unitsPerVolume = 0.2257164444444443
    }
    RESOURCE
    {
        name = Oxygen
        unitsPerVolume = 34.57056355555552
    }
    RESOURCE
    {
        name = Waste
        unitsPerVolume = 0.010752
        percentFilled = 0
    }
    RESOURCE
    {
        name = WasteWater
        unitsPerVolume = 0.099528
        percentFilled = 0
    }
    RESOURCE
    {
        name = CarbonDioxide
        unitsPerVolume =  10.34007
        percentFilled = 0
    }
}

B9_TANK_TYPE:NEEDS[TacLifeSupport|Kerbalism]
{
    name = LS_Food_knes_patch
    tankMass = 0.0000
    tankCost = 0.0
    RESOURCE
    {
        name = Food
        unitsPerVolume = 1
    }
}
B9_TANK_TYPE:NEEDS[TacLifeSupport|Kerbalism]
{
    name = LS_O2_knes_patch
    tankMass = 0.0000
    tankCost = 0.0
    RESOURCE
    {
        name = Oxygen
        unitsPerVolume = 100
    }
}
B9_TANK_TYPE:NEEDS[TacLifeSupport|Kerbalism]
{
    name = LS_H20_knes_patch
    tankMass = 0.0000
    tankCost = 0.0
    RESOURCE
    {
        name = Water
        unitsPerVolume = 0.5
    }
}

+PART[_Knes_STEAM_125_cargo]:NEEDS[Knes&B9PartSwitch]
{
    @name = _Knes_STEAM_125_cargo_2
    @title = Small "Trevis" Pressurised Module
    @description = The small "Trevis" Pressurised Module can deliver dry cargo, water, compressed gases and propellant to a space station.
    MODULE:NEEDS[B9PartSwitch,CommunityResourcePack]
    {
        name = ModuleB9PartSwitch
        moduleID = ATV
        switcherDescription = Resource Container
        switcherDescriptionPlural = Resource Selections
        switchInFlight = True
        baseVolume = 216
        SUBTYPE
        {
            name = Structural
            tankType = Structural
            title = Structural
        }
        SUBTYPE:NEEDS[TacLifeSupport|Kerbalism]
        {
            name = CombinedLifeSupportKnes
            tankType = LS_Cargo_knes_patch
            title = Combined Life Support
        }
        SUBTYPE;NEEDS[TacLifeSupport|Kerbalism]
        {
            name = FoodKnes
            tankType = LS_Food_knes_patch
            title = Food
        }
        SUBTYPE:NEEDS[TacLifeSupport|Kerbalism]
        {
            name = OxygenKnes
            tankType = LS_O2_knes_patch
            title = Oxygen
        }
        SUBTYPE:NEEDS[TacLifeSupport|Kerbalism]
        {
            name = WaterKnes
            tankType = LS_H20_knes_patch
            title = Water
        }
    }
}
B9_TANK_TYPE:NEEDS[TacLifeSupport|Kerbalism]
{
    name = LS_Cargo_knes_patch
    tankMass = 0.0000
    tankCost = 0.0
    RESOURCE
    {
        name = Food
        unitsPerVolume = 0.3414853333333334
    }
    RESOURCE
    {
        name = Water
        unitsPerVolume = 0.2257164444444443
    }
    RESOURCE
    {
        name = Oxygen
        unitsPerVolume = 34.57056355555552
    }
    RESOURCE
    {
        name = Waste
        unitsPerVolume = 0.010752
        percentFilled = 0
    }
    RESOURCE
    {
        name = WasteWater
        unitsPerVolume = 0.099528
        percentFilled = 0
    }
    RESOURCE
    {
        name = CarbonDioxide
        unitsPerVolume =  10.34007
        percentFilled = 0
    }
}

B9_TANK_TYPE:NEEDS[TacLifeSupport|Kerbalism]
{
    name = LS_Food_knes_patch
    tankMass = 0.0000
    tankCost = 0.0
    RESOURCE
    {
        name = Food
        unitsPerVolume = 1
    }
}
B9_TANK_TYPE:NEEDS[TacLifeSupport|Kerbalism]
{
    name = LS_O2_knes_patch
    tankMass = 0.0000
    tankCost = 0.0
    RESOURCE
    {
        name = Oxygen
        unitsPerVolume = 100
    }
}
B9_TANK_TYPE:NEEDS[TacLifeSupport|Kerbalism]
{
    name = LS_H20_knes_patch
    tankMass = 0.0000
    tankCost = 0.0
    RESOURCE
    {
        name = Water
        unitsPerVolume = 0.5
    }
}

+PART[_Knes_STEAM_09375_cargo]:NEEDS[Knes&B9PartSwitch]
{
    @name = _Knes_STEAM_09375_cargo_2
    @title = Nano "Rhadamanthus" Pressurised Module
    @description = The small "Rhadamanthus" Pressurised Module can deliver dry cargo, water, compressed gases and propellant to a space station.
    MODULE:NEEDS[B9PartSwitch,CommunityResourcePack]
    {
        name = ModuleB9PartSwitch
        moduleID = ATV
        switcherDescription = Resource Container
        switcherDescriptionPlural = Resource Selections
        switchInFlight = True
        baseVolume = 54
        SUBTYPE
        {
            name = Structural
            tankType = Structural
            title = Structural
        }
        SUBTYPE:NEEDS[TacLifeSupport|Kerbalism]
        {
            name = CombinedLifeSupportKnes
            tankType = LS_Cargo_knes_patch
            title = Combined Life Support
        }
        SUBTYPE;NEEDS[TacLifeSupport|Kerbalism]
        {
            name = FoodKnes
            tankType = LS_Food_knes_patch
            title = Food
        }
        SUBTYPE:NEEDS[TacLifeSupport|Kerbalism]
        {
            name = OxygenKnes
            tankType = LS_O2_knes_patch
            title = Oxygen
        }
        SUBTYPE:NEEDS[TacLifeSupport|Kerbalism]
        {
            name = WaterKnes
            tankType = LS_H20_knes_patch
            title = Water
        }
    }
}
B9_TANK_TYPE:NEEDS[TacLifeSupport|Kerbalism]
{
    name = LS_Cargo_knes_patch
    tankMass = 0.0000
    tankCost = 0.0
    RESOURCE
    {
        name = Food
        unitsPerVolume = 0.3414853333333334
    }
    RESOURCE
    {
        name = Water
        unitsPerVolume = 0.2257164444444443
    }
    RESOURCE
    {
        name = Oxygen
        unitsPerVolume = 34.57056355555552
    }
    RESOURCE
    {
        name = Waste
        unitsPerVolume = 0.010752
        percentFilled = 0
    }
    RESOURCE
    {
        name = WasteWater
        unitsPerVolume = 0.099528
        percentFilled = 0
    }
    RESOURCE
    {
        name = CarbonDioxide
        unitsPerVolume =  10.34007
        percentFilled = 0
    }
}

B9_TANK_TYPE:NEEDS[TacLifeSupport|Kerbalism]
{
    name = LS_Food_knes_patch
    tankMass = 0.0000
    tankCost = 0.0
    RESOURCE
    {
        name = Food
        unitsPerVolume = 1
    }
}
B9_TANK_TYPE:NEEDS[TacLifeSupport|Kerbalism]
{
    name = LS_O2_knes_patch
    tankMass = 0.0000
    tankCost = 0.0
    RESOURCE
    {
        name = Oxygen
        unitsPerVolume = 100
    }
}
B9_TANK_TYPE:NEEDS[TacLifeSupport|Kerbalism]
{
    name = LS_H20_knes_patch
    tankMass = 0.0000
    tankCost = 0.0
    RESOURCE
    {
        name = Water
        unitsPerVolume = 0.5
    }
}

 

Edited by SpudNutimus
Link to comment
Share on other sites

3 hours ago, Seadragon420 said:

question: are you going to add SUSIE to the mod?

[image snipped]

this is SUSIE btw

The picture you linked looked like a modified Space Rider. Then I found other images and see it would be much larger 3.75m KSP scale to sit on top of Ariane 6. It seems to just be a concept so maybe 10 years before it flies, if ever.

Fc-Ob9OXgAEoSds?format=png&name=small

Link to comment
Share on other sites

Whoops, I thought this was the Tantares thread, my mistake guys.

 

This is still a good mod, nothing else has the same scope when it comes to european rockets, and while it's no BDB when it comes to modelling and texturing it's stockalike and consistent.

Edited by The Dressian Exploder
Link to comment
Share on other sites

31 minutes ago, Seadragon420 said:

yes, its mid @Forked Camphor, also @The Dressian Exploder this is not a great mod

A matter of taste I suppose, but then why ask Well to add more to it if, by your definition, is going to be "mid"?

If you can do better textures you can ask Well to add them to the mod. Most mod makers are more receptive if you put some work behind your criticism

Link to comment
Share on other sites

Imagine coping and seething so hard that the only thing you can do is just go and try to convince everyone that the extremely wide in scope, detailed, faithful while being stockalike, flexible and, honestly, unique in the taken niche mod is "mid". And your only piece of evidence is, let me check, oh, that the mod is finished.

 

Finishing what you are doing is cringe now, folks.

Link to comment
Share on other sites

On 9/20/2022 at 2:21 PM, DeadJohn said:

The picture you linked looked like a modified Space Rider. Then I found other images and see it would be much larger 3.75m KSP scale to sit on top of Ariane 6. It seems to just be a concept so maybe 10 years before it flies, if ever.

[snip]

Actually, SUZIE in KSP would be 3.125 meters in diameter, same as the Ariane 6 would be And what the Ariane 5 should be.

Link to comment
Share on other sites

  • 1 month later...

Due to the recent comments, i need to clarify... I'm out of modding, i've stopped modding Activity due to lack of time and motivation. mainly due to my personal situation .

So please stop asking more parts for my mod's. (-> this never motivate any modders)

Link to comment
Share on other sites

On 11/7/2022 at 5:36 PM, Well said:

Due to the recent comments, i need to clarify... I'm out of modding, i've stopped modding Activity due to lack of time and motivation. mainly due to my personal situation .

Sorry to hear that and thank you for the mod you have given to us :) It´s great. and i hope your personal situation will get better soon.

Edited by JoeSheridan
Link to comment
Share on other sites

On 11/7/2022 at 5:36 PM, Well said:

Due to the recent comments, i need to clarify... I'm out of modding, i've stopped modding Activity due to lack of time and motivation. mainly due to my personal situation .

So please stop asking more parts for my mod's. (-> this never motivate any modders)

A pity

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