wsbrenk
wsbrenk
~~~ /** * If player is a GoalKeeper, maximum skills of winger, playmaking, passing and scoring are set (4) * otherwise the maximum of the keeper skill is set to...
Now i see your point - setting the maximum to the value of 4 is of course not the real maximum, which could be lower than 4. If this real...
Found it here: https://www86.hattrick.org/Forum/Read.aspx?t=17379585&n=1&v=4&mr=0 Current scoring logic: * For all known potentials the following formula is used: x*0.87^(8-(1...y)) where x is a fixed value based on the skill training speed...
the assets don't have fixed names (they include the version string). i see 2 ways to handle this: * make asset names constant by removing the version characters * create...
Storing all teams' data in one database. Such a solution would have the advantage that the new league details would not necessarily have to be loaded multiple times.