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
Script Help There are no texts!
RunHideMoFo Offline
Junior Member

Posts: 7
Threads: 1
Joined: Jan 2015
Reputation: 0
#13
RE: There are no texts!

(01-11-2015, 07:51 AM)Romulator Wrote: Well, if the english.lang file is corrupt, then a reinstall would fix that, or a Steam Integrity Check if you have the game on Steam.

If the lantern hint still appears, but your custom story texts do not, then you have a problem with your extra_english.lang file.

If you wish, post your extra_english.lang contents here and I'll take a look!

Here's the lang file:

<LANGUAGE>
<CATEGORY Name="CustomStoryMain"

<Entry Name="Description">The old church had been abandoned for years. Now a darkness awakens within; a darkness that only Ethan Harris can overcome.</Entry>

</CATEGORY>

<CATEGORY Name="Messages">

<Entry Name ="msgname">The door will not budge. You cannot leave.</Entry>

</CATEGORY>
</LANGUAGE>


Also here's the map hps file, just in case the problem is with that instead:

void OnStart()
{

}

void DoorLockedPlayer(string &in entity)

{
if(GetSwingDoorLocked("Entry_Door") == true)
{

SetMessage("Messages", "msgname", 0);

}
}

void OnEnter()
{

}

Thanks man!
01-11-2015, 10:17 AM
Find


Messages In This Thread
There are no texts! - by Shylia - 01-08-2015, 08:58 PM
RE: There are no texts! - by Mudbill - 01-08-2015, 09:03 PM
RE: There are no texts! - by Shylia - 01-08-2015, 09:12 PM
RE: There are no texts! - by Lizard - 01-09-2015, 01:23 PM
RE: There are no texts! - by Shylia - 01-09-2015, 03:35 PM
RE: There are no texts! - by Mudbill - 01-09-2015, 03:56 PM
RE: There are no texts! - by Shylia - 01-09-2015, 04:13 PM
RE: There are no texts! - by Daemian - 01-09-2015, 04:59 PM
RE: There are no texts! - by Mudbill - 01-09-2015, 07:18 PM
RE: There are no texts! - by Shylia - 01-10-2015, 03:53 PM
RE: There are no texts! - by RunHideMoFo - 01-11-2015, 06:43 AM
RE: There are no texts! - by Romulator - 01-11-2015, 07:51 AM
RE: There are no texts! - by RunHideMoFo - 01-11-2015, 10:17 AM
RE: There are no texts! - by Romulator - 01-11-2015, 01:17 PM
RE: There are no texts! - by RunHideMoFo - 01-11-2015, 09:17 PM
RE: There are no texts! - by Romulator - 01-12-2015, 05:22 AM
RE: There are no texts! - by jmitchell - 02-22-2015, 09:04 PM
RE: There are no texts! - by Mudbill - 02-22-2015, 09:18 PM
RE: There are no texts! - by jmitchell - 02-22-2015, 09:31 PM
RE: There are no texts! - by jmitchell - 02-23-2015, 08:47 PM



Users browsing this thread: 1 Guest(s)