-
Posts
24,952 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
It's the same for me there on 1.7.3 (BetterTimeWarpContinued v2.3.11.4) I've taken a quick look at the code, nothing obvious jumps out at me. So, the custom rates stick around, they just aren't selected? Ok, I think I see where the problem is. I can't test until this evening, but I should be able to get a fix out this evening. One thing, right now it will only be for 1.8. In order to get a version for 1.7, I'll have to do figure out the best way to do this
-
I may have found this problem, not sure. I'll have to make a RealFuels install to test. In Kerbal_Construction_Time/KCT_BuildListVessel.cs, at line 734, seems that there is a GetValue using partName instead of name. @siimav if you could check this out, I could get a release out this evening fixing this and the other two bugs you fixed yesterday.
-
The issue is probably that KCT doesn't understand AvGas. It's a simple fix: Edit this file: GameData/KerbalConstructionTime/FuelResources.cfg and add AvGas to the first section: KCT_FUEL_RESOURCES { fuelResource = LiquidFuel fuelResource = Oxidizer fuelResource = XenonGas fuelResource = MonoPropellant fuelResource = SolidFuel fuelResource = ElectricCharge fuelResource = AvGas } Is AvGas from RealFuels? If so, then the fix I have right above won't work, because I see that AvGas is already in the config based on the MM config below: KCT_FUEL_RESOURCES:NEEDS[RealFuels] { fuelResource = AK20 fuelResource = AK27 fuelResource = Aerozine50 fuelResource = Aniline fuelResource = AvGas I'll need to look to see why it's not being honored. I'm wondering if it may be because of a different stanza
-
[1.9.x] RCS Build Aid Continued - New Dependencies
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
It does, what are you seeing? -
Show off your awesome KSP pictures!
linuxgurugamer replied to NuclearWarfare's topic in KSP Fan Works
There was a bug which was preventing it from showing -
Check to see if you have MiniAVC installed in any directory. Doesn't sound like it, but the old MiniAVC on 1.8 was causing CTDs very quickly
- 274 replies
-
Stand alone editor
linuxgurugamer replied to LIY2012's topic in KSP1 Suggestions & Development Discussion
Welcome to the forums. Despite the rude replies above, this is a very friendly forum, with many people wanting to help. Ksp is 8 years old, putting it, even just the editor, on a tablet is impractical. -
[1.9.x] Hangar Extender Extended
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 3.6.0 Added InstallChecker Updated for KSP 1.8 -
New release, 0.3.3 Added InstallChecker Updated for KSP 1.8
-
New release, 0.2.3 Added InstallChecker Updated for KSP 1.8
-
[1.12.x] Filter Extensions (No localization)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 3.2.4 (for KSP 1.8) Added InstallChecker Updated for KSP 1.8 -
[1.12.x] FlagRotate - Adjust flag orientation
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 1.1.8 Added InstallChecker Updated for KSP 1.8 -
[1.12.x] Filter Extensions (No localization)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 3.2.3.3 for KSP 1.7.x Thanks to @Gordon-Dry for these changes: Add Simple Procedural Engines (SPEngine) Add ModuleConfigurableAntenna Adding ROCapsules, ROEngines and ROTanks Add RN Industries -
Why cant you just add a battery?
-
You could contact @The White Guardian And see if he would be agreeable to you contributing that
- 1,022 replies
-
- beautify
- visualoverhaul
-
(and 1 more)
Tagged with:
-
[1.12.x] Toolbar Controller (for modders)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 0.1.9.3 Updated MiniAVC.dll to 1.4.0.2 to fix a nasty CTD Some optimization work on related to the stock toolbar code, reduces the number of calls Unity makes every frame