![]() |
HELP with many things - 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: HELP with many things (/thread-12912.html) |
HELP with many things - Imevil23 - 01-28-2012 So I'm trying to make this map, but there's one thing I don't get, scripting. It's SOOO aggravating and stressful because I dont know how to do it! ![]() RE: HELP with many things - palistov - 01-28-2012 LANG FILE ---------- Items entry syntax Code: <CATEGORY Name="Inventory"> Notes entry syntax Code: <CATEGORY Name="Journal"> Diaries entry syntax Code: <CATEGORY Name="Journal"> Everything else: Code: <CATEGORY Name="CategoryInternalName"> Wherever you see InternalName, you need to change that to a name of your choosing. The entry/category names are used in item properties and scripts to tell the game which text to display. And if you REALLY just can't get it to work, use this tool. Don't worry it's not a virus, I've tested it myself. It comes for a respectable and brilliant programmer, Apjjm. Here's the link. RE: HELP with many things - Imevil23 - 01-28-2012 One question, how do I set up the extra_lang file? The tutorial isn't on the wiki and I need it to continue! RE: HELP with many things - Your Computer - 01-28-2012 (01-28-2012, 06:08 PM)Imevil23 Wrote: One question, how do I set up the extra_lang file? The tutorial isn't on the wiki and I need it to continue! http://wiki.frictionalgames.com/hpl2/amnesia/custom_story |