The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.Lang File Help Key and Journal Entrys Missing
CQBgamer Offline
Junior Member

Posts: 40
Threads: 8
Joined: Jul 2014
Reputation: 0
#1
Key and Journal Entrys Missing

Hi guys, sorry if this is a question you are answering all the time, but this is my first custom story and im in no way very good at coding. Anyway, I just added a checkpoint in my script and added a custom death hint to the extraenglish.lang file and when I loaded up my game all of my key names, descriptions, journal entries (including the titles and the entry itself) are no longer there. They are still in the .lang file and I didnt change anything in the main script that was involved with the keys or journal entry. Here is my .lang file
<LANGUAGE>
  <RESOURCES>
  </RESOURCES>

<CATEGORY Name="CustomStoryMain">
    <Entry Name="Description">My First Custom Story For Amnesia</Entry>
  </CATEGORY>
  
  <CATEGORY Name="Inventory">
    <Entry Name="ItemName_Storage_Room_Key">Storage Room Key</Entry>
    <Entry Name="ItemDesc_Storage_Room_Key">The key to my storage room</Entry>
     </CATEGORY>

          <CATEGORY Name="Journal">
     <Entry Name="Note_note01_Name">Hello old friend</Entry>
     <Entry Name="Note_note01_Text">Did you sleep well? I hope so, you will need all the rest you can get if you are to survive.</Entry>
</CATEGORY>

<CATEGORY Name="Message2">
        <Entry Name ="*MessageScriptName*">*Your Message*</Entry>
    </CATEGORY>
    
    
<CATEGORY Name= "DeathHints">
        <Entry Name="Hide">You must hide....</Entry>
        <Entry Name="DeathHint2">DeathHintText</Entry>>
    
</LANGUAGE>

I will provide my main script if needed, any help will be greatly appreciated.

[Image: 15420.png]
07-04-2014, 10:39 PM
Find


Messages In This Thread
Key and Journal Entrys Missing - by CQBgamer - 07-04-2014, 10:39 PM
RE: Key and Journal Entrys Missing - by Mudbill - 07-04-2014, 10:41 PM
RE: Key and Journal Entrys Missing - by CQBgamer - 07-04-2014, 10:49 PM



Users browsing this thread: 1 Guest(s)