Tremulous Forum
Media => Mapping Center => Topic started by: Obidose on February 07, 2007, 11:22:05 pm
-
After getting my compile working finally, and getting the hang of the basics of radiant, I am now reaching the point where I want to create new things. To do this I need to create/alter textures (and shaders?) but I don't have the foggiest how to . Can somebody explain the basics or point me in the direction of a tutorial. Most GTK radiant tutorials assume you either know how to make textures or are going to use other peoples.
Sorry if this is a common question, I have tried searching forums and also there is nothing relevant on the wiki.
-
Yeah I need to know this too. Is there a way to load picture files into radiant?
-
http://www.quake3bits.com/cgi-bin/ikonboard.cgi?act=SC;c=2 (kat's)
http://www.pixelmorgue.com/ (evillair)
http://quake3world.com/forum/viewforum.php?f=10 (mappers gathering, ask around)
-
Yeah I need to know this too. Is there a way to load picture files into radiant?
Add them in the base/textures/(mapname) directory. You can then load them from the textures menu if you select (mapname)
-
do they have to be in a certain format (ie. gif, jpg, bmp, ect.)?
-
do they have to be in a certain format (ie. gif, jpg, bmp, ect.)?
I think Tremulous and GtkRadiant currently assume jpg, png and tga.
-
Tremulous doesn't have support for PNG, I think.
-
Tremulous doesn't have support for PNG, I think.
yes and I think we dont need it
alpha -> tga
zip -> pk3
so we have all features of png :P
-
vxczet, please. Any sig bigger than the average post of a user makes me cry :cry:
-
Tremulous doesn't have support for PNG, I think.
yes and I think we dont need it
alpha -> tga
zip -> pk3
so we have all features of png :P
Actually, according to the XreaL devs, png is superior to both jpg and tga.
-
so we have all features of png
... but bigger file size with insignificant (or null) quality gain (PNG is a lossless format replacing specifically GIF format).
-
It's not about who's saying it but the proof behind it. WHY is it better than both jpg and tga and does it apply to trem as much as it does to xreal? I'm not in the know here but those are some points which would have to be substaniated.
-
From: http://en.wikipedia.org/wiki/PNG
PNG (Portable Network Graphics) is a bitmap image format that employs lossless data compression. PNG was created to improve and replace the GIF format, as an image-file format not requiring a patent license.
[...]
PNG supports palette-based (palettes of 24-bit RGB colors) or greyscale or RGB images. PNG was designed for transfering images on the internet, not professional graphics, and so does not support other color spaces (such as CMYK).
I can say PNG is famous due to its transparency support, useful in web images, which Internet Explorer versions before 7 don't support. Maximum GIF colors was 256, PNG supports 24-bits palettes. PNG seems to be an open-source format (I'm not sure however). Quake3 and Q3 based don't support it; not sure if Doom3/Quake4 don't support it too.
-
PNG seems to be an open-source format (I'm not sure however). Quake3 and Q3 based don't support it;
That might cause a problem with trem then. Would have to ask timbo if support is possible else this discussion is useless.
-
there is no need for pngs because tgas can be compressed in the pk3.
-
I dont think png would be faster than tga
you lose time while getting it from pk3
then you lose time while decompressing it
it is like double zip
-
Why don't just integrate png support?
A patch is already available (https://bugzilla.icculus.org/show_bug.cgi?id=2718)
so mappers could choose between the format they want to use,
and it wouldn't be slower, because it isn't like "double zip".
Zip compressed files can't be compressed anymore once they are compressed,
so its just normal zip.
-
nice necro ...
png itself is compressed with something similar to zip
now you put the png in a pk3
how to read it back
decompress .png from the pk3 -> decompress pixel data -> get pixel data
but I thought again ... first decompression should be faster
-
nice necro ...
Who the fuck is necro?
you have not to decompress it, you have to extract it, because it is already compressed...
And extracting files from an pk3 dosn't take much time, it's like jpeg, jpeg isn't compressed in the pk3 too, because it's compressed with it's own algorithm, so png hasn't any disadvantages compared to jpeg.
I hope you have understand me, because my English is very bad.
-
nice necro ...
you have not to decompress it, you have to extract it
LolRoflMao?
-
LolRoflMao?
Don't you know that compressed files and stored files are two different things?
-
LolRoflMao?
Don't you know that compressed files and stored files are two different things?
LolRoflMao
-
LolRoflMao?
Don't you know that compressed files and stored files are two different things?
LolRoflMao
Nice Forum, everyone is laugthing...
-
http://www.mercenariesguild.net/tremx/ioq3_1066_png.zip
revised patch for ioq3 and it is easy to apply to tremulous
edit: for tremulous
http://www.mercenariesguild.net/tremx/trem_938_png.zip