Jump to content

klikkolee

Members
  • Posts

    37
  • Joined

  • Last visited

Reputation

0 Neutral

Profile Information

  • About me
    Rocketeer
  1. I am noticing that in ckan, "raster prop monitor core" is unable to install correctly. the url that ckan tries to download from gets an error 404. I tried manually installing, but while autodetect did find "raster prop monitor" it did not find "raster prop monitor core"
  2. I found a slight issue that may be with the repulsors: if my hovercraft ever gets tilted, no feasible amount of rcs and reaction control can make it level again - even if the ground is(I know the repulsors follow the ground) the output log(even though you probably won't need it for this one)
  3. I installed kspi into a fresh ksp folder using ckan and get the part inflating. here is the log when using the link on the front page, it works dandily. it appears that the ckan version needs an update. the ckan version also features malfunctioning atmospheric intakes. they don't do any intaking while the front page version does.
  4. the .90 version is in development and has also been functionally altered from the original since it is not made by fractal. report bugs to that thread
  5. that won't work for all circumstances. the adapter makes a module a little bit longer. I need the "universal" (which I think has a name that doesn't reflect it) to be a little bit shorter or a lot longer check the link I just added to my post.
  6. I am comparing parts in b9 to other parts in b9. particularly the length of thehx1, hx2 and hx4 when compared to their width. there doesn't seem to by any sane ratio between these two values. I said "one" in quotation marks since the part naming in the hx series seemed to be based around how many hx1 cross sections fir into a particular part's cross section. here is an example of why these lengths are odd and why he adapter can't fix everything: https://www.dropbox.com/s/d3zbdqxeyw7o7zo/stairstep.png?dl=0
  7. I know that works and use it, but it is a setting that really should be off by default
  8. this is a fantastic mod, and it makes the game much more fun, much easier, and much prettier. however, there are some things that I feel are sorely lacking from the new hx parts. sorry if you wanted suggestions in a different place than this; I couldn't find a link to such a place on the first page. here are my suggestions: an hx4 version of the structural hubs - this would make the logistics of attaching parts to the side of a ship significantly easier. connection nodes on the side of the large triangular pieces - this will also make the logistics of attaching part to the side of a ship significantly easier. parts with non-strange length - most of the parts have a length that is slightly longer than the "one" length that the different part sizes of the series are based around. an end cap for the hx2 size - I would invision it as being a scaled up version of the hx0 version in which case it (and the hx0 one) should have a connection node on the side. a cockpit - I believe there has already been talk about this, so I won't linger on it. I would also recommend that you make it so that the hollow hx4 piece cannot radially attach, since that makes it a nightmare to attach.
  9. do you remember what textbooks in particular they were? that would be quite helpful, since it is comparatively easy to find textbooks or their sources.
  10. is there a resource you can point me to that shows how the stability derivatives are calculated or at least what factors affect them in what ways? I tried search engines, but the results didn't include many of the derivatives, and they didn't say what each variable meant. I then tried to piece it together from your source code, but there was too much back-and-forth between functions for me to keep track of, and more variables that I didn't know what they represented though I wouldn't exactly expect to find definitions there.
  11. that's certainly a valid way of going about weapons though it is not what I would have expected.
  12. I guess that is in order of "toughness"? if the issue was because of missing cfg components, wouldn't the missiles just hit but o nothing? it is your mod, so you know more about it than I do, but I wouldn't expect it to simply pass through in this case
  13. it is an issue with ksp's physics engine. this can occur when you have anything hitting something at high relative velocities. if you are in atmosphere, try taking a few steps back; the bulets and missiles experience drag, and they will be less likely to malfunction at low speeds
  14. I tried to mod a part to have the ability to be held by kerbals. when I try to place it, I get the message "too far from source." I thought it meant "get closer," so I got closer with no effect. I then checked if the distance was based on the center of the part, so I put it directly under the center of it. is there a something I need to adjust to make this functional? is it just too big for kas to comprehend? I am using version 0.4.7. here is the code I added: MODULE { name = KASModuleGrab evaPartPos = (0.0, 0.0, -0.15) evaPartDir = (0,0,-1) attachOnPart = True attachOnEva = True attachOnStatic = True }
×
×
  • Create New...