Jump to content

lo-fi

Members
  • Posts

    2,419
  • Joined

  • Last visited

Everything posted by lo-fi

  1. Indeed; as Zodius points out, the stack nodes as they are have symmetry issues. Sadly, to fix this minor bug, I'd have to do a deal of messing with the orientation detection in the code, as well as breaking every save using the parts. The stock wheels aren't hard to figure out, I just used the blender importer to find the names of various things and popped them into the config for the kf plugin. The tricky part was sorting out the grip and suspension settings, as this required actually moving the wheel collider transform and overriding the settings in the model. Both of which I write a custom module for. You can do the same for any wheel that's set up for stock or FS originally if you follow that method. It's probably a little easier for me, as I have a fairly in depth knowledge of the inner workings, but by no means impossible for someone else to pick up. I know it ought to write some documentation, but it's boring, and been weeks since I even messed with a model, let alone some code..
  2. I have no idea what you're on about, but thanks for the updates a couple of screen grabs will probably help work out what you're up to If you can find an appropriate royalty free sound that loops and pitch scales well, I'm open to offers! Hint: it's harder than it sounds I like that, it's very cool
  3. I guess you've managed to assign a different material to that part of the mesh in blender, then. I'm not entirely sure how blender works (is anybody??), but has the edge split modifier done what it says on the tin, and do you need to apply materials after that point in the stack? Is there a way to collapse the modifier stack, and does that help?
  4. In the material slot in Unity, just set the size value to 1. The best solution is to tell Unity not to import materials from the model, of course.
  5. Nah, I pop in and have a look over the dev stuff now and again, but that's about it Thanks, had no idea!
  6. Hey, like the tag line... Ummm yeah. You'll probably regret attaching KF wheels or tracks with anything but the editor. What on earth is KIS anyway? I thight it must have been a KAS typo..
  7. The unwrap part I don't find too hard or time consuming, it's actually creating the textures that's tricky for me. We all get to the stage where we need a break, but thanks for open sourcing your work so far!
  8. You're way over thinking this, I think. Does it really matter if the collider doesn't perfectly match the panel for the whole extension animation? I understand your reasoning, but really an approximation is fine, and nobody is going to notice a small difference while playing the game.
  9. Can't you just animate the vertexes movement directly in blender to enlarge the box as the panel deploys? I use 3D studio myself, but that would be my approach. You could set up a skinned mesh, of course, but I can't think of a way to make that work in Unity.
  10. Ah, those were good days, Madrias. Instant runway destruction on launch! Willing to accept a pull request, Thorbane
  11. They used to work like that, but it tends to lead to total craft annihilation
  12. Have you installed the full (extended) .net package? IIRC, there were several different versions. Or just install VS Express and it'll all work right out of the box.
  13. At the moment they're just comand seats, but integrated into the cage, Darren. When I've got the design a little more fleshed out I'll do a proper IVA with JSI transparent pod so it can be crewed at launch, driven IVA, have props and all that shenanigans. Slow paced as I'm just dabbling and tinkering, but I think it'll turn into something quite cool. Inspiration is the tracked quad from Prometheus What is going wrong when trying to target .net 3.5? Do you have the full (extended) framework installed? The alternative is just install VS Express, I guess.
  14. That sounds interesting, Gaalidas. Actually, if you want to play around with ABS, it's trivial to read the slip data from the wheel colliders. Look in the bulldozer blade class for how I access it. It's from the excellent little Space Tug by nli2work, ThorBeorn: https://kerbalstuff.com/mod/408/Space%20Tug Could do with a tweak to the hatch placement to work perfectly with the rover body, but I think it makes a great rover cockpit. Glad you're having fun! I'm messing about in an idle few minutes and came up with this, which I think is kinda cute:
  15. It's tricky. The problem really stems from the poor grip model on the wheel colliders. It's not too bad in what one might consider normal gravity, and you can sort of hack around the deficiencies, but up the grip in low gravity and all you'll get is rovers flipping over, which is frustrating and boring. That being said, the problem is often torque rather than grip. Due to the digital nature of controls in the game, it is somewhat low to prevent disaster the first time you hit a key. Try increasing the torque slider and using the precision control mode - this will probably help far more than messing with the grip.
  16. Yeah, it will apply skinned mesh to objects with bones. Why are you using bones for non kinematic animations though?
  17. Better yet is to tell Unity not to import materials. The UV placement is still imported, buf you won't get any funnies from Blender carried through. After that, create a new material in Unity with one of the KSP shaders and add in your maps.
  18. My opinion has always been that stock wheels had too much grip - which is why stock rovers flip over so readily - so I designed for what I felt was a reasonable amount of grip on Kerbin. Now, put the wheels on a very low gravity body like Mun and they'll slide, which is technically correct. At this point, people normally say "yes, but NASA made their moon buggy work in low gravity", to which the answer is "but they didnt expect it to do 80 mph - more like 10 - which feels painfully slow in game". The grip model on Unity wheel colliders is poor to say the least, I'm afraid, which really does not help. I may have messed up the grip of the mole track, which I'll look at, but I'm afraid there's no provision for modifying the grip either in game or config. Use the repulsors for low gravity, they're a far better option
  19. I suspect that's there in error, in that case. FYI, the tracks use skinned mesh for the deformation as the suspension moves. Plain old animated objects won't need it, so try removing it and replace with standard mesh renderer. Skinned meshes are normally used in character animation binding a mesh to bones, They can be a great tool if you want to model things like deformable pipes or something similar that you can't animate with rotations and transforms, but there's a bit of an art to setting them up just so.
  20. Find in the log where the parts compiles and you'll get some kind of a clue as to what's going on. I've been making parts since .23, and I can't think of anything fundamental that's changed.
  21. Why on earth would you not install Unity and do things the easy/proper way? The mind boggles...
  22. Interesting it's just the medium track. I wonder what's special about that.. I'd say bounds detection on the skinned mesh, but that would affect all tracks. Nice texture!
  23. Not that I've had reported yet. What happens exactly, and is this just the medium track? I can't think quite why, but that sounds hilarious.
×
×
  • Create New...