View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000613 | FSSCP | graphics | public | 2005-11-09 13:54 | 2005-11-10 05:50 |
| Reporter | redmenace | Assigned To | taylor | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Summary | 0000613: Vorlon Transport Transparent | ||||
| Description | The Vorlor Transport is showing up transparent in the lab and in the Techroom as well. This behavior started showing up around 10-18. CVS Pull was 10/18/05 8:40AM EST. Attached is the fs.log and a screen cap. | ||||
| Tags | No tags attached. | ||||
|
2005-11-09 13:54
|
|
|
|
Does it do the same thing in OpenGL? |
|
|
Yes. |
|
|
Beh. Ok this is something that I didn't figure on with one of my changes. This happened when I fixed the issue where it would try to load a thruster graphic if the word "thrust" wasn't lowercase. This was fixed by forcing the filename lowercase but now it's getting "-trans" as part of the texture name for the Vorlon transport and assuming that it's supposed to actually be transparent. There are two fixes for this, and I recommend both: 1) have the code check for "-trans" but skip if it also finds "-transp" 2) rename the textures for the Vorlon transport to not contain "-trans" The reason to recommend the second thing is because older builds can still get this wrong if the texture name referenced by the model is all lowercase. The current model just happens to work because of the, now fixed, bug in the code. I'll go ahead and fix the code issue, and have a debug warning about it as well, but it's something that TBP should fix on their end too. Trivial Psychic should be able to fix the model rather quickly. For future reference any texture name containing any of the follow have certain meaning in the game: "thuster", "invisible", "warpmap": texture won't load "-trans", "shockwave": texture will be transparent "-amb": texture will be ambient (have a glow if lighting is otherwise disabled) |
|
|
well I am happy I found then and was able to help narrow it down. |
|
|
This would have been a pain to track down if you didn't give a date on it so thanks for that. That particular change was made the previous night. :) |
|
|
Fixered. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-11-09 13:54 | redmenace | New Issue | |
| 2005-11-09 13:54 | redmenace | File Added: vetransport.rar | |
| 2005-11-09 18:36 | taylor | Note Added: 0003788 | |
| 2005-11-09 21:18 | redmenace | Note Added: 0003789 | |
| 2005-11-10 01:47 | taylor | Note Added: 0003790 | |
| 2005-11-10 01:47 | taylor | Status | new => assigned |
| 2005-11-10 01:47 | taylor | Assigned To | => taylor |
| 2005-11-10 02:15 | redmenace | Note Added: 0003792 | |
| 2005-11-10 05:50 | taylor | Note Added: 0003798 | |
| 2005-11-10 05:50 | taylor | Status | assigned => resolved |
| 2005-11-10 05:50 | taylor | Resolution | open => fixed |
| 2005-11-10 05:50 | taylor | Note Added: 0003799 |