Page 6 of 8
Re: Back on the Wall
Posted: Tue Oct 18, 2011 5:56 pm
by Charura
I am able to play by myself, setting both walls and only climbing by myself one side..I'm stoked it got even to this point..great work people!!! Where is the donate button here?
Re: Back on the Wall
Posted: Wed Oct 19, 2011 5:13 am
by Sirius
It didn't notice any bug when I tested it on the Shard, but I didn't try with more than one player on it.
I'll see what might cause these bugs.
TIP: if you are climbing, pressing "jump" or "exit" should release your avvi from the Wall. I thought it could be useful in such situation.
Charura wrote:Where is the donate button here?
As I didn't spend any money on this, I don't see why I should put one

. Glad you like it !
EDIT: it seems I made a mismatch with the triggering avatars

. I wasn't sure at first how the script managed multiplayer events, and I totally forgot to check it again later. I am really inattentive.
Re: Back on the Wall
Posted: Wed Oct 19, 2011 6:08 am
by RedSoxFan
Because this was the first time I've every tried the wall I had no clue how to start climbing so I hit the space bar while running to the wall. I ended up looking like a frozen spider man! I'm very excited by this addition, after all these years the room layout and side tunnels now make sense to me.
Thanks Sirius and Diafero!
Re: Back on the Wall
Posted: Wed Oct 19, 2011 7:08 am
by Seppolo
A great work! That's what I call an achievement!
thank you!
Re: Back on the Wall
Posted: Wed Oct 19, 2011 4:38 pm
by RedSoxFan
It worked perfect this evening!
Re: Back on the Wall
Posted: Sat Oct 22, 2011 5:00 am
by diafero
You're welcome
Sirius wrote:EDIT: it seems I made a mismatch with the triggering avatars

. I wasn't sure at first how the script managed multiplayer events, and I totally forgot to check it again later. I am really inattentive.
Does that mean there will be an update?
Re: Back on the Wall
Posted: Sat Oct 22, 2011 7:22 am
by Sirius
Yes, I sent you the update Diafero.
Now the avatars should behave fine...
But can someone tell me WHY multistage behaviors won't send any notify if you don't run them with an avatar returned by PtFindAvatar(events) ???
I just found you couldn't use PtGetLocalAvatar(), the behavior works fine but doesn't send any notify.
Re: Back on the Wall
Posted: Sat Oct 22, 2011 8:36 am
by D'Lanor
Sirius wrote:
But can someone tell me WHY multistage behaviors won't send any notify if you don't run them with an avatar returned by PtFindAvatar(events) ???
I just found you couldn't use PtGetLocalAvatar(), the behavior works fine but doesn't send any notify.
Perhaps it doesn't know where to send the notify if you use the generic PtGetLocalAvatar() function. It may help to do this before running the behavior:
Code: Select all
avatar = PtGetLocalAvatar()
avatar.avatar.setReplyKey(self.key)
Re: Back on the Wall
Posted: Sat Oct 22, 2011 8:49 am
by diafero
Something is wrong with the update you sent me, Sirius... after entering the tube (to get into the wall), I fall down, leave it... and warp back to the upper end of the tube again. And again. Endless loop...
Can you send me a fix soon? Otherwise I will revert the update.
EDIT: I went back to the previous version so that at least the single-player wall continues to work.
Re: Back on the Wall
Posted: Sun Oct 23, 2011 2:13 am
by Sirius
Ok, thanks for the info D'Lanor. So, this reply key is automatically set when you receive the avatar in OnNotify ? I'll add this fix.
Diafero, I also got this error but only once... I somehow managed to break this loop (I think I activated flymode...). I'll check again. I don't understand how it could have broken it...