Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (Ayumi, NewbieZorro, TipmyPip), 13,888 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Possible to use JPG textures? #111941
02/14/07 19:32
02/14/07 19:32
Joined: Feb 2007
Posts: 9
P
Paragon Offline OP
Newbie
Paragon  Offline OP
Newbie
P

Joined: Feb 2007
Posts: 9
One downfall about 3D Gamestudio is its lack
of ability to directly use JPEG textures... or
is there a way to reduce the massive size of BMP
or TGA files?

Or, even better, is there a plugin that can allow
the Gamestudio engine to use JPEG textures?

Sincere Regards & Cheers,
LCai

Re: Possible to use JPG textures? [Re: Paragon] #111942
02/14/07 19:47
02/14/07 19:47
Joined: Jun 2005
Posts: 4,875
broozar Offline
Expert
broozar  Offline
Expert

Joined: Jun 2005
Posts: 4,875
use *.dds...?

Re: Possible to use JPG textures? [Re: Paragon] #111943
02/14/07 20:28
02/14/07 20:28
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Downfall? I dont think so. Did you ever heared about DDS?

  • JPEGs are small on the HD, but they have to be converted into directX texture surfaces when you use them as textures or skins. The downfall of JPEGs are visible: you will use fairly the same amount of videomemory as bitmaps, but JPEGs contain artifacts. So the benefit of low HD space (do you have a 10MB HD?) take no benefit in videomemory!!
  • JPEGs cannot inherit alpha masks
  • DDS files are compressed files like JPEG (they contains as well compression artifacts), but they are compressed with directX texture compression, so that the consumpted space on the HD is equivalent to the consumpted video memory. DDS files are available under A6 and they run very fine.


So I guess "downfall" is the wrong word in here.
I dont miss it!

Cheers
Christian

Re: Possible to use JPG textures? [Re: Paragon] #111944
02/14/07 23:38
02/14/07 23:38
Joined: Feb 2007
Posts: 9
P
Paragon Offline OP
Newbie
Paragon  Offline OP
Newbie
P

Joined: Feb 2007
Posts: 9
Brilliant, HeelX. Simply brilliant.
So uh...this DDS format - photoshop can
convert a JPG file to DDS, right?

Re: Possible to use JPG textures? [Re: Paragon] #111945
02/15/07 05:25
02/15/07 05:25
Joined: Feb 2007
Posts: 9
P
Paragon Offline OP
Newbie
Paragon  Offline OP
Newbie
P

Joined: Feb 2007
Posts: 9
Sorry to be so nudgy, but how can I
convert a picture file (i.e. jpg, bmp, tga)
into a .dds file, and then import it into
a Gamestudio .wad?

Re: Possible to use JPG textures? [Re: Paragon] #111946
02/15/07 07:53
02/15/07 07:53
Joined: Jun 2005
Posts: 4,875
broozar Offline
Expert
broozar  Offline
Expert

Joined: Jun 2005
Posts: 4,875

Re: Possible to use JPG textures? [Re: broozar] #111947
02/15/07 11:15
02/15/07 11:15
Joined: Mar 2002
Posts: 7,727
old_bill Offline
Senior Expert
old_bill  Offline
Senior Expert

Joined: Mar 2002
Posts: 7,727
nVidia offers also some usefull tools:
http://developer.nvidia.com/object/dds_utilities.html


Success is walking from failure to failure with no loss of enthusiasm.
Re: Possible to use JPG textures? [Re: old_bill] #111948
02/15/07 12:20
02/15/07 12:20
Joined: Sep 2005
Posts: 980
Aue, Sachsen, Germany
W
Wicht Offline
User
Wicht  Offline
User
W

Joined: Sep 2005
Posts: 980
Aue, Sachsen, Germany
My Test:

MDL7-File + BMP-File ( 2000x2000 px ) = 10.3 MB
MDL7-File + DDS-File ( 2000x2000 px ) = 1,9 MB

Very impressive ...

Re: Possible to use JPG textures? [Re: Wicht] #111949
02/15/07 13:00
02/15/07 13:00
Joined: Jan 2007
Posts: 1,565
innsbruck, austria
achaziel Offline
Serious User
achaziel  Offline
Serious User

Joined: Jan 2007
Posts: 1,565
innsbruck, austria
wow, guess i gonna download this cute little program^^


Yeah, but... Who is Lu?
Re: Possible to use JPG textures? [Re: Paragon] #111950
02/15/07 14:22
02/15/07 14:22
Joined: Oct 2003
Posts: 4,131
M
Matt_Aufderheide Offline
Expert
Matt_Aufderheide  Offline
Expert
M

Joined: Oct 2003
Posts: 4,131
Quote:

So uh...this DDS format - photoshop can
convert a JPG file to DDS, right?




Dont use JPEG at all.. its a bad compression that usually makes texture look very bad if used at any stage.
you ought to start with pure 24 bit images, then compress it to DDS when its done. You can get a plugin for photoshop that will open and save dds files.


Sphere Engine--the premier A6 graphics plugin.
Page 1 of 2 1 2

Moderated by  HeelX, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1