View Issue Details

IDProjectCategoryView StatusLast Update
0004339The Dark ModModelspublic08.06.2016 00:38
Reportergrayman Assigned ToSpringheel  
PrioritynormalSeveritynormalReproducibilityalways
Status resolvedResolutionfixed 
Product VersionTDM 2.04 
Target VersionTDM 2.04Fixed in VersionTDM 2.04 
Summary0004339: head03_citywatch head problem
DescriptionGetting this warning:

WARNING:file def/tdm_ai_heads_springheel.def, line 840: model 'head03_citywatch' previously defined at def/tdm_ai_heads_springheel.def:825
Additional InformationOne def wears a helmet and the other doesn't.

Need to rename the nohelmet version, and create a head def to use it. And maybe cloth and eyepatch versions, etc.
TagsNo tags attached.

Activities

Springheel

Springheel

07.06.2016 21:34

administrator   ~0008200

Last edited: 07.06.2016 21:35

I took a look and it appears that the engine is using the correct one (the first entry). There doesn't appear to be any functional problem, just a console error.
I don't recall what I was doing with the "helmless" one, but the error can be removed just by adding "_helmless" to the name of the second entry:

 

model head03_citywatch_helmless
{
inherit head_model_base
mesh models/md5/chars/guards/citywatch/citywatch_helmless_head03.md5mesh
}

Issue History

Date Modified Username Field Change
07.06.2016 12:44 grayman New Issue
07.06.2016 21:34 Springheel Note Added: 0008200
07.06.2016 21:35 Springheel Note Edited: 0008200
08.06.2016 00:38 grayman Assigned To => Springheel
08.06.2016 00:38 grayman Status new => resolved
08.06.2016 00:38 grayman Resolution open => fixed
08.06.2016 00:38 grayman Fixed in Version => TDM 2.04
08.06.2016 00:38 grayman Target Version TDM 2.05 => TDM 2.04