Notes |
|
|
Currently fred cant display TGA's or JPG's so the best thing to do is to convert it to a PCX with the same name and select that with Fred.
Later when run with fs2_open if the tga of the same name is there then it will load that.
Perhaps someone could address this issue if current graphics work on Fred is fruitful |
|
|
(0000704)
|
Kazan
|
2004-04-06 21:13
|
|
|
|
|
|
|
(0000911)
|
taylor
|
2004-05-08 05:16
(Last edited: 2004-05-08 05:42) |
|
Code wise this is fixed as long as Fred2 and FS2_Open are built with DevIL support. The recent CFILE fix should be the last thing that was keeping this from working as expected. It just needs a new build to be tested to know for sure. I'm building a DevIL version now and will resolve this if it works.
Update: This works but currently Cmdline_jpgtga is disabled if bpp is not 32bit. I did this because it needs that value to figure out what to send to opengl calls. Fred2_Open only asks for 16bit color so JPG and TGA textures are not enabled.
Fred2 could be changed to use 32bit all of the time or just when -jpgtga is used. Suggestions?
edited on: 05-08-04 05:42 |
|
|
(0000915)
|
taylor
|
2004-05-09 10:42
|
|
Fixered. Fred will now init OpenGL with 32bpp when you use -jpgtga and use 16bpp otherwise. This gets jpg, tga working and dds now works in 16bpp and 32bpp. |
|