-
Posts
4,559 -
Joined
-
Last visited
Reputation
2,487 ExcellentProfile Information
-
About me
Senior Rocket Scientist
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
The restriction was added because it makes some things ambiguous - if you had PART { mesh=whatever } then where KSP would look for the model would depend on which one was used. Almost no one uses that anymore though and I don't think there are too many other features that depend on the path. So maybe it's time to rethink that. In the mean time you can figure out what other mods might add it and just NEEDS with them
-
If anyone wants to provide any useful information about what is or is not working in new KSP versions, including relevant debugging issue such as logs, please do so, otherwise just wait for an update.
-
[1.8-1.11] Advanced Jet Engine v2.17.0 (June 26)
blowfish replied to blowfish's topic in KSP1 Mod Releases
Advanced Jet Engine v2.17.0 for KSP 1.8.x to 1.11.x Add support for centrifugal-flow compressor jet engines. These perform considerably worse than axial-flow jets approaching transonic and only slightly recover supersonic. Reenable transonic and supersonic drag on propellers since FAR properly ignores the rotor disc and therefore does not itself provide wave drag. Piston engines need 0.2kg/m^3 or higher air density to work. No more space props. Fixes to exhaust gas temp calcs on piston engines. Fix engine max temp if undefined to be 1800K not 3600K (!). Thanks @NathanKell for doing this while I've been busy with real life stuff -
AndrewsonPaul started following blowfish
-
Please verify your BDB installation. Specifically GameData/Bluedog_DB/Compatibility/B9PartSwitch is required but is missing. It doesn't do anything by default. If something is modifying the stock tanks it's another mod (maybe CryoTanks).
-
Can't help if I don't know what error you're getting. You are trying to download from the Github releases page?
-
@lookolookthefox this is the problem: systemPower = #$@MODULE[USI_Harvester]/Ratio$ you want systemPower = #$/MODULE[USI_Harvester]/Ratio$ or systemPower = #$..MODULE[USI_Harvester]/Ratio$ in this context, @ tells it to look for root nodes (PARTs, RESOURCE_DEFINITIONs, etc), whereas / tells it to look in the root of the current node, and .. says to go up a level
-
Simple Adjustable Fairings Plugin v1.12.0 for KSP 1.11.2 Recompile against KSP 1.11.2
-
B9PartSwitch v2.18.0 for KSP 1.11.2 Recompile against KSP 1.11.2 Fix modules getting force-enabled when new data is loaded Change remote AVC reference so that it notifies even if you change KSP versions Prevent exceptions caused by zombie parts
-
[1.8-1.11] Advanced Jet Engine v2.17.0 (June 26)
blowfish replied to blowfish's topic in KSP1 Mod Releases
That does seem weird, AJE doesn't do anything with hydrogen by default though so must be some other mod patching them. Maybe something related to NTRs if I had to guess? -
Ah that, thanks!
-
[1.8.x] B9 Aerospace | Release 6.6.0 (Feb 5 2020)
blowfish replied to blowfish's topic in KSP1 Mod Releases
I see a lot of errors coming from TweakScale, In particular references to https://github.com/net-lisias-ksp/TweakScale/issues/34 ... that seems like a good place to start I don't have time to learn Waterfall right now but if someone else wants to make it work I'll gladly accept a PR.- 640 replies
-
- 1
-
- spaceplane
- parts
-
(and 1 more)
Tagged with:
-
Some mod that depends on this is misconfigured or incorrectly installed. Please provide the full log. Alternately @JadeOfMaar might remember exactly what causes this Be patient It looks like there are some patches in WarpPlugin/Patches/FarFutureTechnologiesFix that are marked as FOR[FarFutureTechnologies], which makes ModuleManager think that FarFutureTechnologies is installed even though it's not. Immediate fix would be to ether remove those patches or install FFT. But you probably want to talk to the author of that mod (I believe Interstellar) to get this fixed. Can someone provide me a stack trace so I can see where this is getting called from?