Frictional Games Forum (read-only)

Full Version: Developer Profile settings??[FIXED]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
the question is what is the settings for developer profile so i can reload map etc etc +rep to the guy who helps me Smile
You need to edit user_settings.cfg and main_settings.cfg files Smile
(05-11-2012, 02:35 PM)Unearthlybrutal Wrote: [ -> ]You need to edit user_settings.cfg and main_settings.cfg files Smile
Heard that can you send ???
working on a cs atm "Death Has Reached"
Here is link to the wiki Smile
There it's explained much better than I can Big Grin
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" />
"
For example:
<Map File=" [your map] .map" Folder="\custom_stories\ [your story name] \maps\" StartPos="" />
Everytime i start the game then i enter the main story why ?
(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)

dont get that :S

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.
(05-11-2012, 03:10 PM)Your Computer Wrote: [ -> ]
(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)

dont get that :S

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.
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, 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.
Pages: 1 2