Frictional Games Forum (read-only)

Full Version: Where should the files be?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hello
First Sorry for my Bad English, im french.

So,I want to know where the map must be Huh

I put my map in :

Amnesia - The Dark Descent\redist\custom_stories\maps\ch01

But when I start the game and I go Custom_Stories Nothing...

I put Custom_Story_settings.cfg in :

Amnesia - The Dark Descent\redist\custom_stories

And inside there

Code:
<Main
    ImgFile = "DeadHouse.png"
    Name = "DeadHouse"
    Author = "Silent"
    
    MapsFolder = "maps/ch01/"
    StartMap = "DeadHouse.map"
    StartPos = "PlayerStartArea_1"
/>

What is there wrong?

And the extra_french.lang must be in :

Amnesia - The Dark Descent\redist\custom_stories ?

And how we should do to associate a script to a map?

Thank.

NarutoHokager.
I found it right where to put the map now it is:

"And the extra_french.lang must be in :

Amnesia - The Dark Descent\redist\custom_stories ?

And how we should do to associate a script to a map?"

Thank. Big Grin
You need to make a folder in Custom_Stories, then put the files in there.
Ok thank you Big Grin

I would also like to know how we associate a script Huh
(04-18-2011, 12:51 AM)narutohokager Wrote: [ -> ]Ok thank you Big Grin

I would also like to know how we associate a script Huh

<map name>.map
<map name>.hps

Use a text editor to make the .hps file.
Ok thank im go scripting Big Grin
(04-18-2011, 10:38 AM)narutohokager Wrote: [ -> ]Ok thank im go scripting Big Grin

Good luck!
Hello

Help again

I create a extra_english.lang file and I placed here :

Amnesia - The Dark Descent\redist\maps\custom_stories\DeadRoom

And my map is here :

Amnesia - The Dark Descent\redist\maps\custom_stories\DeadRoom\maps\DeadRoom.map

But is not worked ! What im must do ?

My lang file :

<LANGUAGE>
<RESSOURCES>
</RESSOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Custom Story for my video tutorials</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name=ItemName_KeyPrincipal">Clé</Entry>
<Entry Name="ItemDesc_KeyPrincipal">Une Clé...</Entry>
</CATEGORY>
</LANGUAGE>
Ressources os spelled wrong, To start with.

The Entry name = (Second one) Has a " , and the first one ends with a ".. Remove those.

Make sure you named the key right in the entity Tab.
Yes I forgot one " (red letter)

The entity tab name is "KeyPrincipal"

Its right ?

http://img10.hostingpics.net/pics/579043Sanstitre.png

The code right now :

<LANGUAGE>
<RESSOURCES>
</RESSOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Custom Story for my video tutorials</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemName_KeyPrincipal">Clé</Entry>
<Entry Name="ItemDesc_KeyPrincipal">Une Clé...</Entry>
</CATEGORY>
</LANGUAGE>

PS: Sorry if i not understand...
La mot "RESSOURCES" besoin seulement une S. Actuellement, je pense tu ne pas besoin les lignes de RESSOURCES...

Aussi, apres les entrees, tu besoin a mette </Entry>

Et aussi, les entrees en besoin de les " avant et apres.


Sorry if my french is bad, haven't spoken it in years. D:
Pages: 1 2 3