Search found 54 matches
- Thu Oct 03, 2024 7:05 am
- Forum: Discussions
- Topic: How to determine attendance for international cups?
- Replies: 1
- Views: 70
How to determine attendance for international cups?
The code currently uses two methods for determining international cup attendance: For teams in the user's country, it uses the average stadium capacity for its league. For teams outside the user's country, it uses the average stadium capacity for the cup. I would like to just use one method for all ...
- Tue Sep 03, 2024 1:56 am
- Forum: Definitions
- Topic: Kyrgyzstan 2019 (Top 2 leagues)
- Replies: 2
- Views: 61
Re: Kyrgyzstan 2019 (Top 2 leagues)
Would you be able to submit these via a merge request on gitlab: https://gitlab.com/bygfoot/bygfoot/
- Mon Mar 04, 2024 4:56 am
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2301
Re: UEFA 2024/25 new format configurations
I'm with you here, the 10-layer england version isn't playable imho, some multithread/multicore support is needed. In version 2.3.5 this is playable. There were a number of inefficient things the code was doing so I was able to improve the performance a lot even without multi-threading. <!-- UEFA C...
- Fri Mar 01, 2024 10:23 pm
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2301
Re: UEFA 2024/25 new format configurations
As for myself, I'm still with version 2.3.2 because it is what is available through the Ubuntu repositories. Yes, I would LOVE an update to bygfoot's engine, but I maybe am not sold on the definitions used, as like you implied, they lack good enough names to use and differentiate the teams. The rel...
- Fri Mar 01, 2024 3:15 pm
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2301
Re: UEFA 2024/25 new format configurations
Most of the last season is wiped out at the beginning of a new season. Some remnants are preserved in the misc.xml file (in the save zip). It only contains useful stuff in the last week of the season, and includes the cup winners of the season. Introducing new tokens (CL1, EL1, ECL1) to the code, t...
- Fri Mar 01, 2024 7:04 am
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2301
Re: UEFA 2024/25 new format configurations
Here is a python script that I've used to update the names: https://gitlab.com/tstellar/bygfoot/-/raw/update-names/utils/update-names.py?ref_type=heads The first argument to the script is a 'mapping file' which looks like this: League: kosovo NewName : Kosovo 1 NewName1 : Kosovo 2 League: germany Ne...
- Fri Mar 01, 2024 2:06 am
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2301
Re: UEFA 2024/25 new format configurations
@bygkicker Why did you create a separate cup_uefa2024* file for each country and what version of bygfoot are you using?
- Thu Feb 29, 2024 10:26 am
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2301
Re: UEFA 2024/25 new format configurations
Ok, I can look into getting the mapping tool working again.
I don't quite understand what you are saying about the tokens, could you explain more.
Also, if you have any suggestions for making the definitions easier to write, let me know. I can add new xml tags if needed.
I don't quite understand what you are saying about the tokens, could you explain more.
Also, if you have any suggestions for making the definitions easier to write, let me know. I can add new xml tags if needed.
- Thu Feb 29, 2024 5:34 am
- Forum: Definitions
- Topic: UEFA 2024/25 new format configurations
- Replies: 20
- Views: 2301
Re: UEFA 2024/25 new format configurations
What's the bug?
- Wed Feb 08, 2023 10:34 am
- Forum: Development stages
- Topic: Bygfoot 2.3.5 is released
- Replies: 4
- Views: 1597
Bygfoot 2.3.5 is released
I've tagged the 2.3.5 release on gitlab. You can find the sources and pre-built binaries on the release page . No major changes, just a few bug fixes. New feature development continues in the main branch. Here are a list of changes since 2.3.4: d66f1655 Fix bug in Europe EL cup definitions 0034767a ...
- Thu Jan 26, 2023 2:46 am
- Forum: Discussions
- Topic: New Feature: Users can choose their team's strategy
- Replies: 0
- Views: 794
New Feature: Users can choose their team's strategy
I've added a new feature now in gitlab that allows users to select a strategy for their team to use when live games are disabled. This is useful for players who don't want to watch live games all the time, but still want to be able to dictate their team's strategy. Screenshot from 2023-01-25 18-25-3...
- Tue Jan 24, 2023 7:29 am
- Forum: Discussions
- Topic: New Feature: Weekly budget estimate
- Replies: 2
- Views: 586
Re: New Feature: Weekly budget estimate
The scout and youth coach are fixed costs, so those don't change every week unless you hire a better/worse one. The estimated ticket income is just (average attendance * ticket price ) / 2, since on average there is a home game every other week. It's not perfect, but it's good enough for planning.
- Sun Jan 22, 2023 8:44 pm
- Forum: Discussions
- Topic: New Feature: Weekly budget estimate
- Replies: 2
- Views: 586
New Feature: Weekly budget estimate
I just pushed to gitlab a new feature on the finance page that shows the weekly estimated budget for your team. I thought it would be useful to be able to see the current player salaries all the time rather than having to wait until the bi-weekly budget update. It also helps when trying to sign cont...
- Fri Dec 23, 2022 3:23 pm
- Forum: Bug reports
- Topic: Bug in calendar Europa League
- Replies: 9
- Views: 3202
Re: Bug in calendar Europa League
Here is a merge request with the fix. You can download the builds for testing here.
- Thu Dec 22, 2022 5:10 pm
- Forum: Bug reports
- Topic: Bug in calendar Europa League
- Replies: 9
- Views: 3202
Re: Bug in calendar Europa League
I was able to reproduce this on my machine, and I'm working on a fix.