View Issue Details

IDProjectCategoryView StatusLast Update
0005000The Dark ModModelspublic26.12.2020 13:52
ReporterVanishedOne Assigned To 
PrioritynormalSeveritynormalReproducibilityalways
Status newResolutionopen 
Product VersionTDM 2.07 
Summary0005000: Vine arrows will not attach to models/darkmod/architecture/modules/stone_industrial01/ext_stone03_wall01_grate_empty.lwo
DescriptionThey attach to wall surfaces of other modules in the set, but not this one. I suspect the reason is that unlike its stablemates, this model has tdm_collision_stone collision surfaces.
Additional InformationCan be worked around by a reskin.

The short way:

skin collision_remove
{
    model models/darkmod/architecture/modules/stone_industrial01/ext_stone03_wall01_grate_empty.lwo
    
    tdm_collision_stone textures/common/nodraw
}

The long way:

tdm_collision_stone_vinefriendly
{
    stone
    description "vine_friendly"
    forceopaque

    qer_editorimage textures/common/collision
    noshadows
    collision
}

skin collision_vinefriendly
{
    model models/darkmod/architecture/modules/stone_industrial01/ext_stone03_wall01_grate_empty.lwo
    
    tdm_collision_stone tdm_collision_stone_vinefriendly
}
TagsNo tags attached.

Relationships

related to 0004899 resolvedstgatilov Vine patches don't grow on LOD entity classes 

Activities

stgatilov

stgatilov

31.12.2019 08:59

administrator   ~0011998

There is a test map in related issue 0004899 (also committed to assets SVN).
Bikerdude

Bikerdude

26.12.2020 13:52

reporter   ~0013243

Does the material def for this still need fixing..?

Issue History

Date Modified Username Field Change
26.02.2019 23:44 VanishedOne New Issue
26.02.2019 23:44 VanishedOne Summary Vine arrows will not attach to brick surfaces of models/darkmod/architecture/modules/stone_industrial01/ext_stone03_wall01_grate => Vine arrows will not attach to models/darkmod/architecture/modules/stone_industrial01/ext_stone03_wall01_grate_empty.lwo
31.12.2019 08:58 stgatilov Relationship added related to 0004899
31.12.2019 08:59 stgatilov Note Added: 0011998
13.03.2020 19:41 VanishedOne Additional Information Updated
13.03.2020 22:26 VanishedOne Additional Information Updated
26.12.2020 13:52 Bikerdude Note Added: 0013243