![]() |
Trouble with LANG files. - 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 (https://www.frictionalgames.com/forum/forum-35.html) +--- Thread: Trouble with LANG files. (/thread-5940.html) |
Trouble with LANG files. - DaedinXZ - 12-29-2010 So after following all of the tutorials, and even directly copying other peoples LANG files, using the HplLangTool, and testing different things for almost 2 days, I have come to the conclusion that my game will simply not read my .LANG file, for whatever reason. I'm trying to add a simple note, and it is the first note of my map. Code: <LANGUAGE> Now, the Text entry is curtailed because I was just testing it before writing the entire note, but either way, it does not work. The directory of my .map file is "C:\Program Files (x86)\Amnesia - The Dark Descent\redist\maps\The Cave-In\Maps\The Cave-In.map" My .LANG file is in "C:\Program Files (x86)\Amnesia - The Dark Descent\redist\maps\The Cave-In" The second Maps folder within the original "The Cave-In" folder is to organize all my different maps within the actual game itself. The entity I have used is "note_paper01", and I renamed it "Note_WardensLog12", and in the NoteText box I have written "WardensLog12" Lastly, the name of my LANG file itself is simply "extra_english". I have tried to provide all the information necessary, and I hope someone can help me solve this problem. Regards, DaedinXZ RE: Trouble with LANG files. - HumiliatioN - 12-29-2010 (12-29-2010, 08:50 AM)DaedinXZ Wrote: So after following all of the tutorials, and even directly copying other peoples LANG files, using the HplLangTool, and testing different things for almost 2 days, I have come to the conclusion that my game will simply not read my .LANG file, for whatever reason. (C:/Program Files/Amnesia - The Dark Descent/redist/custom_stories/"Your story"/extra_english.lang not inside the maps look at my files: [attachment=960] I think thats the problem why its not working. Try it. It that doesnt work: Try this: check this: Press ALT then -> Tools -> Folder Options -> View then unmark this " Hide extensions for known filetypes" RE: Trouble with LANG files. - DaedinXZ - 12-29-2010 Oh my god...I just realized it wasn't working because my entire custom map was in my "maps" folder and not in my "custom_stories" folder. Your screenshot showed me the path of your map, and I have set mine up accordingly and it worked, thank you so much! I have been frustrated with this for awhile, and now it's finally fixed ![]() Again, thank you very much! RE: Trouble with LANG files. - HumiliatioN - 12-29-2010 (12-29-2010, 09:10 AM)DaedinXZ Wrote: Oh my god...I just realized it wasn't working because my entire custom map was in my "maps" folder and not in my "custom_stories" folder. Your screenshot showed me the path of your map, and I have set mine up accordingly and it worked, thank you so much! No problem ![]() ![]() PS: Check my map ![]() |