Game Development Community

Cant copy texture error

by arteria3d · in Constructor · 05/20/2007 (4:05 am) · 4 replies

Hi

I keep getting this random problem, which is stopping the building from being exported.

"Failed to copy texure"

I cannot understand why this is happening - the textures loaded into constructor fine, and also reside in the same directory as where the map is being exported too
Can anyone help on this?

Steve

www.arteria-gaming.com/art.jpgwww.arteria-gaming.com

About the author

Owner of uk based Ltd company ArteriaMediaLtd. with a trading name of Arteria3d Website;arteria3d.com


#1
05/22/2007 (8:32 am)
Take the copy function out of the command line. I had this problem also, so now I just put the textures in the directory myself.

File->export->edit export configurations

click on the map2DifPlus & then click on the "copy textures to $(Output path)" and delete it.

Here was my thread.
www.garagegames.com/mg/forums/result.thread.php?qt=62193
#2
05/22/2007 (8:39 am)
BTW: the textures I used were default textures that came with tge 1.5.2 and it wont copy them, but the textures are in the directory already. You can either delete the copy function or move it down in the list. It still doesnt copy but the dif gets created first.
#3
05/22/2007 (10:47 am)
HI

Thanks for the replies. The only way i could get it to work, was to delete the export texture option from the exporter.

At least it works like this

Steve
#4
05/23/2007 (7:24 am)
I'm wondering if the actual command is set up wrong?

copy textures to $(Output path)

Do you have to manually set this or is should it be like: $outputPath ?