Frictional Games Forum (read-only)

Full Version: [SOLVED] Development Environment Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all,

I have this (I think) easy to fix problem, but I do not really know where the problem lies precisely.
I wanted to try to play an custom story a few months ago but I encountered a problem. I couldn't save. I tried putting back the files you needed to edit for the development environment but that didn't seem to work. So I gave up on playing the CS. Only now when I wanted to go work on my own CS again I can't seem to get amnesia working and I think it lies within the "Main_settings.cfg" or "user_settings.cfg" files.

So if anyone could send me an Untouched and a Delopment environment version of these files that would be a bless.

I think that I might've edited a part I shouldn't have and that is why amnesia won't even boot now.

Thank you already.

~ Steve
Well, seeing as Amnesia refuses to work, when you start it up, and it stops working, could you attach the hpl.log file from Documents/Amnesia/ ? That can help us get an understanding of what's going on Smile
{Removed by user}
This contains all you would maybe like to see I guess.
Code:
<Map File="Final Light7.map" Folder="Maps/" StartPos="PlayerStartArea_Seven"/>

Amnesia probably can't find one of those. Maybe the Map is gone or the StartPos msising.
(04-10-2014, 05:15 PM)SomethingRidiculous Wrote: [ -> ]
Code:
<Map File="Final Light7.map" Folder="Maps/" StartPos="PlayerStartArea_Seven"/>

Amnesia probably can't find one of those. Maybe the Map is gone or the StartPos msising.

Both are there, I don't think this part is the problem cause amnesia won't even start anymore.
Alright, I quickly reviewed your main_settings.cfg file, and you are missing quite a fair bit of stuff. I think you may have deleted a line of stuff on accident. Therefore, I think that is your problem.

Comparing your 1st line to mine:
Yours:
Code:
<Main ShowMenu="false" ExitMenuDirectly="true" SaveConfig="false"1.000000" Gamma="1.200000" Shadows="1" SSAOActive="true" SSAOSamples="8" ShadowQuality="1"
Mine:
Code:
<Main ShowMenu="true" ExitMenuDirectly="false" SaveConfig="true" DefaultProfileName="dev_user" StartLanguage="english.lang" UpdateLogActive="false"

In yours, after the SaveConfig parameter, yours goes pretty haywire.

Here's an unedited one from one of my accounts, renamed to dev_user. You will have to redo again in fixing up for the dev environment, but should help you get back on track. If it doesn't work, then there is something else bugging you as well. This should help with setting up, just in case you lost the link Smile

Code:
<Main ShowMenu="true" ExitMenuDirectly="false" SaveConfig="true" DefaultProfileName="dev_user" StartLanguage="english.lang" UpdateLogActive="false" LoadDebugMenu="false" ScreenShotExt="jpg" ForceCacheLoadingAndSkipSaving="true" ShowPreMenu="true" />
<Graphics TextureQuality="0" TextureFilter="2" TextureAnisotropy="1.000000" Gamma="1.000000" Shadows="1" SSAOActive="true" SSAOSamples="8" ShadowQuality="1" ShadowResolution="2" WorldReflection="true" SSAOResolution="0" EdgeSmooth="false" ParallaxEnabled="true" ParallaxQuality="0" GBufferType="0" NumOfGBufferTextures="3" OcclusionTestLights="true" 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="false" FastStaticLoad="false" FastEntityLoad="false" />
ahh, yes thank you.
It's working again. Already suspected such a thing. Smile

+rep ^^