Frictional Games Forum (read-only)
cant get dev environments up! + read last post and help me. - 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: cant get dev environments up! + read last post and help me. (/thread-8488.html)

Pages: 1 2 3


RE: cant get dev environments up! + read last post and help me. - Kyle - 06-09-2011

You don't need the Dev Environment for anything except for testing it under certain moments and scenarios.

The "extra_english.lang" is needed for making notes and renaming keys.

Do you have any present custom stories in your "custom_stories" folder?

If yes, see how they are layed out, perhaps you mispelled or forgot something.


RE: cant get dev environments up! + read last post and help me. - miguli - 06-09-2011

Quote:The "extra_english.lang" is needed for making notes and renaming keys.
Is that meaning you dont need Dev env..(i dont remeber all letters Smile )

Quote:Do you have any present custom stories in your "custom_stories" folder?

If yes, see how they are layed out,

i'm not sure what you mean :/


RE: cant get dev environments up! + read last post and help me. - DannieWest - 06-09-2011

Like if you have downloaded someone else's custom story, like this one: Abduction

And when you are in Dev environment, .lang WON'T work! You have to play it through the main menu way without dev environment for it to work correctly! Dev environment is only for quickly testing your map, to see if something overlaps, or scripts aren't working or so, nothing to do with notes and key names and such~


RE: cant get dev environments up! + read last post and help me. - DarkEagle - 06-09-2011

You made just an big fail...

In the "custom_stories/the_tunnel" folder add a file called custom_story_settings.cfg
after that add this:
Code:
<Main
    Name = "Your_custom_story_name"
    Author = "Your_name"

    MapsFolder = "maps/"
    StartMap = "yourmap.map"
    StartPos = "PlayerStartArea_1"
/>
Make sure you've added a folder called maps and putted in it your map!
Add a map folder in "custom_stories/the_tunnel" and make sure you putted there you map and replace the "maps/yourmap.map" and "yourmap.map" with the real map name...


Edit:

I saw the picture rename the folder "my_maps" to "maps" please...