Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Quick Reply
Search this Thread
Lab Assistant
Original Poster
#1 Old 25th Oct 2014 at 9:29 AM
Default What am I doing wrong
I'm trying to create some new wallpaper, however I'm very new to creating dds files so I'm not sure if I've done them correctly I used a compression of BC3/dxt5 and clicked on generate bitmaps, is this correct? I keep getting an error message when I put the XML file in WallEZ. I have attached the files - would appreciate any assistance.
Attached files:
File Type: zip  creamwallpaper.zip (240.5 KB, 4 downloads) - View custom content
Advertisement
Sir Not Appearing In This Film
#2 Old 25th Oct 2014 at 11:25 AM
These 3 lines:

Code:
<TextureShort Filename="CreamStripes_short"/>
 <TextureMedium Filename="CreamStripes_Medium"/>
 <TextureTall Filename="CreamStripes_Tall"/>


need their extensions (.dds).

Code:
<TextureShort Filename="CreamStripes_short.dds"/>
 <TextureMedium Filename="CreamStripes_Medium.dds"/>
 <TextureTall Filename="CreamStripes_Tall.dds"/>
Lab Assistant
Original Poster
#3 Old 25th Oct 2014 at 10:37 PM
Thank you very, very, much - that was a case of couldn't see the wood for the trees, I don't know how many times I went over the text but didn't see that simple little mistake.
Back to top