GAME INFORMATION
- GAME BUILD #: 130746
- GAME PLATFORM: Steam (irrelevant)
- OPERATING SYSTEM: Linux (irrelevant)
ISSUE EXPERIENCED
Packed units seem to do a collision check when the unit they’re unpacking into is any class other than 54, which is something they definitely don’t do otherwise, because Trebuchets can unpack while other units overlap into their collision box.
If the unpack command is given, the game gives you an error message stating that you cannot unpack because something is obstructing construction. This can be worked around by setting the unpacked unit’s height to 0, but that has bad side effects which interfere with what I’m trying to do. For example, missed projectiles don’t collide with units that have 0 height, like farms.
FREQUENCY OF ISSUE
always
REPRODUCTION STEPS
- change unpacked trebuchet’s class to anything other than 54, let’s say 13
- give packed trebuchet command to unpack
- get ‘construction obstructed’ error
EXPECTED RESULT
the packed trebuchet should be able to unpack into trebuchet with class 13