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
Woah... This shouldn't be happening..
Ouroboros Offline
Junior Member

Posts: 20
Threads: 0
Joined: Jul 2011
Reputation: 0
#8
RE: Woah... This shouldn't be happening..

I'm trying to figure out what would cause the floor to disappear so I have no suggestion there, but for the credits I would add debug messages to unlocking the door
if(GetLocalVarInt("IsDoorunLocked") == 1)
{
AddDebugMessage("IsDoorunLocked equals 1", true);
}

And then another just above the credits along the lines of
AddDebugMessage("Credits should start", true);

That way, you would be able to tell whether or not it gets to the credits, or if the problem is the variable itself.

Edit: Did you accidentally alter the .mat file selected for the floors? Or intentionally alter it? If you did that might be the cause of it, the floor more or less turns invisible while still having the collision and such but still looking proper in the editor, is that the problem you have?
(This post was last modified: 07-22-2011, 06:47 AM by Ouroboros.)
07-22-2011, 06:35 AM
Find


Messages In This Thread
RE: Woah... This shouldn't be happening.. - by Ouroboros - 07-22-2011, 06:35 AM



Users browsing this thread: 1 Guest(s)