-
Posts
27 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by CarnationRED
-
As for stock, the mod calculates part's drag cube using a built-in KSP API called "DragCubeSystem.RenderProceduralDragCube(Part p)". A drag cube describes all aerodynamics of a part. It's very likely that the rendering process will take account of part's shape, but I haven't researched the difference bettwen calculated drag cubes using custom shaped parts and stock parts' ones.
-
offset有什么影响吗? 最开始做的时候是没有动offset的,会导致拖动一个黄色手柄会导致另一个一起动, 加之要做偏移转轴的全动翼,索性就改成了现在的模式。 Translation: Does it have any side effect?At the beginning, offset is not being modified, which would cause two yellow handles to move together when dragging. In addition, to make a full-moving wing with an offseted axis, I simply changed to the current way.
-
v1.0.0B Attachable all-moving wings, compatibility with OpenGL / Mac This is my edit based on @Jebman82 's v1.0.0 B9PW, released under MIT license Tested on Windows KSP1.9.1 and KSP1.10.1 New Feature 1. You can now attach all-moving wings to all-movings, and they will share the same deflection if their rotaion axis are aligned Improvement 1. Reducing sm target for compatibility with OpenGL / Mac, this fix was removed in v1.0.0 Demonstration Changelog Download Source
-
[WIP][1.8.x-1.12.x] KSP Secondary Motion [v0.1.1]
CarnationRED replied to Icecovery's topic in KSP1 Mod Development
niiiiiiiice -
Thread of the Month April 2020 Created by CarnationRED Inspired by SimplePlanes' fuselage parts. Designed for limitless shape construction. _________________________________________________________________ KottabosGames' Introduction Video Features Change sections width, height and radius Save/Load section shape presets Various shape modifications CRFP Creator: Pick any 3 or 4 points in scene to create a panel, with surface/edge/vertex snap options Edit with gizmos and/or GUI Quick copy shape and materials using Ctrl+F or Ctrl+C/V Select individual textures or choose one of texture presets Fuel tank switch GIF Demonstrations Manual UI Press F or right-click to open up UI panel, hotkey is defined in CRFPSettings.cfg When adjusting radius, hold: Shift: link all 8 radius Alt: link current with its opposite at the other end Ctrl: link all radius at the same end Negative radius will not be effected by aspect ratio More details: Handle Gizmos Fast way to tweak length, twist, top/bottom size and corner radius Press F to activate, hotkey is defined in CRFPSettings.cfg Copy shape fast using Ctrl+F (see demostration above), note that linked section won't copy Copy shape using Ctrl+C/Ctrl+V RMB to switch between parts, parameters in UI panel will also be updated CRFP Creator With this tool you're able to create panel parts easily Click at the upper right corner of UI panel to open, the Creator panel shows up, click to start Created part will try to exactly match those 3 or 4 points you selected. Textures Texture Browser Used to select individual textures, usually for texture try out Click one of texture names to open Enter a letter to start search F5 to refresh, up/down arrow key to navigate “Convert to normal map” option is experimental, which won’t overwrite the texture file Miscellaneous To reload cfg settings, press "=" and "-" when Part Settings memu is opened. Compatibility Compatible with KSP 1.8.x-1.9.x Compatible with FARc, RealFuels, Procedural Parts Known Issues Parts position go wrong when editing mirror symmetry part Custom texture lost during loading Bottom texture is stretched when Tilt Bottom is not 0 Wrong part movement when changing both Tilt and Twist (detach+attach is a temporary solution) Sometimes when copying part, handle gizmos also get copied with the cpoied part Changelog Download from GitHub Download from SpaceDock Source Code License: DDSLoader library by @sarbian (released under MIT license) If you like it, consider buying me a cup of coffee
- 70 replies
-
- 41
-
[1.9.0][BreakingGround] Propeller Pith And Rotor Torque 0.3
CarnationRED replied to CarnationRED's topic in KSP1 Mod Releases
Thank you for advise, how this goes? -
This mod enables you to control propellers' pitch in flight to get better performance or switch to autofeather to reduce drag, as well as automatically limit rotor's output to save electric charge. Updated to support KSP1.9.0 Add support to all propeller blades and heli blades Note: The new blade pitch control in KSP1.9.0 won't work well if you enable this plugin in flight. Servo rotors are not supported by the mod. Usage: Press "=" to toggole control in flight. Use throttle to control rotor's rpm, rotor's output limit is controlled by plugin if enabled. You can change target AOA in propellers' PAW(part action window) Dependencies: ModuleManager Breaking Ground DLC Download: Download from spacedock Download on CKAN License: MIT Source code: https://github.com/CarnationRED/FanAOAnRotorTorque Changelog: 0.3 Update to support KSP1.9.0, note that the new blade deflection control featrue in 1.9 won't work well if this plugin enabled Add support to propeller blades and heli blades Bugfixes MOD renamed 0.21 License file added. Readme added. Corrected archive hyhierarchy