texture file included with export

my method of filing is very similar, but i have a file named media then inside of it i have files for each model, images, sounds ect…
dark basic is similar to blitz but like…
running=100
load object ‘media/manrunning/manrunning.x’,running
then you position the object….
thanks for the help, pirate

it sure would be nice if 3DC could create a file of all textures used in a model and export this file along side the .x file. man that would be great!!! i think this software would be the talk of the town if this could be done.
thanks, pirate

The texture info is already exported with a .x file…why do you need a seperate file?

bazza

when loading a .x file in db pro the object just shows up white. you have to hunt down all the textures that you used on the object and put them in the same file beside the .x so they will show on the object. is it different in blitz, maybe you know a better way because i’m pretty much self taught. anything i can learn from you would be appreciated…
thanks, pirate

There’s a plug-in called ‘Scene Details’ that can help with this.

thanks a lot i did not notice that plug in, it worked good, even listed the materials….great!!
thanks, pirate

[BLOCKQUOTE class=’ip-ubbcode-quote’][div class=’ip-ubbcode-quote-title’]quote:[/div][div class=’ip-ubbcode-quote-content’]you have to hunt down all the textures that you used on the object and put them in the same file beside the .x so they will show on the object [/div][/BLOCKQUOTE]

This is how it should be…model and textures in the same folder. This is where DB looks for the textures.
Suppose you created a demo with DB and you wanted to send it to someone. Obviously they don’t have the same directory structure as you do, so you would have to arrange things so models and textures are in the same folder.

This is also good working practice because you always know where everything is.
If you look at the attaced pic this is the directory structure for the Dojang demo thingie.
All this is inside it’s main folder called Medieval.

Bottom left is the main Blitz file..the Dojang folder contains the courtyard scene, all the textures AND the 3DC file for this scene. Same for all the other folders. The Figures folder has the Models, textures, 3DC files,UU3D file for all the figures and so on.
The textures folder contains the textures used in game, sprites etc that are loaded from Blitz.

So the code to load the Courtyard goes like this..

CourtYard=LoadMesh (‘Dojang/Courtyard1.b3d’)

Bazza

You must be logged in to reply in this thread.

7 posts