Frictional Games Forum (read-only)

Full Version: setting up a custum story???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
rename TEST MAp to map.
Post your custom story settings and extra english files here so we can read them.
(07-16-2012, 09:55 PM)Harthex Wrote: [ -> ]rename TEST MAp to map.
Post your custom story settings and extra english files here so we can read them.
here the picture of
You gotta do it like this:
[Image: FI80h.png]

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.
this is what they tell me
Rename Map to maps
(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
Still the same error? If so, post your script.
there nothin in my hps file


(07-17-2012, 01:00 AM)Ongka Wrote: [ -> ]Still the same error? If so, post your script.
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.