Frictional Games Forum (read-only)

Full Version: level editor installation problems please help me
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
so im trying to load up the game after making a basic map with the map editing tools but theres something I must be getting wrong from these instructions http://hpl2.frictionalgames.com/amnesia:devenvguide because everytime I load the game after creating a level it says game not available and such I will post the coding I have entered bellow
main settings

<Main ShowMenu="false" ExitMenuDirectly="true" SaveConfig="false" DefaultProfileName="dev_user" UpdateLogActive="false" LoadDebugMenu="true" StartLanguage="english.lang" ScreenShotExt="jpg" ShowPreMenu="false" />
<Graphics TextureQuality="0" TextureFilter="2" TextureAnisotropy="1.000000" Gamma="1.150000" Shadows="1" SSAOActive="true" SSAOSamples="8" ShadowQuality="2" ShadowResolution="2" WorldReflection="true" SSAOResolution="0" EdgeSmooth="false" ParallaxEnabled="true" ParallaxQuality="0" GBufferType="0" NumOfGBufferTextures="3" Refraction="true" ShadowsActive="true" ForceShaderModel3And4Off="false" PostEffectBloom="true" PostEffectImageTrail="true" PostEffectSepia="true" PostEffectRadialBlur="true" PostEffectInsanity="true" />
<Engine LimitFPS="true" SleepWhenOutOfFocus="true" />
<Screen Width="1024" Height="768" FullScreen="true" Vsync="false" />
<Physics PhysicsAccuracy="2" UpdatesPerSec="60.000000" />
<Sound Device="0" Volume="1.000000" MaxChannels="32" StreamBuffers="4" StreamBufferSize="262144" />
<MapLoad FastPhysicsLoad="true" FastStaticLoad="false" FastEntityLoad="false" />
user settings

<Game ShowCommentary="false" ShowCrossHair="true" FocusIconStyle="Default" ShowDeathHints="true" ShowSubtitles="true" ShowEffectSubtitles="false" ShowHints="true" />
<Debug ShowFPS="false" ShowSoundPlaying="false" ShowPlayerInfo="false" ShowEntityInfo="false"
AllowQuickSave="true" ScriptDebugOn="true"
SaveCheckPointOnMapLoad="false" ShowDebugMessages="false" UseProgLog="false" ScriptDebugOn="false" InspectionMode="false" DisableFlashBacks="false" DrawPhysics="false" />
<Input InvertMouse="false" SmoothMouse="true" MouseSensitivity="1.000000" />
<Map File="joshesmap.map" Folder="C:\Program Files (x86)\Steam\steamapps\joshdave\amnesia the dark descent"/>
please somone help me!
I got the same problem, when I try to start the game I get:
"FATAL ERROR: could not load world file C:\Users\Supercalle\Documents\maps\my_map.map"
I've got the same code and everything, following the same guide, guess we did something wrong somewhere...
Any help would be great Smile
I'm guessing Folder="" in user settings <Map is incorrect as it should not want to look in the documents for your maps, it should look for the map at the location inside the amnesia folder where all the other stuff is.
Thanks! It worked Big Grin Finally I can roam my own levels Smile