Frictional Games Forum (read-only)
Note Text Won't Show Up - 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: Note Text Won't Show Up (/thread-15210.html)

Pages: 1 2


RE: Note Text Won't Show Up - Cranky Old Man - 05-02-2012

(05-02-2012, 01:59 AM)bkrstirregular Wrote: Nothing seems to be working Sad And my story description doesn't seem to show up either...

Thanks for trying to help though, I really appreciate it.
Hold on here. "And my story description doesn't seem to show up either..."
This is really important information, because that means that it's not just one entry not working, but your entire lang file.




RE: Note Text Won't Show Up - bkrstirregular - 05-02-2012

Ack! x_X So should I start over?



RE: Note Text Won't Show Up - Cranky Old Man - 05-02-2012

(05-02-2012, 02:27 AM)bkrstirregular Wrote: Ack! x_X So should I start over?
I am guessing that NOTHING in your lang file shows up, right?
If you really have corrected
<CATEGORY Name="CustomStoryDescription">
into
<CATEGORY Name="CustomStoryMain">
then
your lang file is either not named extra_english.lang (like maybe it's named "extra_english.lang.txt" and you just don't see the ".txt" because you have file extensions turned off)
or your lang file is not in the correct folder.
Could you type me the directory path to where your lang file is?




RE: Note Text Won't Show Up - bkrstirregular - 05-02-2012

Sure!

C:\Program Files (x86)\Steam\steamapps\common\amnesia the dark descent\custom_stories\HouseOfUsher

Also, I just erased everything but the description and then it showed up, but as soon as I added this inside the <LANGUAGE> </LANGUAGE>

then the description wouldn't show?

<CATEGORY= "Journal">
<Entry Name="Note_firstnote1_Name"> "A Hastily Written Note"</Entry>
<Entry Name="Note_firstnote1_Text"> "Little Teapot."</Entry>
</CATEGORY>




RE: Note Text Won't Show Up - Cranky Old Man - 05-02-2012

(05-02-2012, 02:34 AM)bkrstirregular Wrote: Sure!

C:\Program Files (x86)\Steam\steamapps\common\amnesia the dark descent\custom_stories\HouseOfUsher

Also, I just erased everything but the description and then it showed up, but as soon as I added this inside the <LANGUAGE> </LANGUAGE>

then the description wouldn't show?

<CATEGORY= "Journal">
<Entry Name="Note_firstnote1_Name"> "A Hastily Written Note"</Entry>
<Entry Name="Note_firstnote1_Text"> "Little Teapot."</Entry>
</CATEGORY>
Oh, I see it! Smile

<CATEGORY= "Journal">
should be:
<CATEGORY Name= "Journal">




RE: Note Text Won't Show Up - Apjjm - 05-02-2012

You haven't specified a "Name" in your CATEGORY tag. Try the following:
Code:
<LANGUAGE>
<RESOURCES></RESOURCES>
<CATEGORY Name="Journal">
<Entry Name="Note_firstnote1_Name"> "A Hastily Written Note"</Entry>
<Entry Name="Note_firstnote1_Text"> "Little Teapot."</Entry>
</CATEGORY>
</LANGUAGE>
I would advise you at least give my Lang Editor Tool quick try, it handles all the syntax for you so you can focus on writing content rather than deal with errors - failing that you can load your .lang files in and check the info tab to see error message reported.


RE: Note Text Won't Show Up - bkrstirregular - 05-02-2012

O. M. G.

You are a cranky old man in shining armor!!!!! <3 <3 <3 <3

I have agonized for days about this.

You are amazing.

Thank you!!!!!

(05-02-2012, 02:47 AM)Apjjm Wrote: You haven't specified a "Name" in your CATEGORY tag. Try the following:
Code:
<LANGUAGE>
<RESOURCES></RESOURCES>
<CATEGORY Name="Journal">
<Entry Name="Note_firstnote1_Name"> "A Hastily Written Note"</Entry>
<Entry Name="Note_firstnote1_Text"> "Little Teapot."</Entry>
</CATEGORY>
</LANGUAGE>
I would advise you at least give my Lang Editor Tool quick try, it handles all the syntax for you so you can focus on writing content rather than deal with errors - failing that you can load your .lang files in and check the info tab to see error message reported.
Sure Smile Do I have to do anything specific to install it?




RE: Note Text Won't Show Up - Cranky Old Man - 05-02-2012

(05-02-2012, 02:47 AM)bkrstirregular Wrote: O. M. G.

You are a cranky old man in shining armor!!!!! <3 <3 <3 <3

I have agonized for days about this.

You are amazing.

Thank you!!!!!
You're welcome. (A +1 rep would be nice, though. Smile )




RE: Note Text Won't Show Up - Apjjm - 05-02-2012

(05-02-2012, 02:47 AM)bkrstirregular Wrote: Do I have to do anything specific to install it?
You shouldn't need to. Just download the latest version from the topic and extract the zip to wherever you want the tool to go, you are then free to run it, no installation required. If the program doesn't run / crashes on start up you may need to grab .net Framework 3 redist - this is all assuming you are running on (a XP or later) windows OS of course.


RE: Note Text Won't Show Up - bkrstirregular - 05-02-2012

(05-02-2012, 02:51 AM)Cranky Old Man Wrote:
(05-02-2012, 02:47 AM)bkrstirregular Wrote: O. M. G.

You are a cranky old man in shining armor!!!!! <3 <3 <3 <3

I have agonized for days about this.

You are amazing.

Thank you!!!!!
You're welcome. (A +1 rep would be nice, though. Smile )
Done and done!! Big Grin