![]() |
Need some help with Extra english - 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: Need some help with Extra english (/thread-19551.html) |
Need some help with Extra english - Eetut2001 - 12-15-2012 Hi!I have problem with extra english.I'm trying to make my key named MinunAvain work and everything is allright but when I pick up that key it says "Picked up" and it doesn't have description ![]() ![]() RE: Need some help with Extra english - str4wberrypanic - 12-15-2012 Here is what you have to do: Open your extra_english and create a new category named " Inventory ", like this: <CATEGORY Name="Inventory"> <Entry Name="ItemName_Key">Laboratory Key</Entry> <Entry Name="ItemDesc_Key">It's written "Laboratory Key"...</Entry> </CATEGORY> I will put this example of my CS. Now, open your level editor and select your key. Search in it for the option " CustomSubitemTypeName " and type whatever you want there. Now go back to the extra_english and put the name of the " CustomSubItemTypeName " where is written "Key" up there. Then, put the name of the key that you want to appear in the game where is " Laboratory Key " and put the description where i've put mine. |