View previous topic :: View next topic |
Author |
Message |
Baker

Joined: 14 Mar 2006 Posts: 1538
|
Posted: Fri May 28, 2010 4:31 pm Post subject: Texture and 2D gfx notes ... |
|
|
No forum for this so I'll shoehorn this in here.
Graphic dimensions for the Quake 2D Pics.
Menu Single player, etc. = 240px by 21 px. per row Maybe technically 22 px height. With reasonable resolution, scales to 960 x 84
[Post to be updated as needed with more data]. _________________ Tomorrow Never Dies. I feel this Tomorrow knocking on the door ... |
|
Back to top |
|
 |
Chip

Joined: 21 Jan 2009 Posts: 314 Location: Romania
|
Posted: Sun May 30, 2010 8:19 pm Post subject: |
|
|
Are you sure about that? I recreated all 2D pics for OpenQuartz 2 and they're all multiple of 16. I have all 2D pics in Photoshop .psd format. The menu single player pic is 256x32.
I can upload them somewhere and link them here if you want. _________________ My Projects: Quake 1 Mods | OpenQuartz 2 | ChipQuake |
|
Back to top |
|
 |
mh

Joined: 12 Jan 2008 Posts: 909
|
Posted: Mon May 31, 2010 8:55 am Post subject: |
|
|
Most of the main status bar pics are definitely 24 high, quite certain about that.
Looking at M_Main_Draw (for example, but it's the same in the rest of them), the cursor (spinning Q logo) is drawn at "32 + m_main_cursor * 20", indicating that the row height in the menu pics is actually 20. _________________ DirectQ Engine - New release 1.8.666a, 9th August 2010
MHQuake Blog (General)
Direct3D 8 Quake Engines |
|
Back to top |
|
 |
Baker

Joined: 14 Mar 2006 Posts: 1538
|
Posted: Tue Jun 01, 2010 7:43 pm Post subject: |
|
|
Oops
Yeah 24 high. _________________ Tomorrow Never Dies. I feel this Tomorrow knocking on the door ... |
|
Back to top |
|
 |
Chip

Joined: 21 Jan 2009 Posts: 314 Location: Romania
|
Posted: Wed Jun 02, 2010 10:09 am Post subject: |
|
|
Baker wrote: | Oops Yeah 24 high. |
I must be wrong then. I took all images from the original OpenQuartz, and I figured they took them from the original Quake. It seems I was wrong. I'll try to open gfx.wad and see the original dimensions there. That is the place to check this, right?
If all else fails, I'll wait for you, Baker, to document them all here. _________________ My Projects: Quake 1 Mods | OpenQuartz 2 | ChipQuake |
|
Back to top |
|
 |
mh

Joined: 12 Jan 2008 Posts: 909
|
|
Back to top |
|
 |
Spike
Joined: 05 Nov 2004 Posts: 944 Location: UK
|
Posted: Wed Jun 02, 2010 12:33 pm Post subject: |
|
|
the quake engine traditionally uses the size of the wad/lumps to decide how large the items should normally be drawn. which means resizing/highres things can be awkward.
status bar images will be generally be small enough to be packed into a larger texture to avoid state changes anyway.
sbar is 24 high, ibar is 16 high (ammo counts above the images for an extra 8 pixels or so), so the sbar and ibar background images are the same. _________________ What's a signature? |
|
Back to top |
|
 |
Sajt
Joined: 16 Oct 2004 Posts: 1026
|
Posted: Wed Jun 02, 2010 7:16 pm Post subject: |
|
|
If you are making a list of 2D graphics in Quake for some reason, I guess you should also add which are drawn with Draw_Pic and which are drawn with Draw_TransPic. _________________ F. A. Špork, an enlightened nobleman and a great patron of art, had a stately Baroque spa complex built on the banks of the River Labe. |
|
Back to top |
|
 |
|