"Failed to Load configs file" - 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: "Failed to Load configs file" (/thread-13285.html) |
"Failed to Load configs file" - onv - 02-12-2012 Here's my main_settings.cfg : <Main ShowMenu="false" ExitMenuDirectly="true" SaveConfig="false" DefaultProfileName="dev_user" UpdateLogActive="false" LoadDebugMenu="true" StartLanguage="french.lang" ScreenShotExt="jpg" ForceCacheLoadingAndSkipSaving="true" ShowPreMenu="false" /> <Graphics TextureQuality="1" TextureFilter="2" TextureAnisotropy="1.000000" Gamma="1.000000" Shadows="1" SSAOActive="true" SSAOSamples="8" ShadowQuality="1" ShadowResolution="2" SSAOResolution="0" ParallaxEnabled="true" WorldReflection="true" EdgeSmooth="false" GBufferType="0" NumOfGBufferTextures="3" OcclusionTestLights="true" Refraction="true" ShadowsActive="true" ParallaxQuality="0" ForceShaderModel3And4Off="false" PostEffectBloom="true" PostEffectImageTrail="true" PostEffectSepia="true" PostEffectRadialBlur="true" PostEffectInsanity="true" /> <Engine LimitFPS="true" SleepWhenOutOfFocus="true" /> <Screen Width="1280" Height="720" FullScreen="true" Vsync="false" /> <Physics PhysicsAccuracy="2" UpdatesPerSec="60.000000" /> <Sound Device="1" Volume="1.000000" MaxChannels="32" StreamBuffers="4" StreamBufferSize="262144" /> <MapLoad FastPhysicsLoad="false" FastStaticLoad="false" FastEntityLoad="false" /> And 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="true" InspectionMode="false" DisableFlashBacks="false" DrawPhysics="false" ReloadFromCurrentPosition="true" AllowQuickSave="true” /> <Input InvertMouse="false" SmoothMouse="true" MouseSensitivity="1.000000" /> <Map File="" Folder="" StartPos="" /> When i try to launch the game , it tells "Failed to load configs file". Anyone can fix this ? Thanks RE: "Failed to Load configs file" - Your Computer - 02-12-2012 Special quotation marks are not read as regular quotation marks. Fix AllowQuickSave. RE: "Failed to Load configs file" - onv - 02-12-2012 So , all the things that i change must be quoted by “false or true here” ? And i need to change the true from allowquicksave to false ? RE: "Failed to Load configs file" - Your Computer - 02-12-2012 (02-12-2012, 09:19 PM)onv Wrote: So , all the things that i change must be quoted by “false or true here” ? Don't you see a difference between special quotation marks and regular ones? It has nothing to do with the values of the attributes. |