![]() |
setting up a custum 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: setting up a custum story??? (/thread-17032.html) |
setting up a custum story??? - zecuro - 07-16-2012 hi everybody i did some research on the dev wiki about setting up a custum story but i took a screen picture to show you where i'm stuck cuz it dosen't work RE: setting up a custum story??? - Kazakarumariou - 07-16-2012 rename TEST MAp to map. Post your custom story settings and extra english files here so we can read them. RE: setting up a custum story??? - zecuro - 07-16-2012 (07-16-2012, 09:55 PM)Harthex Wrote: rename TEST MAp to map.here the picture of RE: setting up a custum story??? - Ongka - 07-17-2012 You gotta do it like this: ![]() custom_stories\ENTER_STORY_NAME\maps\Test.map Put your map and script file into "maps". And you have to change StartMap="Test.MAp" to StartMap="Test.map" Pretty much everything in Amnesia is case-sensitive. RE: setting up a custum story??? - zecuro - 07-17-2012 this is what they tell me RE: setting up a custum story??? - Ongka - 07-17-2012 Rename Map to maps RE: setting up a custum story??? - zecuro - 07-17-2012 (07-17-2012, 12:39 AM)Ongka Wrote: Rename Map to maps i did but do not work i don't what wrong for real RE: setting up a custum story??? - Ongka - 07-17-2012 Still the same error? If so, post your script. RE: setting up a custum story??? - zecuro - 07-17-2012 there nothin in my hps file (07-17-2012, 01:00 AM)Ongka Wrote: Still the same error? If so, post your script. RE: setting up a custum story??? - Kazakarumariou - 07-17-2012 Start off from scratch again if you can't get this to work Create a few folders named 1.)maps 2.)entities (Inside of this put another folder named "enemy") Create two notepad files 1.)custom_story_settings.cfg 2.)extra_english.lang custom_story_settings.cfg ================== <Main Name = "NAME OF STORY" Author = "zecuro" ImgFile = "" MapsFolder = "maps" StartMap = "Test.map" StartPos = "PlayerStartArea_1" /> =================== extra_english.lang ======== <LANGUAGE> <CATEGORY Name="CustomStoryMain"> <Entry Name="Description">Description of story. (Use [br] to skip down a line)</Entry> </CATEGORY> </LANGUAGE> ========= /\ This is all you need for right now. If you want notes and other stuff you need additional scripting in the extra english. If you even need to dissect a simple custom story. or msg me or similar people who are willing to help. |