-
Posts
2,128 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Enceos
-
[1.12.*] Deadly Reentry v7.9.0 The Barbie Edition, Aug 5th, 2021
Enceos replied to Starwaster's topic in KSP1 Mod Releases
Here you go: https://www.dropbox.com/s/nkonebqa8aul7f9/ModuleManager1.rar?dl=0 Starwaster, just drop an MK1-2 pod from minmus orbit and you'll get the same result. Probably thermal mass of the skin is too high. Also please take a note that below 28000 Kerbin altitude temp starts dropping even though the pod is travelling at 2300m/s- 5,919 replies
-
- reentry
- omgitsonfire
-
(and 1 more)
Tagged with:
-
[1.12.*] Deadly Reentry v7.9.0 The Barbie Edition, Aug 5th, 2021
Enceos replied to Starwaster's topic in KSP1 Mod Releases
Reinstalled and tested. Same $hit At orbital velocity and 27000alt temperature starts dropping. Max peak skin temp for the pod was 960K with default convection settings (40), 1380K with 100 convection. output_log.txt- 5,919 replies
-
- reentry
- omgitsonfire
-
(and 1 more)
Tagged with:
-
[1.2] OSE Workshop - KIS Addon: (v1.1.0 - 2016.11.03)
Enceos replied to ObiVanDamme's topic in KSP1 Mod Releases
OSE Workshop was updated for KSP 1.0.2 Changelog 0.6.0 - 2015-05-14 Compatibility with KSP 1.0.2 Added MKS as new Dependency Removed KAS as Dependency Replaced Hitchhiker placeholder model with the Generic MKS Module and a custom Decal Added custom editor category to find Workshop Parts easier Removed toolboxes, because MKS already provides tanks for RocketParts Required resources for each item are now configurable with MM on a per part base and it is possible to require more than one resource with different ratios (This is the part that took me so long to finish this release ;-)). You can highlight all inventories on your current vessel from the Workbench. This is an unfinished feature for future releases, but I did not want to remove it for this one. Just ignore it -
[1.8+] Custom Barn Kit 1.1.20 (19 October 2019) - Parachute Included
Enceos replied to sarbian's topic in KSP1 Mod Releases
@Sarbian is there any way to add custom text to the building tooltips? For example there are some mods which listen GameEvents for building upgrades and then unlock some of their features. It would be awesome if modders could add text lines about unlocked upgrades provided by their mod. -
Nertea has made a very elegant config for his cryo engines that tweaks all the tanks with LF/OX in them to have LF/OX, LF, OX, and LqdHydrogen/OX, LqdHydrogen: @PART [*]:HAS[@RESOURCE[LiquidFuel],@RESOURCE[Oxidizer],!MODULE[InterstellarFuelSwitch]] { %LF = #$RESOURCE[LiquidFuel]/maxAmount$ %OX = #$RESOURCE[Oxidizer]/maxAmount$ %totalCap = #$RESOURCE[LiquidFuel]/maxAmount$ @totalCap += #$RESOURCE[Oxidizer]/maxAmount$ %onlyLH2 = #$totalCap$ @onlyLH2 *= 5.5 %mixLH2 = #$onlyLH2$ @mixLH2 /= 1.1 %mixOX = #$onlyLH2$ @mixOX -= #$mixLH2$ %tempVar = 0 %dryCost = 0 @dryCost = #$cost$ %LFCost = 0 %OXCost = 0 %LH2Cost = 0 %mixLH2Cost = 0 %mixLFCost = 0 // compute cost of stock tank fuel @tempVar = #$RESOURCE[LiquidFuel]/maxAmount$ @tempVar *= 0.8 @mixLFCost += #$tempVar$ @tempVar = #$RESOURCE[Oxidizer]/maxAmount$ @tempVar *= 0.18 @mixLFCost += #$tempVar$ @dryCost -= #$mixLFCost$ @cost -= #$mixLFCost$ // Cost LF only @tempVar = #$totalCap$ @tempVar *= 0.8 @LFCost += #$tempVar$ // Cost OX only @tempVar = #$totalCap$ @tempVar *= 0.18 @OXCost += #$tempVar$ // Cost LH2 only @tempVar = #$onlyLH2$ @tempVar *= 0.03675 @LH2Cost += #$tempVar$ // Cost mix @tempVar = #$mixLH2$ @tempVar *= 0.03675 @mixLH2Cost += #$tempVar$ @tempVar = #$mixOX$ @tempVar *= 0.18 @mixLH2Cost += #$tempVar$ @tempVar = 0 MODULE { name = InterstellarFuelSwitch resourceNames = LiquidFuel,Oxidizer;LqdHydrogen,Oxidizer;LiquidFuel;Oxidizer;LqdHydrogen resourceAmounts = #$../LF$,$../OX$;$../mixLH2$,$../mixOX$;$../totalCap$;$../totalCap$;$../onlyLH2$ tankCost = #$../mixLFCost$;$../mixLH2Cost$;$../LFCost$;$../OXCost$;$../LH2Cost$ displayCurrentTankCost = true hasGUI = true showInfo = true availableInFlight = false availableInEditor = true basePartMass = #$../mass$ tankMass = 0;0;0;0;0 } !RESOURCE[LiquidFuel] {} !RESOURCE[Oxidizer] {} } It uses InterstellarFuelSwitch, which is an extended version of the FS switch.
-
[1.12.*] Deadly Reentry v7.9.0 The Barbie Edition, Aug 5th, 2021
Enceos replied to Starwaster's topic in KSP1 Mod Releases
@Starwaster still dropping shieldless pods from Minmus orbit. DRE 7.0.2, 1.0.2 Physics.cfg, max convection. No nuFAR this time. At 28300 Altitude temperature starts dropping, even though I'm still travelling at orbital velocity. The convection heating starts earlier in this version, but it ends earlier as well. On the positive note, looked into the ModuleManager cache and found that DRE tweaked down many maxTemps. Here's the excerpt of the MK1-2 pod: [SIZE=1]{ name = Mark1-2Pod type = PART parentUrl = Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod url = Squad/Parts/Command/Mk1-2Pod/mk1-2CommandPod/Mark1-2Pod PART { name = Mark1-2Pod module = Part . . . mass = 4 crashTolerance = 45[/SIZE] [B]maxTemp = 1523.15 [/B][COLOR=#ff0000]â¤[/COLOR] [SIZE=1] . . . [SIZE=2] emissiveConstant = 0.2[/SIZE] . [SIZE=2]M[/SIZE][/SIZE]ODULE { name = ModuleAeroReentry skinHeatConductivity = 0.12 } . . . [SIZE=1] } }[/SIZE] I see you decided to change the scale of reference for maxTemps and recalculate it for all parts. If so, command pods should have a maxTemp which will make them burn without heatshields. Around 1200K I think is good, but still only with max convection in settings.- 5,919 replies
-
- reentry
- omgitsonfire
-
(and 1 more)
Tagged with:
-
[1.12.x] Mk2 Expansion v1.9.1 [update 10/5/21]
Enceos replied to SuicidalInsanity's topic in KSP1 Mod Releases
With the release of 1.0, modding community is overflowing with talent ♫- 1,520 replies
-
- parts
- spaceplanes
-
(and 1 more)
Tagged with:
-
[WIP] [1.05] THERMONUCLEAR TURBINES! 1.0 Nuclear Aircraft Engines
Enceos replied to Eskandare's topic in KSP1 Mod Development
Interesting concept! Rock on! -
[1.2] OSE Workshop - KIS Addon: (v1.1.0 - 2016.11.03)
Enceos replied to ObiVanDamme's topic in KSP1 Mod Releases
Nop, the building progress gets stuck at 100.1% and the part never goes to inventory. -
Explosives are very potent, they usually destroy everything around it in the vicinity of 10m. If you use MKS, you can scrap individual parts with Kerbals no matter the size.
-
[1.8+] Custom Barn Kit 1.1.20 (19 October 2019) - Parachute Included
Enceos replied to sarbian's topic in KSP1 Mod Releases
You have heard our prayers, Sarbian! -
[1.12.*] Deadly Reentry v7.9.0 The Barbie Edition, Aug 5th, 2021
Enceos replied to Starwaster's topic in KSP1 Mod Releases
@Starwaster here's my short vid of dropping an MK1-2 pod from Minmus orbit. nuFar + DRE + 1.0.2 Physics.cfg + max convection in thermal debug menu.- 5,919 replies
-
- reentry
- omgitsonfire
-
(and 1 more)
Tagged with:
-
[1.12.*] Deadly Reentry v7.9.0 The Barbie Edition, Aug 5th, 2021
Enceos replied to Starwaster's topic in KSP1 Mod Releases
So anyone has a status report after testing? Your peak temperatures, explosions and such? For me with stock settings and nuFAR peak skin temperature from Minmus return was 870K, I even decided to go with docking port of my MK1-2 pod facing the stream. The skin temperatures from LKO return don't go higher than 370K. Seems we have to find the right convection exponent yet. I'll be experimenting with different options.- 5,919 replies
-
- reentry
- omgitsonfire
-
(and 1 more)
Tagged with:
-
[1.12.*] Deadly Reentry v7.9.0 The Barbie Edition, Aug 5th, 2021
Enceos replied to Starwaster's topic in KSP1 Mod Releases
Then why not stick with Ablator only?- 5,919 replies
-
- reentry
- omgitsonfire
-
(and 1 more)
Tagged with:
-
[1.12.*] Deadly Reentry v7.9.0 The Barbie Edition, Aug 5th, 2021
Enceos replied to Starwaster's topic in KSP1 Mod Releases
@Starwaster Your shields use AblativeShielding and stock shields still use Ablator. Maybe unifying the resources would a sleeker approach? Stock heatshields still have their maxTemp = 3400, which lets people use them with zero ablator and be fine. Stock shields use the new shader by RoverDude, which makes them darker with the level of ablation. It's pretty cool.- 5,919 replies
-
- reentry
- omgitsonfire
-
(and 1 more)
Tagged with:
-
[1.12.*] Deadly Reentry v7.9.0 The Barbie Edition, Aug 5th, 2021
Enceos replied to Starwaster's topic in KSP1 Mod Releases
ModuleManager found something: output_log.txt- 5,919 replies
-
- reentry
- omgitsonfire
-
(and 1 more)
Tagged with:
-
KospY will be adding a new option in ModuleKISitem and other modules which will allow chosen parts to be attached without tools.
-
@RoverDude have you noted my post 6 pages ago? http://forum.kerbalspaceprogram.com/threads/116790-1-0-USI-Life-Support-ALPHA-0-1-0-2015-04-27?p=1919658&viewfull=1#post1919658
- 5,673 replies
-
- usi
- life support
-
(and 1 more)
Tagged with:
-
[1.10.0] S.A.V.E - automatic backup system - 1.10.0-3173
Enceos replied to Nereid's topic in KSP1 Mod Releases
This mod has S.A.V.E.D. so many times, I lost count. Especially with the new modding boom something is surely bound to go wrong. -
Allista's got a big project on hand at his job. This addon is overly complicated in terms of coding. I believe he'll need 2-3 weeks with his current schedule to fix the mod.
- 1,633 replies
-
- part count
- storage
-
(and 1 more)
Tagged with:
-
Happens only if your attached part was intersecting another one. Pick your places carefully and always quicksave. - - - Updated - - - Have you tried dragging the container to your inventory?
-
If you install the Extraplanetary Launchpads mod, you'll eventually find yourself having 20+ Engineers. Good idea, I think changing background color of a cell that has an item is much easier in terms of coding than making an outline of parts.