Map a Dream competition results on their way...
Check out Creating caves using Displacements, our newest tutorial!
Say hello to Goliathalexpet, our newest member!

logo

Site Stuff

Reference

Maps

Community

ShoutBOX

Onliners

13 mins

Rimrook

19 mins

Nefarious

33 mins

Soup Miner

51 mins

Penguinboy

51 mins

Unbreakable

59 mins

Tetsu0

1 hours

Ant

Affliates

Some Random Site Advertisement that got here cus it's owned by an admin here.

Prob w/ Custom Animating Textures

[1]

Forums > HL Engine Discussion

22 Mar 06, 02:51
By TawnosPrime
avatar
I...AM...CANADIAN!
I created some custom animating textures to make the Matrix code on some walls and such but they appear as pink and black tiles in game. I've posted it as a problem map for ppl to have a look at. Hers's the link:

http://twhl.co.za/mapvault_map.php?id=3788
22 Mar 06, 16:50
By TawnosPrime
avatar
I...AM...CANADIAN!
Added info (and bump wink-wink - ;): When I compiled the map, I inculded the wad so I wouldn't need to transfer it to cstrike. I don't know if this is causing my problem or not. I included to wad in the zip so ppl can look at the file.
22 Mar 06, 17:32
By Seventh-Monkey
avatar
Pretty nifty
The pink and black pattern represents a missing texture. You've done something silly.
22 Mar 06, 17:40
By TawnosPrime
avatar
I...AM...CANADIAN!
Wouldn't suprise me... -_-;
22 Mar 06, 17:43
By Huntey
avatar
scotchandcoffee.co.uk
can be casued by spaces or invalid characters in the Texture's name (although i think wally automatically prevents evils)

and also by the .wad being in the wrong folder.

it should either be in

1) half-life/valve (HL1)
2) counter-strike/cstrike (CS)
3) Day Of Defeat/DoD (DoD)

etc etc etc
22 Mar 06, 17:48
By TawnosPrime
avatar
I...AM...CANADIAN!
Ok...I've got more additional info...

1 - I used -wadinclude TP_Matrix on the csg so I wouldn't haveto worry much about the wad

2 - I'm unsure if this is important: I custom named the textures myself and used a mix of upper and lower case letters, (like in my name), to label the large and small versions of the Matrix code
22 Mar 06, 17:50
By Huntey
avatar
scotchandcoffee.co.uk
get rid of all capital letters including the capital letters in the .wad name
22 Mar 06, 18:03
By TawnosPrime
avatar
I...AM...CANADIAN!
I've at least tried making the names of each texture small while leaving the file name the same (not my first custom wad) and that didn't work.

Apon testing the map, my console logged the line 'WARNING: failed to locate sequence file matrix'...is this the culpret...shit I g2g for now. I'll check back in l8r.
22 Mar 06, 18:57
By rowleybob
avatar
Member
Do the textures show up in hammer but not in-game?
22 Mar 06, 23:54
By TawnosPrime
avatar
I...AM...CANADIAN!
Yes, I get them in the 3d view in hammer but not in game
23 Mar 06, 09:56
By Huntey
avatar
scotchandcoffee.co.uk
try not wadincluding... put the .wad in the correct folder.. its possible you arent wadincluding properly.

Check your compile log for a bit like this

---Wadincluded Textures---
zhlt.wad
custom.wad


If your wad doesnt show up in that list, its not wadincluded properly.

When I had that problem, it was because i was trying to -wadinclude in normal compile mode, not in expert.

(p.s, i sooo deserve a forum award tongue - :P)
23 Mar 06, 19:56
By TawnosPrime
avatar
I...AM...CANADIAN!
Although I'm not sure I approve of hunter's 'shameless' plug for an award, his suggestions turned something up, indirectly though.

To start, it was including my custom wad and an attempt to use the wad w/in cstrike and not include it in the compile failed.

But, through the wad confirmation, I discovered this:

Using Wadfile: c:program filesvalve hammer editorwadshalflife.wad
- Contains 0 used textures, 0.00 percent of map (3116 textures in wad)
Using Wadfile: c:program filesvalve hammer editorwadstp_primuslab.wad
- Contains 0 used textures, 0.00 percent of map (28 textures in wad)

Warning: ::FindTexture() texture +0BIGMATRIX not found!
Warning: ::FindTexture() texture +0SMALLMATRIX not found!
Warning: ::LoadLump() texture +0BIGMATRIX not found!
Warning: ::LoadLump() texture +0SMALLMATRIX not found!
Texture usage is at 0.00 mb (of 4.00 mb MAX)
1.16 seconds elapsed

See, I have a couple of custom wad files in my Hammer folder, all w/ the prefix TP_, (as will my maps, if i ever actually finish one laughing - :lol: ). Anyway, Hammer is only supposed to use the halflife and TP_Matrix wads that I've told it to, but it seems to have replaced the Matrix w/ another one, PrimusLab.

Do any of u guys know why and how I can fis this?
23 Mar 06, 20:02
By rowleybob
avatar
Member
Quote:
Warning: ::FindTexture() texture +0BIGMATRIX not found!
Warning: ::FindTexture() texture +0SMALLMATRIX not...


Do you use HLFix?

Not updating your wad.txt file--needed for HLFix--is one way I know to produce this error.
23 Mar 06, 20:16
By TawnosPrime
avatar
I...AM...CANADIAN!
yes i use it but I don't even know wnything about the wad side of it...i don't even have a wad.txt.
23 Mar 06, 20:21
By rowleybob
avatar
Member
Try adding a "wad.txt" file to your valve hammer editormaps folder.

My wad.txt file:

s:half-lifevalvehalflife.wad
s:half-lifevalvexeno.wad
s:half-lifevalvedecals.wad
c:program filesvalve hammer editortextureszhlt.wad
c:program filesvalve hammer editortexturesdm_lars.wad

If I remove say the dm_lars.wad location, I'll get the same error you're getting. I think this is probably your problem.
23 Mar 06, 20:34
By TawnosPrime
avatar
I...AM...CANADIAN!
I added my wads to that, however I'm not sure if it's the issue or not. When I tried to run the map after compiling it, I got this error:

ED_ParseEntity: closing brace without data

I have no clue what it means, so once again, I'm turning to the ever helpful TWHL community to aid in solving one of my many problems (as seem to always be present in my life zonked - :zonked: ).
24 Mar 06, 01:32
By RabidMonkey
avatar
mapmapmapmapmap
There's an } somewhere that's closing an empty brace set? I don't know what would cause this.
24 Mar 06, 19:51
By rowleybob
avatar
Member
Quote:
I added my wads to that, however I'm not sure if it's the issue or not.


Your not sure, I see... well are you still getting the "..FindTexture()..." error !? I guess that would be one way to be sure if that part of the problem was fixed or not wink-wink - ;)

Make sure your including the wadinclude switch under the CSG paramater. You can also try specifying the path if the "lives" somewhere other than your valve folder... If the path name has spaces, include the path in quotes.

For kicks you might try a brand new map from scratch--I'm reaching now :

If none of this works, try checking the chair-keyboard interface wink-wink - ;)
24 Mar 06, 23:28
By TawnosPrime
avatar
I...AM...CANADIAN!
OK...the final post as I've figured out my problem for the most part.

Yes, the FindTexture() and LoadLump() errors were fixed by adding the wads to wad.txt, and I was including the wad correctly as stated w/in the Custom Textures tutorial. Testing a series of brand new maps is how i discovered my problem.

The ED_ParseEntity error was caused by...having over 8 wads in the txt (fyi I've got 21 and could grow still). After trimming the file down to only what I needed at the time, it worked properly. Let this be a lesson to other n00bs...DON'T USE TOO MANY WADS!

(good thing I was able to figure it out b4 the chair(or char?)-keyboard interface...no idea what i would have had to do there confused - :confused: )
25 Mar 06, 04:20
By TawnosPrime
avatar
I...AM...CANADIAN!
Correction...this is the final post for the thread.

I forgot to thank everyone for the help they gave to me in solving my problem, and I look forward to stumpping u w/ my future problems which I'm sure will be just as tricky glad - :glad: and completly unintentional, I just have REALLY bad luck.
[1]

Forums > HL Engine Discussion

Login to Reply

You must be logged in to reply.