Jump to content

CaptainKipard

Members
  • Posts

    4,002
  • Joined

  • Last visited

Everything posted by CaptainKipard

  1. Programming a plugin is out of the question; I don't have the skills. I guess I'll have to divide the bay into multiple parts. It seems like the most hassle free way of doing it.
  2. Looks nice but the texture resolution is a lot higher than it needs to be. There's really no justification for it considering that people have other mods installed too. Cutting into the memory budget like this just for a few smallish parts is a little silly, don't you think? You should be aiming for about 256 pixels per meter. That's roughly the resolution on B9 parts, and they already look a hell of a lot better than stock.
  3. Let's say I was working on a cargo bay which has three separate doors: The main payload doors and two side doors for kerbals to walk through. Do i need to break up the bay into separate animated parts or can I have separate buttons for each of them? If so how do I do that?
  4. Is there a reason why you made the cockpit so short compared to this?
  5. My mod requires a kerbal to be able to pass through a hole in the side of the cargo bay. Does anyone know the minimum height and width that a kerbal can pass through?
  6. It's a good start but it looks like you rushed a bit, because it's missing some things and some details aren't proportional.
  7. I'm not saying this to be offensive but objectively I think you should start with something simpler. It would give you a chance to develop your skills without stressing about too many things. Let me tell you, a whole plane is no cakewalk. One of the side projects for Skylon is the Personnel & Logistics Module. I was hoping to start on it right after finishing the plane itself, but if you're up for it then that would be a big help. You can (and please do) google schematics and dimensions for it and keep everything proportional. If you're having problems I can point you in the right direction. Only do the model for now. Don't unwrap or texture it, because I'll need to import your model into my skylon model and correct things so it all fits. I hope you consider helping with this, but if you don't want to then you are absolutely free to make a Lapcat, but then that would be your own project because we only talked about the Lapcat in passing. We might or might not do it. In any case, we need to finish the Skylon first.
  8. Here's some progress. It's a nose gear obviously. It's all designed to animate and be neatly hidden away inside the nose. Whether or not we'll be able to get it into unity is another matter. I've glanced at the Mini Shuttle thread and it looks like even that guy is having problems with unity implementation. In addition to the nose gear I've also unwrapped most of the model. -- Image Deleted --
  9. If you want to contribute to the community then all power to you but you really should have done a forum search. I'm already doing a modular Skylon with EatVacuum. Would you like to join our team instead?
  10. Look. I know it's been weeks but I haven't abandoned this, I'm still working on it. The problems I have are: a) Skylon blueprints are non-existent in the public domain. I'm having to effectively design parts of this plane from scratch, e.g. Landing gear configuration, precise angles of various part of geometry, etc. If I had proper blueprints and schematics I would have probably been texturing it by now. Modding documentation for KSP is woefully inadequate and I've never used Unity before. The only modding experience I have is modelling and compiling art assets for Half-Life 2. Now I'm kind of close to finishing what I think is the most problematic part of this mod and that's the landing gear. I had to use the Concorde for reference. I know I'll have problems with it because there's very little info on how to set this up and what info there is is rather vague. I'll send a message to the guys who are making the mini shuttle. Maybe one of them can write a proper tutorial for it.
  11. I'm trying to figure out how animations work. I need to decide how to proceed with modelling the landing gear depending on what resources are available to me.
  12. I'm way ahead of you. One of the first things I did was create edge loops where the cross sections have standard diameters. If you think that's best.... I'm just curious why you think that's the best way to go. That seems reasonable. I'll have to check the Scimitars dimensions, but if they're similar to the Sabre then I'll try to make the intake and engine compatible with both precoolers. Actually it just occurred to me, that the Scimitar intake would not be the same as for a Sabre because it doesn't need to be closed. I'll need to look into it. No, I was playing Skyrim during the server change. Now that we're back up I'll get back to modelling. Please, no false modesty. I really hate it. I understand people love to put "K" in front of everything but I don't think that's really necessary. Hydrogen is the same wherever you go, and the only reason the name "Kethane" works is because Kethane is a fantasy resource. Of course if the devs decide to implement a lightweight fuel similar to hydrogen and name if something then we can go with that. Absolutely. Firstly in addition to black, in recent weeks a new render has appeared showing Skylon sporting a more traditional Shuttle-type black and white colour scheme. Secondly I'll want to make some stockalike textures too. Thirdly I'm thinking of implementing the flag texture functionality into the vertical stabiliser, which would allow players to put unique flags on it for every plane they launch. I'll have to think about the best way to do that.
  13. I'm just guessing but maybe this represents the velocities of your orbit around the sun. Is the first number always the same?
  14. I'm glad you're making this. The asymmetric doors on the stock one are really annoying sometimes.
  15. To be fair the space computer thread has a specific goal in mind. There's no good reason why there shouldn't be a separate thread for snippets and general tips and discussions and stuff and junk.
  16. Lift is just an arbitrary number in the cfg; it has nothing to do with the shape of the wing luckily so you can cheat a little there if you need to. I'm pretty sure adding a custom resource is relatively easy. There's some info about it in the tutorial thread, but if you have a problem you can always post a question. Well some materials refer to an auxilliary fuel tank so it must be a rocket. It's actually a pair of double exhaust rockets but that's not important for implementation. Good point. We should allow a powered approach and when we do then there wont be a need for a seperate auxiliary fuel tank. I'm sure players wont care about details like that. Looks like a plan. Since Skylon is meant to be capable of docking, then simple attitude control is not enough. Like I said before I think adding some seperate RCS parts is the best way to go. I've seen Skylon animations showing propellant being ejected from both the nose and the tail but the docking animation doesn't show anything. It's not that important. When we release the pack then in the craft file we can just add some surface mounted RCS thrusters which I'll also make. The RCS Build Aid mod will be helpful for positioning them, and also making sure wet and dry CoM is in the same place. I don't really want to do it that way; I would rather have them built in, but it's going to be too much work getting the whole thing balanced enough to translate without changing attitude. You forgot the control core. Actually it's even more complicated than that. I'm working on the mid section right now and it's proving to be deceptively difficult. It looks simple and the overall shapes kind of are, but I have to constantly keep in mind that I'm going to break things up into sections later. It's a bit of a balancing act. e.g. the wing base extends beyond the ends of the cargo bay in both directions. Now in order to make the wing mesh look smooth I can't just slice the whole thing exactly where the cargo bay ends. I'll have to cut a bit further. Luckily the Skylon cross sections show that's where the oxidiser tanks are so I'm thinking the cargo bay part should double as an oxidiser tank. And there's still the issue of the heading/prograde discrepancy. I have one idea for that but it's a bit of a hack. I was hoping there's a more elegant solution by using something in the cfg. Could you look into that too? Here's how I see it. -Nose/Core 1 -Core 2 -Forward Monopropellant tank -Forward Hydrogen tank -Cargo Bay/Oxidiser tank -Aft Hydrogen tank -Aft Monopropellant tank -OMS -Vertical stabiliser -Rudder -Left wing -Left aileron -Left intake -Left "precooler" (Just a structural part) -Left engine -Right wing -Right aileron -Right intake -Right "precooler" (Just a structural part) -Right engine -Canard -Nose gear -Left rear gear -Right rear gear -One or more RCS thrusters (depending on how they will be placed)
  17. My knowledge of aerodynamics and physics is only at college level but I think I can explain this. Green represents thrust vectors. Orange represents prograde vectors Fig. 1 just shows you which way the exhausts are pointing. The tail engines aren't visible in this particular picture, but higher resolution pics do show a very slight angle. The Sabre exhaust angle is larger. Given the relative positions of the OMS and Sabre engines it's easy to understand why they're angled the way they are, and it doesn't take a genius to work out that intersection of both thrust vectors must be where the CoM is. It looks to be almost in the middle of the plane, which is exactly what you'd expect. Fig. 2 shows you the rough angle of attack and the prograde vector during the initial air breathing part of ascent. I'm assuming the angle of attack needs to be so large because the wings are relatively small, but I could be wrong. It doesn't really matter, what matters is that the intake cone must be aligned with the relative motion of air to get as much air into the engine as possible. That's why the intake cone is pointing "down". I'm pretty sure that at this stage the main force propelling the plane up is the lift generated by the wings. Fig. 3 shows you what happens after the intake is closed and the engines go into rocket mode. By this time the angle of attack is not as important because the main force propelling the plane is the thrust of the engines instead of lift. Since that's the case then the prograde vector drifts "up" in relation to the nose of the plane. Of course the plane pitches up too to gain altitude quickly. Fig. 4 shows you what happens during circularisation. The Sabres are not used for this (although I really don't understand why) instead we have the OMS, which has a different thrust vector, and now to move the plane in the right direction the nose must point up a bit. I suspect players wont bother changing engines for this but there's no really good reason not to include it anyway. If they do decide to use Sabres for circularisation then the nose will of course have to point down relative to prograde by the exact amount as in Fig. 3. Don't worry I'm not making it full scale. I posted this question before I started. Most people suggested I scale it down to 64%. I took the fuselage diameter from the Skylon manual (6.75m) and after scaling it I got 4.32m. Rounding it to a standard size I could have gone for 5m or 3.75m. I went for 5m because: a) I wanted players to be able to lift 2.5m payloads into orbit. The way the Skylon cargo bay is designed doesn't actually use all the space in that cylinder. The space is smaller because you need some space under it for the rear landing gear. As it is right now there's space for a 2.5m part with some small radial attachments. Skylon has gone through three designs that I know of. There was C1, C2 and D1. Each was larger than the previous one. I'm modelling it using C2 reference material because D1 is still a bit of a secret, and there aren't any images of it. But D1 is even larger than C2 so choosing 5m over 3.75m makes sense. Ok I'm sure he's a nice guy but it might improve our chances if we wait until I post some decent progress pics before we ask. I don't see why not, it's just a simple animation.
×
×
  • Create New...