![]() |
Renaming Item(s) - 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: Renaming Item(s) (/thread-11697.html) |
Renaming Item(s) - Lagoz - 12-05-2011 Hello, i'm trying to rename a key but i had no success so far. The problem is the Language file, i cannot seem to make it work, i followed serval tutorials and still it fails. all i get is "picked up" and no description either. help me out ;P RE: Renaming Item(s) - nemesis567 - 12-05-2011 Are you making a full conversion? What language files are you using/changing? Have you changed the description and title? RE: Renaming Item(s) - Lagoz - 12-05-2011 All tutorials ive watched/read tells me to do add the following to the extra_english.lang file I can use the key to open the door but it doesnt have any name/description <CATEGORY Name="Inventory> <Entry Name="ItemName_SmallKey">a Small Key</Entry> <Entry Name="ItemDesc_SmallKey">Opens a door</Entry> </CATEGORY> so it should look something like; <LANGUAGE> <CATEGORY Name="CustomStoryMain"> <Entry Name="Description">Description</Entry> </CATEGORY> <CATEGORY Name="Inventory> <Entry Name="ItemName_SmallKey">a Small Key</Entry> <Entry Name="ItemDesc_SmallKey">Wonder where this key fits..</Entry> </CATEGORY> </LANGUAGE> RE: Renaming Item(s) - narutohokager - 12-05-2011 Click on your key item, go to "Entity" and puts a name in case "CustomSubItemTypeName" Now, go to your language file and put this : Quote:<CATEGORY Name="Inventory">Replace "NAME" by name you put in case "CustomSubItemTypeName" and "Name here" = Key Name and "Description here" = Description of the key RE: Renaming Item(s) - Lagoz - 12-05-2011 Won't work either RE: Renaming Item(s) - Statyk - 12-05-2011 You're missing a quotation after "Inventory" RE: Renaming Item(s) - Lagoz - 12-06-2011 lol thanks.. not sure how i missed that >.< RE: Renaming Item(s) - Statyk - 12-06-2011 Lol don't worry... Happens to me all the time =] Typos and missing symbols are the first things I look for before I look at the function itself. It's usually the problem >> |