Outsider 87
Starting XI
- Messages
- 2,952
- Reaction score
- 1
So, even if most of you still don't have answered the poll, I'm going to write here something about the standards we want to use for leagues, teams and players.
About leagues id and teams id we will use a fifamanager table that has lots more leagues_id and teams_id used by that game. It is better to use original EA ids when possible!
Then new teams will be created using the program I'm doing (see below).
About players id me and Robbie thought about this possibility:
a) When sites want to update already existing leagues we define a range of 200 players id for each league: given that the league is already present 200 new players should be enough!
b) When sites want to create new leagues we define a range of 1000 players id for each new league. 1000 should be enough for a 20 teams league: they are 50 players per team.
An important note: WE invite sites to use original player id (even if out of range) when possible, that is for players that were present in previous fifa and that are not present in FIFA 10. Why? Because EA SPORTS is not well known for cleaning things properly and the commentary callnames are surely still there. So if they use the original id also the commentary callname is being activated.
The big difficulty, especially for b) point, is how to make this. I mean: lots of sites use only Creation Master and it is not so quick to change every id to every player to keep the range chosen.
So the solution is this:
I'm making a program (I hope to finish it in 1-2 weeks) that, using some pre-determined tables, will allow you to:
1) choose your league to create among the list provided
2) find if there are already some ids for the teams of that league
3) decide how many new teams you want to create for that league and create that number of teams with the range id chosen for that league
4) decide how many players to create for every team and create them, assigned them to teams with the range id chosen for the leagues.
All this things are done as template, so teams are created in this way:
Liga_1
Liga_2
etc
and players in this way:
player1_Liga
player2_Liga
etc
so that it is easy for everyone, then, edit those players/teams with CM and KEEPING the range id chosen for them without NEVER changing the id.
I need a favour from Robbie or from other mods: I need the tables to use in this way. Please use the fifamanager xls file I sent you and make these tables (updating data/teams when necessary):
LEAGUES:
league_name,league_id
eg: Serie A,31
TEAMS:
league_id, team_name, team_id
eg: 31,Milan,47
LEAGUE_TEAMS_CREATION:
league_id, starting_team_id
eg.
66,140000
67,140030
68,140060
The range above (starting_team_id) has to be chosen in a way that there cannot be already existing team (previous table) in the range between the starting_team_id and the starting_team_id of the following row.
And I think that 30 teams_id range is more than enough, do you agree?
By the way my program will start counting the teams_id from the starting_team_id until he needs to make the wanted number of teams. And my limit is 30 teams! So just make sure that there is at least a 30 ids difference between every starting_team_id of the different leagues.
LEAGUES_PLAYERS_CREATION:
league_id,player_id_from,player_id_to
eg:
66,120000,121000
In this table remember:
at least 200 players_id range for already existent leagues
at least 1000 players_id range for new leagues
About leagues id and teams id we will use a fifamanager table that has lots more leagues_id and teams_id used by that game. It is better to use original EA ids when possible!
Then new teams will be created using the program I'm doing (see below).
About players id me and Robbie thought about this possibility:
a) When sites want to update already existing leagues we define a range of 200 players id for each league: given that the league is already present 200 new players should be enough!
b) When sites want to create new leagues we define a range of 1000 players id for each new league. 1000 should be enough for a 20 teams league: they are 50 players per team.
An important note: WE invite sites to use original player id (even if out of range) when possible, that is for players that were present in previous fifa and that are not present in FIFA 10. Why? Because EA SPORTS is not well known for cleaning things properly and the commentary callnames are surely still there. So if they use the original id also the commentary callname is being activated.
The big difficulty, especially for b) point, is how to make this. I mean: lots of sites use only Creation Master and it is not so quick to change every id to every player to keep the range chosen.
So the solution is this:
I'm making a program (I hope to finish it in 1-2 weeks) that, using some pre-determined tables, will allow you to:
1) choose your league to create among the list provided
2) find if there are already some ids for the teams of that league
3) decide how many new teams you want to create for that league and create that number of teams with the range id chosen for that league
4) decide how many players to create for every team and create them, assigned them to teams with the range id chosen for the leagues.
All this things are done as template, so teams are created in this way:
Liga_1
Liga_2
etc
and players in this way:
player1_Liga
player2_Liga
etc
so that it is easy for everyone, then, edit those players/teams with CM and KEEPING the range id chosen for them without NEVER changing the id.
I need a favour from Robbie or from other mods: I need the tables to use in this way. Please use the fifamanager xls file I sent you and make these tables (updating data/teams when necessary):
LEAGUES:
league_name,league_id
eg: Serie A,31
TEAMS:
league_id, team_name, team_id
eg: 31,Milan,47
LEAGUE_TEAMS_CREATION:
league_id, starting_team_id
eg.
66,140000
67,140030
68,140060
The range above (starting_team_id) has to be chosen in a way that there cannot be already existing team (previous table) in the range between the starting_team_id and the starting_team_id of the following row.
And I think that 30 teams_id range is more than enough, do you agree?
By the way my program will start counting the teams_id from the starting_team_id until he needs to make the wanted number of teams. And my limit is 30 teams! So just make sure that there is at least a 30 ids difference between every starting_team_id of the different leagues.
LEAGUES_PLAYERS_CREATION:
league_id,player_id_from,player_id_to
eg:
66,120000,121000
In this table remember:
at least 200 players_id range for already existent leagues
at least 1000 players_id range for new leagues