View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002340 | FSSCP | graphics | public | 2010-11-18 22:18 | 2015-02-22 23:04 |
Reporter | FUBAR-BDHR | Assigned To | Goober5000 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.6.13 | ||||
Summary | 0002340: Texture replacment with invisible no longer working | ||||
Description | Well it does but only if you actually place an invisible.dds (other formats probably work as well) in the maps directory. Without it you get warnings and the default texture loaded. This used to work as I have old screen shots still using the same steps. As invisible is a special case even looking for the file has to be a bug. | ||||
Tags | No tags attached. | ||||
duplicate of | 0001929 | resolved | MageKing17 | Texture replacement more problems |
|
Seems this might have been a feature/bug that has been removed. Texture replacing 'invisible' in FRED is no longer allowed. As in, 'invisible' is not an option anymore. |
|
When was it ever an option? I looked through the commit history of that FRED file and it doesn't look like it made special accommodations for the invisible texture. Now such accommodations shouldn't be too hard to add, but that's a little harder than finding and reverting an old commit. >.> |
|
It may have just worked because error checking for texture files existing might not have existed so it just changed to invisible. |
|
FRED will now let you save invisible textures without complaint. However FSO will not actually replace it with the invisible texture due to that same file load issue. |
|
Completely fixed in r9444. |
fs2open: trunk r9434 2012-12-14 23:41 Ported: N/A Details Diff |
allow saving of invisible textures for replacements (Mantis 0002340) |
Affected Issues 0002340 |
|
mod - /trunk/fs2_open/code/fred2/shiptexturesdlg.cpp | Diff File | ||
fs2open: trunk r9444 2012-12-17 03:00 Ported: N/A Details Diff |
since invisible textures were loaded as -1, they have to be flagged specially to actually replace real textures (Mantis 0002340) |
Affected Issues 0002340 |
|
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
mod - /trunk/fs2_open/code/model/model.h | Diff File | ||
mod - /trunk/fs2_open/code/model/modelinterp.cpp | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-11-18 22:18 | FUBAR-BDHR | New Issue | |
2012-12-13 23:06 | MjnMixael | Note Added: 0014440 | |
2012-12-14 06:56 | Goober5000 | Note Added: 0014448 | |
2012-12-14 06:56 | Goober5000 | Assigned To | => Goober5000 |
2012-12-14 06:56 | Goober5000 | Status | new => assigned |
2012-12-14 07:34 | FUBAR-BDHR | Note Added: 0014450 | |
2012-12-15 04:10 | Goober5000 | Changeset attached | => fs2open trunk r9434 |
2012-12-15 04:11 | Goober5000 | Note Added: 0014466 | |
2012-12-17 07:28 | Goober5000 | Changeset attached | => fs2open trunk r9444 |
2012-12-17 07:28 | Goober5000 | Note Added: 0014497 | |
2012-12-17 07:28 | Goober5000 | Status | assigned => resolved |
2012-12-17 07:28 | Goober5000 | Resolution | open => fixed |
2015-02-22 23:04 | MageKing17 | Relationship added | duplicate of 0001929 |