Changes between Initial Version and Version 1 of Ticket #1696


Ignore:
Timestamp:
Dec 17, 2012, 4:32:10 AM (11 years ago)
Author:
historic_bruno
Comment:

Also applies to the common siege templates introduced in r12937, which aren't intended to be spawned as entities.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1696

    • Property Summary Rubble entities break units demo / can't be placed in AtlasSome special entities can't be placed in Atlas
  • Ticket #1696 – Description

    initial v1  
    1 Rubble entities have an active Decay component and because of how that's implemented, they can only be local entities. This condition is violated if a rubble entity is placed in Atlas or spawned with the units demo map, resulting in an error or crash.
     1Rubble entities have an active Decay component and because of how that's implemented, they can only be local entities. This condition is violated if a rubble entity is placed in Atlas ~~or spawned with the units demo map~~, resulting in an error or crash.
    22
    33One way to fix this would be to set the Decay component as inactive in the rubble template, and then add a method to Decay that allows changing the active status (to be used when the rubble entity is properly spawned). That way they could be placed or spawned as non-decaying, non-local entities without any errors.