Page 1 of 1

No Ringer greeter.

Posted: Fri Mar 11, 2011 2:33 pm
by PM
Since rins are defined at the start of a new game in 1.04, the player will not encounter the greeter in a Ringer station that tells him to bring ore to sell.

Re: No Ringer greeter.

Posted: Fri Mar 11, 2011 4:01 pm
by Aury
Ok, I noticed that I wasn't getting it during a recent testing run. I thought that was due to something I did in TSB and would get around to fixing later.

Re: No Ringer greeter.

Posted: Fri Mar 11, 2011 4:08 pm
by alterecco
line 274 and line 281 of Ringers.xml should be change to

Code: Select all

(if (eq (objGetData gPlayerShp "rins") 0)

Re: No Ringer greeter.

Posted: Fri Mar 11, 2011 4:12 pm
by Aury
Not exactly, you would have to do

Code: Select all

(if (and (eq (objGetData gPlayerShip "rins") 0) (neq (objGetData gPlayership "ringerMessage") 1))
and then you would in the greet continue button do

Code: Select all

(objSetData gPlayership "ringerMessage" 1)
Also, will be fixed in OTP for 1.05

Re: No Ringer greeter.

Posted: Fri Mar 11, 2011 4:14 pm
by alterecco
That would not be consistent with the old behaviour, but it probably would be better (as the message would only be shown once)

You would have to setup another variable for the dockservices greeter though.

Re: No Ringer greeter.

Posted: Fri Mar 11, 2011 4:17 pm
by Aury
There is a dock services greeter?

Re: No Ringer greeter.

Posted: Fri Mar 11, 2011 4:33 pm
by alterecco
appears so

Re: No Ringer greeter.

Posted: Fri Mar 11, 2011 5:00 pm
by Aury
Turns out that showing it only once was the old behavior.

Anyways, I made a ticket here: http://wiki.neurohack.com/transcendence/trac/ticket/621

Re: No Ringer greeter.

Posted: Sat Mar 12, 2011 3:57 am
by ThePrivateer
Wolfy wrote:Turns out that showing it only once was the old behavior.

Anyways, I made a ticket here: http://wiki.neurohack.com/transcendence/trac/ticket/621
Yeah, I had noticed this too but never thought to mention it - I assumed George had just scrapped it. TBH I haven't seen this for a very long time, so I'm wondering if 1.01 might have this bug too. :|

Re: No Ringer greeter.

Posted: Fri Jun 08, 2012 8:26 am
by Star Weaver
Ticket posted marked as fixed, close