ValkyrienSkies / Valkyrien-Skies-2

Valkyrien Skies 2
https://valkyrienskies.org/
GNU Lesser General Public License v3.0
222 stars 94 forks source link

Fix large ships freezing when colliding #966

Open StewStrong opened 1 week ago

19PHOBOSS98 commented 1 day ago

Weird, the two wooden ships freeze when their purple hitboxes intersect but my ship doesn't seem to share that sort of problem: https://youtu.be/dL94wb_o3nI

if it helps, my ship's collision box is 70x100x9 (XYZ) the other ships (the wooden ones) are 75x27x25 (the small one) and 129x56x71 (the big one)

19PHOBOSS98 commented 1 day ago

is it like a weight issue or something?

19PHOBOSS98 commented 1 day ago

the big ship's mass is 24868811.5 small one: 12263504.3 mine one: 1886801

PriestOfFerns commented 18 hours ago

is it like a weight issue or something?

It’s a collision issue. It happens with large ships on servers with low LOD-detail

19PHOBOSS98 commented 14 hours ago

is it like a weight issue or something?

It’s a collision issue. It happens with large ships on servers with low LOD-detail

Oh IC, so you think it would fix it if I raise the LOD config settings?

thetheaplant commented 12 hours ago

It should, though this may be related to something else, given Triode made this issue.