Page 2 of 2

Re: Relto imager bug

PostPosted: Tue Jun 07, 2011 1:58 pm
by GPNMilano
The problem is probably due to the fact that the Logic modifiers are calling the responders as well as calling the pythonfilemod. They really only need to be calling the pythonfilemod. By calling the responder, each time somone enters the region it will cause it to reglow, and each time somoene leaves it will cause it to unglow. None of the hoods have the region sensors calling the responder. Only the pythonfilemod. So get rid of the reference to the responder and it will probably fix the problem.

Also, the proper way it should work, is that when you enter the region, the responder's on function is called. So the light goes on and stays on until the last person in the region leaves.

Re: Relto imager bug

PostPosted: Wed Jun 08, 2011 2:56 am
by diafero
Just that the responder's on function actually animates the full cycle - on and off again.

Re: Relto imager bug

PostPosted: Wed Jun 08, 2011 6:20 am
by Sirius
So, when a Logic Modifier calls a Responder, all the states of this responder are played ?
I guess I didn't see there were two different layer anims.

The "glowing while there is someone" make sense. However I don't remember seeing any Imager behaving this way in any version of Uru. Maybe an error from Cyan, or someone decided to change the way it behaves.