Frictional Games Forum (read-only)
[LANG] Multiple maps on one .lang? - 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 - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: [LANG] Multiple maps on one .lang? (/thread-16761.html)



Multiple maps on one .lang? - Lizard - 07-05-2012

Hey guys.

Im new to making custom stories.

I would like to know if it is possible to have multiple maps in the same extra_englinsh.lang file as long as they are in the same maps folder?


RE: Multiple maps on one .lang? - ZyLogicX - 07-05-2012

extra-english.lang is supposed to work for the global story.


RE: Multiple maps on one .lang? - Lizard - 07-05-2012

Is Just that, when i go from 00_Stephano.map to 01_Stephano.map in the game. Neither my scripts from the 01_Stephano.hps og the text and coding from extra_english.lang works


RE: Multiple maps on one .lang? - Adny - 07-05-2012

If neither the hps or the lang works, then that means you have the files in the wrong spots, the order should be as follows:

root/custom_stories/YOURSTORY(this contains the "maps" folder, custom_story_settings.cfg and the extra_english.lang)/maps

The "maps" folder contains only .map and .hps files. Make sure these are both named the exact same thing, or they won't work.


RE: Multiple maps on one .lang? - Lizard - 07-05-2012

(07-05-2012, 09:01 PM)andyrockin123 Wrote: If neither the hps or the lang works, then that means you have the files in the wrong spots, the order should be as follows:

root/custom_stories/YOURSTORY(this contains the "maps" folder, custom_story_settings.cfg and the extra_english.lang)/maps

The "maps" folder contains only .map and .hps files. Make sure these are both named the exact same thing, or they won't work.
------------------------------------------


i already have them in that order my .hps and .map files are in the maps folder and the maps folder and extra_english.lang and custom_story_settings.cfg is in the story folder.

When i only had 00_Stephano.map and .hps everything was fine, but when i added 01_Stephano.hps and 01_Stephano.map in the maps folder.

Neither my scripts in 01_Stephano.hps and the text and coding added in extra_english.lang worked, and i've triple checked it all.

.hps and .map has the exact same name


RE: Multiple maps on one .lang? - MaZiCUT - 07-05-2012

The extra_english.lang is for your whole custom story.

Don't mistake it for your maps .hps though.


RE: Multiple maps on one .lang? - Lizard - 07-05-2012

(07-05-2012, 09:14 PM)GeneralGregsworth Wrote: The extra_english.lang is for your whole custom story.

Don't mistake it for your maps .hps though.

Don't worry, i haven't Wink

My custom_story_settings.cfg and extra_english.lang are in:

C:\Program Files\Valve\Steam\steamapps\common\amnesia the dark descent\custom_stories\Map_Name

My .hps and .map files are in:

C:\Program Files\Valve\Steam\steamapps\common\amnesia the dark descent\custom_stories\Map_Name\maps



My scripts in 01_Stephano.hps and my text and coding in extra_english.lang for 01_Stephano.map just wont work.

But the scripting for 00_Stephano.hps and text and coding in extra_english.lang for 00_Stephano.map is working just fine.