Frictional Games Forum (read-only)
Why is there "No Description" - 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: Why is there "No Description" (/thread-16983.html)



Why is there "No Description" - HeadyBoy - 07-15-2012

However I try to add a description to my custom story it seems like I cannot.. am I missing something blatantly obvious?

My folder structure looks like this...

'maps' (folder)
'custom_story_settings.cfg'
'extra_english.lang'
'heistlogo.png'

and inside my extra_english is just this... does somebody know what's wrong?


<LANGUAGE>
<CATEGORY Name="The Heist">
<Entry Name="Description">
Testing story description.. fhurefbwduwebfisrfeyewhdwhndbwedwy
</Entry>
</CATEGORY>
</LANGUAGE>


RE: Why is there "No Description" - i3670 - 07-15-2012

Try this:

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">This story is not complete.</Entry>
</CATEGORY>
</LANGUAGE>


RE: Why is there "No Description" - LulleBulle - 07-15-2012

Category name must be CustomStoryMain.


RE: Why is there "No Description" - HeadyBoy - 07-15-2012

I tried this. and it fixed my problem. Thanks
If anybody else has the time.. I have another problem.

When I load my map, the game crashes momentarily, bugs around then I hear some of my objects being thrown across the rooms over the map. When I check it out, a lot of my objects have been thrown around the place

EDIT: I had placed an object in another object. It went crazy. Fixed now.