Frictional Games Forum (read-only)
CS not appearing in game - 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: CS not appearing in game (/thread-56110.html)



CS not appearing in game - baegles - 11-27-2018

i have just finished creating the file i need to create a CS and after making the level and saving it like normal and making sure everything was named properly and matching up its not showing up in amnesia custom stories. what could i be doing wrong? 
I also just made a Dev account as well. I don't know if that could have anything to do with what could be causing the issue.




<Game ShowCommentary="false" ShowCrossHair="true" FocusIconStyle="Default" ShowDeathHints="true" ShowSubtitles="true" ShowEffectSubtitles="false" ShowHints="true" />

<Debug ShowFPS="false" ShowSoundPlaying="false" ShowPlayerInfo="false" ShowEntityInfo="false" SaveCheckPointOnMapLoad="false" ShowDebugMessages="false" UseProgLog="false" ShowErrorsAndWarnings="false" ScriptDebugOn="true" InspectionMode="false" DisableFlashBacks="false" DrawPhysics="false" ReloadFromCurrentPosition="true" AllowQuickSave="true" />

<Input InvertMouse="false" SmoothMouse="true" MouseSensitivity="2.400000" InvertGamepadLook="false" GamepadWalkSensitivity="1.000000" GamepadLookSensitivity="1.500000" />

<Map File=" " Folder="maps" StartPos="" />





<Main 
ImgFile = " " 
Name = "TestMap" 
Author = "G510s" 
-------------------------------------
MapsFolder = "maps/" 
StartMap = "TestMap.map" 
StartPos = "PlayerStartArea_1"
-------------------------------------
ExtraLangFilePrefix = "extra_"
    DefaultExtraLangFile = "english.lang"
/>


everything runs just fine. the only error I'm running into is the CS not loading in game.

(Edit)

i opened documents\amnesia\main\hpl.log file and found this

Game Running
--------------------------------------------------------
ERROR: Sampler aGoboMap does not exist, could not bind it to unit 5
 Setting profile: 'XeOnTricks' Path: 'C:\Users\black\OneDrive\Documents/Amnesia/Main/XeOnTricks/'
Error creating custom story from path "custom_stories/TestMap" : could not find custom_story_settings.cfg file or it was invalid.
--------------------------------------------------------


RE: CS not appearing in game - baegles - 11-28-2018

Nevermind. i ended up getting it to work after a few hours of deleting files and recreating them and so on. Smile