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 Memento Glitch?
AGP Offline
Senior Member

Posts: 448
Threads: 45
Joined: Dec 2012
Reputation: 23
#1
Memento Glitch?

Hey guys, just wanted to know if this is a glitch with the mementos or if it's me being a putz.

I have a map with multiple starting points (depending on the door you choose to enter the map from), and once you leave the area of the hall of whichever door you came through, a memento pops up.

But there is also another door that if you interact with it, a memento will appear.

This is where the glitch comes in.

After one of them has been called, the other will not appear, at all. No squiggly sounds or icon in the bootum corner, nothing!

If the hall memento is "taken" first, the door one does nothing.

Get the door first, and the hall does nothing.

0.o

What is going on?

EDIT:

Unfortunately, it would appear that this is just a bug of the engine. For the meantime, I'm just deleting one of the mementos as it felt a little redundant to me.

If anyone ever does find a solution to this.... I will love you forever.

(This post was last modified: 08-23-2015, 09:54 AM by AGP.)
08-23-2015, 06:34 AM
Find
Neelke Offline
Senior Member

Posts: 668
Threads: 82
Joined: Apr 2013
Reputation: 26
#2
RE: Memento Glitch?

May I ask what these are for?

GetLocalVarInt("HelenaDoor");

GetSwingDoorLocked("room_helena_1");

GetSwingDoorClosed("room_helena_1");

Derp.
08-23-2015, 09:52 AM
Find
AGP Offline
Senior Member

Posts: 448
Threads: 45
Joined: Dec 2012
Reputation: 23
#3
RE: Memento Glitch?

(08-23-2015, 09:52 AM)Neelke Wrote: May I ask what these are for?

GetLocalVarInt("HelenaDoor");

GetSwingDoorLocked("room_helena_1");

GetSwingDoorClosed("room_helena_1");

The first is part of a sequence to opening a door using variables.

The others I guess would be part of the end of that sequence, but really it's a sequence of its own.

08-23-2015, 09:56 AM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#4
RE: Memento Glitch?

Is it the same memento at different doors?

Trying is the first step to success.
08-23-2015, 11:34 AM
Find
AGP Offline
Senior Member

Posts: 448
Threads: 45
Joined: Dec 2012
Reputation: 23
#5
RE: Memento Glitch?

Nope, two different mementos. Everything is correct in the files (used debug messages and tried timers and a bunch of other solutions).

In one case they both appeared. Interacting with the door memento then letting the timer for the hall memento run worked, but that's the only time they worked.

08-23-2015, 05:18 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#6
RE: Memento Glitch?

(08-23-2015, 05:18 PM)AGP Wrote: Nope, two different mementos. Everything is correct in the files (used debug messages and tried timers and a bunch of other solutions).

In one case they both appeared. Interacting with the door memento then letting the timer for the hall memento run worked, but that's the only time they worked.

I think I'll need to see a script then Smile

Trying is the first step to success.
08-24-2015, 09:37 AM
Find
7heDubz Offline
Posting Freak

Posts: 1,329
Threads: 40
Joined: Feb 2013
Reputation: 41
#7
RE: Memento Glitch?

(08-24-2015, 09:37 AM)FlawlessHappiness Wrote:
(08-23-2015, 05:18 PM)AGP Wrote: Nope, two different mementos. Everything is correct in the files (used debug messages and tried timers and a bunch of other solutions).

In one case they both appeared. Interacting with the door memento then letting the timer for the hall memento run worked, but that's the only time they worked.

I think I'll need to see a script then Smile

08-24-2015, 10:02 AM
Find
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#8
RE: Memento Glitch?

Isn't there a delay restriction between mementos? Like 10 sec, you don't get the icon/sound but you still get the new entry in the mementos menu.

08-24-2015, 02:39 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#9
RE: Memento Glitch?

(08-24-2015, 02:39 PM)Daemian Wrote: Isn't there a delay restriction between mementos? Like 10 sec, you don't get the icon/sound but you still get the new entry in the mementos menu.

(08-23-2015, 06:34 AM)AGP Wrote: After one of them has been called, the other will not appear, at all.

It is a factor that could be in play, but I highly doubt it.

Trying is the first step to success.
08-24-2015, 03:29 PM
Find
AGP Offline
Senior Member

Posts: 448
Threads: 45
Joined: Dec 2012
Reputation: 23
#10
RE: Memento Glitch?

(08-24-2015, 02:39 PM)Daemian Wrote: Isn't there a delay restriction between mementos? Like 10 sec, you don't get the icon/sound but you still get the new entry in the mementos menu.

That was one of my initial thoughts.

There are the multiple spawn points in the map, so I tried spawning in from the furthest then walking all the way to the door, still nothing.

Myself and Badcat went through the hps thoroughly and could find nothing that would really fix it. Everything was spelled correctly, the memento names were switched around, we tried using variables to make the mementos appear, we tried all we could think of.

And unfortunately, I'm pretty sure I deleted that part of the script as it was just no longer working for me and I wanted to have my demo completed. :/

08-24-2015, 07:04 PM
Find




Users browsing this thread: 1 Guest(s)