bacchus99 said:
Thanks, Billy, I have done that but for some reason, even after editing the language file, my team names do not appear. Should I be resorting numerically my editing DB access files or leave new additions at the bottom even though they are not in numerical order?
cheers
bacchus
PS - which line do I edit to increase hoem advantage in ini file? I have created a great gameplay but away teams win too often!
You should resort the Lines in the language.mdb to increasing number from low to high and then reimport to the language.db then it should work.
You can make home and away matches as difficult as you want, you have in fact to add lines to the ai.ini, these are my settings :
HOME_TEAM_ATTRIB = 1
HOME_TEAM_AWARENESS = 6
HOME_TEAM_BALL_CONTROL = 6
HOME_TEAM_FITNESS = -1
HOME_TEAM_HEADING = 6
HOME_TEAM_SPEED = -1
HOME_TEAM_TACKLING = 6
HOME_TEAM_PASSING = 6
HOME_TEAM_SHOOTING = 6
HOME_TEAM_STRENGTH = 6
HOME_TEAM_AGGRESSION = 6
HOME_TEAM_POSITIONING = 6
HOME_TEAM_SKILLS = 6
AWAY_TEAM_ATTRIB = 1
AWAY_TEAM_AWARENESS = -1
AWAY_TEAM_BALL_CONTROL = -1
AWAY_TEAM_FITNESS = -1
AWAY_TEAM_HEADING = -1
AWAY_TEAM_SPEED = -1
AWAY_TEAM_TACKLING = -1
AWAY_TEAM_PASSING = -1
AWAY_TEAM_SHOOTING = -1
AWAY_TEAM_STRENGTH = -1
AWAY_TEAM_AGGRESSION = -1
AWAY_TEAM_POSITIONING = -1
AWAY_TEAM_SKILLS = -1
Values range from -1 to 6, as you see I have made the away team have a bad time and the home team a big advantage, this is the most noticeable ingame, but you can play with the values to make it more subtle, however by experience this config works best.