Home » Archimedes archive » Acorn User » AU 1997-10 B.adf » 3D » !Read1st!
!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-10 B.adf » 3D |
Filename: | !Read1st! |
Read OK: | ✔ |
File size: | 1536 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?" 1.5 "FIX for BLACK WALLS problem" 1.6 "BUT its NOT FINISHED???" 2. "Note to STRONGARM users" 3. "Screen mode problems" 4. "NEW NEW GRAPHICS" 5. "BUT I ONLY FIND OBJECTS IN THE LOOS!"??? 6. "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 full to the brim of features (and half features), featuring: 1) Transparent walls 2) Doors 3) Variables Screen Sizes 4) Fixed Point Maths 5) Parameters passed to engine 6) Objects 7) Demo Modes 8) Moving Objects 9) Title Bar (at bottom of screen) 10) Mirrors (!) 11) A nice title page 12) Sound/s Admittedly I have left a few unfinished bits of code inside, but that's so you can add to it all! 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 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. ************************************** 1.5 "FIX for Black Walls Problem" ************************************** A few readers with older (possibly ARM 2 or RISC OS 2) machines may experience problems with the application because the walls appear totally black. This is because (I believe) their machines cannot handle mode 28. To rectify the problem you need to make the graphics files mode 13 and not mode 28. This can be done using ChangeFSI or a similar conversion application, else ontact me for the mode 13 versions. ************************************** 1.6 "BUT its NOT FINISHED???" ************************************** Reasons: 1) You guys have to do some work! 2) It will build your character 3) You'd be bored if there was nothing for you to do 4) I want to see what you can all do 5) Okay, I admit I was a teeny bit short of time (hols, damn ;-)) ************************************** 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/www.acorn.com ************************************** 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 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. The object graphics are too varied to list, have a look when you run it! ************************************** 5. "BUT I ONLY FIND OBJECTS IN THE LOOS" ************************************** This is because I haven't put any more objects in the objworld file. You have to be careful to watch the walls when you are doing this, it is useful to have both the world and objworld file up when doing this, or else you will get objects in walls. The objects in the code are guaranteed (!) not to be in walls, but like I said it takes a long time to make sure all objects are suitably placed, so I have left the reader to do so. ************************************** 6. "Contacting me and other issues" ************************************** THIS MONTH read the source code (and comments) for the many (albeit small and large) changes to the code, and also read the comments inside the applications !run file for details of passing parameters to the engine, and of course the objects and things!!! I repeat PLEASE CONTACT ME, for any reason 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 20 0a 0a 43 6f 6e 74 65 |IS.DISK. ..Conte| 000000d0 6e 74 73 3a 0a 0a 31 2e 20 22 57 68 61 74 27 73 |nts:..1. "What's| 000000e0 20 6f 6e 20 74 68 69 73 20 64 69 73 6b 3f 22 0a | on this disk?".| 000000f0 31 2e 35 20 22 46 49 58 20 66 6f 72 20 42 4c 41 |1.5 "FIX for BLA| 00000100 43 4b 20 57 41 4c 4c 53 20 70 72 6f 62 6c 65 6d |CK WALLS problem| 00000110 22 0a 31 2e 36 20 22 42 55 54 20 69 74 73 20 4e |".1.6 "BUT its N| 00000120 4f 54 20 46 49 4e 49 53 48 45 44 3f 3f 3f 22 0a |OT FINISHED???".| 00000130 32 2e 20 22 4e 6f 74 65 20 74 6f 20 53 54 52 4f |2. "Note to STRO| 00000140 4e 47 41 52 4d 20 75 73 65 72 73 22 0a 33 2e 20 |NGARM users".3. | 00000150 22 53 63 72 65 65 6e 20 6d 6f 64 65 20 70 72 6f |"Screen mode pro| 00000160 62 6c 65 6d 73 22 0a 34 2e 20 22 4e 45 57 20 4e |blems".4. "NEW N| 00000170 45 57 20 47 52 41 50 48 49 43 53 22 0a 35 2e 20 |EW GRAPHICS".5. | 00000180 22 42 55 54 20 49 20 4f 4e 4c 59 20 46 49 4e 44 |"BUT I ONLY FIND| 00000190 20 4f 42 4a 45 43 54 53 20 49 4e 20 54 48 45 20 | OBJECTS IN THE | 000001a0 4c 4f 4f 53 21 22 3f 3f 3f 0a 36 2e 20 22 43 6f |LOOS!"???.6. "Co| 000001b0 6e 74 61 63 74 69 6e 67 20 6d 65 20 61 6e 64 20 |ntacting me and | 000001c0 4f 54 48 45 52 20 49 53 53 55 45 53 22 0a 0a 2a |OTHER ISSUES"..*| 000001d0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 000001f0 2a 2a 2a 2a 2a 0a 31 2e 20 22 57 68 61 74 27 73 |*****.1. "What's| 00000200 20 6f 6e 20 74 68 69 73 20 64 69 73 6b 3f 22 0a | on this disk?".| 00000210 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 00000230 2a 2a 2a 2a 2a 2a 0a 0a 50 4c 45 41 53 45 20 44 |******..PLEASE D| 00000240 45 41 52 43 48 49 56 45 20 61 6c 6c 20 74 68 65 |EARCHIVE all the| 00000250 20 66 69 6c 65 73 20 62 65 66 6f 72 65 20 75 73 | files before us| 00000260 65 20 28 77 65 6c 6c 20 69 74 73 20 62 65 73 74 |e (well its best| 00000270 20 74 6f 20 61 6e 79 77 61 79 29 2e 0a 0a 59 6f | to anyway)...Yo| 00000280 75 20 77 69 6c 6c 20 66 69 6e 64 20 74 68 65 20 |u will find the | 00000290 61 70 70 6c 69 63 61 74 69 6f 6e 20 21 41 55 41 |application !AUA| 000002a0 5f 41 74 74 61 63 6b 3a 20 54 68 69 73 20 6e 65 |_Attack: This ne| 000002b0 77 20 76 65 72 73 69 6f 6e 20 6f 66 20 6f 75 72 |w version of our| 000002c0 20 65 6e 67 69 6e 65 20 69 73 20 66 75 6c 6c 20 | engine is full | 000002d0 74 6f 20 74 68 65 20 62 72 69 6d 20 6f 66 20 66 |to the brim of f| 000002e0 65 61 74 75 72 65 73 20 28 61 6e 64 20 68 61 6c |eatures (and hal| 000002f0 66 20 66 65 61 74 75 72 65 73 29 2c 20 66 65 61 |f features), fea| 00000300 74 75 72 69 6e 67 3a 0a 0a 31 29 20 54 72 61 6e |turing:..1) Tran| 00000310 73 70 61 72 65 6e 74 20 77 61 6c 6c 73 0a 32 29 |sparent walls.2)| 00000320 20 44 6f 6f 72 73 0a 33 29 20 56 61 72 69 61 62 | Doors.3) Variab| 00000330 6c 65 73 20 53 63 72 65 65 6e 20 53 69 7a 65 73 |les Screen Sizes| 00000340 0a 34 29 20 46 69 78 65 64 20 50 6f 69 6e 74 20 |.4) Fixed Point | 00000350 4d 61 74 68 73 0a 35 29 20 50 61 72 61 6d 65 74 |Maths.5) Paramet| 00000360 65 72 73 20 70 61 73 73 65 64 20 74 6f 20 65 6e |ers passed to en| 00000370 67 69 6e 65 0a 36 29 20 4f 62 6a 65 63 74 73 0a |gine.6) Objects.| 00000380 37 29 20 44 65 6d 6f 20 4d 6f 64 65 73 0a 38 29 |7) Demo Modes.8)| 00000390 20 4d 6f 76 69 6e 67 20 4f 62 6a 65 63 74 73 0a | Moving Objects.| 000003a0 39 29 20 54 69 74 6c 65 20 42 61 72 20 28 61 74 |9) Title Bar (at| 000003b0 20 62 6f 74 74 6f 6d 20 6f 66 20 73 63 72 65 65 | bottom of scree| 000003c0 6e 29 0a 31 30 29 20 4d 69 72 72 6f 72 73 20 28 |n).10) Mirrors (| 000003d0 21 29 0a 31 31 29 20 41 20 6e 69 63 65 20 74 69 |!).11) A nice ti| 000003e0 74 6c 65 20 70 61 67 65 0a 31 32 29 20 53 6f 75 |tle page.12) Sou| 000003f0 6e 64 2f 73 0a 0a 41 64 6d 69 74 74 65 64 6c 79 |nd/s..Admittedly| 00000400 20 49 20 68 61 76 65 20 6c 65 66 74 20 61 20 66 | I have left a f| 00000410 65 77 20 75 6e 66 69 6e 69 73 68 65 64 20 62 69 |ew unfinished bi| 00000420 74 73 20 6f 66 20 63 6f 64 65 20 69 6e 73 69 64 |ts of code insid| 00000430 65 2c 20 62 75 74 20 74 68 61 74 27 73 20 73 6f |e, but that's so| 00000440 20 79 6f 75 20 63 61 6e 20 61 64 64 20 74 6f 20 | you can add to | 00000450 69 74 20 61 6c 6c 21 0a 0a 54 68 65 20 73 6f 75 |it all!..The sou| 00000460 72 63 65 20 68 61 73 20 62 65 65 6e 20 63 6f 6d |rce has been com| 00000470 70 69 6c 65 64 20 77 69 74 68 20 45 61 73 79 20 |piled with Easy | 00000480 43 2f 43 2b 2b 2c 20 62 75 74 20 69 74 20 68 61 |C/C++, but it ha| 00000490 73 20 6e 6f 74 20 62 65 65 6e 20 63 6f 6d 70 69 |s not been compi| 000004a0 6c 65 64 20 77 69 74 68 20 41 63 6f 72 6e 20 43 |led with Acorn C| 000004b0 20 6f 72 20 47 4e 55 20 43 2e 20 49 20 62 65 6c | or GNU C. I bel| 000004c0 69 65 76 65 20 74 68 61 74 20 69 74 20 6d 61 79 |ieve that it may| 000004d0 20 63 6f 6d 70 69 6c 65 2c 20 62 75 74 20 77 69 | compile, but wi| 000004e0 74 68 20 77 61 72 6e 69 6e 67 73 2e 20 41 20 66 |th warnings. A f| 000004f0 65 77 20 77 61 72 6e 69 6e 67 73 20 63 6f 6d 65 |ew warnings come| 00000500 20 75 70 20 77 69 74 68 20 45 61 73 79 20 43 2e | up with Easy C.| 00000510 20 54 68 65 73 65 20 72 65 6c 61 74 65 20 74 6f | These relate to| 00000520 20 73 74 6f 72 61 67 65 20 6f 66 20 63 68 61 72 | storage of char| 00000530 20 2a 20 70 6f 69 6e 74 65 72 73 20 69 6e 20 61 | * pointers in a| 00000540 6e 20 69 6e 74 5b 5d 20 61 72 72 61 79 2e 20 54 |n int[] array. T| 00000550 68 69 73 20 77 69 6c 6c 20 62 65 20 72 65 6d 65 |his will be reme| 00000560 64 69 65 73 20 69 6e 20 66 75 74 75 72 65 20 76 |dies in future v| 00000570 65 72 73 69 6f 6e 73 20 6f 66 20 74 68 65 20 65 |ersions of the e| 00000580 6e 67 69 6e 65 2e 20 0a 0a 54 68 65 20 6c 6f 6f |ngine. ..The loo| 00000590 6b 20 75 70 20 74 61 62 6c 65 73 20 77 69 6c 6c |k up tables will| 000005a0 20 74 61 6b 65 20 61 20 77 68 69 6c 65 20 74 6f | take a while to| 000005b0 20 67 65 6e 65 72 61 74 65 20 61 6c 73 6f 20 6f | generate also o| 000005c0 6e 20 73 6c 6f 77 65 72 20 6d 61 63 68 69 6e 65 |n slower machine| 000005d0 73 2c 20 62 75 74 20 73 6f 6f 6e 20 49 27 6c 6c |s, but soon I'll| 000005e0 20 6c 6f 61 64 20 74 68 65 6d 20 69 6e 20 66 72 | load them in fr| 000005f0 6f 6d 20 66 69 6c 65 20 69 6e 73 74 65 61 64 2e |om file instead.| 00000600 0a 50 4c 45 41 53 45 20 52 45 41 44 20 54 48 45 |.PLEASE READ THE| 00000610 20 43 4f 4d 4d 45 4e 54 53 20 49 4e 53 49 44 45 | COMMENTS INSIDE| 00000620 20 54 48 45 20 52 55 4e 20 46 49 4c 45 20 46 4f | THE RUN FILE FO| 00000630 52 20 4d 4f 52 45 20 49 4e 46 4f 52 4d 41 54 49 |R MORE INFORMATI| 00000640 4f 4e 20 4f 4e 20 41 4c 54 45 52 49 4e 47 20 54 |ON ON ALTERING T| 00000650 48 45 20 50 41 52 41 4d 54 45 52 53 20 50 41 53 |HE PARAMTERS PAS| 00000660 53 45 44 20 54 4f 20 54 48 45 20 45 4e 47 49 4e |SED TO THE ENGIN| 00000670 45 2e 0a 0a 54 68 65 20 65 6e 67 69 6e 65 20 75 |E...The engine u| 00000680 73 65 73 20 61 20 62 72 61 6e 64 20 6e 65 77 20 |ses a brand new | 00000690 77 6f 72 6c 64 20 66 69 6c 65 20 61 6e 64 20 73 |world file and s| 000006a0 65 74 20 6f 66 20 67 72 61 70 68 69 63 73 2c 20 |et of graphics, | 000006b0 65 61 63 68 20 77 68 69 63 68 20 63 6f 6d 70 6c |each which compl| 000006c0 79 20 77 69 74 68 20 74 68 65 20 73 68 61 64 69 |y with the shadi| 000006d0 6e 67 20 28 6f 66 20 73 6f 72 74 73 29 20 73 79 |ng (of sorts) sy| 000006e0 73 74 65 6d 20 77 65 20 65 73 74 61 62 6c 69 73 |stem we establis| 000006f0 68 65 64 20 69 6e 20 61 72 74 69 63 6c 65 20 74 |hed in article t| 00000700 68 72 65 65 2e 20 54 68 65 72 65 20 69 73 20 61 |hree. There is a| 00000710 6c 73 6f 20 6f 6e 65 20 64 6f 6f 72 20 61 6e 64 |lso one door and| 00000720 20 6f 6e 65 20 77 69 6e 64 6f 77 73 2e 20 0a 0a | one windows. ..| 00000730 4c 65 74 74 65 72 73 20 20 41 2c 42 2c 43 2c 44 |Letters A,B,C,D| 00000740 2c 45 2c 46 2c 47 2c 48 2c 49 20 63 61 6e 20 62 |,E,F,G,H,I can b| 00000750 65 20 75 73 65 64 20 74 6f 20 72 65 70 72 65 73 |e used to repres| 00000760 65 6e 74 20 6d 6f 72 65 20 74 69 6c 65 73 20 61 |ent more tiles a| 00000770 6e 64 20 61 6c 73 6f 20 74 68 65 79 20 6d 69 67 |nd also they mig| 00000780 68 74 20 62 65 20 75 73 65 64 20 66 6f 72 20 6f |ht be used for o| 00000790 62 6a 65 63 74 73 20 6e 65 78 74 20 6d 6f 6e 74 |bjects next mont| 000007a0 68 2e 0a 0a 0a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |h....***********| 000007b0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 000007c0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 0a 31 2e 35 20 |***********.1.5 | 000007d0 22 46 49 58 20 66 6f 72 20 42 6c 61 63 6b 20 57 |"FIX for Black W| 000007e0 61 6c 6c 73 20 50 72 6f 62 6c 65 6d 22 0a 2a 2a |alls Problem".**| 000007f0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 00000810 2a 2a 2a 2a 0a 0a 41 20 66 65 77 20 72 65 61 64 |****..A few read| 00000820 65 72 73 20 77 69 74 68 20 6f 6c 64 65 72 20 28 |ers with older (| 00000830 70 6f 73 73 69 62 6c 79 20 41 52 4d 20 32 20 6f |possibly ARM 2 o| 00000840 72 20 52 49 53 43 20 4f 53 20 32 29 20 6d 61 63 |r RISC OS 2) mac| 00000850 68 69 6e 65 73 20 6d 61 79 20 65 78 70 65 72 69 |hines may experi| 00000860 65 6e 63 65 20 70 72 6f 62 6c 65 6d 73 20 77 69 |ence problems wi| 00000870 74 68 20 74 68 65 20 61 70 70 6c 69 63 61 74 69 |th the applicati| 00000880 6f 6e 20 62 65 63 61 75 73 65 20 74 68 65 20 77 |on because the w| 00000890 61 6c 6c 73 20 61 70 70 65 61 72 20 74 6f 74 61 |alls appear tota| 000008a0 6c 6c 79 20 62 6c 61 63 6b 2e 20 54 68 69 73 20 |lly black. This | 000008b0 69 73 20 62 65 63 61 75 73 65 20 28 49 20 62 65 |is because (I be| 000008c0 6c 69 65 76 65 29 20 74 68 65 69 72 20 6d 61 63 |lieve) their mac| 000008d0 68 69 6e 65 73 20 63 61 6e 6e 6f 74 20 68 61 6e |hines cannot han| 000008e0 64 6c 65 20 6d 6f 64 65 20 32 38 2e 20 54 6f 20 |dle mode 28. To | 000008f0 72 65 63 74 69 66 79 20 74 68 65 20 70 72 6f 62 |rectify the prob| 00000900 6c 65 6d 20 79 6f 75 20 6e 65 65 64 20 74 6f 20 |lem you need to | 00000910 6d 61 6b 65 20 74 68 65 20 67 72 61 70 68 69 63 |make the graphic| 00000920 73 20 66 69 6c 65 73 20 6d 6f 64 65 20 31 33 20 |s files mode 13 | 00000930 61 6e 64 20 6e 6f 74 20 6d 6f 64 65 20 32 38 2e |and not mode 28.| 00000940 20 54 68 69 73 20 63 61 6e 20 62 65 20 64 6f 6e | This can be don| 00000950 65 20 75 73 69 6e 67 20 43 68 61 6e 67 65 46 53 |e using ChangeFS| 00000960 49 20 6f 72 20 61 20 73 69 6d 69 6c 61 72 20 63 |I or a similar c| 00000970 6f 6e 76 65 72 73 69 6f 6e 20 61 70 70 6c 69 63 |onversion applic| 00000980 61 74 69 6f 6e 2c 20 65 6c 73 65 20 6f 6e 74 61 |ation, else onta| 00000990 63 74 20 6d 65 20 66 6f 72 20 74 68 65 20 6d 6f |ct me for the mo| 000009a0 64 65 20 31 33 20 76 65 72 73 69 6f 6e 73 2e 0a |de 13 versions..| 000009b0 0a 0a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |..**************| 000009c0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 000009d0 2a 2a 2a 2a 2a 2a 2a 2a 0a 31 2e 36 20 22 42 55 |********.1.6 "BU| 000009e0 54 20 69 74 73 20 4e 4f 54 20 46 49 4e 49 53 48 |T its NOT FINISH| 000009f0 45 44 3f 3f 3f 22 0a 2a 2a 2a 2a 2a 2a 2a 2a 2a |ED???".*********| 00000a00 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 00000a10 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 0a 0a 52 |*************..R| 00000a20 65 61 73 6f 6e 73 3a 0a 0a 31 29 20 59 6f 75 20 |easons:..1) You | 00000a30 67 75 79 73 20 68 61 76 65 20 74 6f 20 64 6f 20 |guys have to do | 00000a40 73 6f 6d 65 20 77 6f 72 6b 21 0a 32 29 20 49 74 |some work!.2) It| 00000a50 20 77 69 6c 6c 20 62 75 69 6c 64 20 79 6f 75 72 | will build your| 00000a60 20 63 68 61 72 61 63 74 65 72 0a 33 29 20 59 6f | character.3) Yo| 00000a70 75 27 64 20 62 65 20 62 6f 72 65 64 20 69 66 20 |u'd be bored if | 00000a80 74 68 65 72 65 20 77 61 73 20 6e 6f 74 68 69 6e |there was nothin| 00000a90 67 20 66 6f 72 20 79 6f 75 20 74 6f 20 64 6f 0a |g for you to do.| 00000aa0 34 29 20 49 20 77 61 6e 74 20 74 6f 20 73 65 65 |4) I want to see| 00000ab0 20 77 68 61 74 20 79 6f 75 20 63 61 6e 20 61 6c | what you can al| 00000ac0 6c 20 64 6f 0a 35 29 20 4f 6b 61 79 2c 20 49 20 |l do.5) Okay, I | 00000ad0 61 64 6d 69 74 20 49 20 77 61 73 20 61 20 74 65 |admit I was a te| 00000ae0 65 6e 79 20 62 69 74 20 73 68 6f 72 74 20 6f 66 |eny bit short of| 00000af0 20 74 69 6d 65 20 28 68 6f 6c 73 2c 20 64 61 6d | time (hols, dam| 00000b00 6e 20 3b 2d 29 29 0a 0a 0a 0a 2a 2a 2a 2a 2a 2a |n ;-))....******| 00000b10 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 00000b30 0a 32 2e 20 22 4e 6f 74 65 20 74 6f 20 53 54 52 |.2. "Note to STR| 00000b40 4f 4e 47 41 52 4d 20 75 73 65 72 73 22 0a 2a 2a |ONGARM users".**| 00000b50 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 00000b70 2a 2a 2a 2a 0a 0a 53 74 72 6f 6e 67 41 52 4d 20 |****..StrongARM | 00000b80 52 49 53 43 20 50 43 20 6f 77 6e 65 72 73 20 6d |RISC PC owners m| 00000b90 61 79 20 28 6c 69 6b 65 20 6d 79 73 65 6c 66 29 |ay (like myself)| 00000ba0 20 66 69 6e 64 20 74 68 65 20 70 72 6f 67 72 61 | find the progra| 00000bb0 6d 20 74 6f 20 63 72 61 73 68 20 77 69 74 68 20 |m to crash with | 00000bc0 65 69 74 68 65 72 20 61 20 66 6c 6f 61 74 69 6e |either a floatin| 00000bd0 67 20 70 6f 69 6e 74 20 65 72 72 6f 72 20 6f 72 |g point error or| 00000be0 20 73 6f 6d 65 20 73 6f 72 74 20 6f 66 20 69 6e | some sort of in| 00000bf0 73 74 72 75 63 74 69 6f 6e 20 61 62 6f 72 74 2e |struction abort.| 00000c00 20 54 68 69 73 20 28 74 68 61 6e 6b 20 67 6f 64 | This (thank god| 00000c10 21 29 20 69 73 20 6e 6f 74 68 69 6e 67 20 74 6f |!) is nothing to| 00000c20 20 64 6f 20 77 69 74 68 20 74 68 65 20 70 72 6f | do with the pro| 00000c30 67 72 61 6d 2c 20 62 75 74 20 73 6f 6d 65 20 73 |gram, but some s| 00000c40 6f 72 74 20 6f 66 20 69 72 72 65 67 75 6c 61 72 |ort of irregular| 00000c50 69 74 79 20 69 6e 20 74 68 65 20 53 74 72 6f 6e |ity in the Stron| 00000c60 67 41 52 4d 20 61 72 63 68 69 74 65 63 74 75 72 |gARM architectur| 00000c70 65 20 77 68 69 63 68 20 69 73 6e 27 74 20 73 70 |e which isn't sp| 00000c80 6f 74 74 65 64 20 62 79 20 74 68 65 20 63 6f 6d |otted by the com| 00000c90 70 69 6c 65 72 2e 20 0a 41 20 70 61 74 63 68 20 |piler. .A patch | 00000ca0 69 73 20 61 76 61 69 6c 61 62 6c 65 20 66 72 6f |is available fro| 00000cb0 6d 20 41 2e 52 2e 54 2c 20 69 74 20 63 61 6e 20 |m A.R.T, it can | 00000cc0 62 65 20 66 6f 75 6e 64 20 6f 6e 20 6f 6e 65 20 |be found on one | 00000cd0 6f 66 20 74 68 65 20 43 6c 61 6e 20 41 63 6f 72 |of the Clan Acor| 00000ce0 6e 20 6d 65 6d 62 65 72 73 68 69 70 20 64 69 73 |n membership dis| 00000cf0 63 73 20 61 6e 64 20 6d 6f 73 74 20 6c 69 6b 65 |cs and most like| 00000d00 6c 79 20 66 72 6f 6d 20 74 68 65 69 72 20 77 65 |ly from their we| 00000d10 62 20 73 69 74 65 3a 0a 68 74 74 70 3a 2f 2f 77 |b site:.http://w| 00000d20 77 77 2e 61 72 74 2e 61 63 6f 72 6e 2e 63 6f 2e |ww.art.acorn.co.| 00000d30 75 6b 2f 77 77 77 2e 61 63 6f 72 6e 2e 63 6f 6d |uk/www.acorn.com| 00000d40 20 0a 0a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a | ..*************| 00000d50 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 00000d60 2a 2a 2a 2a 2a 2a 2a 2a 2a 0a 33 2e 20 22 53 63 |*********.3. "Sc| 00000d70 72 65 65 6e 20 6d 6f 64 65 20 70 72 6f 62 6c 65 |reen mode proble| 00000d80 6d 73 22 0a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |ms".************| 00000d90 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 00000da0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 0a 0a 54 68 65 20 |**********..The | 00000db0 21 41 55 41 5f 41 74 74 61 63 6b 20 61 70 70 6c |!AUA_Attack appl| 00000dc0 69 63 61 74 69 6f 6e 20 75 73 65 73 20 6d 6f 64 |ication uses mod| 00000dd0 65 20 31 33 20 74 6f 20 67 65 6e 65 72 61 74 65 |e 13 to generate| 00000de0 20 69 74 73 20 76 69 65 77 2e 20 4f 6e 20 52 49 | its view. On RI| 00000df0 53 43 20 50 43 20 6d 61 63 68 69 6e 65 73 20 28 |SC PC machines (| 00000e00 61 6e 64 20 73 6f 6d 65 20 6f 66 20 74 68 6f 73 |and some of thos| 00000e10 65 20 77 69 74 68 20 52 49 53 43 20 4f 53 20 33 |e with RISC OS 3| 00000e20 20 6f 72 20 6c 61 74 65 72 29 20 74 68 69 73 20 | or later) this | 00000e30 73 63 72 65 65 6e 20 6d 6f 64 65 20 69 73 20 22 |screen mode is "| 00000e40 6c 65 74 74 65 72 2d 62 6f 78 65 64 22 2e 20 54 |letter-boxed". T| 00000e50 68 69 73 20 63 61 6e 20 62 65 20 63 6f 72 72 65 |his can be corre| 00000e60 63 74 65 64 20 62 79 20 63 68 61 6e 67 69 6e 67 |cted by changing| 00000e70 20 74 68 65 20 6d 6f 64 65 20 64 65 66 69 6e 69 | the mode defini| 00000e80 74 69 6f 6e 20 66 69 6c 65 20 6f 6e 20 79 6f 75 |tion file on you| 00000e90 72 20 63 6f 6d 70 75 74 65 72 2e 20 54 68 65 20 |r computer. The | 00000ea0 63 68 61 6e 67 65 73 20 6d 61 64 65 20 61 72 65 |changes made are| 00000eb0 20 73 70 65 63 69 66 69 63 20 74 6f 20 79 6f 75 | specific to you| 00000ec0 72 20 6f 77 6e 20 6d 6f 6e 69 74 6f 72 2c 20 73 |r own monitor, s| 00000ed0 6f 20 69 74 20 69 73 20 62 65 73 74 20 74 6f 20 |o it is best to | 00000ee0 65 69 74 68 65 72 0a 31 29 20 43 6f 6e 74 61 63 |either.1) Contac| 00000ef0 74 20 79 6f 75 72 20 64 65 61 6c 65 72 0a 32 29 |t your dealer.2)| 00000f00 20 43 6f 6e 74 61 63 74 20 73 6f 6d 65 6f 6e 65 | Contact someone| 00000f10 20 77 68 6f 20 6b 6e 6f 77 73 20 74 68 65 69 72 | who knows their| 00000f20 20 41 63 6f 72 6e 73 21 0a 33 29 20 43 6f 6e 74 | Acorns!.3) Cont| 00000f30 61 63 74 20 6d 65 20 66 6f 72 20 61 64 76 69 63 |act me for advic| 00000f40 65 2e 0a 4e 6f 74 65 20 74 68 61 74 20 74 68 65 |e..Note that the| 00000f50 20 65 6e 67 69 6e 65 20 77 69 6c 6c 20 73 74 69 | engine will sti| 00000f60 6c 6c 20 57 4f 52 4b 2c 20 61 6c 62 65 69 74 20 |ll WORK, albeit | 00000f70 61 20 6c 69 74 74 6c 65 20 22 73 71 75 69 73 68 |a little "squish| 00000f80 65 64 22 21 0a 0a 49 6e 20 74 68 69 73 20 76 65 |ed"!..In this ve| 00000f90 72 73 69 6f 6e 20 73 63 72 65 65 6e 20 62 61 6e |rsion screen ban| 00000fa0 6b 69 6e 67 20 69 73 20 75 73 65 64 2c 20 73 6f |king is used, so| 00000fb0 20 6d 61 6b 65 20 73 75 72 65 20 74 68 61 74 20 | make sure that | 00000fc0 65 6e 6f 75 67 68 20 73 63 72 65 65 6e 20 6d 65 |enough screen me| 00000fd0 6d 6f 72 79 20 69 73 20 61 76 61 69 6c 61 62 6c |mory is availabl| 00000fe0 65 2e 0a 0a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |e...************| 00000ff0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 00001000 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 0a 34 2e 20 22 4e |**********.4. "N| 00001010 65 77 20 67 72 61 70 68 69 63 73 20 61 6e 64 20 |ew graphics and | 00001020 74 68 69 6e 67 73 22 0a 2a 2a 2a 2a 2a 2a 2a 2a |things".********| 00001030 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 00001040 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 0a 0a |**************..| 00001050 54 68 65 20 6e 65 77 20 67 72 61 70 68 69 63 73 |The new graphics| 00001060 20 69 6e 73 69 64 65 20 74 68 65 20 21 41 55 41 | inside the !AUA| 00001070 5f 41 74 74 61 63 6b 20 61 70 70 6c 69 63 61 74 |_Attack applicat| 00001080 69 6f 6e 20 66 65 61 74 75 72 65 20 61 20 76 61 |ion feature a va| 00001090 72 69 6f 75 73 20 6e 75 6d 62 65 72 20 6f 66 20 |rious number of | 000010a0 74 69 6c 65 73 20 64 69 66 66 65 72 69 6e 67 20 |tiles differing | 000010b0 69 6e 20 74 68 65 69 72 20 73 74 79 6c 65 20 61 |in their style a| 000010c0 6e 64 20 70 75 70 6f 73 65 2c 20 73 75 63 68 20 |nd pupose, such | 000010d0 61 73 20 61 20 75 72 69 6e 61 6c 2c 20 74 72 65 |as a urinal, tre| 000010e0 65 73 2c 20 62 6f 6f 6b 73 68 65 6c 66 2e 20 54 |es, bookshelf. T| 000010f0 68 65 20 6f 62 6a 65 63 74 20 67 72 61 70 68 69 |he object graphi| 00001100 63 73 20 61 72 65 20 74 6f 6f 20 76 61 72 69 65 |cs are too varie| 00001110 64 20 74 6f 20 6c 69 73 74 2c 20 68 61 76 65 20 |d to list, have | 00001120 61 20 6c 6f 6f 6b 20 77 68 65 6e 20 79 6f 75 20 |a look when you | 00001130 72 75 6e 20 69 74 21 0a 0a 2a 2a 2a 2a 2a 2a 2a |run it!..*******| 00001140 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 00001150 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 0a |***************.| 00001160 35 2e 20 22 42 55 54 20 49 20 4f 4e 4c 59 20 46 |5. "BUT I ONLY F| 00001170 49 4e 44 20 4f 42 4a 45 43 54 53 20 49 4e 20 54 |IND OBJECTS IN T| 00001180 48 45 20 4c 4f 4f 53 22 0a 2a 2a 2a 2a 2a 2a 2a |HE LOOS".*******| 00001190 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 000011a0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 0a |***************.| 000011b0 0a 54 68 69 73 20 69 73 20 62 65 63 61 75 73 65 |.This is because| 000011c0 20 49 20 68 61 76 65 6e 27 74 20 70 75 74 20 61 | I haven't put a| 000011d0 6e 79 20 6d 6f 72 65 20 6f 62 6a 65 63 74 73 20 |ny more objects | 000011e0 69 6e 20 74 68 65 20 6f 62 6a 77 6f 72 6c 64 20 |in the objworld | 000011f0 66 69 6c 65 2e 20 59 6f 75 20 68 61 76 65 20 74 |file. You have t| 00001200 6f 20 62 65 20 63 61 72 65 66 75 6c 20 74 6f 20 |o be careful to | 00001210 77 61 74 63 68 20 74 68 65 20 77 61 6c 6c 73 20 |watch the walls | 00001220 77 68 65 6e 20 79 6f 75 20 61 72 65 20 64 6f 69 |when you are doi| 00001230 6e 67 20 74 68 69 73 2c 20 69 74 20 69 73 20 75 |ng this, it is u| 00001240 73 65 66 75 6c 20 74 6f 20 68 61 76 65 20 62 6f |seful to have bo| 00001250 74 68 20 74 68 65 20 77 6f 72 6c 64 20 61 6e 64 |th the world and| 00001260 20 6f 62 6a 77 6f 72 6c 64 20 66 69 6c 65 20 75 | objworld file u| 00001270 70 20 77 68 65 6e 20 64 6f 69 6e 67 20 74 68 69 |p when doing thi| 00001280 73 2c 20 6f 72 20 65 6c 73 65 20 79 6f 75 20 77 |s, or else you w| 00001290 69 6c 6c 20 67 65 74 20 6f 62 6a 65 63 74 73 20 |ill get objects | 000012a0 69 6e 20 77 61 6c 6c 73 2e 20 54 68 65 20 6f 62 |in walls. The ob| 000012b0 6a 65 63 74 73 20 69 6e 20 74 68 65 20 63 6f 64 |jects in the cod| 000012c0 65 20 61 72 65 20 67 75 61 72 61 6e 74 65 65 64 |e are guaranteed| 000012d0 20 28 21 29 20 6e 6f 74 20 74 6f 20 62 65 20 69 | (!) not to be i| 000012e0 6e 20 77 61 6c 6c 73 2c 20 62 75 74 20 6c 69 6b |n walls, but lik| 000012f0 65 20 49 20 73 61 69 64 20 69 74 20 74 61 6b 65 |e I said it take| 00001300 73 20 61 20 6c 6f 6e 67 20 74 69 6d 65 20 74 6f |s a long time to| 00001310 20 6d 61 6b 65 20 73 75 72 65 20 61 6c 6c 20 6f | make sure all o| 00001320 62 6a 65 63 74 73 20 61 72 65 20 73 75 69 74 61 |bjects are suita| 00001330 62 6c 79 20 70 6c 61 63 65 64 2c 20 73 6f 20 49 |bly placed, so I| 00001340 20 68 61 76 65 20 6c 65 66 74 20 74 68 65 20 72 | have left the r| 00001350 65 61 64 65 72 20 74 6f 20 64 6f 20 73 6f 2e 0a |eader to do so..| 00001360 0a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |.***************| 00001370 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| 00001380 2a 2a 2a 2a 2a 2a 2a 0a 36 2e 20 22 43 6f 6e 74 |*******.6. "Cont| 00001390 61 63 74 69 6e 67 20 6d 65 20 61 6e 64 20 6f 74 |acting me and ot| 000013a0 68 65 72 20 69 73 73 75 65 73 22 0a 2a 2a 2a 2a |her issues".****| 000013b0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 000013d0 2a 2a 0a 0a 54 48 49 53 20 4d 4f 4e 54 48 20 72 |**..THIS MONTH r| 000013e0 65 61 64 20 74 68 65 20 73 6f 75 72 63 65 20 63 |ead the source c| 000013f0 6f 64 65 20 28 61 6e 64 20 63 6f 6d 6d 65 6e 74 |ode (and comment| 00001400 73 29 20 66 6f 72 20 74 68 65 20 6d 61 6e 79 20 |s) for the many | 00001410 28 61 6c 62 65 69 74 20 73 6d 61 6c 6c 20 61 6e |(albeit small an| 00001420 64 20 6c 61 72 67 65 29 20 63 68 61 6e 67 65 73 |d large) changes| 00001430 20 74 6f 20 74 68 65 20 63 6f 64 65 2c 20 61 6e | to the code, an| 00001440 64 20 61 6c 73 6f 20 72 65 61 64 20 74 68 65 20 |d also read the | 00001450 63 6f 6d 6d 65 6e 74 73 20 69 6e 73 69 64 65 20 |comments inside | 00001460 74 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 73 |the applications| 00001470 20 21 72 75 6e 20 66 69 6c 65 20 66 6f 72 20 64 | !run file for d| 00001480 65 74 61 69 6c 73 20 6f 66 20 70 61 73 73 69 6e |etails of passin| 00001490 67 20 70 61 72 61 6d 65 74 65 72 73 20 74 6f 20 |g parameters to | 000014a0 74 68 65 20 65 6e 67 69 6e 65 2c 20 61 6e 64 20 |the engine, and | 000014b0 6f 66 20 63 6f 75 72 73 65 20 74 68 65 20 6f 62 |of course the ob| 000014c0 6a 65 63 74 73 20 61 6e 64 20 74 68 69 6e 67 73 |jects and things| 000014d0 21 21 21 20 49 20 72 65 70 65 61 74 20 50 4c 45 |!!! I repeat PLE| 000014e0 41 53 45 20 43 4f 4e 54 41 43 54 20 4d 45 2c 20 |ASE CONTACT ME, | 000014f0 66 6f 72 20 61 6e 79 20 72 65 61 73 6f 6e 0a 0a |for any reason..| 00001500 0a 45 6d 61 69 6c 3a 20 41 55 54 68 72 65 65 44 |.Email: AUThreeD| 00001510 40 41 4f 4c 2e 43 4f 4d 0a 53 6e 61 69 6c 3a 20 |@AOL.COM.Snail: | 00001520 53 65 65 20 61 64 64 72 65 73 73 20 69 6e 20 61 |See address in a| 00001530 72 74 69 63 6c 65 |rticle| 00001536