Jump to content

Deimos Rast

Members
  • Posts

    1,392
  • Joined

  • Last visited

Everything posted by Deimos Rast

  1. If you get the WildBlueIndustries Actuators dependency from another WBI mod, NF Aeronautics will probably work fine.
  2. Shouldn't it be :AFTER[SquadExpansion] since they suits are from Serenity?
  3. @flart How's this? // Adjust SmartParts names to match Community Parts Title style // Author: Deimos Rast @PART[kb-fuel-breaker1]:NEEDS[SmartParts] { @title = SMRT-12 Fuel Flow Breaker, 1.25m } // Fuel Flow Breaker 1.25m @PART[kb-fuel-breaker15]:NEEDS[SmartParts] { @title = SMRT-18 Fuel Flow Breaker, 1.875m } // Fuel Flow Breaker 1.875m @PART[kb-fuel-breaker2]:NEEDS[SmartParts] { @title = SMRT-25 Fuel Flow Breaker, 2.5m } // Fuel Flow Breaker 2.75m @PART[kb-fuel-breaker3]:NEEDS[SmartParts] { @title = SMRT-37 Fuel Flow Breaker, 3.75m } // Fuel Flow Breaker 3.75m @PART[FuelController]:NEEDS[SmartParts] { @title = SMRT-07 Fuel Controller } // KM Fuel Controller @PART[km_valve]:NEEDS[SmartParts] { @title = SMRT-08V Fuel Valve } // V1 Valve @PART[km_valve2]:NEEDS[SmartParts] { @title = SMRT-09V Fuel Valve (90°)} // V2 Valve @PART[km_smart_alt_low]:NEEDS[SmartParts] { @title = SMRT-01 Altimeter Action Group Trigger } // ALT-Pro Altimeter and Action Group Trigger @PART[km_smart_time]:NEEDS[SmartParts] { @title = SMRT-02 Chronometer Action Group Trigger } // AGT-Timer Timed Action Group Trigger @PART[km_smart_speed]:NEEDS[SmartParts] { @title = SMRT-03 Speedometer Action Group Trigger } // Speed-Pro Speedometer and Action Group Trigger @PART[km_prox_sensor]:NEEDS[SmartParts] { @title = SMRT-04 Proximity Action Group Trigger } // PROX-Pro Proximity Sensor @PART[km_smart_radio]:NEEDS[SmartParts] { @title = SMRT-05 Radio Action Group Trigger } // Radio-GAGA - A Radio for Action Groups @PART[km_smart_DPLD]:NEEDS[SmartParts] { @title = SMRT-06 CommNet Action Group Trigger } // Comm-Pro Communication Net Action Group Trigger @PART[km_smart_ResourceFloorDetector]:NEEDS[SmartParts] { @title = SMRT-01C Resource Level Action Group Trigger (craft) } // Resource Level Detector @PART[km_smart_ResourceFloorDetector]:NEEDS[SmartParts] { @description = Fires an event if the total specified resource for the entire craft has crossed a specific threshold. } @PART[km_smart_ECFloorDetector]:NEEDS[SmartParts] { @title = SMRT-02C ElectricCharge Level Action Group Trigger (craft) } // EC Level Detector @PART[km_smart_ECFloorDetector]:NEEDS[SmartParts] { @description = Fires an event if the total ElectricCharge resource for the entire craft has crossed a specific threshold. } @PART[km_smart_fuel]:NEEDS[SmartParts] { @title = SMRT-03P Resource Level Action Group Trigger (part) } // Drainex 1 - Fuel Sensor and Action Group Trigger @PART[km_smart_fuel]:NEEDS[SmartParts] { @description = Fires an event if the total specified resource for the attached part has crossed a specific threshold. } @PART[km_smart_srb]:NEEDS[SmartParts] { @title = SMRT-04P SRB TWR Action Group Trigger (part) } // SRB Monitor @PART[km_smart_srb]:NEEDS[SmartParts] { @description = Fires an event when the attached SRB's thrust drops to less than or equal to its mass. }
  4. @flart Really like the mod. Any chance for Smart Parts support?
  5. @towerdefence661 Seems they were replaced by the 2.5m and 3.75m monoprop engines.
  6. @linuxgurugamer [LOG 23:32:38.355] Saving PreciseNode settings. [EXC 23:32:38.366] NullReferenceException: Object reference not set to an instance of an object RegexKSP.IntuitiveNodeGizmoHandler.DeleteHandler () (at <02a072ff6cd84a48b6a46074446e9a4b>:0) RegexKSP.IntuitiveNodeGizmosManager.OnDestroy () (at <02a072ff6cd84a48b6a46074446e9a4b>:0) RegexKSP.PreciseNode.OnDestroy () (at <02a072ff6cd84a48b6a46074446e9a4b>:0) UnityEngine.DebugLogHandler:LogException(Exception, Object) ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object) UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object) Log Came across it while trying to track down a CTD - I don't think it's that serious though.
  7. @Nertea How well do you expect these new antennae (feeders and reflectors) will work with RemoteTech? I mean will ModuleAntennaFeed and ModuleDeployableReflector work for antennae that don't use ModuleDataTransmitter? RemoteTech replaces that module with its own.
  8. [LOG 00:58:58.187] -INFO- Tac.LifeSupportController[FFCAC534][3662.91]: Vessel situation change [EXC 00:59:09.904] ArgumentException: Getting control 0's position in a group with only 0 controls when doing repaint Aborting UnityEngine.GUILayoutGroup.GetNext () (at <fa6f9762ac624af092525d37c9d516c4>:0) UnityEngine.GUILayoutUtility.DoGetRect (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) (at <fa6f9762ac624af092525d37c9d516c4>:0) UnityEngine.GUILayoutUtility.GetRect (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) (at <fa6f9762ac624af092525d37c9d516c4>:0) UnityEngine.GUILayout.DoToggle (System.Boolean value, UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) (at <fa6f9762ac624af092525d37c9d516c4>:0) UnityEngine.GUILayout.Toggle (System.Boolean value, System.String text, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) (at <fa6f9762ac624af092525d37c9d516c4>:0) Tac.MainWindow.DrawWindowContents (System.Int32 windowID) (at <d6bc66b7e25b4ec8b1b87be6f40cf781>:0) Tac.Window`1[T].PreDrawWindowContents (System.Int32 windowId) (at <d6bc66b7e25b4ec8b1b87be6f40cf781>:0) UnityEngine.GUILayout+LayoutedWindow.DoWindow (System.Int32 windowID) (at <fa6f9762ac624af092525d37c9d516c4>:0) UnityEngine.GUI.CallWindowDelegate (UnityEngine.GUI+WindowFunction func, System.Int32 id, System.Int32 instanceID, UnityEngine.GUISkin _skin, System.Int32 forceRect, System.Single width, System.Single height, UnityEngine.GUIStyle style) (at <fa6f9762ac624af092525d37c9d516c4>:0) [ERR 00:59:09.904] GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced. [LOG 00:59:09.906] -INFO- Tac.FuelBalanceController[FFCAC60C][3674.95]: Rebuilding resource lists. Getting this a lot, on vessel situation change, followed by a CTD. Full log here. Thanks
  9. @Nertea https://github.com/ChrisAdderley/CryoEngines/issues/56 #LOC_CryoTanks_ModuleCryoTank_Action_DisableAction - Disable Cooling
  10. So I'm having an issue where Janitor Closet loses the mouse-over Mod-label in the part list (in the editor). The only possible cause I can come up with is alt-tabbing. Strange bug report I know...
  11. @Nertea Is the PTD-C 'Porthole' Observation Window supposed to have a ModuleCommand? It's in the Utility category. Also, any chance on being able to switch the 'top' mount on it (by the windows) - you can change the color of the bottom mount but the window frame area stays the same color. (same with the airlocks maybe)?
  12. @steedcrugeon Should be Pico_000 not SHED_000 ??? title = #autoLOC_Pico_003 manufacturer = #autoLOC_SHED_000 description = #autoLOC_Pico_004 #autoLOC_Pico_000 = PicoPort Docking Ports --EDIT-- @linuxgurugamer With regards to Picoport4AllSizes - the TechRequired is too early in the tree, unless intentional? Clamp-O-Tron Docking Port (TechRequired = specializedConstruction) Clamp-O-Tron Docking Port 'Basic' (TechRequired = advConstruction) Clamp-O-Tron Docking Port Sr. (TechRequired = metaMaterials) Clamp-O-Tron Docking Port Sr. 'Basic' (TechRequired = composites)
  13. I just liked the idea of having a more generic module that the user could add via MM to specific parts that might be more tailored to their individual play style or to unique parts (e.g. all drogue chutes, but not all chutes), without having to create a whole new module for each new case. Or I guess that's what actions groups are for lol. This whole thing may have been one of those ideas that sounds better when you're half asleep than not. Keep in mind ModuleAnimateGeneric can also be used for Antenna, Lights, Cargobays. Closing all my cargo bays and turning off all my RemoteTech antenna at the same time sounds like a quick way to end a mission fast Probably better to go for less modules included than more - more people probably need this for the 50+ solar panels than the handful of ISRU/Drills. And keeping it included in non-deployable solar panels is probably a good idea, since they're probably the most readily accessible to click. @5thHorseman @linuxgurugamer --EDIT-- I checked the ScienceLab patch. Results Adding "AYA_Science" to the ScienceLab let me "Perform All" the science experiments. Adding "AYA_ScienceBox" to the ScienceLab allowed me to "Reset All Science" but not "Collect All Science" (it's the whole "canBeTransferredToInVessel" which the ScienceLab's ModuleScienceContainer lacks"). Still, since the ScienceLab has "canResetConnectedModules" & "canResetNearbyModules" the "Reset All Science" is a nice addition.
  14. Oh, I assumed that the Mk1 pod was supposed to be a stock stand in if there wasn't an Mk2 analog. Feel free to ignore it. The MakingHistory pods are (their part names anyway): - kv1Pod (aka KV-1 'Onion' Reentry Module) - kv2Pod (aka KV-2 'Pea' Reentry Module) - kv3Pod(aka KV-3 'Pomegranate' Reentry Module) - Mk2Pod (aka Mk2 Command Pod) - MEMLander (aka Munar Excursion Module (M.E.M.)) Three on the left don't have RX wheels, but have Abalator, an integrated decoupler and seat 1, 2, 3 kerbals respectively. The Mk2 and MEM both seat 2.
  15. @micha Support for Mk2 Pod from StockExpansion? // Mk2 Command Pod @PART[Mk2Pod]:NEEDS[SquadExpansion]:FOR[OrbitalMaterialScience] { 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[mk1pod]:HAS[@MODULE[Kemini_Module]]:NEEDS[SquadExpansion]:AFTER[OrbitalMaterialScience] { !MODULE[Kemini_Module] {} !MODULE[ExperimentStorage],* {} } // ------------------------------- // ------------------------------- // Mk1 Command Pod @PART[mk1pod]:NEEDS[!SquadExpansion]:FOR[OrbitalMaterialScience] { 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 } }
  16. It works, thanks. I submitted a PR with a few suggestions, patches, mod support, etc. Stuff here RCS? DockingPorts? ISRU Multiple AYA modules per part? Deployable radiators have both ModuleDeployableRadiator and ModuleActiveRadiator Cargobay? ModuleAnimateGeneric vs ModuleCargoBay vs ModuleProceduralFairing RemoteTech uses ModuleAnimateGeneric instead of ModuleDeployableAntenna Do I make a patch assigning it AYA_CargoBay instead of AYA_Antenna? CommandModules have a ModuleScienceExperiment and a ModuleScienceContainer maybe use !MODULE[ModuleCommand] instead of :HAS[#canBeTransferredToInVessel[True]] Currently doesn't cover the ScienceLab AYA_Generic - a blank module that just deploys whatever it's attatched to ScienceLabs DockingPorts RCS ISRU @PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]:HAS[#animationName[*]],!MODULE[AYA_Solar]]:FOR[AllYAll] { MODULE { name = AYA_Solar } } How does the titling work? If I change AYA_SAS to AYA_RW will it say "Activate all RW" instead of "Activate all SAS" or is there more to this module? @PART[*]:HAS[@MODULE[ModuleAnimateGeneric],!MODULE[AYA_*]]:FOR[zzzAllYAll] { MODULE { name = AYA_Generic } } @PART[*]:HAS[@MODULE[*]:HAS[#actionGUIName[*]],!MODULE[AYA_*]]:FOR[zzzAllYAll] { MODULE { name = AYA_Generic } }
  17. oooh. Didn't know that. Sorry. Guess I'll just keep taking contracts from you in the mean time boss...
  18. @JoE Smash The CKAN listing is just the Agency: "Eskandare Heavy Industries" - it's just a config it hand out contracts. There aren't any parts included in it. The last version on Spacedock (here) was for 1.1.2 - I tried the Firewhirl and it seemed to work fine. Porkworks has an Atomic Turbojet, and I think the Mk2/Mk3 expansions have some as well.
  19. @linuxgurugamer @Apaseall It's a patch from CryoTanks (by Nertea). Found in: Kerbal Space Program\GameData\CryoTanks\Patches\ CryoTanksFuelTankSwitcher.cfg It requires that you have B9PartSwitch, as well as likely the SimpleBoilOff plugin that comes with the CryoTanks install (as does B9PartSwitch).
  20. A few things: 1) I don't think that this mod respects/recognizes "command/control" lock outs (i.e. RemoteTech)... 2) You can hide "unactionable parts" which usually means fuel tanks (I think), but I have TankLock installed, so thus, no long unactionable (as I can set that to an action group). Also, setting FuelFlow priority isn't recognized either (maybe that's an "advanced tweakable" ?) Cheers.
  21. Yeah, I had a dream last night about rescuing Matt Damon from Mars, so I took it as a sign to play some KSP. Bit strange though, since I've never even seen The Martian... Craft
×
×
  • Create New...