Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!uunet!mcvax!cernvax!ethz!zu From: zu@ethz.UUCP (Urs Zurbuchen) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Wanderer Score file (password inside) Message-ID: <824@ethz.UUCP> Date: 20 Apr 89 21:32:51 GMT References: <4958@tekgvs.LABS.TEK.COM> <347@h.cs.wvu.wvnet.edu> Reply-To: zu@bernina.UUCP (Urs Zurbuchen) Organization: ETH Zuerich, Switzerland Lines: 35 In article <347@h.cs.wvu.wvnet.edu> packer@h.cs.wvu.wvnet.edu (Michael A Packer,318 Knapp,,2928607) writes: >From article <4958@tekgvs.LABS.TEK.COM>, by toma@tekgvs.LABS.TEK.COM (Tom Almy): >> In article <42b00bd4.144c9@byzantine.UUCP> fraserr@byzantine.UUCP (Ross Fraser) writes: >> Don't worry about the password! > > Originally, I intended to include a field in the Configuration Data File which lets you change the Password. But due to some error in coding the level jumping routine the password is stored at four or five different places in the executable. The next version will correct this (but why should we have a password, then :-) ? ). >> fill. While you are editing, you can change your highest level so that you >> can "~" to any puzzle! The password for changing the score file as well as the password for level jumping is 'tina'. No use to fiddle with the score file this way. > I need some help here on figuring how to change the levels, mine > has my name but then a bunch of null characters as you stated then >something such as F-m^ (what does this mean) help would be appreciated. For those of you who just can't live without it. Here is the structure definition for the score file entries: typedef struct { char howdead[25]; char name[20]; long score; int level; int maxlevel; int uid; } score_entry; Hope this let's you sleep again. ...urs