Jump to content

Scorpion_SK

Members
  • Posts

    5
  • Joined

Reputation

2 Neutral

Profile Information

  • About me
    Space Cat
  1. I have weird animation bug on the stock airbrake part - when airbrake is deployed, it's animation angle not matches the deployment angle which is set in the settings of the part. Screenshot of the bug: I have deleted all mods, started a new savegame, even reinstalled the game completely but the bug still persists even on a completely clean and reinstalled game. KSP 1.9.1(x64), Windows 7. Have someone seen the same bug before? How to fix it?
  2. Well, then i have written the issue on KOS GitHub about it. Now, all i can do, is hoping that KOS author can fix the IR support sometime (if it is possible to do from his side only - if the IR API was only changed a little but not removed completely in the current version of IR).
  3. I have one question: Does the kOS integration really works? Considering from the quote above IR Next has the kOS support, also the documentation of kOS says that: I have tried using it like described in that documentation, but kOS just throws the errors telling me that IR is not installed. print ADDONS:IR:AVAILABLE. and even this code returns False. What i do wrong? Or if the IR API had changed in some way (perhaps renamed addon name, renamed properties or methods or some other undocumented changes), where can i find the new documentation of how to use it now? KSP 1.9.1, InfernalRobotics Next v3.0.2, kOS v1.2.1.0, Windows 7.
  4. Please fix the file GameData\NearFutureAeronautics\Patches\NFAeroIntakeAtm.cfg by adding !RESOURCE[IntakeAtm] condition to it. This condition will ensure, that the IntakeAtm module will be added only ONCE, and will prevent the addition of it to the parts, which already have it added by some another mod. Otherwise it conflicts with many other mods (Mk2 Expansion, SpaceTux Industries Recycled Parts, OPT Reconfig) and causes the duplication of the IntakeAtm module in all air intake parts. To avoid such conflicts the code must look like this: /// Adds IntakeAtm to all parts that have an intake for air @PART[*]:HAS[@MODULE[ModuleResourceIntake],@RESOURCE[IntakeAir],!RESOURCE[IntakeAtm]] { +MODULE[ModuleResourceIntake] { @resourceName = IntakeAtm %checkForOxygen = false } +RESOURCE[IntakeAir] { @name = IntakeAtm } }
  5. I have tried to build a centrifuge using Rotating Hub and i have a problem. IVA view does not move with the rotating parts and stays on it's initial place, while the part itself moves. I made a screenshot to explain what i mean:
×
×
  • Create New...