How do I change this texture? - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html) +--- Thread: How do I change this texture? (/thread-8498.html) |
How do I change this texture? - Mooserider - 06-08-2011 Hi! I'm currently trying to make a new entity - exactly the same as the "orb_pedestal_tar" entity except with a re-texture so that it looks like blood. So here's what I did: 1. Copied all the files for the entity into a new folder called "orb_blood" 2. Renamed all the files to orb_blood 3. Gave the .DDS a red tint in Paint.Net 4. Changed the .MAT to point to the new .DDS 5. Opened the .ENT in the model editor and applied the .MAT (The thumbnail shows the red version) But when I load the entity in the Level editor it still shows the old black texture, and when I'm in the model editor the texture doesn't show up at all (Though I think it was like that to begin with). So yeah, I'm really sorry, I've probably missed something obvious that's staring me in the face but I can't figure it out. If someone could tell me the exact process it would help for a lot of things throughout my story, not just this. Thanks in advance! RE: How do I change this texture? - palistov - 06-08-2011 Try opening the .dae file in your text editor and changing the texture files it uses there. Then import the modified .dae and apply the .mat file and re-create the entity. It could be that your .ent points to the original orb's .dae file, which in turn points to its default texture (not red). |