Outerra forum

Anteworld - Outerra Game => Modding: Importer, Tools & Utilities => Topic started by: wayne57 on April 25, 2014, 11:44:39 pm

Title: sketchup models
Post by: wayne57 on April 25, 2014, 11:44:39 pm
found a good model with textures in sketchup
whats the best way of importing it.
Tried exporting the model as dae file and changed
the textures to dds files but model still comes in white
any suggestions ?

thanks

wayne
Title: Re: sketchup models
Post by: necro on April 26, 2014, 12:37:33 am
You can repair the textures by yourself. Go down to the outerra directory -> C:\Users\{your_name}\Outerra\packages\{your_name}\{your_object}. You will find a file with a .mtl extension. Open it and add the name of the diffuse texture after tex_albedo. It must be look like this:
Code: [Select]
"tex_albedo" : "wall1_tex.dds", . And you have to copy the texture file to this directory.

After tweaking the material file you have to restart outerra.
Title: Re: sketchup models
Post by: SpaceFlight on April 26, 2014, 10:43:24 am
There is a also the beta FBX importer (Ctrl-F7), just FYI.