[SOLVED] Creating custom items? - 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: [SOLVED] Creating custom items? (/thread-24279.html) |
[SOLVED] Creating custom items? - Artyom - 01-02-2014 Hello. Basic question. How can I create a custom item? I have the model already but I don't know how to make it a item with the same function as a key? RE: Creating custom items? - DnALANGE - 01-02-2014 Model editor -> open your .ent (model if it is a .ent) -> Settings -> TYPE = Item , SUBTYPE = Puzzle. Now click on your item and you will see on the right side of the screen : general\Body\Attachment, that's for the body, { gravity etc } just open a new model editor and use for example an Original amnesia key item. Hope this helps out. RE: Creating custom items? - Artyom - 01-02-2014 (01-02-2014, 03:57 PM)DnALANGE Wrote: Model editor -> open your .ent (model if it is a .ent) -> Settings -> TYPE = Item , SUBTYPE = Puzzle. Heeey, it works! Awesome +rep RE: Creating custom items? - DnALANGE - 01-02-2014 Your welcome. Just a small tip: When you have a question asked and it is SOLVED do like this :" Creating custom items? SOLVED! (on your main tread line\text) So people see they don't have to look and help anymore because ; it's solved . Just for other people here. RE: [SOLVED] Creating custom items? - Artyom - 01-02-2014 (01-02-2014, 05:25 PM)DnALANGE Wrote: Your welcome. Done |