Custom Story - Setup Guide - 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 Articles (https://www.frictionalgames.com/forum/forum-40.html) +---- Thread: Custom Story - Setup Guide (/thread-4045.html) |
Custom Story - Setup Guide - MulleDK19 - 09-09-2010 I can't wait any longer for the Level Editor! So, I started by setting up my story After doing some *cough*researching*cough* on the executable, I found out what was needed for custom stories to appear in the list. Note, I'm using Windows, but I guess the structure is the same on Mac/Linux (At least after you find the custom_stories folder)
Code: <Main The Name is the actual name to show in the Custom Story list. Author is whoever made it. ImgFile is the filename of an image in your story folder. When someone selects your story, this image will be used as background. Description... Well... Not working, and I have no idea what else it's called, or where to define it if not there. MapsFolder is the location of the maps. I don't know if it's needed or not. StartMap is the map to load when players select your story and clicks "Start". StartPos is the area defined in the level file, that the player should start at. a.k.a. the starting spawn point. My file layout. \custom_stories\Morten1\custom_story_settings.cfg \custom_stories\Morten1\maps\ch01\00_study.map \custom_stories\Morten1\maps\ch01\00_study.hps resources.cfg does not appear to be needed. It looks like the engine includes all subfolders in the story. So, now I'm gonna rescript the Study level, until I get my hands on the Level Editor Chop chop! Enjoy Update: As your story is independent from the rest of the game, you will spawn with no lantern, etc., because this is the first level of the story. So, open the .hps (script) file, and search for "ScriptDebugOn" (without the quotes), and then comment it out, so it looks like this: Code: //---- DEBUG ----// RE: Custom Story - Setup Guide - Sajber - 09-09-2010 Nice work! RE: Custom Story - Setup Guide - MulleDK19 - 09-09-2010 (09-09-2010, 05:55 PM)Sajber Wrote: Nice work! Thanks RE: Custom Story - Setup Guide - DukeNume - 09-10-2010 Works good, the scripts doesn't look too hard to make, they remember me the scripts of ZDoom (Doom modern source port witch advace editing). Thanks Mate! D: RE: Custom Story - Setup Guide - MulleDK19 - 09-10-2010 (09-10-2010, 12:48 PM)DukeNume Wrote: Thanks Mate! D: No problem RE: Custom Story - Setup Guide - penumbra 4ever - 09-11-2010 Why nothing appears on the list Custom History? sorry about my bad english, i'm brazilian. RE: Custom Story - Setup Guide - MulleDK19 - 09-11-2010 (09-11-2010, 12:52 AM)penumbra 4ever Wrote: Why nothing appears on the list Custom History? There should, if you did it correct. RE: Custom Story - Setup Guide - penumbra 4ever - 09-11-2010 my custom_story_settings Spoiler below!
print screen Spoiler below!
RE: Custom Story - Setup Guide - MulleDK19 - 09-11-2010 (09-11-2010, 01:07 AM)penumbra 4ever Wrote: my custom_story_settings Change it to: Code: <Main RE: Custom Story - Setup Guide - penumbra 4ever - 09-11-2010 nothing happens |