home *** CD-ROM | disk | FTP | other *** search
- From: kstock@isfrance.encore.fr (Kevin Stock)
- Subject: Adding MGT output to WALLY
-
- It turned out that it was even easier than I thought to get
- Wally to produce output files that MGT can use. The changes
- are attached below in diff -c format for patch. If you don't
- have the patch program, I can send you a modified source.
-
- To use the new code, you have to compile Wally with -DADDED.
- (If you have xtx, I've added an xtx line which will do this
- automatically.) The additions are:
-
- Three new options:
-
- -d turns on debugging output
- -mgt writes the output record in a form suitable for mgt
- -cat writes the output record in a form suitable for wally <file
-
- The game score is printed even in the case of a resignation.
-
- Feel free to add this to your archives and/or post it to
- rec.games.go (I can't post anything at present).
-
- ,---------------.
- ,-+-------------. | Kevin Stock
- | | E N C O R E | |
- | `-------------+-' kstock@gouldfr.encore.fr
- `---------------' kstock@gouldfr.UUCP
-
-
-
- OK, so mgt only uses a..s in its input file! Boy, is life complicated!
-
- At the end of this message is a supplemental patch, which does the
- following:
-
- 1) uses a..s in the input files, instead of a..hj..t
- 2) adds a comment for each move
- 3) creates a new node for a pass, so the comments
- don't run into each other and get lost
- 4) uses Size instead of SiZe.
- This is probably wrong, but it's convenient.
- 5) introduces a PATCHLEVEL (== 2)
-
- I'll send you another mail which is a single patch file to apply both
- patches, which would be more suitable for posting (if you haven't put
- the first one out yet).
-
- Whew.
- Kevin
-