Frictional Games Forum (read-only)
[LANG] My notes have to text! - 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] My notes have to text! (/thread-26151.html)

Pages: 1 2 3 4


RE: My notes have to text! - DarkPearStudios - 09-16-2014

(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?


RE: My notes have to text! - Mudbill - 09-16-2014

You can add it as an attachment if you click Reply.


RE: My notes have to text! - DarkPearStudios - 09-16-2014

(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!


RE: My notes have to text! - Mudbill - 09-16-2014

Yeah you can do that, or you can zip the file.


RE: My notes have to text! - DarkPearStudios - 09-17-2014

(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


RE: My notes have to text! - Mudbill - 09-17-2014

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.


RE: My notes have to text! - DarkPearStudios - 09-17-2014

(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!


RE: My notes have to text! - Romulator - 09-17-2014

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


RE: My notes have to text! - DarkPearStudios - 09-17-2014

(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...


RE: My notes have to text! - Mudbill - 09-17-2014

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.