ummwut
Members-
Posts
108 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by ummwut
-
acceleration due to gravity and velocity of a crash
ummwut replied to ummwut's topic in KSP1 Discussion
How did you derive this? -
acceleration due to gravity and velocity of a crash
ummwut replied to ummwut's topic in KSP1 Discussion
@falafonos: The fall is from within the SOI, no worries there. But it is definitely on the order of hundreds of thousands of kilometers. @Warscribe: The total acceleration is some constant times (1/low altitude - 1/high altitude). I believe the constant is whatever the gravitational acceleration is at the center of the mass. -
acceleration due to gravity and velocity of a crash
ummwut replied to ummwut's topic in KSP1 Discussion
SunJumper, where did you get this formula? Is there a relevant wikipedia page? -
acceleration due to gravity and velocity of a crash
ummwut replied to ummwut's topic in KSP1 Discussion
The game is huge, there is no such thing as a "short fall". Thanks falofonos, I didn't think to consider a falling ship to be a falling projectile! Oh, but that assumes constant acceleration :/ -
acceleration due to gravity and velocity of a crash
ummwut replied to ummwut's topic in KSP1 Discussion
I'll edit my first post to give details, but this is assuming no atmosphere, and heading straight down to the center of the body with no rotation happening. I need to go learn about physics. -
I want to calculate the velocity of impact upon a surface of a body from some altitude, and an initial downwards velocity. Maybe also a time to impact, as well. Normally I wouldn't need to ask for help with something like this, but I don't know enough physics to get through this. I know the acceleration is changing with some change in distance, which can be integrated into a total acceleration over a distance, but from there I am stuck. This is assuming a heading of straight down, no atmosphere, and the body is not rotating underneath.
-
Read up on Unity documentation.
-
Bored 3D Modeler looking for a challenge..
ummwut replied to Cryocasm's topic in KSP1 Mods Discussions
That could be interesting, as an extremely long-term form of propulsion! -
Apparently a plugin that is sorely needed and is exactly what it says on the tin: When in the SOI of a body, will display waypoints corresponding to values entered into a prompt (Latitude and Longitude), which will probably be some crappy looking green lines or something until I figure out how to render more complex stuff onto the body surface. Also it won't be persistent across games until I figure out file IO stuff. Not sure yet if I should attach it to a partmodule or make it a partless plugin. Discuss and/or leave feedback.
-
Bored 3D Modeler looking for a challenge..
ummwut replied to Cryocasm's topic in KSP1 Mods Discussions
A big damn Xenon tank? YES! YESSSSS! -
Bored 3D Modeler looking for a challenge..
ummwut replied to Cryocasm's topic in KSP1 Mods Discussions
Ignoring the fact that magnet shoes does not downward acceleration make, we do need some sort of non-buggy way to have artificial environments. Possibly to land ships in, more for walking around with kerbals. Because why not. Less complex textures and collision meshes? I do like the idea of hulking huge space station parts that don't lag me to death. -
Getting distance to the terrain from a ship's coordinates. Help!
ummwut replied to ummwut's topic in KSP1 Mod Development
Ah! That makes sense. -
Bored 3D Modeler looking for a challenge..
ummwut replied to Cryocasm's topic in KSP1 Mods Discussions
Nice! We definitely do need more space station stuff in all different shapes and sizes. Speaking purely in hypotheticals, would a large spinning cylinder be able to keep things inside purely by centrifugal force, or would that bug out? -
Getting distance to the terrain from a ship's coordinates. Help!
ummwut replied to ummwut's topic in KSP1 Mod Development
What is transform and what is this doing? I'm really not familiar with game programming or 3D calculations. -
Getting distance to the terrain from a ship's coordinates. Help!
ummwut replied to ummwut's topic in KSP1 Mod Development
Raycast I understand; it's pretty straightforward. HFT and HFS both give a value of -1 above 20k meters, but below that, HeightFromTerrain gives what I assume is exactly what it says on the tin, in meters. For CelestialBody, what's SurfaceNVector? I assume it's a point tangent to the terrain pointing north, but does it assume the Body is a perfect sphere? -
Getting distance to the terrain from a ship's coordinates. Help!
ummwut replied to ummwut's topic in KSP1 Mod Development
@Michael Kim: Can you go through the first PHP code box and tell me about what each item is and what it's doing? There's very little documentation on the Assembly-CSharp library. Also, HeightFromTerrain and HeightFromSurface do not work. Or if they do, their output is indecipherable to me. -
Bored 3D Modeler looking for a challenge..
ummwut replied to Cryocasm's topic in KSP1 Mods Discussions
Well... looks like I have a lot I need to learn! The update looks good! -
Getting distance to the terrain from a ship's coordinates. Help!
ummwut replied to ummwut's topic in KSP1 Mod Development
@tetriswizard: I know. Relax. It wouldn't be hard to extend it to 4-D or 5-D or 5.2-D either. I didn't major in math for nothing @shand: I guess I'll have to crawl through the source for Engineer Redux to get answers, something I hope I didn't need to do, as I fully expected a simple solution. Oh well! -
Getting distance to the terrain from a ship's coordinates. Help!
ummwut replied to ummwut's topic in KSP1 Mod Development
I'm looking for a way to determine the exact distance between me and a planet's collision mesh so I'm not taken by surprise when I crash into it. Distance to the ground itself, not the altitude reading. -
Bored 3D Modeler looking for a challenge..
ummwut replied to Cryocasm's topic in KSP1 Mods Discussions
Hey Cryo, how did you learn about blender? Most of the tutorial videos I've found just kinda tell you what to do and how, not why, or what other options could be. Also, there's practically no blender videos pointed towards KSP part modeling. -
Kethane Pack 0.9.2 - New cinematic trailer! - 1.0 compatibility update
ummwut replied to Majiir's topic in KSP1 Mod Releases
I didn't say it sucked bad, but when it messes up, it's usually an unrecoverable situation. That said, I do understand what it does, but I still prefer doing things manually, except for finding Latitude and Longitude, which I've written my own plugin for doing so. -
No? I guess I'll have to keep learning by trial&error I suppose. At the very least, I'm sure you can teach me about modeling, as I'd like to help out on that front as well.