Jump to content

Home

How 2 Add New Textures


JeeMonkey

Recommended Posts

SITUATION:

hey all, i found these great, free, legal, textures on the web and i want to use them in my map. ive put them into a .PK3 fiel and i am able to add them to my map using gtk-radiant. however, when i go to compile my map, some of them cause compiling trounbles, and some of them wont show up in the game. few of them show up in the game. they are all .JPG files (not modifyed into .jpg, ....originally .jpg!) and i know that the size of the texture fiel is not an issue because i used a much larger texture and it worked while the smaller one did not.

 

QUESTIONS:

1)what is going on?

2)how do i fix the textures that wont show up in the game?

3)why are some of my textures causing compiling troubles?

 

NOTE:

thanks for all your help guys, u have no idea how much you have participated in helping me make my map. :)

Link to comment
Share on other sites

What problem are you getting? refusing to load non-power-2 dims?

 

If that's the case, your custom textures have to be resized, the width and height of all textures for a JA map need to be powers of 2, e.g. 512x256 is a valid size while 500x240 is not.

 

Useful powers of two: 32, 64, 128, 256, 512, 1024

Link to comment
Share on other sites

Save it as a JPG file in \base\textures\somefolder.

 

The 2 things about JPG files are:

1) it has to be standard not progressive encoded (options in save as dialog)

2) the dimensions have to be powers of 2 as stated above.

 

 

And finally, you don't need to PK3 things for them to work in game, just type sv_pure 0 in the console before loading a map.

Link to comment
Share on other sites

basically if you put a pk3 in the base folder the game just sees the files as if their in the base folder

since the game doesnt get any files it needs map wise from the base folder you need to add subfolders to your pk3

so for example if you want the textures to be read by the game you need them in the base/textures folder

you also need another folder in "textures" folder to put your textures in

usually you name it after your map so the texture files in the pk3 would be in "textures/mymap" path

does that make sense?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...