![]() |
Developer Profile settings??[FIXED] - 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: Developer Profile settings??[FIXED] (/thread-15378.html) Pages:
1
2
|
Developer Profile settings??[FIXED] - SilentHideButFine - 05-11-2012 the question is what is the settings for developer profile so i can reload map etc etc +rep to the guy who helps me ![]() RE: Developer Profile settings?? - Unearthlybrutal - 05-11-2012 You need to edit user_settings.cfg and main_settings.cfg files ![]() RE: Developer Profile settings?? - SilentHideButFine - 05-11-2012 (05-11-2012, 02:35 PM)Unearthlybrutal Wrote: You need to edit user_settings.cfg and main_settings.cfg filesHeard that can you send ??? working on a cs atm "Death Has Reached" RE: Developer Profile settings?? - Unearthlybrutal - 05-11-2012 Here is link to the wiki ![]() There it's explained much better than I can ![]() RE: Developer Profile settings?? - SilentHideButFine - 05-11-2012 In user_settings.cfg, inside the Map element set Folder=”“ to the root folder for your maps (eg Folder=“MyMaps/”), this folder MUST be located inside the maps folder in the game directory (where you put the tools) dont get that :S EDIT: now when i start amnesia the Main game start when i start the game :S "<Main ShowMenu="“true”" ExitMenuDirectly="false" SaveConfig="“false”" DefaultProfileName="dev_user" StartLanguage="english.lang" UpdateLogActive="false" LoadDebugMenu="true" ScreenShotExt="jpg" ForceCacheLoadingAndSkipSaving="true" ShowPreMenu="true" /> <Graphics TextureQuality="0" TextureFilter="2" TextureAnisotropy="16.000000" Gamma="1.000000" Shadows="1" SSAOActive="true" SSAOSamples="16" GBufferType="0" NumOfGBufferTextures="3" OcclusionTestLights="true" SSAOResolution="0" WorldReflection="true" Refraction="true" ShadowsActive="true" ShadowQuality="2" ShadowResolution="2" ParallaxQuality="0" ParallaxEnabled="true" EdgeSmooth="true" ForceShaderModel3And4Off="false" PostEffectBloom="true" PostEffectImageTrail="true" PostEffectSepia="true" PostEffectRadialBlur="true" PostEffectInsanity="true" /> <Engine LimitFPS="true" SleepWhenOutOfFocus="true" /> <Screen Width="1366" 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: Developer Profile settings?? - Unearthlybrutal - 05-11-2012 For example: <Map File=" [your map] .map" Folder="\custom_stories\ [your story name] \maps\" StartPos="" /> RE: Developer Profile settings?? - SilentHideButFine - 05-11-2012 Everytime i start the game then i enter the main story why ? RE: Developer Profile settings?? - Your Computer - 05-11-2012 (05-11-2012, 02:48 PM)SilentHideButFine Wrote: In user_settings.cfg, inside the Map element set Folder=”“ to the root folder for your maps (eg Folder=“MyMaps/”), this folder MUST be located inside the maps folder in the game directory (where you put the tools) In other words: your maps folder must be located in <Amnesia>/maps in order for Map::File, Map::Folder and Map::StartPos to do anything. Developer mode was intended more for the original campaign and not so much for custom stories, so you should load your custom story through the custom stories menu of the game. RE: Developer Profile settings?? - SilentHideButFine - 05-11-2012 (05-11-2012, 03:10 PM)Your Computer Wrote:i said before i don't want the game to start on a map , i want it to start in main_menu -.-(05-11-2012, 02:48 PM)SilentHideButFine Wrote: In user_settings.cfg, inside the Map element set Folder=”“ to the root folder for your maps (eg Folder=“MyMaps/”), this folder MUST be located inside the maps folder in the game directory (where you put the tools) RE: Developer Profile settings?? - Your Computer - 05-11-2012 (05-11-2012, 03:15 PM)SilentHideButFine Wrote: i said before i don't want the game to start on a map , i want it to start in main_menu -.- When did you say that? You can only do that with a full conversion. |