Quote:
originally posted by RSCA4Ever:-
I'm afraid it isn't so simple to recreate a flexible board into the game
|
If you are a programmer by profession and what I write sounds like me talking through my arse feel free to flame me. But would it not be simple enough to create a reference to the competition and the reputation of the opposition faced in said competition.
I can look at a fixture in the near future and it appears on screen stating the competition and the opposition. So why can’t the board reference these stored values when judging a result?
Could you not assign a code to each competition that separates them by country.
For example:-
1. Assign the English League Cup a value, ENG 03
2. Assign each round a value, ENG 03_a where a is a value from 01 to 08 with
1st Round = 01
2nd Round = 02
3rd Round = 03
4th round = 04
QF = 05
SF = 06
Final = 07
Winner = 08
3. Board of Team A is assigned expectations based on these values, so if the board expects you to reach the 4th round the value 04 is stored as ‘expected performance’.
4. Team A, reputation a, faces Team B, reputation b, in 3rd round, value 03.
5. Team B defeats Team A. The value representing what round of the League cup Team A reached is stored as ‘actual performance’, in this case 03
6. Board of team A compares performance versus expected to give a value termed ‘general competition confidence’ which = (expected performance) - (actual performance).
7. Board of team A compares the reputation of Team A to the team that defeated them, Team B.
‘Reputation B’ – ‘Reputation A’ = ‘Club Status Differential’
8. Board of Team A makes a judgement on the level of performance. This could be calculated in the same way the after match statements are decided (like the ‘should have won this easily’ that is the bane of so many FMer’s experiences).
9. Combine 6, 7 and 8 in a calculation to determine the board’s response thus incorporating the 3 main factors:-
(i) the board’s expectations in the competition
(ii) the quality of the opposition faced
(iii) the actual match performance
Given the hour of the morning my brain isn’t functioning well enough to spot the potential for bugs in that simplistic sequence but I would hope that someone who is employed as a programmer with a company that develops one of the top selling PC games could come up with something similar but more efficient and less buggy.