Search found 10 matches
- Thu Mar 07, 2024 4:16 pm
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2322
Re: UEFA 2024/25 new format configurations
Hey , There is a Bugfix update available for the UEFA2024 configurations. There was an issue with multiply qualified teams. Please check out the latest version at https://github.com/Xorejing/bygfoot-data . Included are a lot of African country stubs, and CAF cup stubs. Work in progress, Benin is pla...
- Sat Mar 02, 2024 10:52 am
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2322
Re: UEFA 2024/25 new format configurations
Hey Will, your Kosovo version is great. I will merge both, and push it to the bygfoot-data repository on github. The definitions generator is a small Java tool, nothing special. But the Java xml readers are strict, e.g. only <!-- ## Flamurtari --> is a valid xml comment. But no xml reader has to pre...
- Fri Mar 01, 2024 10:51 am
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2322
Re: UEFA 2024/25 new format configurations
Hi Will and tstellar, thank you for your reactions. Will, I found the UEFA 20/21 definitions on the forum. There were several zips, I'm afraid I missed yours. I didn't know about your Kosovo update, so I included an update of Kosovo (with real names, but only one playable layer) in my zip. Thank you...
- Thu Feb 29, 2024 7:09 am
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2322
Re: UEFA 2024/25 new format configurations
Hi tstellar, Will explained the stuff, so no bug so far. The questions remain: - where are the mapping files? - where is the mapping tool for version 2.3.5? It's no fun to play <teams> <team> <team_name>Kosovo 1</team_name> </team> <team> <team_name>Kosovo 2</team_name> </team> ... Token for interna...
- Sun Feb 25, 2024 4:25 pm
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2322
Re: UEFA 2024/25 new format configurations
@tstellar
This is a bug in the 2.3.5 release. See https://gitlab.com/bygfoot/bygfoot/-/bl ... type=heads
Feel free to steal from my latest version of germany (2023/24) on github .
This is a bug in the 2.3.5 release. See https://gitlab.com/bygfoot/bygfoot/-/bl ... type=heads
Feel free to steal from my latest version of germany (2023/24) on github .
- Sun Feb 25, 2024 4:15 pm
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2322
Re: UEFA 2024/25 new format configurations
Hey luk3Z, I suppose you downloaded the zip from github, and extracted the content somewhere. (N.B. the zip link is hidden behind the green "code" dropdown button.) To add the changes: - Simply overwrite the contents of your .../definitions/europe/germany folder with the new stuff in the g...
- Sun Feb 25, 2024 9:46 am
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2322
Re: UEFA 2024/25 new format configurations
Hi Will, many thanks for your response, and your thoughts. I tried once to upload a zip, and failed. So now my additions are hosted at github. This means quite a hurdle - create an account (it's free) to download the zip. I'd appreciate if someone checks out the zip over there and posts a copy here....
- Fri Feb 16, 2024 10:21 am
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2322
UEFA 2024/25 new format configurations
I created configurations for UEFA Champions League / Europa League / Conference League played under the new format 2024/25.
Download the zip at https://github.com/Xorejing/bygfoot-data , add and adapt to your local definitions, and enjoy.
Download the zip at https://github.com/Xorejing/bygfoot-data , add and adapt to your local definitions, and enjoy.
- Thu Dec 10, 2020 2:10 pm
- Forum: Code discussions
- Topic: Team Default Strategy
- Replies: 1
- Views: 1173
Re: Team Default Strategy - strategy_attack3.xml
<?xml version="1.0" encoding="UTF-8"?> <strategy> <sid>attack3</sid> <desc>253, attack, best players, minfit 90</desc> <priority>1</priority> <prematch> <formation>253</formation> <formation>343</formation> <formation>433</formation> <formation>352</formation> <formation>442</for...
- Wed Nov 04, 2020 3:24 pm
- Forum: Code discussions
- Topic: Team Default Strategy
- Replies: 1
- Views: 1173
Team Default Strategy
Hi everyone, I attached another team default strategy, which you can add to your support_files/strategy/ folder. It gives quite competitive (and nasty) results. Is there a way to adapt the team default strategy to the player roster? A check at the start of a new season could be a good first shot at ...