![]() |
Help reskinning monsters - 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: Help reskinning monsters (/thread-7511.html) |
RE: Help reskinning monsters - genmills - 04-21-2011 (04-21-2011, 03:35 AM)palistov Wrote: Hrm that's very bizarre. I haven't had trouble importing to 2.57...Try deleting the camera, light source, and the dumb little cube before importing. Or do that same reverse operation with 2.49b...open your .dae in 2.49b and save it as a .blend so you can open it in 2.57. Why not just do the whole thing in 2.49 then? Of course, that wouldn't work for me anyway, because anytime I import one of the monsters into 2.49 it says import failed, even though I'm use collada 1.4... RE: Help reskinning monsters - palistov - 04-21-2011 I tried importing into 2.49b, but nothing happened. Import failed, I'm assuming, just like yours. I think it has something to do with animations ![]() Try other old versions of Blender. There's a known issue with exporting/importing COLLADA data in the newer Blender versions, specifically when you try and import Amnesia models or use said exports with HPL tools. The wiki says anything past 2.5 won't work, but for my purposes, using 2.57 along with 2.49b lets me properly export models. But so far the ones I've done have no animations. Looks like you may need to hunt down a different modelling program if Blender is a dead end. Sorry mate RE: Help reskinning monsters - Danny Boy - 04-21-2011 Wait sorry guys but what do you want to do? do you just want a new texture or also a new model? because if it is just a texture i already said how its done. or if it is a model i cainda edited the grunts model a bit whit cinema 4D and actualy was visable in model editor... though in the animations model editor crashed :/ i realy would like some help this too... RE: Help reskinning monsters - genmills - 04-21-2011 (04-21-2011, 01:42 PM)Danarogon Wrote: Wait sorry guys but what do you want to do? do you just want a new texture or also a new model? because if it is just a texture i already said how its done. I just want to make a new texture for the monster. I'm not sure I understood your explanation, though. ![]() RE: Help reskinning monsters - palistov - 04-21-2011 The only way I know how to make a new texture is by using Blender and exporting the model with the edited texture. I've tried simply modifying the .dds before but it hasn't worked for me. RE: Help reskinning monsters - Danny Boy - 04-21-2011 ok then... copy the original file of the monster you wish to retexture and paste it were ever you want it to be. then rename that file and its .dae and .ent file (all whit the same name(whithout deleteing the .dae and .ent) attention! you won't need to rename eny more files beyond the ones i said! Then open the renamed .ent file whit notepad or notepad ++ and if you look for it you will see this code: Code: <Entities /> in this code its saying were is the .dae file that it wants to load... you will have to change its rewrite this to load the new dae file. in one of my monsters it will look a bit like this: EDIT: dont mind about the </Entities> part... just edit the lower text Code: </Entities> maybe this way is not the best because you may see some problems but for now its the best way i know to reskin a monster :/ but i hope that helps ![]() RE: Help reskinning monsters - genmills - 04-21-2011 (04-21-2011, 06:13 PM)Danarogon Wrote: ok then... copy the original file of the monster you wish to retexture and paste it were ever you want it to be. Thanks! I'll try that. I have opened the .ent and .dae files with notepad before, but I didn't realize there was code in there besides the all that gibberish. ![]() EDIT: You said I rename the folder, .ent, and .dae, right? Should I also rename my .dds that I changed? Just want to be very clear. ![]() RE: Help reskinning monsters - Danny Boy - 04-21-2011 (04-21-2011, 06:25 PM)genmills Wrote:(04-21-2011, 06:13 PM)Danarogon Wrote: ok then... copy the original file of the monster you wish to retexture and paste it were ever you want it to be. you don't need the rename the dds ![]() RE: Help reskinning monsters - MrBigzy - 04-21-2011 Er, the dds is supposed to match the name of the dae and ent, even if it is linked properly. Afaik, you can't just put any name for the dds, it's supposed to be the same name as the dae. At least that's what it says here: http://wiki.frictionalgames.com/hpl2/tutorials/modeling/tutorialoutsource RE: Help reskinning monsters - Danny Boy - 04-21-2011 (04-21-2011, 09:02 PM)MrBigzy Wrote: Er, the dds is supposed to match the name of the dae and ent, even if it is linked properly. Afaik, you can't just put any name for the dds, it's supposed to be the same name as the dae. At least that's what it says here: http://wiki.frictionalgames.com/hpl2/tutorials/modeling/tutorialoutsource well but the way i said i also works becuase if it didn't my super grunt http://www.frictionalgames.com/forum/attachment.php?aid=1173 wouldn't exist ![]() |