Author Topic: [SOLVED]Can´t add my own textures  (Read 4711 times)

Lanac

  • Posts: 21
  • Turrets: +0/-0
[SOLVED]Can´t add my own textures
« on: January 30, 2011, 11:58:35 am »
Ok. I know i still have my fog effect topic on so if anyone can help me about that i will apriciate it.
Now my bigger problem. I cant use my own textures. My ngine path is in /home/paolo/Tremulous and i cant find textures i puted in. I tryed to use the find/replace button in my texture window(net radiant) and one problem was solved,m i found my picture, but in netradianr my picture is not shown, i see only blue/black cubes and it writes:shader not found. In my code:
Code: [Select]
Texture load failed: "textures/the_big_box_b5/radio"
textureFindReplace -find textures/the_big_box_b5/radio.jpg -replace textures/the_big_box_b5/radio
« Last Edit: January 30, 2011, 07:44:13 pm by Lanac »

CATAHA

  • Posts: 539
  • Turrets: +8/-18
    • Tremulous Lair
Re: Can´t add my own textures
« Reply #1 on: January 30, 2011, 05:38:22 pm »
your textures/shaders should be in correct .pk3 in /base/ folder
you also should add anme of your shader file into /base/scripts/shaderlist.txt file
Russian q3/trem mapping site: http://tremlair.krond.ru/
=[ Boxmaps suck if they have no concept ]=

Ice Trap (InstaGib)

Other maps: A.T.D*S Remake

A Spork

  • Spam Killer
  • *
  • Posts: 1010
  • Turrets: +37/-230
    • Spork - Unvanquished.net
Re: Can´t add my own textures
« Reply #2 on: January 30, 2011, 06:59:25 pm »
Textures dont need to be in a .pk3 bro.

They just need to be in /base/textures/mytextures
Custom shaders need to be listed in shaderlist.txt
Don't shoot friend :basilisk:! Friend :basilisk: only wants to give you hugz and to be your hat

Proud Member of the S.O.B.F.O.B.S.A.D: The Society Of Basilisks For Other Basilisks Safety and Dominance
:basilisk:    :basilisk:    :basilisk:

CATAHA

  • Posts: 539
  • Turrets: +8/-18
    • Tremulous Lair
Re: Can´t add my own textures
« Reply #3 on: January 30, 2011, 07:14:53 pm »
I know. But better work with pk3 from start. You avoiding 'missing textres' errors and not turning your base folder in trash bin. =)
Russian q3/trem mapping site: http://tremlair.krond.ru/
=[ Boxmaps suck if they have no concept ]=

Ice Trap (InstaGib)

Other maps: A.T.D*S Remake

Lanac

  • Posts: 21
  • Turrets: +0/-0
Re: Can´t add my own textures
« Reply #4 on: January 30, 2011, 07:20:32 pm »
It worked. Thx.

CATAHA

  • Posts: 539
  • Turrets: +8/-18
    • Tremulous Lair
Re: Can´t add my own textures
« Reply #5 on: January 30, 2011, 07:25:59 pm »
Then please put [Solved] in topid header. =D
Russian q3/trem mapping site: http://tremlair.krond.ru/
=[ Boxmaps suck if they have no concept ]=

Ice Trap (InstaGib)

Other maps: A.T.D*S Remake

CreatureofHell

  • Posts: 2422
  • Turrets: +430/-126
    • Tremtopia
Re: Can´t add my own textures
« Reply #6 on: January 30, 2011, 07:38:46 pm »
I know. But better work with pk3 from start. You avoiding 'missing textres' errors and not turning your base folder in trash bin. =)

Doesn't putting lots of .pk3 files in there do just that?  ???
{NoS}StalKer
Quote
<Timbo> posting on the trem forums rarely results in anything good

Lanac

  • Posts: 21
  • Turrets: +0/-0
Re: Can´t add my own textures
« Reply #7 on: January 30, 2011, 07:43:55 pm »
Ok.