Oleh Astappiev

Results 41 comments of Oleh Astappiev

> Not sure where the original value of 0.08 came from? Is this calculated? I have no idea. I'm just a user like you. Tried to dig into the problem,...

Yes, that makes sense. Also a few more changes: 1. Replace `landRadarAltimeter()` with `abs(ship:bounds:bottomaltradar)` it changes the length between land and ship used to calculate throttle, instead of using the...

Thank for the hint @nuggreat! @hany can you try the latest version? I have improved throttling value for your case (when lander has small engines, now they should be working...

The script is not counting rotating of the body (planet) by its own axis. At the moment it performs calculating all fine, but then... I have no idea how to...

Not really, but I start to play again from time to time. And all the time I use `kos-ramp`. I have no idea how to use KOS without `kos-ramp`, I...

Finally, I had some free time during weekends and played around. I extracted a few useful commits from MartinDomig fork. Before I thought that it contains more useful changes, but...

About the bootstrap script. I can suggest the following file structure for this repository and RAMP in general. - boot - ramp.ks (rename from boot.ks) - mission - add more...

What about code style? - 4 spaces vs 2 spaces vs tabs - brackets on a new line or at the end of line - uppercase commands or lowercase What...

Try now, if a ship can rotate without RCS, they will not be enabled anymore.

Please, upgrade to `^2.0.0` as we are getting `Receiver class org.apache.logging.slf4j.SLF4JServiceProvider does not define or inherit an implementation of the resolved method 'abstract java.lang.String getRequesteApiVersion()' of interface org.slf4j.spi.SLF4JServiceProvider.` when trying...