Hi_Res
Moderator: Graf Zahl
- Syfo-Dyas
- Posts: 182
- Joined: Sun Oct 09, 2005 21:54
- Location: Ohio
- Contact:
Hi_Res
As I've said, I've never worked with ZDOOM editing EVER. What I'd like to know, is what all I can do in hi-res? Textures, sound, sprites, etc. And for that matter, what are the specs I can use? How bit color can I support, how many colors per texture, etc.
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
With the next version I re-activated the HIRESTEX feature from ZDoomGL. That means you can define hires textures as much as you like. You can also do sprites but they require a little more setup. Specs will be released with the next version. This feature will support most known graphics formats I can load with the DevIL library. That means full True Color, JPGs and much more.
- Syfo-Dyas
- Posts: 182
- Joined: Sun Oct 09, 2005 21:54
- Location: Ohio
- Contact:
- Enjay
- Developer
- Posts: 4748
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
- Contact:
Which formats does DevIL support?Graf Zahl wrote:This feature will support most known graphics formats I can load with the DevIL library. That means full True Color, JPGs and much more.
[edit] Hang on, a google tells me bmp, cut, dcx, dds, ico, gif, jpg, lbm, lif, mdl, pcd, pcx, pic, png, pnm, psd, psp, raw, sgi, tga, tif, wal, act, pal and Doom graphics.
Does this mean all these are now suppported? [/edit]
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
If you define them in HIRESTEX, yes - with the exception of .tif which DevIL cannot read from memory (only from files) Of course using DevIL for Doom graphics is rather useless and due to lack of palette support will always use the standard Doom palette - even in the other games.
But note that these textures are OpenGL only!
But note that these textures are OpenGL only!