hey guys
just my luck - the part of the code which I really need is right near the end and didn't load using the 'merge ascii' trick. I don't think the file is corrupt and I even have a back up, it just seems to be a memory issue.
The very last line 7975 is incomplete, example below:
REQUEST["Sorry","This
I was able to load the very first file you posted. I did get the "Out of memory" error, but switching to Direct mode and typing "Unpack 4 To 0" brought up the Championship Manager Editor image. So I think the banks are ok.
The code is incomplete for some strange reason - I was able to load it and list it the slow way (5 hours slow) by going down a line and adding a space at the end of each line and pressing down again. AMOS recognised the line (including the code from the file) and allowed me to proceed down to line 3. Repeat ad nauseum (replacing space with the apostrophe on lines where there was no code), and 5 hours later I got to the last line (7975).
My guess is that when you last saved it you accidentally deleted the code from the end, or possibly an AMOS glitch, which caused the code to be saved incomplete. Banks are stored at the end of an .AMOS file (and the same is true with compiled programs too) so the file you uploaded was NOT corrupt.
FYI: AMOS happily saves invalid code. So if you type "Screen If Sprite Get" (which is 3 commands, without the correct syntax) and then attempt to save it, AMOS will let you!! It will only pick up the syntax glitch when you hit test it (F2) or try to run it (F1).
Regards,
Lonewolf10