Frictional Games Forum (read-only)

Full Version: My notes have to text!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
(09-16-2014, 04:35 PM)FlawlessHappiness Wrote: [ -> ]I'm not sure whether it'll fix anything, but try writing 'mansiontext' in CustomSubItemTypeName

I try, but no results...

(09-16-2014, 06:31 PM)Mudbill Wrote: [ -> ]Could you maybe upload your lang file here so we can check if it's correct?

How I upload?
You can add it as an attachment if you click Reply.
(09-16-2014, 10:36 PM)Mudbill Wrote: [ -> ]You can add it as an attachment if you click Reply.

It say that the type of file that I attached is not allowed, I will upload on another site and I will put the link here!
Yeah you can do that, or you can zip the file.
(09-16-2014, 11:05 PM)DarkPearStudios Wrote: [ -> ]
(09-16-2014, 10:36 PM)Mudbill Wrote: [ -> ]You can add it as an attachment if you click Reply.

It say that the type of file that I attached is not allowed, I will upload on another site and I will put the link here!

Here is it!

https://www.mediafire.com/?l81urlf7ezqg94c
Well now we can make sure that the file isn't the problem.

How about you go to Documents\Amnesia\Main and attach the hpl.log file there after running the game up until the point of this text not appearing? There's likely an error in that log that can help.
(09-17-2014, 06:55 AM)Mudbill Wrote: [ -> ]Well now we can make sure that the file isn't the problem.

How about you go to Documents\Amnesia\Main and attach the hpl.log file there after running the game up until the point of this text not appearing? There's likely an error in that log that can help.

Ok I will try this, If you want I can upload the hpl log file!
You're running a full conversion mod. Make sure that the main_init.cfg file you are launching from your batch is the one for your mod.

Make sure that there is these two lines are in your main_init.cfg file as well. Rename or change them if necessary:
Code:
DefaultGameLanguage = "english.lang"

GameLanguageFolder = "myconversion/config/lang/"

Note: Rename the "myconversion" part of the second thing to your Full Conversion folder. It's a good idea to also add your Full Conversion prefix to Line 27 (below), just like the GameLanguageFolder entry.

The respective locations are on Line 21 and Line 28 of mine, and should be similar in your case.

[Image: ffc62793fa.png]
Full Size Here
(09-17-2014, 02:31 PM)Romulator Wrote: [ -> ]You're running a full conversion mod. Make sure that the main_init.cfg file you are launching from your batch is the one for your mod.

Make sure that there is these two lines are in your main_init.cfg file as well. Rename or change them if necessary:
Code:
DefaultGameLanguage = "english.lang"

GameLanguageFolder = "myconversion/config/lang/"

Note: Rename the "myconversion" part of the second thing to your Full Conversion folder. It's a good idea to also add your Full Conversion prefix to Line 27 (below), just like the GameLanguageFolder entry.

The respective locations are on Line 21 and Line 28 of mine, and should be similar in your case.

[Image: ffc62793fa.png]
Full Size Here

My main_init.cfg is correct! and my hpl.log doesn't have any notes erros...
What's your MainSaveFolder? I forgot it was a mod, so because of that you need to look in that folder instead of the Main one within Documents\Amnesia.
Pages: 1 2 3 4