• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

Calendar Evolution Tool 09 by Krystian 82

Outsider 87

Starting XI
DOWNLOAD CALENDAR EVO 09 NOW

Enjoy and tell me if there are problems. I will forward to Krystian your problems ;)
All credits to Krystian82 and his wonderful job!!!

FEATURES:
1) Insert real calendar and fixtures in your manager mode
2) Add Champions League (with its calendar) to the first year with choice of the 7 missing teams
3) Add Uefa Cup (with its calendar) to the first year with choice of missing teams
4) From the second year to the last: fix eventually double teams that could appear in Champions and Uefa or two times in the same cup
5) Play manager mode with a second team






Previous post: Hi all. Krystian82 come back with another fantastic tool that will be soon available. The tool is called "Calendar Evolution 09" and I think you can easily understand its function. Like the 08 tool, this tool will allow you to insert real fixtures of the first year league you are playing in your manager mode. Moreover it will allows you to insert Champions League in the first year. And to avoid double teams in the second year (this problem could be present if you play Champions League in the first year) the tool can be used also with a 2nd year career to replace double teams in Champions League. There will be also other features but for the moment these are the ones I can share with you ;)
Last year we tried to ask you for a small effort to provide more calendars for your leagues, but I recognise it was difficult to make the file properly for the program. This year instead, thanks to another programmer (Mapam) we are able also to automatically create the program calendar file taking the fixtures from a wonderful site. So you will find already in the tool pack all these leagues fixtures:

Austria: T-Mobile Bundesliga
Belgium: Jupiler League
Denmark: SAS Ligaen
France: Ligue 1, Ligue 2
Germany: Bundesliga 1, Bundesliga 2
England: Barclays Premier League, Coca-Cola Championship
Italy: Serie A TIM, Serie B TIM
Norway: Tippeligaen
Holland: Eredivisie
Portugal: Liga Sagres
Spain: Liga BBVA, Liga Adelante
Sweden: Allswenskan
Poland: Orange Ekstraklasa
Swiss: Axpo Super League
Brazil: Campeonato Brasileiro
Ireland: FAI Eircom League
Czech Republic: Gambrinus Liga
Scotland: Scottish Premier League


+ Italian Serie C1A and Italian Serie C1B only to use with FifaMania Superpatch 09 (this patch will be pubblished in February!).

I will tell you when I have other news and maybe screenshots ;)

NOTE: I have no credits for the tool. Don't congrat me, congrat with Krystian ;)
I write here, instead of him, only because Krystian doesn't know english language :(
 

Outsider 87

Starting XI
wwwescape;2613858 said:
Great! Would we be able to add calendars from our own leagues?

Yes, you can make your own calendar (and this answers also to skeptik): the only problem is that the file used by the program is a bit complicated and so there is some manual work to do. If you want to take in advance write me a PM and I will explain you how the file works and how it has to be filled in ;)
 

Outsider 87

Starting XI
RobbieD_PL;2614040 said:
Is this tool able to be applied to tournaments not in manager mode?
Last year the program worked also for tournament mode files (even if not made for it) and it even added the champions league if you passed a league tournament file :D I think this year will be the same ;)
 

Outsider 87

Starting XI
This year the tool will allow you to insert from the first year also the Uefa Cup, not only Champions League. And, like the last year, it will ask you with which teams to substitute missing teams (Cluj, Shaktar and so on...).

I'm not sure at 100% that this is the definitive structure but for 98% it will be. If there will be changes I will let you know. Here you are:

HOW TO CREATE A NEW CALENDAR
You have to create a txt file made in this way (my comments are after //)

Code:
My League // name of the league (whatever you want)
3 // 3 stands for the number of teams - 1: here we have 4 teams
team1,fifaid,0
team2,fifaid,1
team3,fifaid,2
team4,fifaid,3 // fifaid is the id in fifa game, team4 is the name of the team (whatever you want, it has not to be like FIFA name), the number is progressive from 0 to the above number (3).
255,3,12/09/2008 // 255 stands for: new match-day. 3 stands for number of matches in this day - 1, 12/09/2008 is the date in this format dd/mm/yyyy.
1,3 // simple: team2 vs team4
0,2 // simple: team1 vs team3
255,3,19/09/2008
...
...
...
the same till the end :)
Please note that you have to keep all the dates in chronological order: you can make of course also strange match-days. The number of 255,etc have not to be the same number of the match-days. For 4 teams for example (first-second leg) you assume to have 6 match-days. But you can also set:
255,0,18/09/2008
1,3
255,0,19/09/2008
0,2
for an early match. There is no limitation about it :)
When you have done you have to save the file as a leagueid.fef file (so with notepad... file -> save as -> leagueid.fef) where leagueid is the ASSET ID of your league. Here you are an example in the attachment with Premier League (right click on .fef file -> open with: notepad).
Maybe in the future we will make a calendar .fef maker. For now you have to do it manually. The structure is simple: the most annoying thing is of course to substitute all teams name with their numberid...

FINAL NOTE: for the moment this works only with leagues, not with tournaments...
 

skeptik

Reserve Team
Outsider 87;2614644 said:
This year the tool will allow you to insert from the first year also the Uefa Cup, not only Champions League. And, like the last year, it will ask you with which teams to substitute missing teams (Cluj, Shaktar and so on...).

I'm not sure at 100% that this is the definitive structure but for 98% it will be. If there will be changes I will let you know. Here you are:

HOW TO CREATE A NEW CALENDAR
You have to create a txt file made in this way (my comments are after //)

Code:
My League // name of the league (whatever you want)
3 // 3 stands for the number of teams - 1: here we have 4 teams
team1,fifaid,0
team2,fifaid,1
team3,fifaid,2
team4,fifaid,3 // fifaid is the id in fifa game, team4 is the name of the team (whatever you want, it has not to be like FIFA name), the number is progressive from 0 to the above number (3).
255,3,12/09/2008 // 255 stands for: new match-day. 3 stands for number of matches in this day - 1, 12/09/2008 is the date in this format dd/mm/yyyy.
1,3 // simple: team2 vs team4
0,2 // simple: team1 vs team3
255,3,19/09/2008
...
...
...
the same till the end :)
Please note that you have to keep all the dates in chronological order: you can make of course also strange match-days. The number of 255,etc have not to be the same number of the match-days. For 4 teams for example (first-second leg) you assume to have 6 match-days. But you can also set:
255,0,18/09/2008
1,3
255,0,19/09/2008
0,2
for an early match. There is no limitation about it :)
When you have done you have to save the file as a leagueid.fef file (so with notepad... file -> save as -> leagueid.fef) where leagueid is the ASSET ID of your league. Here you are an example in the attachment with Premier League (right click on .fef file -> open with: notepad).
Maybe in the future we will make a calendar .fef maker. For now you have to do it manually. The structure is simple: the most annoying thing is of course to substitute all teams name with their numberid...

FINAL NOTE: for the moment this works only with leagues, not with tournaments...

Thank you Outsider for replying my PM.

I'm totally new to this concept. Where should I put this 13.fef file?
 

Outsider 87

Starting XI
skeptik;2615909 said:
Thank you Outsider for replying my PM.

I'm totally new to this concept. Where should I put this 13.fef file?
Of course now you can't put it in any place because it does not work without the program. When the program will be ready you will put the file (your fef file) in program directory and when you run the program and it finds that league in your career it will update your career with the fixtures according to what you wrote in the fef file using the scheme above ;)
For the moment you have no chance to try the fef files you do, but if you are not sure about something of the process tell me and I will try to explain it better ;)
 

skeptik

Reserve Team
Outsider 87;2616074 said:
Of course now you can't put it in any place because it does not work without the program. When the program will be ready you will put the file (your fef file) in program directory and when you run the program and it finds that league in your career it will update your career with the fixtures according to what you wrote in the fef file using the scheme above ;)
For the moment you have no chance to try the fef files you do, but if you are not sure about something of the process tell me and I will try to explain it better ;)

I see. Will the software change on-the-fly our career file permanently. Or the program will have to inserted to FIFA09 folder and everytime we run FIFA09, the program will run too into memory? Just trying to understand the concept.

One more thing, what is the limit? One file for all league or one file for one league.

So much thing to ask, I know, but I'm totally interested on the program and the concept.
 

Outsider 87

Starting XI
skeptik;2616532 said:
I see. Will the software change on-the-fly our career file permanently. Or the program will have to inserted to FIFA09 folder and everytime we run FIFA09, the program will run too into memory? Just trying to understand the concept.

One more thing, what is the limit? One file for all league or one file for one league.

So much thing to ask, I know, but I'm totally interested on the program and the concept.
No mate. The program works in this way. You create a manager mode file as usually with FIFA 09 ingame, but you don't play any match. You just choose managers, sponsors, friendly matches, team and then save the career. Then you go opening the Calendar Evo 09. It will ask you for a career file. You select your just created manager mode file and it will let you some options. The program let you use the "insert actual fixtures" option only if it finds the leagueid.fef in its folder. Every league you want to make a calendar for has to be done with a different fef called with the asset id of that league.

Here you are some screenshots now:




 

Outsider 87

Starting XI
DOWNLOAD CALENDAR EVO 09 NOW

Enjoy and tell me if there are problems. I will forward to Krystian your problems ;)
All credits to Krystian82 and his wonderful job!!!

FEATURES:
1) Insert real calendar and fixtures in your manager mode
2) Add Champions League (with its calendar) to the first year with choice of the 7 missing teams
3) Add Uefa Cup (with its calendar) to the first year with choice of missing teams
4) From the second year to the last: fix eventually double teams that could appear in Champions and Uefa or two times in the same cup
5) Play manager mode with a second team

 


Top