Page 5 of 9

Re: Bug Report: Teledahn

Posted: Tue Mar 13, 2012 5:36 pm
by Ron Landry
johnsojc wrote:
Gee, I haven't seen Shroomie for over 42 years,,,,
Jep. Same as me.

Re: Bug Report: Teledahn

Posted: Tue Mar 13, 2012 5:41 pm
by janaba
Found an official link to the Elf Viewer ... the good things are oftentimes just around the
corner lol ... So, everyone interested can get it on the 'GoW Wiki', please, follow this link ...
You can of course keep downloading it from my MediaFire link above ... :P

Re: Bug Report: Teledahn

Posted: Tue Mar 13, 2012 5:42 pm
by Ron Landry
8-) elf viewer is still available in the Guild of Writers Wiki ! Look here :D

Uuups Janaba. You where 1 minute quicker .... ;)

Re: Bug Report: Teledahn

Posted: Tue Mar 13, 2012 5:43 pm
by Tsar Hoikas
For what it's worth, I'm not completely convinced that we're saving SDL states correctly, but I don't think that's the issue here. Simple integer and boolean fields seem to be working as expected, AFAICT. :? I've only noticed problems with the physical SDL states. At some point, I'm going to put together some kind of spade that will allow us to visualize saved states and make sure everything is sane.

Re: Bug Report: Teledahn

Posted: Tue Mar 13, 2012 5:46 pm
by Wamduskasapa
Deledrius wrote:PlasmaShop can view elfs.
I have both Plasmashop 2 & 3. 3 is the one asking for the MOUL/MQO encryption key

Re: Bug Report: Teledahn

Posted: Tue Mar 13, 2012 5:55 pm
by johnsojc
It seems that this is the piece of script we can't get past:

Code: Select all

    def WillShroomieBeSeen(self,probability):
        randnum = whrandom.randint(0,100)
        
        #~ print "randnum = ",randnum,"probability = ", probability*100
        
        if randnum < (probability*100):
            print "\t Shroomie WILL be seen."
            return true
        else:
            print "\tShroomie WON'T be seen."
I never see the "Shroomie WILL be seen" log entry. If I'm understanding the code correctly, probability is either .10 or .25. The only way this routine could fail every time is if randnum is always > 25.

Re: Bug Report: Teledahn

Posted: Tue Mar 13, 2012 6:42 pm
by janaba
I just thought that the whole logs might be helpful for our precious programmers/coders to find more than
within those parts posted here by us, as Branan said that 'Shroomie is controlled entirely client-side' ...
On the Minkata shard I've met her on the Gehn shard I didn't ...

This is the Minkata Python.0.log and this is the Gehn Python.0.elf file ... Enjoy, if you like ... :)

Re: Bug Report: Teledahn

Posted: Tue Mar 13, 2012 7:08 pm
by johnsojc
OK. Persistence pays off. The Tsar is vindicated and the code does work. I just saw Shroomie way off in the distance. Here is the log to prove it.
I added a 2nd sighting at the medium distance....

Code: Select all

(03/13 22:04:18) tldnShroomieBrain: Shroomie was last seen1331669051 seconds ago.
(03/13 22:04:18) 	Shroomie CAN be seen.
(03/13 22:04:18) 	 Shroomie WILL be seen.
(03/13 22:04:18) tldnShroomieBrain: The Power Tower is down, so Shroomie isn't scared by the noise.
(03/13 22:04:18) tldnShroomieBrain: whichbehavior = 2 NearOrFar = Far
(03/13 22:04:18) target code:target = SpawnFar05.sceneobject.getKey()
(03/13 22:04:18) tldnShroomieBrain: Shroomie has been seen1times.
(03/13 22:09:14) tldnShroomieBrain: Shroomie was last seen296 seconds ago.
(03/13 22:09:14) 	Shroomie CAN be seen.
(03/13 22:09:14) 	Shroomie WON'T be seen.
(03/13 22:21:26) tldnShroomieBrain: Shroomie was last seen1028 seconds ago.
(03/13 22:21:26) 	Shroomie CAN be seen.
(03/13 22:21:26) 	 Shroomie WILL be seen.
(03/13 22:21:26) tldnShroomieBrain: The Power Tower is down, so Shroomie isn't scared by the noise.
(03/13 22:21:26) tldnShroomieBrain: whichbehavior = 3 NearOrFar = Mid
(03/13 22:21:26) target code:target = SpawnMid05.sceneobject.getKey()
(03/13 22:21:26) tldnShroomieBrain: Shroomie has been seen2times.

Re: Bug Report: Teledahn

Posted: Tue Mar 13, 2012 7:31 pm
by Branan
Wamduskasapa wrote:
Deledrius wrote:PlasmaShop can view elfs.
I have both Plasmashop 2 & 3. 3 is the one asking for the MOUL/MQO encryption key
It's the first 32 digits of PI: 31415926535897932384626433832795

Re: Bug Report: Teledahn

Posted: Tue Mar 13, 2012 8:05 pm
by Wamduskasapa
Branan wrote:
Wamduskasapa wrote:
Deledrius wrote:PlasmaShop can view elfs.
I have both Plasmashop 2 & 3. 3 is the one asking for the MOUL/MQO encryption key
It's the first 32 digits of PI: 31415926535897932384626433832795
. . . That did it
Image
On bended knee - I thank thee