Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
setting up a custum story???
zecuro Offline
Member

Posts: 162
Threads: 33
Joined: Jul 2011
Reputation: 3
#1
setting up a custum story???

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
07-16-2012, 09:00 PM
Find
Kazakarumariou Away
An angry man.

Posts: 283
Threads: 8
Joined: Jul 2012
Reputation: 14
#2
RE: setting up a custum story???

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
Find
zecuro Offline
Member

Posts: 162
Threads: 33
Joined: Jul 2011
Reputation: 3
#3
RE: setting up a custum story???

(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
07-16-2012, 10:07 PM
Find
Ongka Offline
Member

Posts: 225
Threads: 3
Joined: Nov 2010
Reputation: 20
#4
RE: setting up a custum story???

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.

[Image: 18694.png]
07-17-2012, 12:14 AM
Find
zecuro Offline
Member

Posts: 162
Threads: 33
Joined: Jul 2011
Reputation: 3
#5
RE: setting up a custum story???

this is what they tell me


Attached Files
.png   123.PNG (Size: 44.35 KB / Downloads: 115)
07-17-2012, 12:30 AM
Find
Ongka Offline
Member

Posts: 225
Threads: 3
Joined: Nov 2010
Reputation: 20
#6
RE: setting up a custum story???

Rename Map to maps

[Image: 18694.png]
07-17-2012, 12:39 AM
Find
zecuro Offline
Member

Posts: 162
Threads: 33
Joined: Jul 2011
Reputation: 3
#7
RE: setting up a custum story???

(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
07-17-2012, 12:54 AM
Find
Ongka Offline
Member

Posts: 225
Threads: 3
Joined: Nov 2010
Reputation: 20
#8
RE: setting up a custum story???

Still the same error? If so, post your script.

[Image: 18694.png]
07-17-2012, 01:00 AM
Find
zecuro Offline
Member

Posts: 162
Threads: 33
Joined: Jul 2011
Reputation: 3
#9
RE: setting up a custum story???

there nothin in my hps file


(07-17-2012, 01:00 AM)Ongka Wrote: Still the same error? If so, post your script.
07-17-2012, 01:27 AM
Find
Kazakarumariou Away
An angry man.

Posts: 283
Threads: 8
Joined: Jul 2012
Reputation: 14
#10
RE: setting up a custum story???

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.
(This post was last modified: 07-17-2012, 01:37 AM by Kazakarumariou.)
07-17-2012, 01:30 AM
Find




Users browsing this thread: 1 Guest(s)