[LANG] Renaming 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: [LANG] Renaming items (/thread-13749.html) |
Renaming items - GoranGaming - 03-04-2012 I want to rename the "Aqua Regia", "Orpiment" and the "Cuprite" bottles. So I named one "Chemical1" and in the extra_english file I typed this: <Entry Name="ItemName_Chemical1">Test</Entry> <Entry Name="ItemDesc_Chemical1">This is a test.</Entry> It didn't work! What do I do then?? It works now. I forgot to type in the CustomSubItemTypeName thing RE: Renaming items - Stepper321 - 03-04-2012 You need the words in the entity tab of the item name too edit: FIX, you need the entity name in the CustomSubTypeItemName. RE: Renaming items - GoranGaming - 03-04-2012 I have already solved it. I did it like 1 second after I posted this thread |