Home » Archimedes archive » Acorn User » AU 1997-03 B.adf » Regulars » StarInfo/Booker/!Welcome/!Help
StarInfo/Booker/!Welcome/!Help
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-03 B.adf » Regulars |
Filename: | StarInfo/Booker/!Welcome/!Help |
Read OK: | ✔ |
File size: | 0C2A bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
!Welcome 1.02 by Andrew Booker -------------------------------- !Welcome can, simply, be used to alter the text shown on the default start up screen of a machine running RISC OS 3.1 (see technical details below for other versions of RISC OS) Simply load the program as normal, and click on the iconbar icon. A window will open showing the current four lines in the start up screen. By default, these will be: Line 1: RISC OS 3 Line 2: � Acorn Computers Ltd, 1992 Line 3: Initialising . . . Extra: <blank> You can alter the text as you wish - the size of the start up screen 'box' will be adjusted automatically to fit the text in. The 'Extra' line is displayed under the default 'box'. When you are satisfied with your message, click on the save icon in the main window, and use the normal save box to save the module created somewhere, probably inside your !Boot application somewhere. The module must then be loaded in your boot sequence BEFORE you enter the desktop, with a line such as RMLoad <Boot$Dir>.WelcomeScr You can't change the default Acorn sprite used on the start up screen. If you are desperately short of memory, and can't cope with losing about 600 bytes of memory, you can RMKill the module straight after entering the desktop if you want. Technical detail(s) ------------------- If you look ResourceFS, you will find a file 'Resources:$.Resources.Desktop.Messages'. This file contains, amongst other things, four message tokens RO3, CopyRt, Init, and Pre. The text after these four tokens is what is shown on the start up screen. Now, look in the PRMs (page 2-414), and you will find the SWI 'ResourceFS_RegisterFiles'. This allows you to add new files to ResourceFS, or replace existing ones. The module created uses this SWI to replace the above mentioned file with the text for the new start up screen. However, the module must also contain all the other message tokens, unaltered, otherwise other bits of the desktop might complain. Under RISC OS 3.1, this is no problem, but, as far as I know, other versions of the OS might have different message tokens in this file, and, not having access to these other OS's, I can't find out if the file is different, and therefore I can't guarentee compatability with OS versions other than 3.10/3.11. If you experience problems with other OS versions, and have a little programming knowledge, here is a probable fix for the problem: 1) Load the file Resources:$.Resources.Desktop.Messages into Edit or Zap/similar program 2) Shift double click !Welcome, and load the !RunImage file into Edit/Zap 3) Look at lines 2690 to 2810. These contain the contents of the Messages file in RISC OS 3.1. 4) Modify these lines so that they contain the same text as your version of RISC OS's messages file, copying exactly the code for the replacement lines for the welcome screen. 5) If the actual message tokens have been renamed, you might have to change lines 750 to 810 aswell. 5) Save the !RunImage file again. 6) Reload !Welcome, and cross your fingers. Remember to take a backup of the original !Welcome first!
00000000 20 20 20 20 20 20 21 57 65 6c 63 6f 6d 65 20 31 | !Welcome 1| 00000010 2e 30 32 20 20 20 62 79 20 41 6e 64 72 65 77 20 |.02 by Andrew | 00000020 42 6f 6f 6b 65 72 0a 20 20 20 20 20 20 2d 2d 2d |Booker. ---| 00000030 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000040 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 21 |-------------..!| 00000050 57 65 6c 63 6f 6d 65 20 63 61 6e 2c 20 73 69 6d |Welcome can, sim| 00000060 70 6c 79 2c 20 62 65 20 75 73 65 64 20 74 6f 20 |ply, be used to | 00000070 61 6c 74 65 72 20 74 68 65 20 74 65 78 74 20 73 |alter the text s| 00000080 68 6f 77 6e 20 6f 6e 20 74 68 65 20 64 65 66 61 |hown on the defa| 00000090 75 6c 74 20 73 74 61 72 74 0a 75 70 20 73 63 72 |ult start.up scr| 000000a0 65 65 6e 20 6f 66 20 61 20 6d 61 63 68 69 6e 65 |een of a machine| 000000b0 20 72 75 6e 6e 69 6e 67 20 52 49 53 43 20 4f 53 | running RISC OS| 000000c0 20 33 2e 31 20 28 73 65 65 20 74 65 63 68 6e 69 | 3.1 (see techni| 000000d0 63 61 6c 20 64 65 74 61 69 6c 73 20 62 65 6c 6f |cal details belo| 000000e0 77 20 66 6f 72 0a 6f 74 68 65 72 20 76 65 72 73 |w for.other vers| 000000f0 69 6f 6e 73 20 6f 66 20 52 49 53 43 20 4f 53 29 |ions of RISC OS)| 00000100 0a 0a 53 69 6d 70 6c 79 20 6c 6f 61 64 20 74 68 |..Simply load th| 00000110 65 20 70 72 6f 67 72 61 6d 20 61 73 20 6e 6f 72 |e program as nor| 00000120 6d 61 6c 2c 20 61 6e 64 20 63 6c 69 63 6b 20 6f |mal, and click o| 00000130 6e 20 74 68 65 20 69 63 6f 6e 62 61 72 20 69 63 |n the iconbar ic| 00000140 6f 6e 2e 20 41 20 77 69 6e 64 6f 77 0a 77 69 6c |on. A window.wil| 00000150 6c 20 6f 70 65 6e 20 73 68 6f 77 69 6e 67 20 74 |l open showing t| 00000160 68 65 20 63 75 72 72 65 6e 74 20 66 6f 75 72 20 |he current four | 00000170 6c 69 6e 65 73 20 69 6e 20 74 68 65 20 73 74 61 |lines in the sta| 00000180 72 74 20 75 70 20 73 63 72 65 65 6e 2e 20 42 79 |rt up screen. By| 00000190 20 64 65 66 61 75 6c 74 2c 0a 74 68 65 73 65 20 | default,.these | 000001a0 77 69 6c 6c 20 62 65 3a 0a 4c 69 6e 65 20 31 3a |will be:.Line 1:| 000001b0 20 52 49 53 43 20 4f 53 20 33 0a 4c 69 6e 65 20 | RISC OS 3.Line | 000001c0 32 3a 20 a9 20 41 63 6f 72 6e 20 43 6f 6d 70 75 |2: . Acorn Compu| 000001d0 74 65 72 73 20 4c 74 64 2c 20 31 39 39 32 0a 4c |ters Ltd, 1992.L| 000001e0 69 6e 65 20 33 3a 20 49 6e 69 74 69 61 6c 69 73 |ine 3: Initialis| 000001f0 69 6e 67 20 2e 20 2e 20 2e 0a 45 78 74 72 61 3a |ing . . ..Extra:| 00000200 20 20 3c 62 6c 61 6e 6b 3e 0a 0a 59 6f 75 20 63 | <blank>..You c| 00000210 61 6e 20 61 6c 74 65 72 20 74 68 65 20 74 65 78 |an alter the tex| 00000220 74 20 61 73 20 79 6f 75 20 77 69 73 68 20 2d 20 |t as you wish - | 00000230 74 68 65 20 73 69 7a 65 20 6f 66 20 74 68 65 20 |the size of the | 00000240 73 74 61 72 74 20 75 70 20 73 63 72 65 65 6e 20 |start up screen | 00000250 27 62 6f 78 27 0a 77 69 6c 6c 20 62 65 20 61 64 |'box'.will be ad| 00000260 6a 75 73 74 65 64 20 61 75 74 6f 6d 61 74 69 63 |justed automatic| 00000270 61 6c 6c 79 20 74 6f 20 66 69 74 20 74 68 65 20 |ally to fit the | 00000280 74 65 78 74 20 69 6e 2e 20 54 68 65 20 27 45 78 |text in. The 'Ex| 00000290 74 72 61 27 20 6c 69 6e 65 20 69 73 0a 64 69 73 |tra' line is.dis| 000002a0 70 6c 61 79 65 64 20 75 6e 64 65 72 20 74 68 65 |played under the| 000002b0 20 64 65 66 61 75 6c 74 20 27 62 6f 78 27 2e 0a | default 'box'..| 000002c0 0a 57 68 65 6e 20 79 6f 75 20 61 72 65 20 73 61 |.When you are sa| 000002d0 74 69 73 66 69 65 64 20 77 69 74 68 20 79 6f 75 |tisfied with you| 000002e0 72 20 6d 65 73 73 61 67 65 2c 20 63 6c 69 63 6b |r message, click| 000002f0 20 6f 6e 20 74 68 65 20 73 61 76 65 20 69 63 6f | on the save ico| 00000300 6e 20 69 6e 20 74 68 65 20 6d 61 69 6e 0a 77 69 |n in the main.wi| 00000310 6e 64 6f 77 2c 20 61 6e 64 20 75 73 65 20 74 68 |ndow, and use th| 00000320 65 20 6e 6f 72 6d 61 6c 20 73 61 76 65 20 62 6f |e normal save bo| 00000330 78 20 74 6f 20 73 61 76 65 20 74 68 65 20 6d 6f |x to save the mo| 00000340 64 75 6c 65 20 63 72 65 61 74 65 64 20 73 6f 6d |dule created som| 00000350 65 77 68 65 72 65 2c 0a 70 72 6f 62 61 62 6c 79 |ewhere,.probably| 00000360 20 69 6e 73 69 64 65 20 79 6f 75 72 20 21 42 6f | inside your !Bo| 00000370 6f 74 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 73 |ot application s| 00000380 6f 6d 65 77 68 65 72 65 2e 20 54 68 65 20 6d 6f |omewhere. The mo| 00000390 64 75 6c 65 20 6d 75 73 74 20 74 68 65 6e 20 62 |dule must then b| 000003a0 65 0a 6c 6f 61 64 65 64 20 69 6e 20 79 6f 75 72 |e.loaded in your| 000003b0 20 62 6f 6f 74 20 73 65 71 75 65 6e 63 65 20 42 | boot sequence B| 000003c0 45 46 4f 52 45 20 79 6f 75 20 65 6e 74 65 72 20 |EFORE you enter | 000003d0 74 68 65 20 64 65 73 6b 74 6f 70 2c 20 77 69 74 |the desktop, wit| 000003e0 68 20 61 20 6c 69 6e 65 20 73 75 63 68 0a 61 73 |h a line such.as| 000003f0 0a 20 20 20 52 4d 4c 6f 61 64 20 3c 42 6f 6f 74 |. RMLoad <Boot| 00000400 24 44 69 72 3e 2e 57 65 6c 63 6f 6d 65 53 63 72 |$Dir>.WelcomeScr| 00000410 0a 0a 59 6f 75 20 63 61 6e 27 74 20 63 68 61 6e |..You can't chan| 00000420 67 65 20 74 68 65 20 64 65 66 61 75 6c 74 20 41 |ge the default A| 00000430 63 6f 72 6e 20 73 70 72 69 74 65 20 75 73 65 64 |corn sprite used| 00000440 20 6f 6e 20 74 68 65 20 73 74 61 72 74 20 75 70 | on the start up| 00000450 20 73 63 72 65 65 6e 2e 0a 0a 49 66 20 79 6f 75 | screen...If you| 00000460 20 61 72 65 20 64 65 73 70 65 72 61 74 65 6c 79 | are desperately| 00000470 20 73 68 6f 72 74 20 6f 66 20 6d 65 6d 6f 72 79 | short of memory| 00000480 2c 20 61 6e 64 20 63 61 6e 27 74 20 63 6f 70 65 |, and can't cope| 00000490 20 77 69 74 68 20 6c 6f 73 69 6e 67 20 61 62 6f | with losing abo| 000004a0 75 74 20 36 30 30 0a 62 79 74 65 73 20 6f 66 20 |ut 600.bytes of | 000004b0 6d 65 6d 6f 72 79 2c 20 79 6f 75 20 63 61 6e 20 |memory, you can | 000004c0 52 4d 4b 69 6c 6c 20 74 68 65 20 6d 6f 64 75 6c |RMKill the modul| 000004d0 65 20 73 74 72 61 69 67 68 74 20 61 66 74 65 72 |e straight after| 000004e0 20 65 6e 74 65 72 69 6e 67 20 74 68 65 0a 64 65 | entering the.de| 000004f0 73 6b 74 6f 70 20 69 66 20 79 6f 75 20 77 61 6e |sktop if you wan| 00000500 74 2e 0a 0a 0a 0a 54 65 63 68 6e 69 63 61 6c 20 |t.....Technical | 00000510 64 65 74 61 69 6c 28 73 29 0a 2d 2d 2d 2d 2d 2d |detail(s).------| 00000520 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 49 66 |-------------.If| 00000530 20 79 6f 75 20 6c 6f 6f 6b 20 52 65 73 6f 75 72 | you look Resour| 00000540 63 65 46 53 2c 20 79 6f 75 20 77 69 6c 6c 20 66 |ceFS, you will f| 00000550 69 6e 64 20 61 20 66 69 6c 65 0a 27 52 65 73 6f |ind a file.'Reso| 00000560 75 72 63 65 73 3a 24 2e 52 65 73 6f 75 72 63 65 |urces:$.Resource| 00000570 73 2e 44 65 73 6b 74 6f 70 2e 4d 65 73 73 61 67 |s.Desktop.Messag| 00000580 65 73 27 2e 20 54 68 69 73 20 66 69 6c 65 20 63 |es'. This file c| 00000590 6f 6e 74 61 69 6e 73 2c 20 61 6d 6f 6e 67 73 74 |ontains, amongst| 000005a0 20 6f 74 68 65 72 0a 74 68 69 6e 67 73 2c 20 66 | other.things, f| 000005b0 6f 75 72 20 6d 65 73 73 61 67 65 20 74 6f 6b 65 |our message toke| 000005c0 6e 73 20 52 4f 33 2c 20 43 6f 70 79 52 74 2c 20 |ns RO3, CopyRt, | 000005d0 49 6e 69 74 2c 20 61 6e 64 20 50 72 65 2e 20 54 |Init, and Pre. T| 000005e0 68 65 20 74 65 78 74 20 61 66 74 65 72 20 74 68 |he text after th| 000005f0 65 73 65 0a 66 6f 75 72 20 74 6f 6b 65 6e 73 20 |ese.four tokens | 00000600 69 73 20 77 68 61 74 20 69 73 20 73 68 6f 77 6e |is what is shown| 00000610 20 6f 6e 20 74 68 65 20 73 74 61 72 74 20 75 70 | on the start up| 00000620 20 73 63 72 65 65 6e 2e 0a 4e 6f 77 2c 20 6c 6f | screen..Now, lo| 00000630 6f 6b 20 69 6e 20 74 68 65 20 50 52 4d 73 20 28 |ok in the PRMs (| 00000640 70 61 67 65 20 32 2d 34 31 34 29 2c 20 61 6e 64 |page 2-414), and| 00000650 20 79 6f 75 20 77 69 6c 6c 20 66 69 6e 64 20 74 | you will find t| 00000660 68 65 20 53 57 49 0a 27 52 65 73 6f 75 72 63 65 |he SWI.'Resource| 00000670 46 53 5f 52 65 67 69 73 74 65 72 46 69 6c 65 73 |FS_RegisterFiles| 00000680 27 2e 20 54 68 69 73 20 61 6c 6c 6f 77 73 20 79 |'. This allows y| 00000690 6f 75 20 74 6f 20 61 64 64 20 6e 65 77 20 66 69 |ou to add new fi| 000006a0 6c 65 73 20 74 6f 20 52 65 73 6f 75 72 63 65 46 |les to ResourceF| 000006b0 53 2c 0a 6f 72 20 72 65 70 6c 61 63 65 20 65 78 |S,.or replace ex| 000006c0 69 73 74 69 6e 67 20 6f 6e 65 73 2e 20 54 68 65 |isting ones. The| 000006d0 20 6d 6f 64 75 6c 65 20 63 72 65 61 74 65 64 20 | module created | 000006e0 75 73 65 73 20 74 68 69 73 20 53 57 49 20 74 6f |uses this SWI to| 000006f0 20 72 65 70 6c 61 63 65 20 74 68 65 0a 61 62 6f | replace the.abo| 00000700 76 65 20 6d 65 6e 74 69 6f 6e 65 64 20 66 69 6c |ve mentioned fil| 00000710 65 20 77 69 74 68 20 74 68 65 20 74 65 78 74 20 |e with the text | 00000720 66 6f 72 20 74 68 65 20 6e 65 77 20 73 74 61 72 |for the new star| 00000730 74 20 75 70 20 73 63 72 65 65 6e 2e 0a 48 6f 77 |t up screen..How| 00000740 65 76 65 72 2c 20 74 68 65 20 6d 6f 64 75 6c 65 |ever, the module| 00000750 20 6d 75 73 74 20 61 6c 73 6f 20 63 6f 6e 74 61 | must also conta| 00000760 69 6e 20 61 6c 6c 20 74 68 65 20 6f 74 68 65 72 |in all the other| 00000770 20 6d 65 73 73 61 67 65 20 74 6f 6b 65 6e 73 2c | message tokens,| 00000780 0a 75 6e 61 6c 74 65 72 65 64 2c 20 6f 74 68 65 |.unaltered, othe| 00000790 72 77 69 73 65 20 6f 74 68 65 72 20 62 69 74 73 |rwise other bits| 000007a0 20 6f 66 20 74 68 65 20 64 65 73 6b 74 6f 70 20 | of the desktop | 000007b0 6d 69 67 68 74 20 63 6f 6d 70 6c 61 69 6e 2e 0a |might complain..| 000007c0 55 6e 64 65 72 20 52 49 53 43 20 4f 53 20 33 2e |Under RISC OS 3.| 000007d0 31 2c 20 74 68 69 73 20 69 73 20 6e 6f 20 70 72 |1, this is no pr| 000007e0 6f 62 6c 65 6d 2c 20 62 75 74 2c 20 61 73 20 66 |oblem, but, as f| 000007f0 61 72 20 61 73 20 49 20 6b 6e 6f 77 2c 20 6f 74 |ar as I know, ot| 00000800 68 65 72 20 76 65 72 73 69 6f 6e 73 0a 6f 66 20 |her versions.of | 00000810 74 68 65 20 4f 53 20 6d 69 67 68 74 20 68 61 76 |the OS might hav| 00000820 65 20 64 69 66 66 65 72 65 6e 74 20 6d 65 73 73 |e different mess| 00000830 61 67 65 20 74 6f 6b 65 6e 73 20 69 6e 20 74 68 |age tokens in th| 00000840 69 73 20 66 69 6c 65 2c 20 61 6e 64 2c 20 6e 6f |is file, and, no| 00000850 74 20 68 61 76 69 6e 67 0a 61 63 63 65 73 73 20 |t having.access | 00000860 74 6f 20 74 68 65 73 65 20 6f 74 68 65 72 20 4f |to these other O| 00000870 53 27 73 2c 20 49 20 63 61 6e 27 74 20 66 69 6e |S's, I can't fin| 00000880 64 20 6f 75 74 20 69 66 20 74 68 65 20 66 69 6c |d out if the fil| 00000890 65 20 69 73 20 64 69 66 66 65 72 65 6e 74 2c 20 |e is different, | 000008a0 61 6e 64 0a 74 68 65 72 65 66 6f 72 65 20 49 20 |and.therefore I | 000008b0 63 61 6e 27 74 20 67 75 61 72 65 6e 74 65 65 20 |can't guarentee | 000008c0 63 6f 6d 70 61 74 61 62 69 6c 69 74 79 20 77 69 |compatability wi| 000008d0 74 68 20 4f 53 20 76 65 72 73 69 6f 6e 73 20 6f |th OS versions o| 000008e0 74 68 65 72 20 74 68 61 6e 0a 33 2e 31 30 2f 33 |ther than.3.10/3| 000008f0 2e 31 31 2e 0a 0a 49 66 20 79 6f 75 20 65 78 70 |.11...If you exp| 00000900 65 72 69 65 6e 63 65 20 70 72 6f 62 6c 65 6d 73 |erience problems| 00000910 20 77 69 74 68 20 6f 74 68 65 72 20 4f 53 20 76 | with other OS v| 00000920 65 72 73 69 6f 6e 73 2c 20 61 6e 64 20 68 61 76 |ersions, and hav| 00000930 65 20 61 20 6c 69 74 74 6c 65 0a 70 72 6f 67 72 |e a little.progr| 00000940 61 6d 6d 69 6e 67 20 6b 6e 6f 77 6c 65 64 67 65 |amming knowledge| 00000950 2c 20 68 65 72 65 20 69 73 20 61 20 70 72 6f 62 |, here is a prob| 00000960 61 62 6c 65 20 66 69 78 20 66 6f 72 20 74 68 65 |able fix for the| 00000970 20 70 72 6f 62 6c 65 6d 3a 0a 31 29 20 4c 6f 61 | problem:.1) Loa| 00000980 64 20 74 68 65 20 66 69 6c 65 20 52 65 73 6f 75 |d the file Resou| 00000990 72 63 65 73 3a 24 2e 52 65 73 6f 75 72 63 65 73 |rces:$.Resources| 000009a0 2e 44 65 73 6b 74 6f 70 2e 4d 65 73 73 61 67 65 |.Desktop.Message| 000009b0 73 20 69 6e 74 6f 20 45 64 69 74 20 6f 72 0a 20 |s into Edit or. | 000009c0 20 20 5a 61 70 2f 73 69 6d 69 6c 61 72 20 70 72 | Zap/similar pr| 000009d0 6f 67 72 61 6d 0a 32 29 20 53 68 69 66 74 20 64 |ogram.2) Shift d| 000009e0 6f 75 62 6c 65 20 63 6c 69 63 6b 20 21 57 65 6c |ouble click !Wel| 000009f0 63 6f 6d 65 2c 20 61 6e 64 20 6c 6f 61 64 20 74 |come, and load t| 00000a00 68 65 20 21 52 75 6e 49 6d 61 67 65 20 66 69 6c |he !RunImage fil| 00000a10 65 20 69 6e 74 6f 20 45 64 69 74 2f 5a 61 70 0a |e into Edit/Zap.| 00000a20 33 29 20 4c 6f 6f 6b 20 61 74 20 6c 69 6e 65 73 |3) Look at lines| 00000a30 20 32 36 39 30 20 74 6f 20 32 38 31 30 2e 20 54 | 2690 to 2810. T| 00000a40 68 65 73 65 20 63 6f 6e 74 61 69 6e 20 74 68 65 |hese contain the| 00000a50 20 63 6f 6e 74 65 6e 74 73 20 6f 66 20 74 68 65 | contents of the| 00000a60 20 4d 65 73 73 61 67 65 73 0a 20 20 20 66 69 6c | Messages. fil| 00000a70 65 20 69 6e 20 52 49 53 43 20 4f 53 20 33 2e 31 |e in RISC OS 3.1| 00000a80 2e 0a 34 29 20 4d 6f 64 69 66 79 20 74 68 65 73 |..4) Modify thes| 00000a90 65 20 6c 69 6e 65 73 20 73 6f 20 74 68 61 74 20 |e lines so that | 00000aa0 74 68 65 79 20 63 6f 6e 74 61 69 6e 20 74 68 65 |they contain the| 00000ab0 20 73 61 6d 65 20 74 65 78 74 20 61 73 20 79 6f | same text as yo| 00000ac0 75 72 20 76 65 72 73 69 6f 6e 20 6f 66 0a 20 20 |ur version of. | 00000ad0 20 52 49 53 43 20 4f 53 27 73 20 6d 65 73 73 61 | RISC OS's messa| 00000ae0 67 65 73 20 66 69 6c 65 2c 20 63 6f 70 79 69 6e |ges file, copyin| 00000af0 67 20 65 78 61 63 74 6c 79 20 74 68 65 20 63 6f |g exactly the co| 00000b00 64 65 20 66 6f 72 20 74 68 65 20 72 65 70 6c 61 |de for the repla| 00000b10 63 65 6d 65 6e 74 20 6c 69 6e 65 73 0a 20 20 20 |cement lines. | 00000b20 66 6f 72 20 74 68 65 20 77 65 6c 63 6f 6d 65 20 |for the welcome | 00000b30 73 63 72 65 65 6e 2e 0a 35 29 20 49 66 20 74 68 |screen..5) If th| 00000b40 65 20 61 63 74 75 61 6c 20 6d 65 73 73 61 67 65 |e actual message| 00000b50 20 74 6f 6b 65 6e 73 20 68 61 76 65 20 62 65 65 | tokens have bee| 00000b60 6e 20 72 65 6e 61 6d 65 64 2c 20 79 6f 75 20 6d |n renamed, you m| 00000b70 69 67 68 74 20 68 61 76 65 20 74 6f 20 63 68 61 |ight have to cha| 00000b80 6e 67 65 0a 20 20 20 6c 69 6e 65 73 20 37 35 30 |nge. lines 750| 00000b90 20 74 6f 20 38 31 30 20 61 73 77 65 6c 6c 2e 0a | to 810 aswell..| 00000ba0 35 29 20 53 61 76 65 20 74 68 65 20 21 52 75 6e |5) Save the !Run| 00000bb0 49 6d 61 67 65 20 66 69 6c 65 20 61 67 61 69 6e |Image file again| 00000bc0 2e 0a 36 29 20 52 65 6c 6f 61 64 20 21 57 65 6c |..6) Reload !Wel| 00000bd0 63 6f 6d 65 2c 20 61 6e 64 20 63 72 6f 73 73 20 |come, and cross | 00000be0 79 6f 75 72 20 66 69 6e 67 65 72 73 2e 0a 52 65 |your fingers..Re| 00000bf0 6d 65 6d 62 65 72 20 74 6f 20 74 61 6b 65 20 61 |member to take a| 00000c00 20 62 61 63 6b 75 70 20 6f 66 20 74 68 65 20 6f | backup of the o| 00000c10 72 69 67 69 6e 61 6c 20 21 57 65 6c 63 6f 6d 65 |riginal !Welcome| 00000c20 20 66 69 72 73 74 21 0a 0a 0a | first!...| 00000c2a