Page MenuHomeFeedback Tracker

backpack intersect with "GEOM" LOD crashes the game [REPRO]
Assigned, WishlistPublic

Description

If you use intersect command on backpack of a unit and pass "GEOM" lod param, it crashes the game

Details

Legacy ID
2938180372
Severity
None
Resolution
Open
Reproducibility
Always
Category
Game Crash
Steps To Reproduce

Spawn as AT specialist
run this

_bp = unitbackpack player;
_box = boundingBoxReal _bp;
hint str ([_bp, "VIEW"] intersect [_bp modeltoWorld (_box select 0), _bp modeltoWorld (_box select 1)])

result: "spine2",0.190956

run this

_bp = unitbackpack player;
_box = boundingBoxReal _bp;
hint str ([_bp, "FIRE"] intersect [_bp modeltoWorld (_box select 0), _bp modeltoWorld (_box select 1)])

result: "spine2",0.190956

run this

_bp = unitbackpack player;
_box = boundingBoxReal _bp;
hint str ([_bp, "GEOM"] intersect [_bp modeltoWorld (_box select 0), _bp modeltoWorld (_box select 1)])

CRASH!

Event Timeline

Killzone_Kid edited Additional Information. (Show Details)
Killzone_Kid set Category to Game Crash.
Killzone_Kid set Reproducibility to Always.
Killzone_Kid set Severity to None.
Killzone_Kid set Resolution to Open.
Killzone_Kid set Legacy ID to 2938180372.May 7 2016, 7:52 PM
Killzone_Kid edited a custom field.