![]() |
Where should the files be? - 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 (https://www.frictionalgames.com/forum/forum-35.html) +--- Thread: Where should the files be? (/thread-7440.html) |
Where should the files be? - narutohokager - 04-17-2011 Hello First Sorry for my Bad English, im french. So,I want to know where the map must be ![]() 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 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. ![]() RE: Where should the files be? - KHShox - 04-17-2011 You need to make a folder in Custom_Stories, then put the files in there. RE: Where should the files be? - narutohokager - 04-18-2011 Ok thank you ![]() I would also like to know how we associate a script ![]() RE: Where should the files be? - Russ Money - 04-18-2011 (04-18-2011, 12:51 AM)narutohokager Wrote: Ok thank you <map name>.map <map name>.hps Use a text editor to make the .hps file. RE: Where should the files be? - narutohokager - 04-18-2011 Ok thank im go scripting ![]() RE: Where should the files be? - Russ Money - 04-18-2011 (04-18-2011, 10:38 AM)narutohokager Wrote: Ok thank im go scripting Good luck! RE: Where should the files be? - narutohokager - 04-20-2011 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> RE: Where should the files be? - laser50 - 04-20-2011 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. RE: Where should the files be? - narutohokager - 04-21-2011 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... RE: Where should the files be? - MrBigzy - 04-21-2011 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: |