![]() |
Custom model dont show up in editor? - 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 - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: Custom model dont show up in editor? (/thread-21009.html) |
Custom model dont show up in editor? - mrsomeepicrandomguy - 04-01-2013 Hey, ive made a custom lantern but it dont show up in the model editor, and i really dont know why. any help? RE: Custom model dont show up in editor? - NaxEla - 04-01-2013 Make sure you use the Material Editor to make a .mat file for it RE: Custom model dont show up in editor? - mrsomeepicrandomguy - 04-01-2013 (04-01-2013, 07:39 PM)NaxEla Wrote: Make sure you use the Material Editor to make a .mat file for itand.. how do I do that? RE: Custom model dont show up in editor? - NaxEla - 04-01-2013 Open the material editor, change the type to "soliddiffuse", and select your textures (diffuse, spec, etc.), then save it. RE: Custom model dont show up in editor? - mrsomeepicrandomguy - 04-01-2013 (04-01-2013, 08:30 PM)NaxEla Wrote: Open the material editor, change the type to "soliddiffuse", and select your textures (diffuse, spec, etc.), then save it.It just crashen when i open it in the editor now. Cache out of date! Reloading collada file 'C:/Program Files (x86)/Amnesia - The Dark Descent/redist/test_mod/models/hand_objects/lantern/lantern1.dae' WARNING: No 'extra scene' element found! RE: Custom model dont show up in editor? - xxxxxxxxxxxxxxxx - 04-01-2013 Make sure your diffuse texture (that's the texture with the models colors on it ![]() The reason for this is that Collada seems to get confused if it doesn't find an applied texture on the model and produces a broken .dae file that can crash the model view (and the model editor too, I suppose). Or at least, that was the problem I had, there are probably a ton of other things that can make hpl tools crash... ![]() RE: Custom model dont show up in editor? - mrsomeepicrandomguy - 04-01-2013 (04-01-2013, 09:35 PM)Hirnwirbel Wrote: Make sure your diffuse texture (that's the texture with the models colors on itThanks, it's working now! ![]() |