Frictional Games Forum (read-only)
Amnesia keeps crashing when I try to load my custom story - 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: Amnesia keeps crashing when I try to load my custom story (/thread-21665.html)

Pages: 1 2 3 4 5


RE: Amnesia keeps crashing when I try to load my custom story - Adrianis - 05-31-2013

That's great, thanks, from your description it sounds like it should be right. Would you mind posting up the content of your custom story .cfg file again? It's still saying the files specified don't exist... Could you also take a screenshot of the folder ...\Specialisation\ , and also of the ...\Specialisation\maps\ folder, and post those, so we can see the content exactly?

If all of you're level's are in one map file then that should just mean that functionally, you just have one level, which shouldn't be an issue (if it was, I don't think this would be the problem)

Also, what error are you getting when you load you're CS now?


RE: Amnesia keeps crashing when I try to load my custom story - thaniels - 05-31-2013

(05-31-2013, 04:08 PM)Adrianis Wrote: That's great, thanks, from your description it sounds like it should be right. Would you mind posting up the content of your custom story .cfg file again? It's still saying the files specified don't exist... Could you also take a screenshot of the folder ...\Specialisation\ , and also of the ...\Specialisation\maps\ folder, and post those, so we can see the content exactly?

If all of you're level's are in one map file then that should just mean that functionally, you just have one level, which shouldn't be an issue (if it was, I don't think this would be the problem)

Also, what error are you getting when you load you're CS now?

the error still remains that the world file cannot be loaded.


RE: Amnesia keeps crashing when I try to load my custom story - Adrianis - 05-31-2013

Ok your folders look good. Try adding .map to this line.. StartMap = "programming_level"

So that it reads...
StartMap = "programming_level.map"


RE: Amnesia keeps crashing when I try to load my custom story - thaniels - 05-31-2013

(05-31-2013, 05:02 PM)Adrianis Wrote: Ok your folders look good. Try adding .map to this line.. StartMap = "programming_level"

So that it reads...
StartMap = "programming_level.map"

The error still occurs


RE: Amnesia keeps crashing when I try to load my custom story - Adrianis - 05-31-2013

(05-31-2013, 04:30 PM)thaniels Wrote: the error still remains that the world file cannot be loaded.

I meant the actual error presented to you when you try to load the CS, in full if you don't mind... maybe a screenshot would be easier than typing it.

Maybe it would be easier if you could zip up the whole CS folder and post that up if it's not too big, then I can just take a look at everything myself rather than having to post stuff on here


RE: Amnesia keeps crashing when I try to load my custom story - thaniels - 05-31-2013

(05-31-2013, 05:19 PM)Adrianis Wrote:
(05-31-2013, 04:30 PM)thaniels Wrote: the error still remains that the world file cannot be loaded.

I meant the actual error presented to you when you try to load the CS, in full if you don't mind... maybe a screenshot would be easier than typing it.

Maybe it would be easier if you could zip up the whole CS folder and post that up if it's not too big, then I can just take a look at everything myself rather than having to post stuff on here

seems like a better idea Smile

I have included the screenshot as well


RE: Amnesia keeps crashing when I try to load my custom story - Adrianis - 05-31-2013

Awesome, thanks. I'll get back to you a bit later on - I gotta get home first to load it up on a PC with Amnesia

EDIT: try changing the player start pos line in the .cfg to

StartPos = "ScriptArea_1"

Found in the .map using a text editor that you have an area type PlayerStart named "ScriptArea_1". Not sure if that's the issue but it's something to try


RE: Amnesia keeps crashing when I try to load my custom story - thaniels - 05-31-2013

(05-31-2013, 05:45 PM)Adrianis Wrote: Awesome, thanks. I'll get back to you a bit later on - I gotta get home first to load it up on a PC with Amnesia

EDIT: try changing the player start pos line in the .cfg to

StartPos = "ScriptArea_1"

Found in the .map using a text editor that you have an area type PlayerStart named "ScriptArea_1". Not sure if that's the issue but it's something to try

that does not seem to be the problem Smile


RE: Amnesia keeps crashing when I try to load my custom story - Kullin - 05-31-2013

Can you send the whole story and i will try to fix it Smile


RE: Amnesia keeps crashing when I try to load my custom story - thaniels - 05-31-2013

(05-31-2013, 06:16 PM)Kullin Wrote: Can you send the whole story and i will try to fix it Smile

you can find the rar file a few posts up