How to get list of texture names
How can I get all texture names of the map and what classes (metal/wood/snow/sand/water...) they are?
|
Re: How to get list of texture names
It's possible to get the texture name ( http://forums.alliedmods.net/showthr...656#post737656 ) but I don't know how to get a complete list, probably with a software. I know that there some maps ( texture name + class ) listed in materials.txt file but It will not help really.. (client)
|
Re: How to get list of texture names
All used texture names are in *.bsp what we can read and also there we can find *.wad files...
Reading *.bsp we can get what wad files are used, but I didn't found a way how to hook texture names... Reading *.wad files... There are texture names there also, but I don't know how to hook them... |
Re: How to get list of texture names
If the solutions seems too complicated maybe you're asking yourself the wrong question.
What's the particular reason you need this? |
Re: How to get list of texture names
Automatic maps/*_detail.txt file creation.
|
Re: How to get list of texture names
Quote:
|
Re: How to get list of texture names
Quote:
but: PHP Code:
// edit... Ok, found out: first this dllfunc works only for textures in materials.txt list. Second if texture isn't there it returns 'C'. Third - if map was compiled using -nowad function (or whatever that function is - function that formats .wad file in .bsp), server crashes. So is there anyother way ? |
| All times are GMT -4. The time now is 09:14. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.