Jump to content

JH4C

Members
  • Posts

    416
  • Joined

  • Last visited

Posts posted by JH4C

  1. 18 hours ago, Jesusthebird said:

    Also...if anyone can help me...ive been trying to make a mk2 vertical plane with the kn-7..but have had terrible luck. The drag always seems to make my plane fly sideways. I keep to the conventional meens of building(CoL behind CoM) with thrust from the rear. I tried recreating the craft in the screenshot and failed horribly. Am I doing it wrong?

    You're not doing anything wrong per se, it's just a quirk. The mk2 fuselage pieces are considered lifting bodies, and as such lift can occur on one side. I've built a plane that successfully avoids this, I'm not entirely sure why though; I think I installed one regular fuselage piece inverted compared to another. You might need to detach and re-attach the bodywork behind the cockpit so that things get recalculated.

  2. Okay then, for now I'd start with the C# Development subforum, dig through everything you can understand there. Look up some mods that you like, see if their source is on GitHub or something and have a read of the code to see how they do what they do, then move on to an outdated piece of code from an older, no longer supported mod and see if you can get it working; if you're lucky, you might also be able to find code from a mod that's already been adopted, and then you can make direct comparisons between what used to work and what works now.

  3. I like the idea of this automatically switching from ASL to AGL, but the fact it's set to switch at a specific height AGL reduces the appeal. That means it will suffer from the same problem as Diazo's Landing Height, which is that whenever you're flying over hilly/mountainous terrain your height reading is going to keep fluctuating during level flight. Are there any plans to allow this option instead?

     

  4. That entirely depends on the mod you want to update, but I'd say your first step should be to wildly rethink your expectations. "I have Notepad++" is about as relevant to most mods as saying "I use the mouse with my left hand" - that's nice for you, but it's unlikely to matter.

    If you're looking to update add-ons with .dll files then the questions you need to answer are what programming languages are you familiar with? Which development environments? You're going to need to understand the basics of Unity, C+, maybe C#.

    Parts mods will require expertise in 3D modelling software and 2D graphics for skins, with programming skill on top if you want anything animated. (Updating an existing parts mod is generally much easier, if anything needs changing at all; most simple parts made in the last 2-3 years still work as intended with little or no modification.)

    The most basic mods rely solely on repurposing existing assets by using ModuleManager or PatchManager .cfg files. This is where your Notepad++ skills might be worth something, but again there's rarely a need to update these.

    ETA: On reflection, I have come across much harsher than I intended. It's a worthy goal, but I just think you've not fully understood what's involved in such an undertaking; if you still want to give it a go, I wish you the best of luck!

  5. 2 hours ago, Bit Fiddler said:

    I am still using 1.4.5 due to mods that have not updated....  but I am wondering if this is still compatible with 1.4.5.  Do the new animations and pilot loading break anything?

    The pilot loading shouldn't break anything, it just won't work because it's not in 1.4.5; it's a single line of code. Don't know about the animations, I doubt they'd break anything either. Of course you can avoid any such worries by simply installing the proper version for 1.4.5; CurseForge and Spacedock both offer changelogs which allow you to download earlier iterations of the part.

  6. 4 hours ago, Rocket In My Pocket said:

    Thanks for the response! I understand your reasoning completely.

    I may give the older version a try for now myself, since I still have a copy sitting around in my Downloads folder.

    You could always try out DMagic's BasicDeltaV, as I believe (if I understood the update notes properly) that makes some adjustments to the stock readout to try and mitigate the current bug issues.

    On 5/29/2017 at 8:47 PM, DMagic said:

    - Option to disable stock dV calculator
          - Basic DeltaV will fill in all stock dV numbers from its own calculations

     

  7. 22 hours ago, Lisias said:

    Its just a Category filter. It's imprescindible, however, as it's the only way to create Categories and SubCategories on the Parts Inventory on VAB/SPH .

    That's not a word in English; searching suggests the alternatives would be essential or indispensable. However, maintaining a special category just for one mod's items is a luxury, so that means the .dll is really non-essential. It's not like there's a lot of parts to keep track of either! There's always FilterExtensions; a custom config could be supplied for those that wish to keep the KAX stuff segregated. Or just use Janitor's Closet to filter out other mods. Not that it matters right now because kax.dll appears to be working just fine under 1.5.x anyway.

    I've just double-checked all the engines and with the updated FireSpitter .dll they're all animating properly. I did notice an audio bug with the A7 AeroSport, its idle sound starts as soon as the scene loads. The other sounds associated with that engine, and all other engine sounds for the rest of the pack, work as intended.

  8. I think there may be something similar in @neistridlar's NeistAir pack or @blackheart612's AirplanePlus, but both of their cockpits use round fuselages - it looks like yours mates with the mk3? That certainly offers something new, and I look forward to seeing how it turns out.

    As for suggestions, it's difficult to think of something that's not already been done or overdone... But one thing I'd love to see if possible would be a side-by-side cockpit for a 2-seater prop like the RAF's Bulldog trainers - the Scottish Aviation Bulldog, not the earlier Bristol biplane. Not sure if that's a little too different to what you've made, but it's all that comes to mind right now.

  9. 3 minutes ago, Moofrog said:

    Does anyone know if its possible to have the spacecraft burn its engine synthetically while not in physics mode or in scene but in background via plugin or mod? How difficult would that be?

    One has to assume that, as this is such an annoyance when making longer trips in KSP, if it was possible it would have been done by now.

  10. 6 hours ago, Kevin Kyle said:

    BTW, if you put these on the launch clamps, put a battery on there too. They will keep working even after you launch.

    Or install Almost Free Launch Clamps, and you won't even need to fit batteries; the clamps are given built-in generators, you just have to remember to turn them on.

    (It's all managed by MM patches, so it's working fine in 1.5.x)

×
×
  • Create New...