Frictional Games Forum (read-only)
error message - 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 (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: error message (/thread-8312.html)

Pages: 1 2 3 4


error message - mr.bonent - 05-28-2011

Ok.. I did that stuff right here --
-> http://wiki.frictionalgames.com/hpl2/amn...evenvguide
Now if I want to start the game, comes this error message.


RE: error message - Kyle - 05-28-2011

What does your files look like?


RE: error message - mr.bonent - 05-28-2011

like this:


Quote:<Main ShowMenu="false" ExitMenuDirectly="true" SaveConfig="false" DefaultProfileName="dev_user" StartLanguage="german.lang" UpdateLogActive="false" LoadDebugMenu="true" ScreenShotExt="jpg" ShowPreMenu="false" />
<Graphics TextureQuality="0" TextureFilter="2" TextureAnisotropy="16.000000" Gamma="0.700000" Shadows="1" SSAOActive="true" SSAOSamples="16" ShadowQuality="2" ShadowResolution="2" WorldReflection="true" SSAOResolution="0" EdgeSmooth="true" 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="false" FastStaticLoad="false" FastEntityLoad="false" />

and this..

Quote:<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" AllowQuickSave=“true” ShowDebugMessages="false" UseProgLog="false" ScriptDebugOn="true" InspectionMode="false" DisableFlashBacks="false" DrawPhysics="false" />
<Input InvertMouse="false" SmoothMouse="true" MouseSensitivity="1.000000" />
<Map File="testmap.map" Folder=“MyMaps/” StartPos="" />



RE: error message - Kyle - 05-28-2011

So you were trying to set up a dev environment?

I personally would change it back mostly because it never exactly works the way I want it to work. :/

This is what mine looks like:

Quote:<Main ShowMenu="true" ExitMenuDirectly="false" SaveConfig="true" DefaultProfileName="dev_user" UpdateLogActive="false" LoadDebugMenu="true" StartLanguage="english.lang" ScreenShotExt="jpg" ShowPreMenu="false" ForceCacheLoadingAndSkipSaving="false" />
<Graphics TextureQuality="0" TextureFilter="2" TextureAnisotropy="16.000000" Gamma="1.000000" Shadows="1" SSAOActive="true" SSAOSamples="16" ShadowQuality="2" ShadowResolution="2" WorldReflection="true" SSAOResolution="1" EdgeSmooth="true" ParallaxEnabled="true" ParallaxQuality="0" GBufferType="0" NumOfGBufferTextures="3" Refraction="true" ShadowsActive="true" ForceShaderModel3And4Off="false" PostEffectBloom="true" PostEffectImageTrail="true" PostEffectSepia="true" PostEffectRadialBlur="true" PostEffectInsanity="true" OcclusionTestLights="true" />
<Engine LimitFPS="true" SleepWhenOutOfFocus="true" />
<Screen Width="1024" Height="768" FullScreen="false" 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" />

And

Quote:<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="true" UseProgLog="false" ScriptDebugOn="true" InspectionMode="false" DisableFlashBacks="false" DrawPhysics="false" ReloadFromCurrentPosition="true" AllowQuickSave="false" />
<Input InvertMouse="false" SmoothMouse="true" MouseSensitivity="1.000000" />
<Map File="StartHouse.map" Folder="Le Meurtrier\Maps\ch01\" StartPos="PlayerStartArea_1" />



RE: error message - mr.bonent - 05-28-2011

wow it works! ^^
Thank you very much!
until later!


RE: error message - Kyle - 05-28-2011

(05-28-2011, 10:50 PM)mr.bonent Wrote: wow it works! ^^
Thank you very much!
until later!

Are you translating this from English to German?


RE: error message - mr.bonent - 05-28-2011

because of "until later" ? ^^


RE: error message - Kyle - 05-28-2011

I don't know. :/

I was kind of bored and I noticed that it says german.lang

:p


RE: error message - mr.bonent - 05-28-2011

whats with the files .lang, .png and others? Do I need other files like this?
how should I continue?

greets


RE: error message - Kyle - 05-29-2011

.lang is at the end of a language pack.
.png is at the end of a picture.

A custom story has many endings involved.

There are the .hps which are script files
There are the .lang for example: extra_english.lang
There are the .cfg for configuration for example: custom_story_settings.cfg
There are the .map which are for map files
There are the .map_cache which store map data