-
Posts
2,131 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Crzyrndm
-
[1.3] Pilot Assistant: Atmospheric piloting aids - 1.13.2 (May 28)
Crzyrndm replied to Crzyrndm's topic in KSP1 Mod Releases
This is probably the elevator controller being a bit too aggressively tuned again. Hit the toggle marked as "C" (Show Control Surfaces) at the top of the window and a second/third pitch controller will appear. Increase the scalar on that up to 1.5-2.0 will probably sort this out. If it doesn't, a link to the .craft file would be helpful so I can take a look. 1) No idea, never really looked into it because I don't use RPM 2) Not at this stage. I don't see the point when I can already hit them from 1/3 the way around Kerbin without adjustments -
Key Bindings / shortcut visible on a hud
Crzyrndm replied to Imaginya's topic in KSP1 Mods Discussions
Addon like that was probably AGX, I don't recall any plugin that allows you to edit stock keybindings in flight. -
Unity 5 and .NET Framework
Crzyrndm replied to almagnus1's topic in KSP1 C# Plugin Development Help and Support
In this case, my understanding of the situation is that the ball is entirely in Unity's hands. If they change KSP will, if they don't KSP won't. -
Unity 5 and .NET Framework
Crzyrndm replied to almagnus1's topic in KSP1 C# Plugin Development Help and Support
It will remain 3.5 from what I've read, atleast initially. -
Looks like I misread the KIS subcategory conditions. I will get that fixed (E: or apparently KIS just went and changed the filtering method entirely...)
-
Remove this section from the KIS.cfg at FilterExtensions/Configs/Patches to keep them in Utility @SUBCATEGORY[Utility]:FOR[FilterExtension] { @FILTER,0 { CHECK { type = moduleName value = ModuleKISItem invert = true } } } The missing parts should be showing up in the category KIS creates even without changing this
-
Could I get a copy of your MM cache file and log please. Some other mod appears to be interfering.
-
[1.3] Pilot Assistant: Atmospheric piloting aids - 1.13.2 (May 28)
Crzyrndm replied to Crzyrndm's topic in KSP1 Mod Releases
No problem. I've also added some protection against slower vessels trying to go vertical for future versions. -
[1.3] Pilot Assistant: Atmospheric piloting aids - 1.13.2 (May 28)
Crzyrndm replied to Crzyrndm's topic in KSP1 Mod Releases
It's the maximum output in the altitude controller you want. It defaults to a climb rate of 50m/s, but your craft appears to be travelling somewhat slower than that. Angle of Attack is the pitch angle between the nose of your vessel and the velocity vector. If it gets too high you get a lot of drag and (in FAR, stock is a bit too forgiving in this respect) can stall the plane. Since your velocity vector moves with you, it won't prevent this sort of occurence -
The only reason they would get blocked was if they were set to "category = none" in their respective part configs. Block them from the subcategory if you don't want them to display instead of changing the part category.
-
The math/existing auto tuning appears to be sound (if I had to criticise one thing, it'd be only using MOI/torque as a global modifier when it could be used on individual axes). What I couldn't understand at the time was why it insisted on running manually input factors through the same calculations (which means the Kp you get is based on the Kp AND Kd you enter. Ki being even worse, depending on all three factors).
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Crzyrndm replied to ferram4's topic in KSP1 Mod Releases
Flt Settings => Current Group Settings == Stab Aug => Control System == DCPR- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
Under "Filter by Manufacturer" there will be an automatically created tab for every GameData folder. The additional categories for the larger mods have to be manually added like this. Change the highlighted line to be "value = yourModFolderName" (list multiple values separated by commas) and add to a *.cfg file somewhere in GameData. PS You can also select a manufacturer, and then right click on Filter by function and select another filter to apply to get a similar effect (stock feature/bug ).
-
[1.12.3+] RealChute Parachute Systems v1.4.9.5 | 20/10/24
Crzyrndm replied to stupid_chris's topic in KSP1 Mod Releases
You don't have to bother. It's not the windows build but the KSP build that is checked. KSP for windows is now exclusively distributed as a 32 bit program and all mods will work regardless of your windows version. If you are on linux using the 64 bit KSP version, no mods were ever locked out there so there is still no issue. -
[1.3] Pilot Assistant: Atmospheric piloting aids - 1.13.2 (May 28)
Crzyrndm replied to Crzyrndm's topic in KSP1 Mod Releases
Might take a bit of tweaking depending on just how unstable it is but it's certainly possible. The main issue will be that it won't leverage the advantages of a craft built like that particularly well (ie. no stunts). -
[1.3] Pilot Assistant: Atmospheric piloting aids - 1.13.2 (May 28)
Crzyrndm replied to Crzyrndm's topic in KSP1 Mod Releases
Version 1.9.3 Fixed missing nullcheck -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Crzyrndm replied to ferram4's topic in KSP1 Mod Releases
Tried reducing the deflection %'s for Dynamic Deflection further? Mouse over any control surface, press 'K', reduce the numbers in the second column. (It sounds like the root cause of your issue is a small plane with significantly above average control authority so the defaults will probably be a little too light)- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[1.3] The Plugin Workshop - Small plugins of varied function
Crzyrndm replied to Crzyrndm's topic in KSP1 Mod Releases
Saturatable RW updated to v1.9.3 Available torque readouts default to being hidden from the right click menu, can be reenabled via the settings file Fixed some window formatting issues Right clicking on a reaction wheel in the window will toggle it's state. Active RW's are now indicated by green buttons It's additional fields that display similar data (flux is unique, showing the total of the 4(?) sources of flux visible in the debug menu). Temperature and thermal mass are duplicates of the debug menu. Does stock also reset the mode just by tapping SAS hold (F by default)? If so, I should probably remove it. (E: Seems like it does, so that's one gone) -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Crzyrndm replied to ferram4's topic in KSP1 Mod Releases
That's just stock SAS being itself. You have a couple of options to get around it: 1) Reduce maximum control surface deflection 2) Use a PID tuner (regex has one, there's one in Pilot Assistant) 3) Dynamic Deflection does #1 a bit smarter- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[1.3] Pilot Assistant: Atmospheric piloting aids - 1.13.2 (May 28)
Crzyrndm replied to Crzyrndm's topic in KSP1 Mod Releases
Version 1.9.2 Toolbar mod support Improvements to Radar Altitude control mode Fixed size of drag sections not being saved correctly NOTE: Toolbar has to be manually enabled in the settings file at PilotAssistant/PluginData/PilotAssistant/config.xml NOTE: Toolbar has the option to have a button for each control system and one for the menu (4 total). They all default to using the same icon but the paths are configurable in the settings file. -
[1.3] The Plugin Workshop - Small plugins of varied function
Crzyrndm replied to Crzyrndm's topic in KSP1 Mod Releases
http://forum.kerbalspaceprogram.com/threads/97285-KSP-v1-0-2-Stock-Bug-Fix-Modules-%28Release-v1-0-2d-2-14-May-15%29?p=1948590&viewfull=1#post1948590 Sounds like this originates with one of Claws fixes. They are already? Can do -
It was either that or they wouldn't be assigned to any profile. In this case I feel that placing them incorrectly and having the errors be noticed is the better choice than just hiding the afflicted parts (I believe stock does something similar)
-
Version 2.1.2 More mod and resource icons from KaiserSoze Fixed nullref in profile check (if no profile is defined by a part, it defaults to srf type) If you don't have the "value = replace" line, new categories just get appended to the stock ones. The downside there is that there is no control over the order that things turn up