View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003262 | The Dark Mod | Design/Coding | public | 13.11.2012 19:55 | 29.04.2018 20:46 |
Reporter | Assigned To | ||||
Priority | normal | Severity | normal | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Win32 | OS | Windows | OS Version | 7 sp1 |
Product Version | TDM 2.06 | ||||
Target Version | TDM 2.06 | Fixed in Version | TDM 2.06 | ||
Summary | 0003262: Models appear black in-game: | ||||
Description | If a model has a skin arg, but not skin specified but rather " - " then 1.08 turns the model black. | ||||
Tags | No tags attached. | ||||
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)? | |
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. | |
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. |
|
Thus far I have only found "-" in the maps I have fixed. | |
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. |
|
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. |
|
I beleive this can be closed now..? | |
Just an update, this is still an issue in TDM 2.06. | |
Work around is to correct or remove the spawnarg | |
Date Modified | Username | Field | Change |
---|---|---|---|
13.11.2012 19:55 |
|
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 |
|
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 |
|
Note Added: 0009923 | |
20.03.2018 08:31 |
|
Note Added: 0010114 | |
27.03.2018 15:22 |
|
Severity | minor => normal |
27.03.2018 15:22 |
|
Status | new => acknowledged |
27.03.2018 15:22 |
|
Product Version | => TDM 2.06 |
27.03.2018 15:22 |
|
Target Version | => TDM 2.07 |
27.03.2018 15:23 |
|
Note Added: 0010165 | |
27.03.2018 15:23 |
|
Status | acknowledged => closed |
27.03.2018 15:23 |
|
Assigned To | => user81 |
27.03.2018 15:23 |
|
Resolution | open => fixed |
27.03.2018 15:23 |
|
Fixed in Version | => TDM 2.06 |
29.04.2018 20:46 | nbohr1more | Target Version | TDM 2.07 => TDM 2.06 |