Home » Archimedes archive » Acorn User » AU 1997-07 A.adf » Features » 3D/!Read1st!

3D/!Read1st!

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1997-07 A.adf » Features
Filename: 3D/!Read1st!
Read OK:
File size: 0E54 bytes
Load address: 0000
Exec address: 0000
File contents
**************************************
**** ACORN USER 3-D Games Articles ***
**************************************
PLEASE READ THIS FILE BEFORE USING ANY
OF THE SOURCE CODE OR PROGRAMS ON THIS
DISK.

Contents:

1. "What's on this disk?"
2. "Note to STRONGARM users"
3. "Screen mode problems"
4. "NEW NEW GRAPHICS"
5. "Contacting me and OTHER ISSUES"

**************************************
1. "What's on this disk?"
**************************************

PLEASE DEARCHIVE all the files before use (well its best to anyway).

You will find the application !AUA_Attack: This new version of our engine is becoming more like the finished one, featuring:

1) Transparent walls
2) Doors
3) Variables Screen Sizes
4) Fixed Point Maths
5) Parameters passed to engine

The source has been compiled with Easy C/C++, but it has not been compiled with Acorn C or GNU C. I believe that it may compile, but with warnings. A few warnings come up with Easy C. These relate to storage of char * pointers in an int[] array. This will be remedies in future versions of the engine. 

The program may take a long time on slower machines for now. About 20 fps on a RPC 600. The look up tables will take a while to generate also on slower machines, but soon I'll load them in from file instead.
PLEASE READ THE COMMENTS INSIDE THE RUN FILE FOR MORE INFORMATION ON ALTERING THE PARAMTERS PASSED TO THE ENGINE.

The engine uses a brand new world file and set of graphics, each which comply with the shading (of sorts) system we established in article three. There is also one door and one windows. 

Letters  A,B,C,D,E,F,G,H,I can be used to represent more tiles and also they might be used for objects next month.


**************************************
2. "Note to STRONGARM users"
**************************************

StrongARM RISC PC owners may (like myself) find the program to crash with either a floating point error or some sort of instruction abort. This (thank god!) is nothing to do with the program, but some sort of irregularity in the StrongARM architecture which isn't spotted by the compiler. 
A patch is available from A.R.T, it can be found on one of the Clan Acorn membership discs and most likely from their web site:
http://www.art.acorn.co.uk (note that this web site is soon to be updated so the address may be invalid).

**************************************
3. "Screen mode problems"
**************************************

The !AUA_Attack application uses mode 13 to generate its view. On RISC PC machines (and some of those with RISC OS 3 or later) this screen mode is "letter-boxed". This can be corrected by changing the mode definition file on your computer. The changes made are specific to your own monitor, so it is best to either
1) Contact your dealer
2) Contact someone who knows their Acorns!
3) Contact me for advice.
Note that the engine will still WORK, albeit a little "squished"!

In this latest version screen banking is used, so make sure that enough screen memory is available.

**************************************
4. "New graphics and things"
**************************************

The new graphics inside the !AUA_Attack application feature a various number of tiles differing in their style and pupose, such as a urinal, trees, bookshelf. More next month.

**************************************
5. "Contacting me and other issues"
**************************************

THIS MONTH read the source code (and comments) for the many (albeit small) changes to the code, and also read the comments inside the applications !run file for details of passing parameters to the engine.

Email: AUThreeD@AOL.COM
Snail: See address in article
00000000  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000020  2a 2a 2a 2a 2a 2a 0a 2a  2a 2a 2a 20 41 43 4f 52  |******.**** ACOR|
00000030  4e 20 55 53 45 52 20 33  2d 44 20 47 61 6d 65 73  |N USER 3-D Games|
00000040  20 41 72 74 69 63 6c 65  73 20 2a 2a 2a 0a 2a 2a  | Articles ***.**|
00000050  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000070  2a 2a 2a 2a 0a 50 4c 45  41 53 45 20 52 45 41 44  |****.PLEASE READ|
00000080  20 54 48 49 53 20 46 49  4c 45 20 42 45 46 4f 52  | THIS FILE BEFOR|
00000090  45 20 55 53 49 4e 47 20  41 4e 59 0a 4f 46 20 54  |E USING ANY.OF T|
000000a0  48 45 20 53 4f 55 52 43  45 20 43 4f 44 45 20 4f  |HE SOURCE CODE O|
000000b0  52 20 50 52 4f 47 52 41  4d 53 20 4f 4e 20 54 48  |R PROGRAMS ON TH|
000000c0  49 53 0a 44 49 53 4b 2e  0a 0a 43 6f 6e 74 65 6e  |IS.DISK...Conten|
000000d0  74 73 3a 0a 0a 31 2e 20  22 57 68 61 74 27 73 20  |ts:..1. "What's |
000000e0  6f 6e 20 74 68 69 73 20  64 69 73 6b 3f 22 0a 32  |on this disk?".2|
000000f0  2e 20 22 4e 6f 74 65 20  74 6f 20 53 54 52 4f 4e  |. "Note to STRON|
00000100  47 41 52 4d 20 75 73 65  72 73 22 0a 33 2e 20 22  |GARM users".3. "|
00000110  53 63 72 65 65 6e 20 6d  6f 64 65 20 70 72 6f 62  |Screen mode prob|
00000120  6c 65 6d 73 22 0a 34 2e  20 22 4e 45 57 20 4e 45  |lems".4. "NEW NE|
00000130  57 20 47 52 41 50 48 49  43 53 22 0a 35 2e 20 22  |W GRAPHICS".5. "|
00000140  43 6f 6e 74 61 63 74 69  6e 67 20 6d 65 20 61 6e  |Contacting me an|
00000150  64 20 4f 54 48 45 52 20  49 53 53 55 45 53 22 0a  |d OTHER ISSUES".|
00000160  0a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |.***************|
00000170  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
00000180  2a 2a 2a 2a 2a 2a 2a 0a  31 2e 20 22 57 68 61 74  |*******.1. "What|
00000190  27 73 20 6f 6e 20 74 68  69 73 20 64 69 73 6b 3f  |'s on this disk?|
000001a0  22 0a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |".**************|
000001b0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
000001c0  2a 2a 2a 2a 2a 2a 2a 2a  0a 0a 50 4c 45 41 53 45  |********..PLEASE|
000001d0  20 44 45 41 52 43 48 49  56 45 20 61 6c 6c 20 74  | DEARCHIVE all t|
000001e0  68 65 20 66 69 6c 65 73  20 62 65 66 6f 72 65 20  |he files before |
000001f0  75 73 65 20 28 77 65 6c  6c 20 69 74 73 20 62 65  |use (well its be|
00000200  73 74 20 74 6f 20 61 6e  79 77 61 79 29 2e 0a 0a  |st to anyway)...|
00000210  59 6f 75 20 77 69 6c 6c  20 66 69 6e 64 20 74 68  |You will find th|
00000220  65 20 61 70 70 6c 69 63  61 74 69 6f 6e 20 21 41  |e application !A|
00000230  55 41 5f 41 74 74 61 63  6b 3a 20 54 68 69 73 20  |UA_Attack: This |
00000240  6e 65 77 20 76 65 72 73  69 6f 6e 20 6f 66 20 6f  |new version of o|
00000250  75 72 20 65 6e 67 69 6e  65 20 69 73 20 62 65 63  |ur engine is bec|
00000260  6f 6d 69 6e 67 20 6d 6f  72 65 20 6c 69 6b 65 20  |oming more like |
00000270  74 68 65 20 66 69 6e 69  73 68 65 64 20 6f 6e 65  |the finished one|
00000280  2c 20 66 65 61 74 75 72  69 6e 67 3a 0a 0a 31 29  |, featuring:..1)|
00000290  20 54 72 61 6e 73 70 61  72 65 6e 74 20 77 61 6c  | Transparent wal|
000002a0  6c 73 0a 32 29 20 44 6f  6f 72 73 0a 33 29 20 56  |ls.2) Doors.3) V|
000002b0  61 72 69 61 62 6c 65 73  20 53 63 72 65 65 6e 20  |ariables Screen |
000002c0  53 69 7a 65 73 0a 34 29  20 46 69 78 65 64 20 50  |Sizes.4) Fixed P|
000002d0  6f 69 6e 74 20 4d 61 74  68 73 0a 35 29 20 50 61  |oint Maths.5) Pa|
000002e0  72 61 6d 65 74 65 72 73  20 70 61 73 73 65 64 20  |rameters passed |
000002f0  74 6f 20 65 6e 67 69 6e  65 0a 0a 54 68 65 20 73  |to engine..The s|
00000300  6f 75 72 63 65 20 68 61  73 20 62 65 65 6e 20 63  |ource has been c|
00000310  6f 6d 70 69 6c 65 64 20  77 69 74 68 20 45 61 73  |ompiled with Eas|
00000320  79 20 43 2f 43 2b 2b 2c  20 62 75 74 20 69 74 20  |y C/C++, but it |
00000330  68 61 73 20 6e 6f 74 20  62 65 65 6e 20 63 6f 6d  |has not been com|
00000340  70 69 6c 65 64 20 77 69  74 68 20 41 63 6f 72 6e  |piled with Acorn|
00000350  20 43 20 6f 72 20 47 4e  55 20 43 2e 20 49 20 62  | C or GNU C. I b|
00000360  65 6c 69 65 76 65 20 74  68 61 74 20 69 74 20 6d  |elieve that it m|
00000370  61 79 20 63 6f 6d 70 69  6c 65 2c 20 62 75 74 20  |ay compile, but |
00000380  77 69 74 68 20 77 61 72  6e 69 6e 67 73 2e 20 41  |with warnings. A|
00000390  20 66 65 77 20 77 61 72  6e 69 6e 67 73 20 63 6f  | few warnings co|
000003a0  6d 65 20 75 70 20 77 69  74 68 20 45 61 73 79 20  |me up with Easy |
000003b0  43 2e 20 54 68 65 73 65  20 72 65 6c 61 74 65 20  |C. These relate |
000003c0  74 6f 20 73 74 6f 72 61  67 65 20 6f 66 20 63 68  |to storage of ch|
000003d0  61 72 20 2a 20 70 6f 69  6e 74 65 72 73 20 69 6e  |ar * pointers in|
000003e0  20 61 6e 20 69 6e 74 5b  5d 20 61 72 72 61 79 2e  | an int[] array.|
000003f0  20 54 68 69 73 20 77 69  6c 6c 20 62 65 20 72 65  | This will be re|
00000400  6d 65 64 69 65 73 20 69  6e 20 66 75 74 75 72 65  |medies in future|
00000410  20 76 65 72 73 69 6f 6e  73 20 6f 66 20 74 68 65  | versions of the|
00000420  20 65 6e 67 69 6e 65 2e  20 0a 0a 54 68 65 20 70  | engine. ..The p|
00000430  72 6f 67 72 61 6d 20 6d  61 79 20 74 61 6b 65 20  |rogram may take |
00000440  61 20 6c 6f 6e 67 20 74  69 6d 65 20 6f 6e 20 73  |a long time on s|
00000450  6c 6f 77 65 72 20 6d 61  63 68 69 6e 65 73 20 66  |lower machines f|
00000460  6f 72 20 6e 6f 77 2e 20  41 62 6f 75 74 20 32 30  |or now. About 20|
00000470  20 66 70 73 20 6f 6e 20  61 20 52 50 43 20 36 30  | fps on a RPC 60|
00000480  30 2e 20 54 68 65 20 6c  6f 6f 6b 20 75 70 20 74  |0. The look up t|
00000490  61 62 6c 65 73 20 77 69  6c 6c 20 74 61 6b 65 20  |ables will take |
000004a0  61 20 77 68 69 6c 65 20  74 6f 20 67 65 6e 65 72  |a while to gener|
000004b0  61 74 65 20 61 6c 73 6f  20 6f 6e 20 73 6c 6f 77  |ate also on slow|
000004c0  65 72 20 6d 61 63 68 69  6e 65 73 2c 20 62 75 74  |er machines, but|
000004d0  20 73 6f 6f 6e 20 49 27  6c 6c 20 6c 6f 61 64 20  | soon I'll load |
000004e0  74 68 65 6d 20 69 6e 20  66 72 6f 6d 20 66 69 6c  |them in from fil|
000004f0  65 20 69 6e 73 74 65 61  64 2e 0a 50 4c 45 41 53  |e instead..PLEAS|
00000500  45 20 52 45 41 44 20 54  48 45 20 43 4f 4d 4d 45  |E READ THE COMME|
00000510  4e 54 53 20 49 4e 53 49  44 45 20 54 48 45 20 52  |NTS INSIDE THE R|
00000520  55 4e 20 46 49 4c 45 20  46 4f 52 20 4d 4f 52 45  |UN FILE FOR MORE|
00000530  20 49 4e 46 4f 52 4d 41  54 49 4f 4e 20 4f 4e 20  | INFORMATION ON |
00000540  41 4c 54 45 52 49 4e 47  20 54 48 45 20 50 41 52  |ALTERING THE PAR|
00000550  41 4d 54 45 52 53 20 50  41 53 53 45 44 20 54 4f  |AMTERS PASSED TO|
00000560  20 54 48 45 20 45 4e 47  49 4e 45 2e 0a 0a 54 68  | THE ENGINE...Th|
00000570  65 20 65 6e 67 69 6e 65  20 75 73 65 73 20 61 20  |e engine uses a |
00000580  62 72 61 6e 64 20 6e 65  77 20 77 6f 72 6c 64 20  |brand new world |
00000590  66 69 6c 65 20 61 6e 64  20 73 65 74 20 6f 66 20  |file and set of |
000005a0  67 72 61 70 68 69 63 73  2c 20 65 61 63 68 20 77  |graphics, each w|
000005b0  68 69 63 68 20 63 6f 6d  70 6c 79 20 77 69 74 68  |hich comply with|
000005c0  20 74 68 65 20 73 68 61  64 69 6e 67 20 28 6f 66  | the shading (of|
000005d0  20 73 6f 72 74 73 29 20  73 79 73 74 65 6d 20 77  | sorts) system w|
000005e0  65 20 65 73 74 61 62 6c  69 73 68 65 64 20 69 6e  |e established in|
000005f0  20 61 72 74 69 63 6c 65  20 74 68 72 65 65 2e 20  | article three. |
00000600  54 68 65 72 65 20 69 73  20 61 6c 73 6f 20 6f 6e  |There is also on|
00000610  65 20 64 6f 6f 72 20 61  6e 64 20 6f 6e 65 20 77  |e door and one w|
00000620  69 6e 64 6f 77 73 2e 20  0a 0a 4c 65 74 74 65 72  |indows. ..Letter|
00000630  73 20 20 41 2c 42 2c 43  2c 44 2c 45 2c 46 2c 47  |s  A,B,C,D,E,F,G|
00000640  2c 48 2c 49 20 63 61 6e  20 62 65 20 75 73 65 64  |,H,I can be used|
00000650  20 74 6f 20 72 65 70 72  65 73 65 6e 74 20 6d 6f  | to represent mo|
00000660  72 65 20 74 69 6c 65 73  20 61 6e 64 20 61 6c 73  |re tiles and als|
00000670  6f 20 74 68 65 79 20 6d  69 67 68 74 20 62 65 20  |o they might be |
00000680  75 73 65 64 20 66 6f 72  20 6f 62 6a 65 63 74 73  |used for objects|
00000690  20 6e 65 78 74 20 6d 6f  6e 74 68 2e 0a 0a 0a 2a  | next month....*|
000006a0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
000006c0  2a 2a 2a 2a 2a 0a 32 2e  20 22 4e 6f 74 65 20 74  |*****.2. "Note t|
000006d0  6f 20 53 54 52 4f 4e 47  41 52 4d 20 75 73 65 72  |o STRONGARM user|
000006e0  73 22 0a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |s".*************|
000006f0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
00000700  2a 2a 2a 2a 2a 2a 2a 2a  2a 0a 0a 53 74 72 6f 6e  |*********..Stron|
00000710  67 41 52 4d 20 52 49 53  43 20 50 43 20 6f 77 6e  |gARM RISC PC own|
00000720  65 72 73 20 6d 61 79 20  28 6c 69 6b 65 20 6d 79  |ers may (like my|
00000730  73 65 6c 66 29 20 66 69  6e 64 20 74 68 65 20 70  |self) find the p|
00000740  72 6f 67 72 61 6d 20 74  6f 20 63 72 61 73 68 20  |rogram to crash |
00000750  77 69 74 68 20 65 69 74  68 65 72 20 61 20 66 6c  |with either a fl|
00000760  6f 61 74 69 6e 67 20 70  6f 69 6e 74 20 65 72 72  |oating point err|
00000770  6f 72 20 6f 72 20 73 6f  6d 65 20 73 6f 72 74 20  |or or some sort |
00000780  6f 66 20 69 6e 73 74 72  75 63 74 69 6f 6e 20 61  |of instruction a|
00000790  62 6f 72 74 2e 20 54 68  69 73 20 28 74 68 61 6e  |bort. This (than|
000007a0  6b 20 67 6f 64 21 29 20  69 73 20 6e 6f 74 68 69  |k god!) is nothi|
000007b0  6e 67 20 74 6f 20 64 6f  20 77 69 74 68 20 74 68  |ng to do with th|
000007c0  65 20 70 72 6f 67 72 61  6d 2c 20 62 75 74 20 73  |e program, but s|
000007d0  6f 6d 65 20 73 6f 72 74  20 6f 66 20 69 72 72 65  |ome sort of irre|
000007e0  67 75 6c 61 72 69 74 79  20 69 6e 20 74 68 65 20  |gularity in the |
000007f0  53 74 72 6f 6e 67 41 52  4d 20 61 72 63 68 69 74  |StrongARM archit|
00000800  65 63 74 75 72 65 20 77  68 69 63 68 20 69 73 6e  |ecture which isn|
00000810  27 74 20 73 70 6f 74 74  65 64 20 62 79 20 74 68  |'t spotted by th|
00000820  65 20 63 6f 6d 70 69 6c  65 72 2e 20 0a 41 20 70  |e compiler. .A p|
00000830  61 74 63 68 20 69 73 20  61 76 61 69 6c 61 62 6c  |atch is availabl|
00000840  65 20 66 72 6f 6d 20 41  2e 52 2e 54 2c 20 69 74  |e from A.R.T, it|
00000850  20 63 61 6e 20 62 65 20  66 6f 75 6e 64 20 6f 6e  | can be found on|
00000860  20 6f 6e 65 20 6f 66 20  74 68 65 20 43 6c 61 6e  | one of the Clan|
00000870  20 41 63 6f 72 6e 20 6d  65 6d 62 65 72 73 68 69  | Acorn membershi|
00000880  70 20 64 69 73 63 73 20  61 6e 64 20 6d 6f 73 74  |p discs and most|
00000890  20 6c 69 6b 65 6c 79 20  66 72 6f 6d 20 74 68 65  | likely from the|
000008a0  69 72 20 77 65 62 20 73  69 74 65 3a 0a 68 74 74  |ir web site:.htt|
000008b0  70 3a 2f 2f 77 77 77 2e  61 72 74 2e 61 63 6f 72  |p://www.art.acor|
000008c0  6e 2e 63 6f 2e 75 6b 20  28 6e 6f 74 65 20 74 68  |n.co.uk (note th|
000008d0  61 74 20 74 68 69 73 20  77 65 62 20 73 69 74 65  |at this web site|
000008e0  20 69 73 20 73 6f 6f 6e  20 74 6f 20 62 65 20 75  | is soon to be u|
000008f0  70 64 61 74 65 64 20 73  6f 20 74 68 65 20 61 64  |pdated so the ad|
00000900  64 72 65 73 73 20 6d 61  79 20 62 65 20 69 6e 76  |dress may be inv|
00000910  61 6c 69 64 29 2e 0a 0a  2a 2a 2a 2a 2a 2a 2a 2a  |alid)...********|
00000920  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
00000930  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 0a 33  |**************.3|
00000940  2e 20 22 53 63 72 65 65  6e 20 6d 6f 64 65 20 70  |. "Screen mode p|
00000950  72 6f 62 6c 65 6d 73 22  0a 2a 2a 2a 2a 2a 2a 2a  |roblems".*******|
00000960  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
00000970  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 0a  |***************.|
00000980  0a 54 68 65 20 21 41 55  41 5f 41 74 74 61 63 6b  |.The !AUA_Attack|
00000990  20 61 70 70 6c 69 63 61  74 69 6f 6e 20 75 73 65  | application use|
000009a0  73 20 6d 6f 64 65 20 31  33 20 74 6f 20 67 65 6e  |s mode 13 to gen|
000009b0  65 72 61 74 65 20 69 74  73 20 76 69 65 77 2e 20  |erate its view. |
000009c0  4f 6e 20 52 49 53 43 20  50 43 20 6d 61 63 68 69  |On RISC PC machi|
000009d0  6e 65 73 20 28 61 6e 64  20 73 6f 6d 65 20 6f 66  |nes (and some of|
000009e0  20 74 68 6f 73 65 20 77  69 74 68 20 52 49 53 43  | those with RISC|
000009f0  20 4f 53 20 33 20 6f 72  20 6c 61 74 65 72 29 20  | OS 3 or later) |
00000a00  74 68 69 73 20 73 63 72  65 65 6e 20 6d 6f 64 65  |this screen mode|
00000a10  20 69 73 20 22 6c 65 74  74 65 72 2d 62 6f 78 65  | is "letter-boxe|
00000a20  64 22 2e 20 54 68 69 73  20 63 61 6e 20 62 65 20  |d". This can be |
00000a30  63 6f 72 72 65 63 74 65  64 20 62 79 20 63 68 61  |corrected by cha|
00000a40  6e 67 69 6e 67 20 74 68  65 20 6d 6f 64 65 20 64  |nging the mode d|
00000a50  65 66 69 6e 69 74 69 6f  6e 20 66 69 6c 65 20 6f  |efinition file o|
00000a60  6e 20 79 6f 75 72 20 63  6f 6d 70 75 74 65 72 2e  |n your computer.|
00000a70  20 54 68 65 20 63 68 61  6e 67 65 73 20 6d 61 64  | The changes mad|
00000a80  65 20 61 72 65 20 73 70  65 63 69 66 69 63 20 74  |e are specific t|
00000a90  6f 20 79 6f 75 72 20 6f  77 6e 20 6d 6f 6e 69 74  |o your own monit|
00000aa0  6f 72 2c 20 73 6f 20 69  74 20 69 73 20 62 65 73  |or, so it is bes|
00000ab0  74 20 74 6f 20 65 69 74  68 65 72 0a 31 29 20 43  |t to either.1) C|
00000ac0  6f 6e 74 61 63 74 20 79  6f 75 72 20 64 65 61 6c  |ontact your deal|
00000ad0  65 72 0a 32 29 20 43 6f  6e 74 61 63 74 20 73 6f  |er.2) Contact so|
00000ae0  6d 65 6f 6e 65 20 77 68  6f 20 6b 6e 6f 77 73 20  |meone who knows |
00000af0  74 68 65 69 72 20 41 63  6f 72 6e 73 21 0a 33 29  |their Acorns!.3)|
00000b00  20 43 6f 6e 74 61 63 74  20 6d 65 20 66 6f 72 20  | Contact me for |
00000b10  61 64 76 69 63 65 2e 0a  4e 6f 74 65 20 74 68 61  |advice..Note tha|
00000b20  74 20 74 68 65 20 65 6e  67 69 6e 65 20 77 69 6c  |t the engine wil|
00000b30  6c 20 73 74 69 6c 6c 20  57 4f 52 4b 2c 20 61 6c  |l still WORK, al|
00000b40  62 65 69 74 20 61 20 6c  69 74 74 6c 65 20 22 73  |beit a little "s|
00000b50  71 75 69 73 68 65 64 22  21 0a 0a 49 6e 20 74 68  |quished"!..In th|
00000b60  69 73 20 6c 61 74 65 73  74 20 76 65 72 73 69 6f  |is latest versio|
00000b70  6e 20 73 63 72 65 65 6e  20 62 61 6e 6b 69 6e 67  |n screen banking|
00000b80  20 69 73 20 75 73 65 64  2c 20 73 6f 20 6d 61 6b  | is used, so mak|
00000b90  65 20 73 75 72 65 20 74  68 61 74 20 65 6e 6f 75  |e sure that enou|
00000ba0  67 68 20 73 63 72 65 65  6e 20 6d 65 6d 6f 72 79  |gh screen memory|
00000bb0  20 69 73 20 61 76 61 69  6c 61 62 6c 65 2e 0a 0a  | is available...|
00000bc0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000be0  2a 2a 2a 2a 2a 2a 0a 34  2e 20 22 4e 65 77 20 67  |******.4. "New g|
00000bf0  72 61 70 68 69 63 73 20  61 6e 64 20 74 68 69 6e  |raphics and thin|
00000c00  67 73 22 0a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |gs".************|
00000c10  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
00000c20  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 0a 0a 54 68 65 20  |**********..The |
00000c30  6e 65 77 20 67 72 61 70  68 69 63 73 20 69 6e 73  |new graphics ins|
00000c40  69 64 65 20 74 68 65 20  21 41 55 41 5f 41 74 74  |ide the !AUA_Att|
00000c50  61 63 6b 20 61 70 70 6c  69 63 61 74 69 6f 6e 20  |ack application |
00000c60  66 65 61 74 75 72 65 20  61 20 76 61 72 69 6f 75  |feature a variou|
00000c70  73 20 6e 75 6d 62 65 72  20 6f 66 20 74 69 6c 65  |s number of tile|
00000c80  73 20 64 69 66 66 65 72  69 6e 67 20 69 6e 20 74  |s differing in t|
00000c90  68 65 69 72 20 73 74 79  6c 65 20 61 6e 64 20 70  |heir style and p|
00000ca0  75 70 6f 73 65 2c 20 73  75 63 68 20 61 73 20 61  |upose, such as a|
00000cb0  20 75 72 69 6e 61 6c 2c  20 74 72 65 65 73 2c 20  | urinal, trees, |
00000cc0  62 6f 6f 6b 73 68 65 6c  66 2e 20 4d 6f 72 65 20  |bookshelf. More |
00000cd0  6e 65 78 74 20 6d 6f 6e  74 68 2e 0a 0a 2a 2a 2a  |next month...***|
00000ce0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000d00  2a 2a 2a 0a 35 2e 20 22  43 6f 6e 74 61 63 74 69  |***.5. "Contacti|
00000d10  6e 67 20 6d 65 20 61 6e  64 20 6f 74 68 65 72 20  |ng me and other |
00000d20  69 73 73 75 65 73 22 0a  2a 2a 2a 2a 2a 2a 2a 2a  |issues".********|
00000d30  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
00000d40  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 0a 0a  |**************..|
00000d50  54 48 49 53 20 4d 4f 4e  54 48 20 72 65 61 64 20  |THIS MONTH read |
00000d60  74 68 65 20 73 6f 75 72  63 65 20 63 6f 64 65 20  |the source code |
00000d70  28 61 6e 64 20 63 6f 6d  6d 65 6e 74 73 29 20 66  |(and comments) f|
00000d80  6f 72 20 74 68 65 20 6d  61 6e 79 20 28 61 6c 62  |or the many (alb|
00000d90  65 69 74 20 73 6d 61 6c  6c 29 20 63 68 61 6e 67  |eit small) chang|
00000da0  65 73 20 74 6f 20 74 68  65 20 63 6f 64 65 2c 20  |es to the code, |
00000db0  61 6e 64 20 61 6c 73 6f  20 72 65 61 64 20 74 68  |and also read th|
00000dc0  65 20 63 6f 6d 6d 65 6e  74 73 20 69 6e 73 69 64  |e comments insid|
00000dd0  65 20 74 68 65 20 61 70  70 6c 69 63 61 74 69 6f  |e the applicatio|
00000de0  6e 73 20 21 72 75 6e 20  66 69 6c 65 20 66 6f 72  |ns !run file for|
00000df0  20 64 65 74 61 69 6c 73  20 6f 66 20 70 61 73 73  | details of pass|
00000e00  69 6e 67 20 70 61 72 61  6d 65 74 65 72 73 20 74  |ing parameters t|
00000e10  6f 20 74 68 65 20 65 6e  67 69 6e 65 2e 0a 0a 45  |o the engine...E|
00000e20  6d 61 69 6c 3a 20 41 55  54 68 72 65 65 44 40 41  |mail: AUThreeD@A|
00000e30  4f 4c 2e 43 4f 4d 0a 53  6e 61 69 6c 3a 20 53 65  |OL.COM.Snail: Se|
00000e40  65 20 61 64 64 72 65 73  73 20 69 6e 20 61 72 74  |e address in art|
00000e50  69 63 6c 65                                       |icle|
00000e54