View Issue Details

IDProjectCategoryView StatusLast Update
0003262The Dark ModDesign/Codingpublic29.04.2018 20:46
Reporteruser81Assigned Touser81 
PrioritynormalSeveritynormalReproducibilityalways
Status closedResolutionfixed 
PlatformWin32OSWindowsOS Version7 sp1
Product VersionTDM 2.06 
Target VersionTDM 2.06Fixed in VersionTDM 2.06 
Summary0003262: Models appear black in-game:
DescriptionIf a model has a skin arg, but not skin specified but rather " - " then 1.08 turns the model black.
TagsNo tags attached.

Relationships

related to 0003059 closedtels "-" in skin names emits warnings 

Activities

nbohr1more

nbohr1more

13.11.2012 23:51

developer   ~0004938

This should probably be under The Dark Mod rather than Dark Radiant as the problem is that the mod code doesn't have a fallback. That said, the skin definition method in DR might need to be tweaked (if there is one)?
Springheel

Springheel

23.11.2012 20:29

administrator   ~0004942

I'm not sure why this is a mod problem...if you add a skin spawnarg that refers to a skin that doesn't exist, appearing black is the expected behaviour.
tels

tels

26.11.2012 17:40

reporter   ~0004945

There are three ways to disable something (skin etc.):

* Remove the spawnarg completely
* Put in ""
* Put in "-"

The last two ways are sometimes supported both, sometimes only one of them works. Unifying this would be better, because mappers can't be expected to remember which spawnarg goes with with method.

Another point for fixing is that this ("-") worked in v1.07 but broke in v1.08 and it is easier to fix the code instead of fix all maps or models.

That having said, if you put in " - " (space minus space), then it won't work, and fixing the code not a good idea, because then we might just allow anything and ignore broken spawnargs, which isn't a good idea because it means you have no way to identify a typo or something that broke.

user81

26.11.2012 19:01

  ~0004947

Thus far I have only found "-" in the maps I have fixed.
Springheel

Springheel

26.11.2012 21:43

administrator   ~0004948

Last edited: 26.11.2012 21:43

I misunderstood the original report. So "skin" "-" used to disable skins but now does not under 1.08? If so, then that certainly needs fixing.

tels

tels

28.11.2012 18:15

reporter   ~0004951

Last edited: 28.11.2012 18:16

Yes, that is what I gathered from the report, "-" used to disable the skin (just as removing the spawnarg) and now it no longer does.

It's abit unfortunate that for some spawnargs (skins, sounds) "-" works, and for others not. But that is a sep. issue.

user81

29.12.2017 16:43

  ~0009923

I beleive this can be closed now..?

user81

20.03.2018 08:31

  ~0010114

Just an update, this is still an issue in TDM 2.06.

user81

27.03.2018 15:23

  ~0010165

Work around is to correct or remove the spawnarg

Issue History

Date Modified Username Field Change
13.11.2012 19:55 user81 New Issue
13.11.2012 23:51 nbohr1more Note Added: 0004938
22.11.2012 16:56 greebo Project DarkRadiant => The Dark Mod
23.11.2012 20:29 Springheel Note Added: 0004942
26.11.2012 17:40 tels Note Added: 0004945
26.11.2012 17:40 tels Severity normal => minor
26.11.2012 17:40 tels Product Version 1.7.2 =>
26.11.2012 19:01 user81 Note Added: 0004947
26.11.2012 21:43 Springheel Note Added: 0004948
26.11.2012 21:43 Springheel Note Edited: 0004948
28.11.2012 18:15 tels Note Added: 0004951
28.11.2012 18:16 tels Note Edited: 0004951
16.10.2017 20:28 nbohr1more Relationship added related to 0003059
29.12.2017 16:43 user81 Note Added: 0009923
20.03.2018 08:31 user81 Note Added: 0010114
27.03.2018 15:22 user81 Severity minor => normal
27.03.2018 15:22 user81 Status new => acknowledged
27.03.2018 15:22 user81 Product Version => TDM 2.06
27.03.2018 15:22 user81 Target Version => TDM 2.07
27.03.2018 15:23 user81 Note Added: 0010165
27.03.2018 15:23 user81 Status acknowledged => closed
27.03.2018 15:23 user81 Assigned To => user81
27.03.2018 15:23 user81 Resolution open => fixed
27.03.2018 15:23 user81 Fixed in Version => TDM 2.06
29.04.2018 20:46 nbohr1more Target Version TDM 2.07 => TDM 2.06