Sa imi traduca cineva ... si sa imi expliceSoccerProject wrote:20 Ian 2006 : Improved tactics
In order to improve the game engine we have made some changes to the influence of the offensive/defensive individual orders.
1) The strength of the influence now depends on the tactic you're playing.
2) The strength of the influence lowers if you play more players the same way. I'll give you an example.
- Suppose you play 5-4-1 with 1 defensive midfielder : The influence of him playing defensive would be 'x'. The defense becomes x stronger, but the midfield x weaker.
Defense = Defense + x;
Midfield = Midfield - x;
- Suppose you play 5-4-1 with 4 defensive midfielders : The influence of the first would be 'x', the second 0.9x, the third 0.8x and the last 0.7x
Defense = Defense + x + 0.9x + 0.8x + 0.7x;
Midfield = Midfield - x - 0.9x - 0.8x - 0.7x;
(Of course the numbers we provide are only an example and are NOT real gameengine coeffecients)
