Frictional Games Forum (read-only)

Full Version: Why is there "No Description"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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>
Try this:

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">This story is not complete.</Entry>
</CATEGORY>
</LANGUAGE>
Category name must be CustomStoryMain.
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.