-
Posts
1,315 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by JonnyOThan
-
FreeIva 0.2.17.0 is now available! https://github.com/pizzaoverhead/FreeIva/releases/tag/0.2.17.0 Controls: https://github.com/pizzaoverhead/FreeIva/wiki/Controls Support: https://discord.gg/vBDzZAq3AF Supported Mods: https://github.com/pizzaoverhead/FreeIva/wiki#compatibility Dependencies ModuleManager is required. B9PartSwitch is recommended for passable variants of some of the stock parts. Reviva is recommended for even more passable variants of some stock and modded parts. RasterPropMonitor and ASET Consolidated Props are recommended for the stock inline docking ports. CommunityCategoryKit is recommended to see all FreeIVA-supported parts at once. You can also type "freeiva" into the stock search box, but may get some false positives. Notable Changes Added support for Heisenberg Airships Added support for Wildblue physical props Added support for DeepFreeze Bug Fixes Etc. Fix some issues with Mk2Expansion Added missing parameters to settings.cfg (jump key, jumpforce, walkable slope) Support parts that don't use mesh colliders Fix NRE when airlock is missing Tourists can no longer go EVA Now checks for obstructions before playing the animation on EVA hatches Parts without inherent tags now get the freeiva tag and category correctly Fixed KPBS landing engine passthrough Fixed some issues with Exploration Rover Systems Smoothed out roll inputs in zero-g Known Issues Windows in distant parts do not render correctly Centrifuge internals are always visible when JSI Advanced Transparent Pods is installed
-
Noticed this in someone's logs: [LOG 17:12:39.677] [KSPCF:MemoryLeaks] A destroyed ReentryParticleEffectRenewed:ReentryParticleEffectRenewed instance is owning a onVesselDestroy GameEvents callback. No action has been taken, but unless this mod is relying on this pattern, this is likely a memory leak.
-
totm sep 2021 [1.12] Stockalike Station Parts Redux (August 14, 2024)
JonnyOThan replied to Nertea's topic in KSP1 Mod Releases
Seems likely to be a bug in TACLS not SSPX. Interesting… https://github.com/KSP-RO/TacLifeSupport/issues/112 -
Mod interaction crashes my game
JonnyOThan replied to Fastfishy2's topic in KSP1 Technical Support (PC, modded installs)
I suspect this might be caused by RasterPropMonitor, or specifically the fact that DeepFreeze doesn't specify the RPM module in its parts. There is a compatibility patch here that will be included in the next version of RPM: https://github.com/JonnyOThan/RasterPropMonitor/commit/69c77e525892e8756a04a0c89c28dbd6444a3844 -
Game crashes and i cant figure out why
JonnyOThan replied to Hybr1d's topic in KSP1 Technical Support (PC, modded installs)
This line indicates that you ran out of memory: System Commit Total/Limit/Peak: 23388MB/40137MB/40074MB You have 32gb ram, and windows usually reserves up to ~3x your ram amount on your main OS drive for the paging file. But the system commit limit (ram + paging file) is only 40gb. So either the drive where your paging file is stored is nearly full or you manually limited the pagefile size (don't do this). To stop KSP from crashing you need to either free up space on your main OS drive, move the pagefile to a different drive (this is very inadvisable if the other drive is slow, you need the pagefile to be as fast as possible), or make KSP take less memory. Reducing the texture quality setting is the easiest way to make KSP take less memory, but obviously the game won't look as nice. Removing mods should also help. Closing other memory-hungry programs while playing KSP will also help. There's a great free app called Wiztree that can help analyze your disk space usage. -
totm sep 2021 [1.12] Stockalike Station Parts Redux (August 14, 2024)
JonnyOThan replied to Nertea's topic in KSP1 Mod Releases
It doesn’t depend on MKS. Some other mod you have must be patching it somehow. But without logs we can’t tell what it might be. -
RSE & RSE default configs just got updates! Please post your log files so I can actually fix issues.
- 778 replies
-
- sound replacement
- plugin
-
(and 2 more)
Tagged with:
-
[1.8.x-1.12.x] kOS addons: StockCamera, EVA, SCANSat, Career
JonnyOThan replied to JonnyOThan's topic in KSP1 Mod Releases
New kos-eva version: https://github.com/JonnyOThan/kOS-EVA/releases Note: now depends on harmony: https://github.com/KSPModdingLibs/HarmonyKSP Added :LIGHTS and :RCS suffixes (thanks @SofieBrink) KISAutoEquip and KerbalBot addons now use the KSPAssemblyDependency so they won't be loaded when KIS and RemoteTech aren't installed, respectively Movement is now properly hooked into the kerbal eva state machine. No more janky animations! Add :VISOR and :HELMET toggles Add :STATE suffix Added many movement-related suffixes: :NEUTRALIZE, :STARBOARD, :TOP, :FORE, :MOVETHROTTLE, :JUMP, :SPRINT -
[1.12.5] Restock - Revamping KSP's art (August 28)
JonnyOThan replied to Nertea's topic in KSP1 Mod Releases
Turn off temporal antialiasing in tufx and/or scatterer. -
Buffalo 2 Modular Space Exploration Vehicle
JonnyOThan replied to Angelo Kerman's topic in KSP1 Mod Releases
I’m pretty sure KSP community fixes will fix this if you have it. -
It’s supposed to work…I revamped how persistent variables are saved fairly recently and simple cases do work when reviva isn’t installed.
-
[1.12.5] Restock - Revamping KSP's art (August 28)
JonnyOThan replied to Nertea's topic in KSP1 Mod Releases
Again, this isn’t the full log…. -
[1.7.x] MOARdVPlus - advanced IVAs for MAS (v1.0, 26 Jan 2019)
JonnyOThan replied to MOARdV's topic in KSP1 Mod Releases
PropBatching is purely a performance improvement. Nothing depends on it to work correctly, so you can remove it but performance will be worse. I'll eventually get these fixed but I don't have an ETA right now. -
[1.7.x] MOARdVPlus - advanced IVAs for MAS (v1.0, 26 Jan 2019)
JonnyOThan replied to MOARdV's topic in KSP1 Mod Releases
Yeah this is caused by the same batching system. -
[1.7.x] MOARdVPlus - advanced IVAs for MAS (v1.0, 26 Jan 2019)
JonnyOThan replied to MOARdV's topic in KSP1 Mod Releases
Please include log files with bug reports. But I have a hunch about what's going on here...Try renaming JSI/RasterPropMonitor/PropBatching.cfg to something that doesn't end in cfg to disable it and see if the problem goes away. -
[1.12.5] Restock - Revamping KSP's art (August 28)
JonnyOThan replied to Nertea's topic in KSP1 Mod Releases
Please don't (not) do this. It's *way* better to have all the info up front than have to ask for it later. I have a policy of not investigating bug reports until a log file is provided because *way too many times* it's a simple installation issue or conflict with another mod that is trivial to determine with the log file. And if there's a real issue and especially when it's an issue with multiple mods interacting, having the log file means you know exactly what mods and what versions were installed. Also, with the blender plugin you could look at the mesh files to compare them. -
huh I wasn't aware they weren't. I'll take a look sometime.
-
I can't download the log file without creating an account or something. No thanks. Shabby can be found here: http://taniwha.org/~bill/Shabby_v0.3.0.zip If you were using CKAN it would have installed this automatically. Assuming you were around minmus or vall, this is a known issue between waterfall's distortion effects and parallax. You can disable waterfall's distortion to fix it.
-
All set! Btw what do you want to do with the Flags folder that was in the spacedock release? It's not on github - should I add it? And what's the best way to communicate with you about stuff like that?
-
If you have Shabby and all the dependencies, you should not be seeing this issue. If you posted the log, I'd be able to tell if you had everything installed correctly.
-
Thanks; I found the issue and it'll be fixed in the next release.
-
Here's all the patches that touched that part. [LOG 12:24:06.012] Applying update SkyhawkScienceSystem/Patches/Hypergolics/Hypergolics/@PART[CDO_S4Engines|CDO_Vikas2]:FIRST:NEEDS[Chrayol_Design_Org] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:24:06.019] Applying update SkyhawkScienceSystem/Patches/Hypergolics/Hypergolics/@PART[CDO_S4Engines]:FIRST:NEEDS[Chrayol_Design_Org] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:24:16.172] Applying update SkyhawkScienceSystem/Patches/Science/StockScienceSupport/@PART[*]:HAS[#TechRequired[generalRocketry]]:FIRST to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:24:19.289] Applying update 999_KSP-Recall/patches/fundskeeper/@PART[*]:HAS[!MODULE[ModuleAsteroid],!MODULE[ModuleComet],!MODULE[KerbalEVA]]:NEEDS[KSPRECALL-FUNDSKEEPER] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:24:19.999] Applying update 999_KSP-Recall/patches/refunding/@PART[*]:HAS[!MODULE[ModuleAsteroid],!MODULE[ModuleComet],!MODULE[KerbalEVA]]:NEEDS[KSPRECALL-REFUNDING] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:24:21.462] Applying update 999_KSP-Recall/patches/stealbackfunds/@PART[*]:HAS[!MODULE[ModuleAsteroid],!MODULE[ModuleComet],!MODULE[KerbalEVA]]:NEEDS[KSPRECALL-STEALBACKFUNDS] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:24:31.838] Applying update BoosterGuidance/BoosterGuidance/@PART[*]:HAS[@MODULE[ModuleCommand]] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:24:32.952] Applying update MechJeb2/Parts/MechJebNoCommandPod/@PART[*]:HAS[@MODULE[ModuleCommand],!MODULE[KerbalEVA]]:NEEDS[!MechJebUseCommandPod,!RP-0,!RealismOverhaul] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:24:50.621] Applying update SkyhawkScienceSystem/ModSupport/MechJeb2/MechJeb2/@PART[*]:HAS[@MODULE[ModuleCommand],!MODULE[KerbalEVA]]:NEEDS[!MechJebUseCommandPod,!RP-0,!RealismOverhaul] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:25:25.456] Applying update Chrayol_Design_Org/Compatibility/RealPlume/PSLV_Liquid/@PART[CDO_S4Engines]:NEEDS[RealPlume,SmokeScreen]:FOR[Chrayol_Design_Org] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:25:25.511] Applying update Chrayol_Design_Org/Compatibility/Waterfall/PSLV/@PART[CDO_S4Engines]:AFTER[Chrayol_Design_Org]:NEEDS[Waterfall] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:25:25.657] Applying update SkyhawkScienceSystem/ModSupport/Chrayol_Design_Org/Chrayol_Design_Org/@PART[CDO_S4Engines]:AFTER[Chrayol_Design_Org] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:25:30.885] Applying update SkyhawkKerbalism/System/Misc/@PART[*]:HAS[@MODULE[ModuleCommand]]:FOR[KerbalismSkyhawk] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:26:08.034] Applying update RealPlume/000_Generic_Plumes/000_EFFECTS_Remover/@PART[*]:HAS[@PLUME[*]]:AFTER[RealPlume]:NEEDS[SmokeScreen] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:26:08.295] Applying update RealPlume/000_Generic_Plumes/000_EFFECTS_Remover/@PART[*]:HAS[@PLUME[*],@MODULE[ModuleEngines*],!MODULE[ModuleRCSFX]]:AFTER[RealPlume]:NEEDS[SmokeScreen] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:26:13.449] Applying update RocketSoundEnhancementDefault/Configs/ShipEffects/@PART:HAS[~RSENoFX[*],#crashTolerance]:AFTER[RocketSoundEnhancementDefault] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:26:17.365] Applying update SigmaDimensions/Configs/ReDimension/rescaleAntennas/@PART:FOR[SigDim2] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:26:21.636] Applying update SigmaDimensions/Configs/ReDimension/rescaleSCANsat/@PART:FOR[SigDim2] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:28:41.318] Applying update Trajectories/Trajectories/@PART[*]:HAS[@MODULE[ModuleCommand]]:FOR[Trajectories] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:28:56.502] Applying update RealPlume/000_Generic_Plumes/000_zRealPlume/@PART[*]:HAS[@PLUME[*]]:FOR[zRealPlume]:NEEDS[SmokeScreen] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:29:07.118] Looping on RealPlume/000_Generic_Plumes/Hypergolic_UpperWhite/@PART[*]:HAS[@PLUME[Hypergolic_UpperWhite]:HAS[~processed[*]]]:AFTER[zRealPlume]:NEEDS[SmokeScreen] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:29:07.118] Applying update RealPlume/000_Generic_Plumes/Hypergolic_UpperWhite/@PART[*]:HAS[@PLUME[Hypergolic_UpperWhite]:HAS[~processed[*]]]:AFTER[zRealPlume]:NEEDS[SmokeScreen] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:29:43.250] Applying update SkyhawkKerbalism/System/ScienceRework/Patches-Antennas/@PART[*]:HAS[@MODULE[ModuleDataTransmitter*]:HAS[#antennaType[INTERNAL]]]:NEEDS[!RemoteTech]:BEFORE[zzzKerbalismDefault] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:29:51.584] Applying update SkyhawkKerbalism/System/Reliability/@PART[*]:HAS[@MODULE[ModuleReactionWheel],@MODULE[ModuleCommand],~CrewCapacity[]]:NEEDS[FeatureReliability]:AFTER[zzzKerbalismskyhawk] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:30:06.092] Applying update SkyhawkKerbalism/System/Reliability/@PART[*]:HAS[@MODULE[Reliability],!MODULE[KerbalEVA]]:AFTER[zzzKerbalismskyhawk] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:30:07.299] Applying update RealPlume-Stock/Global Patches/@PART[*]:HAS[@PLUME[*],@MODULE[ModuleEngines*]]:FOR[zzzRealPlumeStock] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:30:12.196] Applying update SkyhawkScienceSystem/Patches/Science/ScienceTiers/@PART[*]:HAS[#TechRequired[*5]]:BEFORE[zzzSkyhawkScienceSystem] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:30:15.111] Applying update SkyhawkScienceSystem/Patches/Control/SASUpgrades/@PART[*]:HAS[@MODULE[ModuleCommand]:HAS[#minimumCrew[0]]]:FOR[zzzSkyhawkScienceSystem] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:30:27.493] Applying update SkyhawkScienceSystem/Patches/Control/ReactionWheelNerf/@PART[*]:HAS[@MODULE[ModuleReactionWheel],!MODULE[ModuleEngines*]:HAS[@PROPELLANT[IntakeAtm]]]:NEEDS[!MandatoryRCS]:AFTER[zzzSkyhawkScienceSystem] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:30:27.687] Applying update SkyhawkScienceSystem/Patches/Hypergolics/Hypergolics/@PART[*]:HAS[#SSS_Hypergolic[True]]:AFTER[zzzSkyhawkScienceSystem] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:30:27.752] Applying update SkyhawkScienceSystem/Patches/Hypergolics/Hypergolics/@PART[*]:HAS[#SSS_HypergolicTank[True]]:AFTER[zzzSkyhawkScienceSystem] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:30:37.215] Applying update 999_KSP-Recall/patches/attached-on-editor/@PART[*]:HAS[!MODULE[ProceduralPart],!MODULE[WingProcedural],!MODULE[ModuleAsteroid],!MODULE[ModuleComet],!MODULE[KerbalEVA]]:LAST[KSPRECALL-ATTACHED-ON-EDITOR]:NEEDS[TweakScale] to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:30:49.134] Applying update KSPCommunityFixes/Patches/Support_KSPRecall/@PART[*]:HAS[@MODULE[Refunding]]:NEEDS[KSPRECALL-REFUNDING]:FINAL to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:30:50.133] Applying update MechJebForAll/MechJebAndEngineerForAll/@PART[*]:HAS[@MODULE[ModuleCommand]]:NEEDS[MechJeb2]:Final to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:30:50.474] Applying update MechJebForAll/MechJebAndEngineerForAll/@PART[*]:HAS[@MODULE[ModuleCommand]]:NEEDS[KerbalEngineer]:Final to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:30:51.536] Applying update PartInfo/PartInfo/@PART[*]:HAS[~name[TCAModule*],~name[Deployed*],~name[Potato*]]:FINAL to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] [LOG 12:31:00.085] Applying update zFinal_FilterExtensions/zzz_AntennaClassDescriptions/@PART[*]:HAS[@MODULE[ModuleDataTransmitter*]:HAS[#antennaPower[>5000],#antennaPower[<200001],#antennaType[INTERNAL]]]:NEEDS[!RemoteTech]:FINAL to Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg/PART[CDO_S4Engines] I've spot-checked a few likely candidates but I don't see anything that might be removing or changing the resources in the part. Do you have a recent version of Chrayol Design Org?
- 470 replies
-
- totm jan 2022
- bluedog
-
(and 3 more)
Tagged with:
-
I'm using it with the latest versions of everything. I think there's one b9partswitch error but it's not fatal. Always post the full log. CDO_S4Engines somehow got tagged as a hypergolic tank and the patch expects it to have LiquidFuel and Oxidizer but I'm guessing it doesn't. Looks like the original config for the engine DOES have these resources: https://github.com/DylanSemrau/Chrayol-Design-Org/blob/d23442ebd9a422904577f39cc4caaec3aebfb411/GameData/Chrayol_Design_Org/Parts/PSLV/CDO_S4Engines.cfg#L179 so there's probably some other patch that is changing it...which would be in the full log.
- 470 replies
-
- 1
-
- totm jan 2022
- bluedog
-
(and 3 more)
Tagged with:
-
[1.8 - 1.12] KSPCommunityFixes - Bugfixes and QoL tweaks
JonnyOThan replied to Gotmachine's topic in KSP1 Mod Releases
// Part Action Window groups for a selection of stock modules PAWStockGroups = true Change that to false in the settings.cfg (or even better, make a MM patch for it; there's a template in KSPCommunityFixes/Extras/KSPCF_UserSettings.cfg)