View Issue Details

IDProjectCategoryView StatusLast Update
0006716The Dark ModTexturespublic09.05.2026 19:12
ReporterBikerdude Assigned To 
PrioritynormalSeveritynormalReproducibilityhave not tried
Status newResolutionopen 
PlatformPCOSWindowsOS Version11 (24H2)
Product VersionTDM 2.14 
Summary0006716: Texture has wrong ladder material type - textures/darkmod/fabric/ship_rigging1
DescriptionCurrently -

textures/darkmod/fabric/ship_rigging1
{
    surftype15
    description "cloth"
    
    twosided
    noimpact
    ladder
    
    {
    blend diffusemap
    map textures/darkmod/fabric/ship_rigging1_d
    alphatest 0.5
    }
    
    bumpmap textures/darkmod/fabric/ship_rigging1_local
}

Should be -

textures/darkmod/fabric/ship_rigging1
{
    surftype15
    description "rope"
    
    twosided
    noimpact
    ladder
    
    {
    blend diffusemap
    map textures/darkmod/fabric/ship_rigging1_d
    alphatest 0.5
    }
    
    bumpmap textures/darkmod/fabric/ship_rigging1_local
}
Steps To Reproduce- ship_rigging1
- ship_rigging2
- ship_rigging3

All thread havehave the incorrect ladder sound.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
09.05.2026 18:35 Bikerdude New Issue
09.05.2026 18:37 Bikerdude Steps to Reproduce Updated
09.05.2026 19:12 Bikerdude Description Updated
09.05.2026 19:12 Bikerdude Steps to Reproduce Updated