Y U NO WORK!!! - 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: Y U NO WORK!!! (/thread-19770.html) |
Y U NO WORK!!! - blakeman909 - 01-02-2013 Ok so whenever I open up amnesia it says "Could not load world file map folder/my_map.map. I need it to open this up. Here's my user_settings.cfg. <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" ScriptDebugOn="false" InspectionMode="false" DisableFlashBacks="false" DrawPhysics="false" ReloadFromCurrentPosition="true" AllowQuickSave="true" /> <Input InvertMouse="false" SmoothMouse="true" MouseSensitivity="1.000000" /> <Map File="my_map.map" Folder="mapfolder/" StartPos="" /> I have me mapfolder inside the maps folder. my_map.map is inside my mapfoler. Any ideas of what is wrong? Also I highly doubt this will help but here's my resources.cfg file <Resources> <Directory Path="/_temp" AddSubDirs="true" /> <Directory Path="/fonts" AddSubDirs="false" /> <Directory Path="/maps" AddSubDirs="true" /> <Directory Path="/textures" AddSubDirs="true" /> <Directory Path="/models" AddSubDirs="true" /> <Directory Path="/gui" AddSubDirs="true" /> <Directory Path="/static_objects" AddSubDirs="true" /> <Directory Path="/sounds" AddSubDirs="true" /> <Directory Path="/main_menu" AddSubDirs="true" /> <Directory Path="/shaders" AddSubDirs="true" /> <Directory Path="/lights" AddSubDirs="true" /> <Directory Path="/billboards" AddSubDirs="true" /> <Directory Path="/entities" AddSubDirs="true" /> <Directory Path="/graphics" AddSubDirs="true" /> <Directory Path="/viewer" AddSubDirs="true" /> <Directory Path="/particles" AddSubDirs="true" /> <Directory Path="/models" AddSubDirs="true" /> <Directory Path="/music" AddSubDirs="true" /> <Directory Path="/flashbacks" AddSubDirs="true" /> <Directory Path="/textures" AddSubDirs="true" /> <Directory Path="/misc" AddSubDirs="true" /> <Directory Path="/commentary" AddSubDirs="true" /> <Directory Path="/custom_stories" AddSubDirs="true" /> </Resources> Also here's my main_settings.cfg <Main ShowMenu="false" ExitMenuDirectly="true" SaveConfig="false" DefaultProfileName="dev_user" UpdateLogActive="false" LoadDebugMenu="false" StartLanguage="english.lang" ScreenShotExt="jpg" ForceCacheLoadingAndSkipSaving="false" ShowPreMenu="false" /> <Graphics TextureQuality="0" TextureFilter="1" TextureAnisotropy="0.000000" Gamma="1.000000" Shadows="1" SSAOActive="true" SSAOSamples="8" GBufferType="0" NumOfGBufferTextures="3" OcclusionTestLights="true" SSAOResolution="0" WorldReflection="true" Refraction="true" ShadowsActive="true" ShadowQuality="1" ShadowResolution="2" ParallaxQuality="0" ParallaxEnabled="true" EdgeSmooth="false" ForceShaderModel3And4Off="false" PostEffectBloom="true" PostEffectImageTrail="true" PostEffectSepia="true" PostEffectRadialBlur="true" PostEffectInsanity="true" /> <Engine LimitFPS="true" SleepWhenOutOfFocus="true" /> <Screen Width="1024" Height="768" FullScreen="false" Vsync="false" /> <Physics PhysicsAccuracy="2" UpdatesPerSec="60.000000" /> <MapLoad FastPhysicsLoad="false" FastStaticLoad="false" FastEntityLoad="false" /> <Sound Device="0" Volume="1.000000" MaxChannels="32" StreamBuffers="4" StreamBufferSize="262144" /> RE: Y U NO WORK!!! - Your Computer - 01-02-2013 Issues concerning custom story development doesn't belong in technical support. You have to assume the current working directory is the directory Amnesia is installed in. Therefore Map::Folder being "mapsfolder" means <Amnesia>/mapsfolder, not <Amnesia>/custom_stories/<custom_story_name>/mapsfolder. However, even saying that, i doubt it'd work to load custom story maps. Even though the wiki states to use it, you shouldn't bother using the Map element in the user_settings.cfg for testing your custom story, so go back and edit your main_settings.cfg and make Main::ShowMenu equal true and test your custom story by loading it from the custom story menu.. RE: Y U NO WORK!!! - The chaser - 01-02-2013 Not actually anthing of help, but I must admit the title made me laugh RE: Y U NO WORK!!! - blakeman909 - 01-02-2013 (01-02-2013, 10:21 AM)Your Computer Wrote: Issues concerning custom story development doesn't belong in technical support. Ok thanks, so I should just the my_map.map and mapfolder completely out? |