Damascus
Senior Member
Posts: 646
Threads: 118
Joined: Mar 2012
Reputation:
29
|
Changing material of plane_black
I'm trying to make static entities out of planes, for example an entity for a castle floor, on the Model Editor by doing this:
1) Importing the plane_black .dae into Model Editor.
2) Selecting it and loading a different material into the .dae
3) Creating a body, connecting it, and saving it as an entity.
The .ent file now has this in it:
<Mesh Filename="static_objects/technical/plane_black/plane_black.dae">
<SubMesh Active="true" ID="0" Material="C:/Program Files (x86)/Steam/steamapps/common/amnesia the dark descent/static_objects/castlebase/castlebase_floor.mat" Name="Plane" Rotation="0 0 0" Scale="1 1 1" SubMeshID="0" Tag="" WorldPos="0 0 0" />
</Mesh>
However, when it loads into Level Editor, it still appears as a black plane. I have no map cache's, and I've reloaded it several times. It appears as a castle floor when I load it in the Model Editor, but not in Level Editor.
|
|
12-09-2012, 05:34 PM |
|
The chaser
Posting Freak
Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation:
113
|
RE: Changing material of plane_black
I think we're talking about re-texturing it. Just:
-Go to the .dae of plane_black
-Find <Library_images> or something similar
-Change the texture directories to yours
-Import the new .dae (remain to make another folder with the re-textured thing) and make the .ent
THE OTHERWORLD (WIP)
Aculy iz dolan.
|
|
12-09-2012, 05:52 PM |
|
Statyk
Schrödinger's Mod
Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation:
241
|
|
12-09-2012, 05:56 PM |
|