Space Engineers

Space Engineers

Improvised Engineering (Grid Pickup/Holding/Manipulation Mod) Nicknamed: Grabby Hands
MrWurste 18 Feb, 2023 @ 4:48pm
Unusable when far away from center
When player is near 20k+ away from the word origin like GPS:EarthLike (113 km):14877599:-17572124:20023365:#4020FFB0: accuracy of point of holding (should be at coursor location) is so low that distances between next point of holding might be over a meter (even of coursor is not moving). Picked grid "jumps" between locations and it's imposible to controll it. Grid pickup mod has the same issue.
< >
Showing 1-4 of 4 comments
mz  [developer] 2 Mar, 2023 @ 2:53pm 
I guess it is because of the float variables. which get more and more unpercise the larger the numbers are.
MrWurste 4 Mar, 2023 @ 6:20am 
I think you right. Unity game engine has same issue, after crossing 100k meters, whole phisics system is messed up. I don't know how Keen make plaing on such high coordinates possible. This issue is propably not high priority tho. How many players put planets so far from ceneter :steamhappy: I think not so many... Mod works well on regular words.
Last edited by MrWurste; 4 Mar, 2023 @ 6:22am
mz  [developer] 4 Mar, 2023 @ 11:13am 
Maybe I could just splitt the position into 2 parts. Large + Percise where Large would be an int and Percise a float.

For that I would "just" have to remove the large numbers and save them in a int. Do all calculations for the mod as if you are close to world center and then add the int again.

I don't know tho if that would work and how much work it would be xD
mz  [developer] 6 Mar, 2023 @ 6:50am 
Ok I have tested it with the new version and everything up to now still works at ~38000km away from center. Don't know what I did different but hey i won't complain. But I still have to add a bit before I can release it
< >
Showing 1-4 of 4 comments
Per page: 1530 50