well the lang file started working after I made a dev environment with the main init so i can load custom story's easier! but if you can't find anything wrong with it then I don't know why this is happening! looks like I have to delete my custom story again then
These are all the files that i worked on before the lang file stopped working! which made it stop working after I used these files
lang file
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Your name is Richard Anderson and you are a Reporter! Your Boss told you to take some photos of an Abandoned Castle, but when you got closer to the castle, a creature came out and quickly hit you which caused you to faint and then it trapped you inside the castle and there's no escape![br] You must explore and find a way to get out of the castle before it's too late!</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_HiddenKey_Name">Hidden Key</Entry>
<Entry Name="Note_HiddenKey_Text">That slave of mine keeps stealing food everytime from the Food Storage without even asking permission!Because of that I'm going to let him starve for months or years. So I hid the key of the "Food Storage" somewhere in this room. That slave is too stupid that he can't even read! Not even this note.</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemName_TestItem">Food Storage Key</Entry>
<Entry Name="ItemDesc_TestItem">This is the key of the "Food Storage"</Entry>
</CATEGORY>
<CATEGORY Name="Levels">
<Entry Name="FoodStorage">Food Storage</Entry>
<Entry Name="MasterBedroom">Master Bedroom</Entry>
<Entry Name="CastleEntrance">Castle Entrance</Entry>
<Entry Name="CastleEntrance">Castle Entrance</Entry>
</CATEGORY>
<CATEGORY Name="CustomCatLevels">
<Entry Name="CustomEntryLevel">The food storage is locked. I need the food storage key to open this.</Entry>
</CATEGORY>
</LANGUAGE>
main init file
<ConfigFiles
Resources = "resources.cfg"
Materials = "ptest_materials.cfg"
Game = "config/ptest_game.cfg"
Menu = "config/ptest_menu.cfg"
PreMenu = "config/ptest_pre_menu.cfg"
Demo = "config/demo.cfg"
DefaultMainSettings = "config/default_main_settings.cfg"
DefaultMainSettingsLow = "launcher/default_main_settings_low.cfg"
DefaultMainSettingsMedium = "launcher/default_main_settings_medium.cfg"
DefaultMainSettingsHigh = "launcher/default_main_settings_high.cfg"
DefaultUserSettings = "config/default_user_settings.cfg"
DefaultUserKeys = "config/default_user_keys.cfg"
DefaultBaseLanguage = "base_english.lang"
DefaultGameLanguage = "english.lang"
/>
<Directories
MainSaveFolder = "Main"
BaseLanguageFolder = "config/"
GameLanguageFolder = "config/lang_ptest/"
CustomStoryPath = "custom_stories"
/>
<Variables
GameName = "Amnesia - Justine -"
/>
<StartMap
File = "01_cells.map"
Folder = "maps/ptest/"
Pos = "PlayerStartArea_1"
/>
user_settings file
<Game ShowCommentary="false" ShowCrossHair="true" FocusIconStyle="Default" ShowDeathHints="true" ShowSubtitles="true" ShowEffectSubtitles="false" ShowHints="false" />
<Debug ShowFPS="false" ShowSoundPlaying="false" ShowPlayerInfo="false" ShowEntityInfo="false" SaveCheckPointOnMapLoad="false" ShowDebugMessages="false" UseProgLog="false" ScriptDebugOn="true" InspectionMode="false" DisableFlashBacks="false" DrawPhysics="false" ReloadFromCurrentPosition="true" AllowQuickSave="false" />
<Input InvertMouse="false" SmoothMouse="true" MouseSensitivity="1.000000" />
<Map File="" Folder="" StartPos="" />