Bygfoot 1.9.0 :: Brazil League XML
Bygfoot 1.9.0 :: Brazil League XML
Hi,
I'm from Brazil, and i'd like to make the Team list for brazilian teams. In version 1.9 the structure have modified so, my question is "What i need to edit to make team files for brazil league?"
[]'s
Celso Goya
I'm from Brazil, and i'd like to make the Team list for brazilian teams. In version 1.9 the structure have modified so, my question is "What i need to edit to make team files for brazil league?"
[]'s
Celso Goya
see this post describing how to make a new country file. i didn't make the cup definitions howto yet, but i'll do it soon.
gyözö
gyözö
Press any key to continue or any other key to quit.
Championship XML Files
Hi,
I'm writing the XML Files for 1.9, but i don't know how can i make the promotion for next league.
e.g: On Brazilian league the eight better teams on the season play and the top two teams advance to next league.
e.g 2:
away/home
winner 1: team 1 x team 8
winner 2: team 2 x team 7
winner 3: team 3 x team 6
winner 4: team 4 x team 5
away/home
winner 1: winner1 x winner 4
winner 2: winner2 x winner 3
away/home
winner1 x winner 2
The last two team advance. I found on HOW-TO:
[]'s
Celso Goya
I'm writing the XML Files for 1.9, but i don't know how can i make the promotion for next league.
e.g: On Brazilian league the eight better teams on the season play and the top two teams advance to next league.
e.g 2:
away/home
winner 1: team 1 x team 8
winner 2: team 2 x team 7
winner 3: team 3 x team 6
winner 4: team 4 x team 5
away/home
winner 1: winner1 x winner 4
winner 2: winner2 x winner 3
away/home
winner1 x winner 2
The last two team advance. I found on HOW-TO:
My question is "One of this tags could solve the problem?". In all england examples we don't have this kind of case.So, the tags available for cup rounds are:
- home_away
- replay
- neutral
- round_robin_number_of_groups
- round_robin_number_of_advance
- round_robin_number_of_best_advance
[]'s
Celso Goya
Re: Championship XML Files
this sounds like promotion games. you make a league without prom_rel_elements for promotion, only a promotion game element. you have to write the cup format for the promotion games, something likeOki wrote:Hi,
I'm writing the XML Files for 1.9, but i don't know how can i make the promotion for next league.
e.g: On Brazilian league the eight better teams on the season play and the top two teams advance to next league.
Code: Select all
<cup>
<name>Promotion Games</name>
<short_name>Prom. Gam.</short_name>
<symbol>flag_br.png</symbol>
<sid>brazil_prom_games</sid>
<type>national</type>
<cup_rounds>
<cup_round>
<home_away>1</home_away>
</cup_round>
<cup_round>
<home_away>1</home_away>
</cup_round>
<cup_round>
<home_away>1</home_away>
</cup_round>
</cup_rounds>
<choose_teams>
<choose_team>
<number_of_teams>8</number_of_teams>
<start_idx>1</start_idx>
<end_idx>8</end_idx>
</choose_team>
</choose_teams>
</cup>
i'm going to have to introduce tags for these issues, i guess.
gyözö
Press any key to continue or any other key to quit.
i've added a tag <prom_games_number_of_advance> to the <prom_games> structure, so you can specify now that the two teams from the final of the promotion games advance (see also the howto file.
gyözö
gyözö
Press any key to continue or any other key to quit.
use the update script bygfoot-update, it's menu-driven and should be fairly easy to use. it's shipped with the official Bygfoot packages but you can get the latest version also here (you might have to do a chmod a+x bygfoot-update after downloading it).mom2pp wrote:i would do the scotland league
its just that i dont know how to get the CVS for the 1.9 version
could you please tell me how to get it
gyözö
Press any key to continue or any other key to quit.
Good news
Gyözö,
I'll download the latest version, and i'll try to update my xml files, using this new issue.
[]'s
Celso Goya
I'll download the latest version, and i'll try to update my xml files, using this new issue.
Well, this is the most speedy correction i've seemed on a software, hehehe, thanks for correction. The secondary divisions from Brazilian Teams thanks you!i've added a tag <prom_games_number_of_advance> to the <prom_games> structure, so you can specify now that the two teams from the final of the promotion games advance (see also the howto file.
[]'s
Celso Goya
Re: Good news
don't be too cheerful, the new tag doesn't mean anything regarding the game internals, because season ending stuff isn't implemented yet i just added the possibility to use that tag, the consequences of a league using that kind of promotion will have to get implemented laterOki wrote:Well, this is the most speedy correction i've seemed on a software, hehehe, thanks for correction. The secondary divisions from Brazilian Teams thanks you!
gyözö
Press any key to continue or any other key to quit.