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
Amnesia: Prelude
scarecrow007 Offline
Junior Member

Posts: 25
Threads: 6
Joined: Dec 2010
Reputation: 0
#1
Amnesia: Prelude

So I have this a idea to make a prelude story for Amnesia but I don't know how to start making a custom story... any advice.
02-23-2011, 07:59 PM
Find
xiphirx Offline
Senior Member

Posts: 662
Threads: 16
Joined: Nov 2010
Reputation: 5
#2
RE: Amnesia: Prelude

http://wiki.frictionalgames.com/

02-23-2011, 08:16 PM
Find
Doctorcheese Offline
Senior Member

Posts: 272
Threads: 28
Joined: Jan 2011
Reputation: 0
#3
RE: Amnesia: Prelude

Well, you should start with following the steps to set up custom stories, and you should install the level editor.

Here are 3 great introductory (did i get that word right?) videos:

http://amnesia.treesoft.dk/tutorials/Cus...Setup1.wmv

http://amnesia.treesoft.dk/tutorials/Cus...Setup2.wmv

http://amnesia.treesoft.dk/tutorials/Cus...Setup3.wmv

Helped me to setup the editor. Way easier than the text version IMO

Also before you start making the mod, train to make maps and to script. Jumping on bigger projects can seem exciting at first but the lack of experience with the editor can take your motivation away. Happened to me a lot :3

Best of luck to you!

''Sick, twisted child... You'll burn for this!''
02-23-2011, 08:19 PM
Find
CrushedRaiD Offline
Member

Posts: 115
Threads: 10
Joined: Dec 2010
Reputation: 0
#4
RE: Amnesia: Prelude

Create a hps file next to your map file named by your map, Example. Myownmap.map create a Hps text file called Myownmap.hps

In that type:

void OnStart()
{
}

void OnEnter()
{
}

void OnLeave()
{
}

Then outside the map folder create a custom_story_settings text file

In that type:

<Main
ImgFile = "Image u want to insert here"
Name = "Map name what will show up on the story list."
Author = "Author"

MapsFolder = "maps folder where the map and hps file is located"
StartMap = "Exam. Myownmap.map"
StartPos = "PlayerStartArea_1"
/>
(This post was last modified: 02-23-2011, 08:22 PM by CrushedRaiD.)
02-23-2011, 08:20 PM
Find
Tottel Offline
Senior Member

Posts: 307
Threads: 9
Joined: Nov 2010
Reputation: 0
#5
RE: Amnesia: Prelude

A custom story starts with a good idea. Build upon this idea and think of how you will put it in-game, think of what the map(s) will look like, how it will play, story, ...
02-23-2011, 09:15 PM
Find
scarecrow007 Offline
Junior Member

Posts: 25
Threads: 6
Joined: Dec 2010
Reputation: 0
#6
RE: Amnesia: Prelude

(02-23-2011, 09:15 PM)Tottel Wrote: A custom story starts with a good idea.

You remined me of Inception Big Grin
02-23-2011, 10:08 PM
Find
Doctorcheese Offline
Senior Member

Posts: 272
Threads: 28
Joined: Jan 2011
Reputation: 0
#7
RE: Amnesia: Prelude

(02-23-2011, 10:08 PM)scarecrow007 Wrote:
(02-23-2011, 09:15 PM)Tottel Wrote: A custom story starts with a good idea.

You remined me of Inception Big Grin

Imagine going into 4 levels of custom story o_o

''Sick, twisted child... You'll burn for this!''
02-24-2011, 08:01 AM
Find




Users browsing this thread: 1 Guest(s)