Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Obviously, in gravity, "down" is set by the environment, a pilot could start landing upside down, and the script would fix it.
In space, we don't have that luxury. The simplest way of initializing terrain avoidance might be to set "down" to the ship's downwards direction on landing activation..
It's up to the pilot to orient the ship correctly before initiating an automatic landing.
It may be a good idea to make space landing activation dependent on having a radar lock "altitude" to the landing target; and auto abort the landing if lock is lost.
2. Maybe. The notion of "landing" could be adapted reasonably easily (manage a breaking burn to reach a very small speed when contacting the asteroid). But terrain avoidance is built around the notion of "down" and "horizontal". It would be complex to adapt, and won't fit in what little I have left before hitting the 100 000 characters limits (I don't want to have to minify, this is what I learn C# with so I want to produce somewhat readable code 😉). Other scripts such as Sam's Autopilot Manager may be a good option for you if that's what you want.
3. Multi display as in cockpits and such ? Sounds reasonable.
1. Commands to turn the radar on/off in mode 0. Use case, to get/display the "altitude" when manually landing on an asteroid in space.
2. A mode for landing with terrain avoidance in zero gravity. Use case, automatically landing on an asteroid in space.
Useful when the ship is ~ 100m square and masses 14K tons empty & ~ 85K tons loaded.
Even at 0.1 m/s that thing is going to land / impact with a lot of force.
3. Support multi display blocks.
For the next version, I'll try to make it work somehow in vanilla, and take your advice on naming.
I would love to test this out in vanilla. :-)
Also, setting the ship's directional reference via the WMI convention of choosing a controller with "Reference" in it's name might be a good idea.
Check it out with the new terrain avoidance function ! (don't expect perfection from it just yet...)
@Schmoobledeedoo : I've seen it featured, I'll definitely check it out ! (Space Engineers definitely benefits from more engineering and I'm a big KSP fan !)