The Official Book of Kings Quest (split from New Acquisitions)

Is the game being a ROYAL pain? Need a hint? Got a problem? This is the place to discuss King's Quest!

The Official Book of Kings Quest (split from New Acquisitions)

Postby Omni » Tue Feb 01, 2011 8:05 am

cpages2 wrote:Here are some more new items:


The Official Book of Kings Quest (1988)


- Mike


Do you know if this is a first edition/printing?
Omni
Noob
 
Posts: 6
Joined: Tue Sep 14, 2010 1:35 am

Re: New Acquisitions Thread (image heavy)

Postby cpages2 » Tue Feb 01, 2011 10:53 am

Omni wrote:
cpages2 wrote:Here are some more new items:


The Official Book of Kings Quest (1988)


- Mike


Do you know if this is a first edition/printing?



I do believe it is, or that is what I was told. Why do you ask?

- Mike
cpages2
Sierra Obsessed
 
Posts: 147
Joined: Tue Dec 21, 2010 12:56 pm
Location: Palm Harbor, FL
Location: Palm Harbor, FL
Gender: Male

Re: New Acquisitions Thread (image heavy)

Postby Omni » Tue Feb 01, 2011 10:41 pm

A few people over at http://sciprogramming.com/community/ind ... opic=372.0 are looking for someone with a First Edition First Printing of this book to see if it contains SCI code examples or AGI.

Some believe that the first printing of the first edition contains SCI while later editions contain AGI due to a lawsuit.
Omni
Noob
 
Posts: 6
Joined: Tue Sep 14, 2010 1:35 am

Re: New Acquisitions Thread (image heavy)

Postby cpages2 » Wed Feb 02, 2011 9:36 am

Omni wrote:A few people over at http://sciprogramming.com/community/ind ... opic=372.0 are looking for someone with a First Edition First Printing of this book to see if it contains SCI code examples or AGI.

Some believe that the first printing of the first edition contains SCI while later editions contain AGI due to a lawsuit.



Let me know if I can help at all, I can snap some pictures of the book if needed.

- Mike
cpages2
Sierra Obsessed
 
Posts: 147
Joined: Tue Dec 21, 2010 12:56 pm
Location: Palm Harbor, FL
Location: Palm Harbor, FL
Gender: Male

Re: New Acquisitions Thread (image heavy)

Postby Collector » Wed Feb 02, 2011 1:47 pm

Well, if you can just scan the page with the code and post it here we could determine if it is AGI or SCI code.
User avatar
Collector
Grand Poobah
 
Posts: 7591
Joined: Wed Oct 08, 2008 12:57 am
Location: Sierraland

Re: New Acquisitions Thread (image heavy)

Postby Tawmis » Mon Feb 07, 2011 6:58 pm

Omni wrote:A few people over at http://sciprogramming.com/community/ind ... opic=372.0 are looking for someone with a First Edition First Printing of this book to see if it contains SCI code examples or AGI.

Some believe that the first printing of the first edition contains SCI while later editions contain AGI due to a lawsuit.


While digging up my BLUE FORCE box; I pulled out my first printing of The Official Book of King's Quest: Daventry and Beyond and can verify it does have some samples of code. Only three small samples. Will hook up my scanner and get it scanned a little later.
User avatar
Tawmis
Grand Poobah's Servant
 
Posts: 6942
Joined: Wed Oct 08, 2008 1:19 am

Re: New Acquisitions Thread (image heavy)

Postby Tawmis » Mon Feb 07, 2011 7:07 pm

Tawmis wrote:
Omni wrote:A few people over at http://sciprogramming.com/community/ind ... opic=372.0 are looking for someone with a First Edition First Printing of this book to see if it contains SCI code examples or AGI.
Some believe that the first printing of the first edition contains SCI while later editions contain AGI due to a lawsuit.

While digging up my BLUE FORCE box; I pulled out my first printing of The Official Book of King's Quest: Daventry and Beyond and can verify it does have some samples of code. Only three small samples. Will hook up my scanner and get it scanned a little later.


Appears to be SCI coding.

It's not much but that's all the coding within the book. Feel free to pass it on and post it on that forum, as I am not a member on the forum and don't want to be bothered with signing up. :lol:
Attachments
TOBOKQDAB-01.png
TOBOKQDAB-02.png
TOBOKQDAB-03.png
User avatar
Tawmis
Grand Poobah's Servant
 
Posts: 6942
Joined: Wed Oct 08, 2008 1:19 am

Re: New Acquisitions Thread (image heavy)

Postby QuestCollector » Mon Feb 07, 2011 8:15 pm

That's interesting. I wonder what the tempy stands for in the coding. Anyone know?
User avatar
QuestCollector
Sierra Veteran
 
Posts: 269
Joined: Thu Oct 23, 2008 8:58 pm
Location: SC, United States
Gender: Male

Re: New Acquisitions Thread (image heavy)

Postby gumby » Tue Feb 08, 2011 11:02 am

QuestCollector wrote:That's interesting. I wonder what the tempy stands for in the coding. Anyone know?

It has to do with the y-coordinate - presumably a 'temporary' variable. If you look in the second screenshot, 'tempx' is also referenced.
User avatar
gumby
Oldbie
 
Posts: 744
Joined: Sun Sep 26, 2010 9:55 pm
Location: The Great Underground Empire
Gender: M

Re: The Official Book of Kings Quest (split from New Acquisi

Postby lance.ewing » Wed Feb 09, 2011 1:49 pm

The way to verify whether this is a first printing is to look at the page with the publishers details on it. Below the ISBN you will see the text "Printed in the United States of America". Immediately below that is the printing number. For example:

10 9 8 7 6 5 4

If it appeared as the above then it would be the fourth printing. If, however, it appears as follows:

10 9 8 7 6 5 4 3 2 1

...then it is a first printing.

Are you able to confirm from the above that this copy of the book is a first printing? Better yet maybe attach a scan of the copyright/publisher page.

The scans attached so far unfortunately show AGI code. SCI code looks quite a bit different from this. For starters there will be no curly braces {} and no semi-colons. Instead there will be a lot of standard () braces. The syntax of SCI code is LISP-like. As a comparison, the code shown in the above images would say something like:

position(smoke, 95 16);

The SCI equivalent would be more like this:

(smoke position: 95 16)
lance.ewing
Noob
 
Posts: 10
Joined: Wed Feb 09, 2011 1:37 pm
Location: UK
Gender: Not Specified

Re: The Official Book of Kings Quest (split from New Acquisi

Postby Collector » Wed Feb 09, 2011 5:35 pm

Hi Lance. Welcome to SHP. I have moved you over to the regular members so you don't have to wait for your posts to be approved. The probationary membership is a spambot filter.
User avatar
Collector
Grand Poobah
 
Posts: 7591
Joined: Wed Oct 08, 2008 12:57 am
Location: Sierraland

Re: The Official Book of Kings Quest (split from New Acquisi

Postby Tawmis » Wed Feb 09, 2011 6:00 pm

lance.ewing wrote:The way to verify whether this is a first printing is to look at the page with the publishers details on it. Below the ISBN you will see the text "Printed in the United States of America". Immediately below that is the printing number. For example:

10 9 8 7 6 5 4

If it appeared as the above then it would be the fourth printing. If, however, it appears as follows:

10 9 8 7 6 5 4 3 2 1

...then it is a first printing.

Are you able to confirm from the above that this copy of the book is a first printing? Better yet maybe attach a scan of the copyright/publisher page.


It is indeed first edition. When I get home, I will be happy to scan it to verify it. But I am 99.999999999999999% certain it's first edition.
User avatar
Tawmis
Grand Poobah's Servant
 
Posts: 6942
Joined: Wed Oct 08, 2008 1:19 am

Re: The Official Book of Kings Quest (split from New Acquisi

Postby lance.ewing » Thu Feb 10, 2011 3:01 am

Tawmis wrote:It is indeed first edition. When I get home, I will be happy to scan it to verify it. But I am 99.999999999999999% certain it's first edition.


Thanks. That would be really great.

To clarify something from my post above, both of the examples I have given are first editions. Where they differ is in the printing number. One is a first edition, fourth printing. The other is a first edition, first printing. I assume you meant that you're 99.99% certain it's a first printing rather than first edition?
lance.ewing
Noob
 
Posts: 10
Joined: Wed Feb 09, 2011 1:37 pm
Location: UK
Gender: Not Specified

Re: The Official Book of Kings Quest (split from New Acquisi

Postby Tawmis » Thu Feb 10, 2011 9:29 am

lance.ewing wrote: I assume you meant that you're 99.99% certain it's a first printing rather than first edition?


Aye. Will dig it up a little later today. (Requires digging it back out from a mess of stuff again). :lol:
User avatar
Tawmis
Grand Poobah's Servant
 
Posts: 6942
Joined: Wed Oct 08, 2008 1:19 am

Re: The Official Book of Kings Quest (split from New Acquisi

Postby cpages2 » Thu Feb 10, 2011 12:47 pm

As soon as I get home I will also check mine.
cpages2
Sierra Obsessed
 
Posts: 147
Joined: Tue Dec 21, 2010 12:56 pm
Location: Palm Harbor, FL
Location: Palm Harbor, FL
Gender: Male

Next

Return to The King's Quest Series

Who is online

Users browsing this forum: No registered users and 2 guests

cron