>From netcom.com!ix.netcom.com!howland.reston.ans.net!gatech!news.mathworks.com!uunet!in1.uu.net!newsfeed.pitt.edu!ehdup-k-15.rmt.net.pitt.edu!scott Thu Mar 7 14:27:29 1996 Xref: netcom.com comp.sys.apple2:99346 comp.emulators.apple2:6501 Path: netcom.com!ix.netcom.com!howland.reston.ans.net!gatech!news.mathworks.com!uunet!in1.uu.net!newsfeed.pitt.edu!ehdup-k-15.rmt.net.pitt.edu!scott From: scott@whiplash.res.cmu.edu (Scott F. Earnest) Newsgroups: comp.sys.apple2,comp.emulators.apple2 Subject: Re: LACODE10.TXT Date: Tue, 5 Mar 1996 23:45:09 Organization: HAHAHAHAHA! Organized? Me?! Lines: 49 Message-ID: References: <4hhri0$fsq@dub-news-svc-3.compuserve.com> NNTP-Posting-Host: ehdup-k-15.rmt.net.pitt.edu In article <4hhri0$fsq@dub-news-svc-3.compuserve.com> 74171.2136@compuserve.com (Cris Berneburg) writes: >I have been informed that the code wheel I typed in for >Legacy of the Ancients doesn't work for the Apple version. >(I'm pretty much a Commodore 64 guy.) Has anyone else >had this problem or can verify if this is true? It can be >found at ... You don't need the file, since the program is cracked. (I posted this hint as a footnote on one of my earlier posts.) To get into the museum, you ignore the planet and stone names. Just pay attention to the ring number: # You Enter: ------------- 1 999999 2 999999 3 999999 4 99999 5 99999 6 99999 7 99999 8 9999 9 9999 Unfortunately, I figured this out *after* I wrote a MUCH simpler version of the code wheel. For an uncracked version, the code wheel for Apple and C64 are identical. If there's any demand for it for use with uncracked versions, let me know and I'll upload my file (about half the size as LACODE10.TXT). >www.asimov.net/apple_II/site/incoming/LACODE10.TXT >Thanks! >Cris "PC-Geek" Berneburg >The Basic Bombardier, Manager of Project 64 >74171.2136@compuserve.com >http://ourworld.compuserve.com:80/homepages/pcgeek/ >PGP public key available on keyservers -- Scott F. Earnest |0100100001000001010010010100110000100000| scott@whiplash.res.cmu.edu |0100010101010010010010010101001100100001| Head Pope, Non-Extant Temple of Afrodite, Goddess of Funky 70's Hairdos -><- YOU'VE BEEN LIED TO: Possession is only one tenth of the law. The other nine tenths is really STUPIDITY! >From netcom.com!www.nntp.primenet.com!nntp.primenet.com!arclight.uoregon.edu!worldnet.att.net!cbgw2.lucent.com!cbgw1.lucent.com!cnn.Princeton.EDU!usenet Tue Dec 17 11:49:59 1996 Path: netcom.com!www.nntp.primenet.com!nntp.primenet.com!arclight.uoregon.edu!worldnet.att.net!cbgw2.lucent.com!cbgw1.lucent.com!cnn.Princeton.EDU!usenet From: Peter Mei Newsgroups: comp.emulators.apple2 Subject: Re: Legacy of the Ancients for Apple ][ (anyone have the code wheel?) Date: Thu, 12 Dec 1996 13:25:14 -0500 Organization: G.U.E. tunnel support crew Lines: 22 Message-ID: <32B04E0A.B37@princeton.edu> References: <01bbe7df$410e4c80$88f6d782@DAGOBAH.RES.WPI.EDU> NNTP-Posting-Host: jediaz.student.princeton.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0 (Win95; I) Adam Blomberg wrote: > > Hello, I recently started playing Legacy of the Ancients (I used to play it > years and years ago) but I lost the code wheel years ago as well, so I am > unable to re-enter the museum without the codes. Does anyone know if a txt > file or crack exist for this title? > > Thanks! > > Adam Blomberg Same situation; just started playing again; great game. Assuming you are playing on an emulated pc with the cracked disk images from asimov, you should be able to enter 999999 for any access code. If you are not, but can use those images, they're at ftp.asimov.com/pub/apple_II/images/games/rpg. If you can't use the images, but can debug the disk, there's a comparison at 0x1ad5 in the code; the instruction is 0xd011, it's a branch-if-not-equal; it tests that the digits entered equal the accurate digits. change the 0xd011 to 0xeaea, and you should be able to enter any 6-digit code you want.