Jump to content

lo-fi

Members
  • Posts

    2,419
  • Joined

  • Last visited

Everything posted by lo-fi

  1. Funny you should mention that, nli2work did a cool POC of that, and was asking about syncing the legs. Sort of on the back burner until I have a flash of inspiration for how to do it I'd love to! I think it just uses one of the stock sounds. What I think would be percect is the lovely soft turbine sound from the drone at the start of Interstellar. Submissions welcomed with open arms for sound clips, though!
  2. It's to do with how the part is oriented in Unity before export. There was a thread explaining this, but I can't find it right now Make sure that the parts forward axis is Y, and lateral axis is X. It should look in Unity as it does in the VAB. Hope that makes sense?
  3. As martinezfg11 said, just drop the unzipped parttools directory into the assets folder of your unity project.
  4. Either way would be cool I haven't even played much IVA myself, so I've not really got much idea what's available or how to set up. This will be a slow burn for me too, so no hurry this end! I'll get a WIP package posted so you can have a play around if you feel like it.
  5. Hi guys I haven't done much for a while, and have limited time these days, but this seemed like too cool a thing to be left in my imagination: Just a bit of fun, really! I can get the model finished and textured, but the IVA prop stuff is all new to me, so I was wondering if anyone with some experience fancies picking that part of the project up? As you can see, it's not an external command seat; I'm using JSITransparentPod. I've not seen much 'open cockpit' stuff done this way, so thought I'd give it a go. It can, of course, be easily configured as an external command seat for those that might want it to work that way. Thinking the back ought to be some kind of container or something.. General thoughts welcome!
  6. Ahhhh, mipmaps make perfect sense. Thank you! Yeah, I guessed the DDS loader mod is now obsolete (not that I ever used it). I'll do some further experimentation and benchmarking to see what the deal is. Hope you find something to do easy conversion. The comment was too genius to be left to be forgotten in an obscure forum post! Patience, my young padawan, patience...
  7. Yeah - it seems to spit out the texture the right orientation (I have a feeling it was dds loader that flipped them, but I could be wrong), but the quality is shocking after. I'll have to do a little research into what it's looking to be fed, as I'm sure it's my fault. Not blaming the tool at this stage!! In other news: Yeah, I couldn't stay away forever Progress will be slow, but bits and pieces will appear here and there eventually. That's a proper command pod using JSITransparent, by the way. Not an external command seat.
  8. Thanks dude, just got my first IVA working with transparent pod as well. Couldn't have done it without your tutorials
  9. Update: Conversion to DDS seems to trash texture quality, so think I'm doing something wrong. Will keep hacking at that. Quietly delving into the murky world of IVA's (yes, I'm teasing...)
  10. You can hook into the pause events like this: GameEvents.onGamePause.Add(new EventVoid.OnEvent(this.MyOnPause)); So code that you put in your MyOnPause() method in that class will get run when the game is paused. HTH
  11. In the few minutes I've spent messing with 1.0 so far, I realised they seem to have tightened up the stack orientation rules. For example, take the small octagonal probe core, and try attaching a truss. You used to be able to attach the truss to either node on the core, with one way clipping the core inside the truss. Not any more!! Check your node vectors, or use actual transforms and NODE definitions (IIRC). DDS is just the textures - I assume they've switched to this for speed an memory optimisation. I doubt very much it'll have anything to do with stack node issues.
  12. Now them there are crazy thoughts. The repulsor physics range thing is a pain, as is just about everything to do with vessel packing, start routines and all that shenanigans. Experience trying to get the hitch working taught me one thing about KSP, and the three letter W, T and F pretty much sum it up. Also, just seen the dds support in 1.0. Will look at converting textures as soon as I can.
  13. Cheers! No great secret - its just that I don't tend to use much of the KSP API, so when they change It, theres no impact No drama. I honestly have no idea what the stock modules do I'm afraid. The KF modules require far more information than stock, in that they need to know position in the vessel relative to each other as well as their orientation to enable the advanced steering features, groups etc. It's complicated trying to cover all the bases in a sandbox environment where just about anything is possible and nothing is fixed, though. I'll keep that particular situation in mind and see if I get any bright ideas. Thanks for the info, and a sensible bug report!
  14. Such is life I checked out a few bits in 1.0 - seems like everything will be OK for this mod so I've updated to reflect. I didn't try TweakScale, though, I have to admit!
  15. Feel free to tinker! I'm just seeing if I can get 1.0 to download so I can see if I need to update. If I can remember how to code.. Cheers dude. You're right, I couldn't just leave it without checking in at least now and then Thanks for the info, that's really interesting. I'll get back to you when I've had a bit more time to absorb. Ahhh. So the wheels look at their orientation in relation to the craft at start of flight to determine which direction the motor needs to go, and their relative position for steering. I've not looked at the craft, but it sounds like you're foxing that with your retract/deploy method. I suspect a save/reload once deployed ought to fix as a workaround, but there's not a lot I can do apart from maybe adding a "reconfigure" button which would be of limited use to most people. Looking at 1.0 compatibility now...
  16. Comment blocks sound like a great idea! I did run through it with Zodius; that stupid attach node symmetry bug means I would either have to change the code and remodel all my parts (which will break every single game using the parts), create a fork just for his stuff, or recode things so the orientation is configurable. None of which I'm keen on doing, as that part of the code is like the gunnery from Nostalgia for Infinity (some may get this reference - I bet most won't). Yeah, feel free, Riocrokite! chargeConsumptionRate is indeed what you want. It's not specified explicitly in configs as it defaults to 1 in code. Non powered wheels are easy enough; I think there is even a config field for hasSteering and hasMotor, though it's months since I looked at my own code. If not, just set the curves to zero. Suspension stuff... Not sure there's an easy way to up that without other stuff. Could use the tweakscale field maybe? New stuff? Lacking time and motivation I'm afraid. V8 land rover project, new lady, summer horse stuff and a healthy business kinda get in the way of grinding KSP into submission :/ I may get a flash of inspiration at some point, but more likely come winter! Mostly, its more perspiration than inspiration at this point though, which is why I've moved on to other things I guess.
  17. Thanks guys. I suspect this is wrapped up in control theory. Welcome to the world of negative feedback, phase changes and control loop stability. I reckon I know what's going on (notice the kf wheels do not just snap left and right instantly? It'll cause a delay in mechjebs control loop. Too large a delay causes negative feedback to turn into positive), but it'll be a mechjeb fix if my theory is right. Might be best off asking over there. The hunting you describe is a dead giveaway, though.
  18. Never even tried it! Anyone else? Latest KF and mechjeb? I'll have a go myself if I get some free time, but this may not be easy to narrow down.
  19. It would be possible - and been suggested a few times now - but I'm afraid I'm not really doing any active development at the moment.
  20. The blue Kerbalstuff link at the top of the OP. Just thought I'd stop by to say I haven't disappeared completely... Have a lot of non KSP stuff on my plate at the moment, but keeping an eye on squad dropping the next version in case I need to update. Hope you're all having fun!
  21. I'd suggest fixing the nulls refs from some other mod and see if it stops happening: UnityException: Input Key named: [] is unknown at (wrapper managed-to-native) UnityEngine.Input:GetKeyDownString (string) at UnityEngine.Input.GetKeyDown (System.String name) [0x00000] in <filename unknown>:0 at KAS.KASAddonControlKey.UpdateWinchCableControl () [0x00000] in <filename unknown>:0 at KAS.KASAddonControlKey.Update () [0x00000] in <filename unknown>:0 - - - Updated - - - And they're great looking wheel, Zodius!
  22. It's... Complicated. To cut a long story short, the symmetry bug needs fixing properly (Squad). My dev days are over I'm afraid; just don't have the interest any more to keep going.
  23. The configs for the stock wheels driven with KF are in a public repo in my github. I would add that the TR-2L is still not great due to the lack of suspension travel, but I've done what I can.
×
×
  • Create New...