Jump to content

How to Import/export assets and bake AO maps in Blender3D


Recommended Posts

Introduction

This is a guide covering how to import assets from the game to blender, create a second UV coordinates, bake the AO maps and export again.

The game's buildings are usually divided in different .dae files (one per diffuse texture used)

Usually, they consist in one main ".dae" file located in "meshes/structural" and one or more ".dae" children (props) that are attached to the main file, this "prop" daes are located in "meshes/props". (this is not always the case)

In this example, we're going to bake the AO map for the celtic civil centre.

1.- Import the mesh into blender3D

Inside blender, remove the starting cube, camera and point light. Go to file->import-> Collada (.dae) and select the .dae file to import.

This building consists on three files: celt_civic3.dae, celt_civic3_props_1.dae and celt_civic3_props_new.dae

If blender shows an error importing:

Open the .dae file that is throwing the error with notepad or another text editor and erase everything between </asset> and <library_geometries> (do not remove those labels, just the text in between) and try to import again

*Note: The file may be imported rotated -90º in the X axis. To solve this, simply center the pivot point at the origin with SHIFT+C, select the cursor for your pivot point, select the asset and hit "R" for rotate, "X" for the axis, and then type "90" on the numpad and hit enter.

Each time you import an asset, it is important that you create a new material with the name of the .dae or the texture that is going to use if you know it. This will let us separate the object again after we join all the meshes together.

2.- Set up a new UV coordinates.

Select all your meshes and join them with CTRL+J

Go to "object data" panel, scroll down to UV Maps menu and click the "+" sign to create a new UV coordinates.

post-13528-0-51743900-1377801595_thumb.j

--Select the building, enter in edit mode with TAB.

--Open a window with the UV/Image editor. Click in "new image" and "ok" in the pop-up menu. This creates a new 1024*1024 black image where we will bake the Ambient occlusion.

post-13528-0-80692600-1377801657_thumb.j

--Now let's unwrap the model automatically. Go to object mode, select the model, use "CTRL+A" and select "apply scale" this will recalculate the scale of our building, so the polygons could be unwrapped nicely.

--Enter "edit mode" with TAB. select all with "A" and hit "U" and select "Smart UV Project" in the pop-up menu.

post-13528-0-21701000-1377801725_thumb.j

--In the next menu select the following settings:

post-13528-0-36506900-1377801844_thumb.j

3.- Baking the AO into our new generated black image.

Preparing the AO settings: go to the "world" tab in the settings panel, mark the checkbox of Ambient occlusion and set it to "multiply".

Scroll down to the "Gather" pannel and change the samples to something between 20-25

post-13528-0-37940700-1377802073_thumb.j

--We have the model ready to bake the AO map. Go to the render tab, scroll down to the "bake" panel (click on the "bake" pannel if it is closed) and use the following settings:

post-13528-0-62407100-1377801891_thumb.j

--Then click "bake" and wait until the baking process is completed (this will take a while depending on your machine)

--Once finished, you can hit "N" in the viewport to open a toolbar, go to the "display" menu, and click in the "texture solid" checkbox. This way you can see the AO map we have just generated on the model and check if it has been correctly generated.

post-13528-0-22172600-1377802124_thumb.j

------If you see black strange black faces where it shouldn't, the polygon normals are probably facing the wrong direction. This could be fixed selecting the black faces and then hit "W" and select in the pop-up menu "flip normals".

------If you find the problem where there are dotted black parts, it's probably because there are two or more polygons overlapping each other. You'll have to tweak the model sightly to fix this issue.

--Once the bake is finished and you're happy with it, remember to save the image generated so it doesn't get lost. In the UV editor select Image->save image As...

post-13528-0-82591700-1377802194_thumb.j

4.- Separating the mesh by materials

Now that we have our AO map, and the model has a second UV coordinates for the AO, we have to separate it's pieces again and export the parts one by one.

To separate by materials, enter "edit mode". Make sure you don't have anything selected hitting "A" twice.

Go to the materials tab, select the first material on the list, and click "select" button. This will select all the faces that have that material assigned. Once selected hit "P" and select "selection" in the pop-up menu.

post-13528-0-79089500-1377802745_thumb.j

Repeat this step for each material (prop) you have imported.

NOTE: Now that you only need to export the objects into .daes again, is a VERY NICE moment to save the .blend file in case the export process goes wrong.

5.- Exporting the meshes back to .dae files.

This is the last part. You have to export the objects one by one. Make sure the following requirements are met:

- There's nothing else on the scene except the mesh you want to export (even hid objects breaks the export)

- You have to remove every material applied on the mesh.

- There are no lights, armatures or other objects in the scene.

- You have your object selected.

Then you simply go to File->export-> Collada (.dae) and select the file to export or overwrite the old one.

After that, reload the .blend file and repeat this step with the rest of the objects (or hit CTRL+Z a few times until you get back the other meshes and repeat the process with the next one)

I hope it's somewhat understandable and useful ^_^.

  • Like 7
Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
  • 1 month later...
  • 8 months later...

Greeting,

did follow this tutorial, but have some questions.

I did a try with a simple cube on blender and the alpine_cliff.dds applyed texture. Since here all is working well. I did follow this tutorial to export proprely the dae file.

I have also follow this tutorial to make the xml file.

So, now i have :

block_1.dae

block_1.xml

alpine_cliff.dds

<?xml version="1.0" encoding="utf-8"?><actor version="1">  <castshadow/>  <group>    <variant frequency="100" name="Base">      <mesh>props/block_1.dae</mesh>      <textures><texture file="types/alpine_cliff.dds" name="baseTex"/></textures>    </variant>  </group></actor>
<textures><texture file="types/alpine_cliff.dds" name="baseTex"/></textures>

For this one am not quiet sure about the right path. As am using a .dds from the game, i think there no need to copy and past this .dds. So i hope am using the good patch who is normaly there :

binaries\data\mods\public\public.zip\art\textures\terrain\types

Or, am i forced to copy and past the alpine_cliff.dds into this folder : binaries\data\mods\public\art\textures\skins\props

Also, am quiet sure about this, but just look for a confirmation, the dae file is supposed to be past here : binaries\data\mods\public\art\meshes\props. However, files are named like cc.dae.cached.pmd. So, do i have to rename my block_1.dae by block_1.dae.cached.pmd ?

Same thing for the texture name. is have to be : alpine_cliff.dds or alpine_cliff.dds.cached.dds ?

In advance, thank you for the help.

Edited by okegima
Link to comment
Share on other sites

Am trying to import a dae file following the tutorial witn blender 2.70, but am having an error into the blender consol : Schema validation error : Critical error : Start tag expected, '<' not found. Made some search and read, but found no solution. any Idea ?

Link to comment
Share on other sites

Am trying to import a dae file following the tutorial witn blender 2.70, but am having an error into the blender consol : Schema validation error : Critical error : Start tag expected, '<' not found. Made some search and read, but found no solution. any Idea ?

Did you edit the .dae file in any way with a text editor?

What mesh are you trying to import?

It seems that there's a missing "<" sign on a label in the .dae code.

Link to comment
Share on other sites

i made no edite with any text editor. I saw the over tutorial, but when using note++, or not pad there nothing to edite.

well, it's happen on every .dae. i made everal try on different files but having the same consol error message.

Which files are you trying to import into blender?

Link to comment
Share on other sites

i made no edite with any text editor. I saw the over tutorial, but when using note++, or not pad there nothing to edite.

well, it's happen on every .dae. i made everal try on different files but having the same consol error message.

Have you checked Blender to see that the export works? If there's nothing in the file perhaps there's an error which prevents the file from being saved properly :unsure:

Link to comment
Share on other sites

  • 3 months later...
Go to file->import-> Collada (.dae) and select the .dae file to import.

I'm confused. I have version 2.69 of Blender on Ubuntu 14.04 and Under, file, import, there is no Collada option. The first option on the list is Motion Capture. Has something changed?

Aslo, I can't find any .dae files, where are they?

So, I'd love to get started, but I can't seem to figure out the basic first step :-(

Link to comment
Share on other sites

I'm confused. I have version 2.69 of Blender on Ubuntu 14.04 and Under, file, import, there is no Collada option. The first option on the list is Motion Capture. Has something changed?

Aslo, I can't find any .dae files, where are they?

So, I'd love to get started, but I can't seem to figure out the basic first step :-(

Apparently the Blender version that Ubuntu provides doesn't include Collada import/export due to a missing package, you should be able to install it directly from Blender.org though ( http://www.blender.org/download/ ).

The .dae files can be found in data\mods\public\public.zip\art\meshes (which should be in ~/.local/share/0ad/ on Ubuntu), or rather in the sub-folders found in there. :)

  • Like 1
Link to comment
Share on other sites

Thanks for the info. I have Blender on my macbook too, and it has the Collada import option, so I'm using that comp for the moment.

I also found this page on the wiki which answers a lot of the questions I had:

http://trac.wildfiregames.com/wiki/Basic3DImplementation

Thanks again! This is a really beautiful game and I've been playing it more and more the past weeks. What I love most about it is its openness and the fact that you can improve it and benefit from other peoples' improvements. Seeing this grow is a treat.

  • Like 1
Link to comment
Share on other sites

  • 3 years later...

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.

 Share

×
×
  • Create New...