Frictional Games Forum (read-only)

Full Version: Multiple maps on one .lang?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
extra-english.lang is supposed to work for the global story.
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
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.
(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
The extra_english.lang is for your whole custom story.

Don't mistake it for your maps .hps though.
(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.