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
Weird problem?!
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#1
Weird problem?!

So I finally got from a cs to a fc, well, when I did it, everything worked perfect, no issues at all.
But when I start my game, it first shows background 1, then 3, then 5 which is normal I guess, but the TEXT doesn't show up..?
so it's basically I get to see pictures of those, and a button saying contineu, nothing else, no "welcome" or gamma change, just nothing.. Not to mention that the first 2 pictures (Frictional games, and then the other one) which doesn't appear either.
This is my Pre_Menu.cfg

PHP Code: (Select All)
<PreMenu skin="gui_main_menu.skin">
    <
Section Image="startup_fg_logo.jpg" Time="2" ShowFirstStartOnly="false"/>
    <
Section Image="startup_ngp_logo.jpg" Time="2" ShowFirstStartOnly="false"/>
    <
Section Image="welcome_bg01.jpg" ShowFirstStartOnly="true" Music="12_amb.ogg" MusicVolume="0.5" MusicFadeTime="10" >
        <
Text Pos="80 210 0" FrameSize="640 300" FontSize="18 18" TextCat="PreMenu" TextEntry="WelcomeMessage01" Color="1 1 1 1" Align="Left" />
    </
Section>
    <
Section Image="welcome_bg02.jpg" ShowFirstStartOnly="true">
        <
Text Pos="80 210 0" FrameSize="640 300" FontSize="18 18" TextCat="PreMenu" TextEntry="WelcomeMessage02" Color="1 1 1 1" Align="Left" />
    </
Section>
    <
Section Image="welcome_bg03.jpg" ShowFirstStartOnly="true">
        <
Text Pos="80 210 0" FrameSize="640 300" FontSize="18 18" TextCat="PreMenu" TextEntry="WelcomeMessage03" Color="1 1 1 1" Align="Left" />
    </
Section>
    <
Section Image="welcome_bg04.jpg" ShowFirstStartOnly="true">
        <
Text Pos="80 210 0" FrameSize="640 300" FontSize="18 18" TextCat="PreMenu" TextEntry="WelcomeMessage04" Color="1 1 1 1" Align="Left" />
    </
Section>
    <
Section Image="welcome_bg05.jpg" ShowFirstStartOnly="true" HasGammaSettings="true">
        <
Text Pos="80 100 0" FrameSize="640 300" FontSize="18 18" TextCat="PreMenu" TextEntry="WelcomeMessage05" Color="1 1 1 1" Align="Left" />
    </
Section>
    <
Section Image="welcome_bg06.jpg" ShowFirstStartOnly="true">
        <
Text Pos="80 210 0" FrameSize="640 300" FontSize="18 18" TextCat="PreMenu" TextEntry="WelcomeMessage06" Color="1 1 1 1" Align="Left" />
    </
Section>
</
PreMenu

and my english lang which is in config/lang :

PHP Code: (Select All)
<CATEGORY Name="PreMenu">
    <
Entry Name="WelcomeMessage01">Welcome to AmnesiaThe Dark Descent! [br][br]What follows is a couple of quick messages on how to get the best possible experience.</Entry>
    <
Entry Name="WelcomeMessage02">Amnesia should not be played to win. [br][br]Insteadfocus on immersing yourself in the game's world and story.</Entry>
    <Entry Name="WelcomeMessage03">Do not worry about when and how to save during gameplay, the game will take care of that for you. [br][br]When you want to leave the game, just choose "Save and Exit". You can then use "Continue" to return to where you left off next time you start up the game.</Entry>
    <Entry Name="WelcomeMessage04">The world of Amnesia is a dangerous place and you are extremely vulnerable. [br][br]Do not try to fight the enemies encountered. Instead, use your wits. Hide, or even run if necessary.</Entry>
    <Entry Name="WelcomeMessage05">The interplay between light and dark is very important to the game and because of this it is vital to set up the gamma correctly. Use the slider control below to do so. Adjust it until the square at the right is barely visible. [br][br]Also make sure to play in a dark room and wear headphones for the best effect.</Entry>
    <Entry Name="WelcomeMessage06">That is all. Hope you enjoy immersing yourself in the world of Amnesia.[br][br][br]- Frictional Games</Entry>
  </CATEGORY> 

So this is the part of the "pre menu" thing, I can confirm that nothing is wrong with my english lange, since It still works. And we all know that if you got 1 little stupid mistake in it, the whole file stops working.
And the messages still appear so lang file is not broken by any means but why can't I get the message on my game.. I don't get it..?
01-30-2016, 07:09 PM
Find


Messages In This Thread
Weird problem?! - by Amnesiaplayer - 01-30-2016, 07:09 PM
RE: Weird problem?! - by Romulator - 01-31-2016, 12:24 AM
RE: Weird problem?! - by Amnesiaplayer - 01-31-2016, 05:11 PM
RE: Weird problem?! - by Mudbill - 01-31-2016, 06:22 PM
RE: Weird problem?! - by Amnesiaplayer - 02-01-2016, 03:44 PM
RE: Weird problem?! - by Romulator - 02-01-2016, 04:33 PM
RE: Weird problem?! - by Amnesiaplayer - 02-01-2016, 05:37 PM
RE: Weird problem?! - by Mudbill - 02-01-2016, 05:52 PM



Users browsing this thread: 1 Guest(s)