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
Unexplainable Error!
Verkehr Offline
Member

Posts: 60
Threads: 13
Joined: Oct 2016
Reputation: 1
#6
RE: Unexplainable Error!

(11-16-2016, 05:57 PM)Mudbill Wrote: Different pictures? What do you mean? Loading screens?

Oh my god I JUST realized the mistake! :D
PHP Code: (Select All)
void note_room_1_1(string &in asEntity)
{
    
AddGlobalVarInt("key_1"1);
    if(
GetGlobalVarInt("sanity_1") == 1){
        
AddGlobalVarInt("sanity_action_1"1);    
    }
    else{
        
AddGlobalVarInt("sanity_off_1"1);
    }
}
////////////////////////////
// Run when leaving map
void OnLeave()
{
    if(
GetLocalVarInt("Load1Enter") == 1){
        
SetupLoadScreen("load_1_1""load_1_1"0"map_2_edited.png");
    }

Normally, the note_room_1_1 didn't have the } on the end, so it resulted in as it didn't have a proper ending at the end.
Just now how do I make the picture load? I use this directory:
C:\Program Files (x86)\Steam\steamapps\common\Amnesia The Dark Descent\custom_stories\betrayal\textures\loading\map_2_edited.png
How do I make it load? It doesn't load that, and so neither the lang I use! :/
Until that part, everything works just as it should, which is good!
(This post was last modified: 11-16-2016, 07:49 PM by Verkehr.)
11-16-2016, 07:48 PM
Find


Messages In This Thread
Unexplainable Error! - by Verkehr - 11-14-2016, 07:06 PM
RE: Unexplainable Error! - by Mudbill - 11-14-2016, 10:18 PM
RE: Unexplainable Error! - by Verkehr - 11-14-2016, 11:14 PM
RE: Unexplainable Error! - by Verkehr - 11-16-2016, 05:55 PM
RE: Unexplainable Error! - by Mudbill - 11-16-2016, 05:57 PM
RE: Unexplainable Error! - by Verkehr - 11-16-2016, 07:48 PM
RE: Unexplainable Error! - by Verkehr - 11-16-2016, 10:57 PM
RE: Unexplainable Error! - by Mudbill - 11-17-2016, 12:32 AM
RE: Unexplainable Error! - by Verkehr - 11-17-2016, 03:29 PM
RE: Unexplainable Error! - by FlawlessHappiness - 11-17-2016, 06:42 PM
RE: Unexplainable Error! - by Verkehr - 11-17-2016, 08:34 PM
RE: Unexplainable Error! - by Mudbill - 11-17-2016, 09:46 PM
RE: Unexplainable Error! - by Verkehr - 11-17-2016, 10:11 PM



Users browsing this thread: 2 Guest(s)