Space Engineers

Space Engineers

Orbital Drop Position Calculator
13 kommentarer
[MM] Toasterific 6. apr. 2021 kl. 22:09 
what about Pertam?
HLK 4. maj 2020 kl. 14:34 
To add support for Triton you need to add two lines:

after
double[] planetTitan = new double[]{36384.5,226384.5,5796384.5,9785,0.25};
add
double[] planetTriton = new double[]{-284463.5,-2434463.5,365536.5,48151.8,1.0};

after
planetsList.Add(new PlanetData("Titan",new Vector3D(planetTitan[0],planetTitan[1],planetTitan[2]),planetTitan[3],planetTitan[4]));
add
planetsList.Add(new PlanetData("Triton",new Vector3D(planetTriton[0],planetTriton[1],planetTriton[2]),planetTriton[3],planetTriton[4]));
TwinMinds 1. jan. 2020 kl. 15:06 
Unfortunately this script is has hard-coded planet locations for vanilla solar system only. This does not work for scenarios as they have different planet locations, nor does it work for any non-vanilla planets.
Target 25. nov. 2019 kl. 10:03 
For anyone having issues with it changing all your lcd panels:
There is a function called WriteToLcd, if you change the body of the function (the part between {}) with "return;" (without the quotes) it fixes the issue :)
superv6 6. nov. 2019 kl. 22:33 
does this work with a completely freefalling object. my weapon has a gyro to stabilise but no thrusters to keep it aligned
Elfi Wolfe 1. nov. 2019 kl. 9:20 
Rulin. There is a few Rangefinder scripts or LIDAR mappers that can return the GPS of what you "lased". So you can use those scripts to get the GPS of the enemy base.
Rulin 1. okt. 2019 kl. 16:10 
Ah ok, too bad. I thought you had a workaround for this. Btw, I made a suggestion on keens feedback site to add a remote gps feature to camera- and telescope (new) -blocks. You can vote for it here: https://support.keenswh.com/spaceengineers/general/topic/idea-enhanced-cameravision-new-binoculars-and-telescope
Delebre  [ophavsmand] 1. okt. 2019 kl. 10:50 
@Rulin, That is certainly one application of the script, but.. I don't know.. tunnel under them?
I tend to use it for coordinating my landings/travel. Knowing where to jump to in space, gets me as close as possible, and then I can just descend straight down to my base.
Rulin 1. okt. 2019 kl. 7:36 
Sounds cool, but how do you get the gps of an enemy base when you have to stand there in order to get the coords?
frogboy1320 17. sep. 2019 kl. 18:01 
*Taken
frogboy1320 17. sep. 2019 kl. 17:54 
im having a problem where all of my lcds get token over and not just one.
Delebre  [ophavsmand] 13. sep. 2019 kl. 1:14 
It should calculate from any planet I think? I can test it and get back. I inherited this script, I just fixed it and uploaded it so others can still use it.
Janus [Beginning New Age] 12. sep. 2019 kl. 3:26 
Hey, does this work on every planet, or just the earthlike?