View Issue Details

IDProjectCategoryView StatusLast Update
0004802The Dark ModTexturespublic08.08.2022 01:12
ReporterDragofer Assigned Tonbohr1more  
PrioritylowSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product VersionTDM 2.05 
Summary0004802: Nodraw surfaces in models remain invisible when given a visible texture via skin.
DescriptionExample: I want to provide 2 different seat textures with different uv maps. I start with 1 visible and 1 nodraw, then apply a skin to reverse the situation.

The seats which were originally nodraw will continue to be invisible.
Steps To ReproduceI've provided a test map containing a nodraw box sitting on a table. The box has been reskinned to wood, but still is invisible.
TagsNo tags attached.
Attached Files
nodraw_test.pk4 (6,255 bytes)

Relationships

related to 0002297 new Sidedness of material sticks to skin 
related to 0004232 resolvedSteveL skins do not change collision data 
related to 0005766 resolvedstgatilov Support overriding individual decls in FM 

Activities

nbohr1more

nbohr1more

27.05.2018 18:53

developer   ~0010475

Last edited: 27.05.2018 18:54

Possible fix Entity.cpp

/*
================
idEntity::SetSkin
================
*/
void idEntity::SetSkin( const idDeclSkin *skin ) {
    renderEntity.customSkin = skin;
    UpdateVisuals();
    RestoreDecals();
}

nbohr1more

nbohr1more

09.01.2019 19:55

developer   ~0011272

Look into "SHADERPARM_MODE"

Issue History

Date Modified Username Field Change
27.05.2018 14:45 Dragofer New Issue
27.05.2018 14:45 Dragofer File Added: nodraw_test.pk4
27.05.2018 16:45 nbohr1more Relationship added related to 0002297
27.05.2018 16:46 nbohr1more Relationship added related to 0004232
27.05.2018 18:53 nbohr1more Note Added: 0010475
27.05.2018 18:54 nbohr1more Note Edited: 0010475
27.05.2018 18:54 nbohr1more Note Edited: 0010475
27.05.2018 18:54 nbohr1more Note Edited: 0010475
27.05.2018 18:54 nbohr1more Note Edited: 0010475
25.07.2018 18:17 nbohr1more Assigned To => nbohr1more
25.07.2018 18:17 nbohr1more Status new => assigned
09.01.2019 19:55 nbohr1more Note Added: 0011272
08.08.2022 01:12 nbohr1more Relationship added related to 0005766