Morphing EA symbol from U8

G

Guest

Guest
Archived from groups: rec.games.computer.ultima.series (More info?)

Greetings.

In Mythran's house in Ultima VIII can be found a strange object which
variously takes the form of a cube, a sphere, and a pyramid. I remember
that when clicking on this object the Avatar mutters something about not
yet being able to master its power. However, I have heard that if you put
the object in your backpack and then clicked on it, it would say something
different each time.

Can anyone verify this? If it's true, what sort of things does it say?
Unfortunately I no longer have access to a computer on which U8 will run,
so I can't try this myself.

Regards,
Tristan

--
_
_V.-o Tristan Miller [en,(fr,de,ia)] >< Space is limited
/ |`-' -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= <> In a haiku, so it's hard
(7_\\ http://www.nothingisreal.com/ >< To finish what you
 
Archived from groups: rec.games.computer.ultima.series (More info?)

In article <1234800.5XZgY6pad6@ID-187157.News.Individual.NET>, Tristan Miller wrote:
> Greetings.
>
> In Mythran's house in Ultima VIII can be found a strange object which
> variously takes the form of a cube, a sphere, and a pyramid. I remember
> that when clicking on this object the Avatar mutters something about not
> yet being able to master its power. However, I have heard that if you put
> the object in your backpack and then clicked on it, it would say something
> different each time.
>
> Can anyone verify this? If it's true, what sort of things does it say?
> Unfortunately I no longer have access to a computer on which U8 will run,
> so I can't try this myself.
>
> Regards,
> Tristan
>

I've just tried this and, sorry to say, it says exactly the same as normal,
namely:

"I have not the strength, nor the wisdom to master such power...
....but one day I shall!"

It doesn't seem to make any difference which form the object is in, either.

- James

--
 
Archived from groups: rec.games.computer.ultima.series (More info?)

James Matthews s0095716@hadrian.inf.ed.ac.uk wrote on Monday 31 May 2004
19:32:
> In article <1234800.5XZgY6pad6@ID-187157.News.Individual.NET>, Tristan
> Miller wrote:
>> Greetings.
>>
>> In Mythran's house in Ultima VIII can be found a strange object which
>> variously takes the form of a cube, a sphere, and a pyramid. I remember
>> that when clicking on this object the Avatar mutters something about not
>> yet being able to master its power. However, I have heard that if you
>> put the object in your backpack and then clicked on it, it would say
>> something different each time.
>>
>> Can anyone verify this? If it's true, what sort of things does it say?
>> Unfortunately I no longer have access to a computer on which U8 will run,
>> so I can't try this myself.
>>
>> Regards,
>> Tristan
>>
>
> I've just tried this and, sorry to say, it says exactly the same as
> normal, namely:
>
> "I have not the strength, nor the wisdom to master such power...
> ...but one day I shall!"
>
> It doesn't seem to make any difference which form the object is in,
> either.
>
> - James

A quick check of the related usecode to it (which is appropriately named
'LOGO') agrees with this.

Darke
(Who thinks it would have been cool if it tracked the number of clicks, and
exploded should someone decide to click /too/ franticly on it...)
 
Archived from groups: rec.games.computer.ultima.series (More info?)

Dreaming Darke woke me up by screaming news:40d03988$0$28941$5a62ac22@per-
qv1-newsreader-01.iinet.net.au:

> A quick check of the related usecode to it (which is appropriately named
> 'LOGO') agrees with this.

hey,
you make it sound so easy to check. What do you mean you checked usecode?
What is that? Something like programming? Use code?
LOGO?
Can you explain?

Who is Ember?

Are you a bunny or a dragon?
Always asleep?

--
Gideon (Remove NOSPAM to mail)
"Sometimes I wanna die
and come back as one
of your tears"
 
Archived from groups: rec.games.computer.ultima.series (More info?)

Gideon hoe_ma@NOSPAMhotmail.com wrote on Thursday 17 June 2004 01:19:

> Dreaming Darke woke me up by screaming news:40d03988$0$28941$5a62ac22@per-
> qv1-newsreader-01.iinet.net.au:
>
>> A quick check of the related usecode to it (which is appropriately named
>> 'LOGO') agrees with this.
>
> hey,
> you make it sound so easy to check. What do you mean you checked usecode?

Pentagram ( http://pentagram.sf.net ) contains a disassembler to dump out
the binary usecode file into something vaguely looking like assembler
language. Reading this is a heck of a lot easier then reading binary
garbage. *grin*

> What is that? Something like programming? Use code?

Yes, it's result of a set of scripts being compiled into a binary object
code, which is 'run' inside the u8/crusader game engine. Kinda like Java.

> LOGO?

It's what it's called, apparently:

Usecode class 346 (015A LOGO)
Func_80 (Event 0) LOGO::look():
....
009E: 0D push string "magical sphere "
....
00C9: 0D push string "magical tetrahedron "
....
00F1: 0D push string "magical cube "
....
Func_111 (Event 1) LOGO::use():
....
015A: 0D push string "I have not the strength, nor the wisdom to
master such power... "
....
01D3: 0D push string "...but one day I shall! "
....

That's the relevant usecode class/functions that control the morphing
doo-dah, with all the rubbish stripped out save for the string data,

> Can you explain?

Hopefully? The above make sense? *grin*

> Who is Ember?

A dragon.

> Are you a bunny or a dragon?

A bunny.

> Always asleep?

Eccentricly asleep. I'm in the East Australian time zone (+1000), work about
a third of the day, and sleep second third, and do stuff the other third.
Poke me (with something other then a cattle prod, thanks) and I'll say hi
(or yelp, depending upon the sharpness, material composition of pokiething,
and force with which I'm poked), or similar if I'm available.

Darke
(As to what I do the fourth, third of the day... that'll be *my* little
secret. *noddle*)
 
Archived from groups: rec.games.computer.ultima.series (More info?)

Dreaming Darke woke me up by screaming
news:40d1ae61$0$28936$5a62ac22@per-qv1-newsreader-01.iinet.net.au:

>> Always asleep?
>
> Eccentricly asleep. I'm in the East Australian time zone (+1000), work
> about a third of the day, and sleep second third, and do stuff the
> other third. Poke me (with something other then a cattle prod, thanks)
> and I'll say hi (or yelp, depending upon the sharpness, material
> composition of pokiething, and force with which I'm poked), or similar
> if I'm available.
>

I hope I have not bugged you too much. I had a chance to play dumb and
enjoyed it 🙂 see you in #pentagram or #exult 🙂

--
Dominus Dragon -=UDIC=- aka Dominik Reichardt (Remove NOSPAM to mail)
My homepage with funny content 🙂 http://Beam.To/Dominik/
Part of the Exult team (Docs/FAQ) http://exult.sourceforge.net/
d++ e+ N+ T+ Om+ U1234!5!67'!S'!8!9!A!WML!K u+ uC+ uF uG uLB----
uA+ nC+ nR nH nP+ nI nPT- nS nT o---- oE-- y a(born 1976)