objects.xml error

Started by umar4911, Dec 15, 2018, 05:53 PM

Previous topic - Next topic

umar4911

My custom map was not loading. I debugged and found out that it "failed to load textures".
How to fix it. I have all the images which I formed in txd
I am gamer, programmer and hacker. Try to find me!
xD

umar4911

I am gamer, programmer and hacker. Try to find me!
xD

Xenon

#2
Theres list with some points what can be wrong:
   • Bad TXD version. Use eg. 3.1.0.0, 3.1.0.1, 3.3.0.2 or 3.4.0.3;
   • Corrupted TXD archive. Try to repack all textures;
   • Bad texture compression. Try use DXT3/4/5 for transparent textures and DXT1 for non-transparent;
   • Texture resolution are too big;
   • Too much files in one archive;
   • Missing file or texture;
   • Server don't have permissions to read this file.

You have not attached too much informations and you didn't send any files so we can't say what's exactly wrong.

umar4911

When I used debug mode ingame, it shows error:
[FILES] Callback failed to process 'cs_estate.txd' data.
[CUSTOMOBJ] Failed to load texture file 'cs_estate.txd'.

In debuglog.txt file, it shows:
Error in RwTexDictionaryStreamRead: #Native texture tag was not found. #1
Error in RwTexDictionaryBufferRead: RwTexDictionary is null.

@Xenon
I am gamer, programmer and hacker. Try to find me!
xD

NicusorN5

Give us the cs_estate.txd file. If it is missing, create a blank file using TXD Bulider or TXD Workshop.

umar4911

Quote from: Athanatos on Dec 18, 2018, 01:08 PMGive us the cs_estate.txd file. If it is missing, create a blank file using TXD Bulider or TXD Workshop.
I made it manually using txd workshop and compressed those to DXT3 and I am using latest txd workshop
I am gamer, programmer and hacker. Try to find me!
xD