Re: Football Manager Type Game
Posted: Tue Oct 20, 2020 8:57 am
Hi,
FootBall Manager:
I think I sated in an earlier message, that I had converted over Football Manager by Kevin Toms on ZX Spectrum to the QL, well looking at the code again, I have the programme loading into S*BASIC with any MIStake error.
The errors related to the use of the Spectrum PRINT statement, which ca have AT, PAPER, INK, OVER in the the PRINT command line. My solution was to have all that before the PRINT statement. I also wrote some Procedures and Functions to emulate the Spectrum commands.
I have to define a custom Fount for the Spectrum user defined graphics and block graphics. This loaded as Fount 2.
I have to get the colours correct for the QL and the menu-ing structure correct,
Also I have to correct some of the bad programming, for example, there is jumoing into For loops and GOTOs all over the place.
So a little to do,
FA CUP
The Spectrum FACUP game I have converted over to the QL, I have defined the teams, as data statements rather than typing in 124 teams... I have used upto date Leagues positions in the data.
I just have to get the logic for the FA Cup results running on the QL and maybe a Vidi-Printer option.
There are many bad programming errors in the programme, mainly due to the SPectrum BASIC implementation.
I used BASINC 1.70 to convert the TAP and TZX files, which can save to a ASCII BAS file with details of the variables used.
FootBall Manager:
I think I sated in an earlier message, that I had converted over Football Manager by Kevin Toms on ZX Spectrum to the QL, well looking at the code again, I have the programme loading into S*BASIC with any MIStake error.
The errors related to the use of the Spectrum PRINT statement, which ca have AT, PAPER, INK, OVER in the the PRINT command line. My solution was to have all that before the PRINT statement. I also wrote some Procedures and Functions to emulate the Spectrum commands.
I have to define a custom Fount for the Spectrum user defined graphics and block graphics. This loaded as Fount 2.
I have to get the colours correct for the QL and the menu-ing structure correct,
Also I have to correct some of the bad programming, for example, there is jumoing into For loops and GOTOs all over the place.
So a little to do,
FA CUP
The Spectrum FACUP game I have converted over to the QL, I have defined the teams, as data statements rather than typing in 124 teams... I have used upto date Leagues positions in the data.
I just have to get the logic for the FA Cup results running on the QL and maybe a Vidi-Printer option.
There are many bad programming errors in the programme, mainly due to the SPectrum BASIC implementation.
I used BASINC 1.70 to convert the TAP and TZX files, which can save to a ASCII BAS file with details of the variables used.