Jump to content

texture doesn't load


bsisko

Recommended Posts

What happened to the road texture.
I create a road texture in Constructor    (see photo labeled  Constructor)
I export to .map files using both legacy and regular .dif files.
I place both the the .dif file and the textures in the same folder.
As the console.log indicates,  all textures are loaded properly.
Yet they do not show up in the Torque project.  (see photo labeled Torquedemo)

console.zip

Link to comment
Share on other sites

maybe because the images are in the wrong place . for me I had put them in the structure
folder . I guess TGE looks for map textures there .  

your post rung a bell and I went back and
looked at it . I believe my issue may have been texture location .


one of my old tge folders looks like this .
root/control/data/structures
                            --
                            --/docks , /hovels , etc //the TGE MAPS/DIFS
                            --/myStructures
                            --             /myBldg001 , 002 , etc  //this is myStuff root
                            --                                     //and subfolders
                            --
                            --/imagesFiles //All images for all maps in the other folders
                                           //are placed here in control/data/structures

 

so , reguardless of where i put my maps.difs , the textures had to be in the structures folder . If it seems crazy , go figure . really been a while .

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...