space-wizards / space-station-14

A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
https://spacestation14.io
MIT License
2.14k stars 2.84k forks source link

Shuttle and pod grids can end up overlapping #24201

Closed LordCarve closed 3 months ago

LordCarve commented 5 months ago

Description

This happened when evac launched into FTL. Probably caused by the shuttle size (first time I saw an escape shuttle this big). Probably due to pod locations being absolute rather than relative (not taking shuttle size into account).

Reproduction

Should be replicable 100% of the time with this map+shuttle combo, if it's the size of the shuttle that is indeed the cause.

Screenshots

shuttle pod overlap

metalgearsloth commented 5 months ago

Found the issue, FTLing grids don't consider localcenter so depending how it was mapped it can cause overlap. Fixed in https://github.com/space-wizards/space-station-14/pull/24430