Search found 52 matches

by tstellar
Mon Mar 04, 2024 4:56 am
Forum: Definitions
Topic: UEFA 2024/25 new format configurations
Replies: 20
Views: 337

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...
by tstellar
Fri Mar 01, 2024 10:23 pm
Forum: Definitions
Topic: UEFA 2024/25 new format configurations
Replies: 20
Views: 337

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...
by tstellar
Fri Mar 01, 2024 3:15 pm
Forum: Definitions
Topic: UEFA 2024/25 new format configurations
Replies: 20
Views: 337

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...
by tstellar
Fri Mar 01, 2024 7:04 am
Forum: Definitions
Topic: UEFA 2024/25 new format configurations
Replies: 20
Views: 337

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...
by tstellar
Fri Mar 01, 2024 2:06 am
Forum: Definitions
Topic: UEFA 2024/25 new format configurations
Replies: 20
Views: 337

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?
by tstellar
Thu Feb 29, 2024 10:26 am
Forum: Definitions
Topic: UEFA 2024/25 new format configurations
Replies: 20
Views: 337

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.
by tstellar
Thu Feb 29, 2024 5:34 am
Forum: Definitions
Topic: UEFA 2024/25 new format configurations
Replies: 20
Views: 337

Re: UEFA 2024/25 new format configurations

What's the bug?
by tstellar
Wed Feb 08, 2023 10:34 am
Forum: Development stages
Topic: Bygfoot 2.3.5 is released
Replies: 0
Views: 735

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 ...
by tstellar
Thu Jan 26, 2023 2:46 am
Forum: Discussions
Topic: New Feature: Users can choose their team's strategy
Replies: 0
Views: 637

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...
by tstellar
Tue Jan 24, 2023 7:29 am
Forum: Discussions
Topic: New Feature: Weekly budget estimate
Replies: 2
Views: 332

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.
by tstellar
Sun Jan 22, 2023 8:44 pm
Forum: Discussions
Topic: New Feature: Weekly budget estimate
Replies: 2
Views: 332

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...
by tstellar
Fri Dec 23, 2022 3:23 pm
Forum: Bug reports
Topic: Bug in calendar Europa League
Replies: 9
Views: 2813

Re: Bug in calendar Europa League

Here is a merge request with the fix. You can download the builds for testing here.
by tstellar
Thu Dec 22, 2022 5:10 pm
Forum: Bug reports
Topic: Bug in calendar Europa League
Replies: 9
Views: 2813

Re: Bug in calendar Europa League

I was able to reproduce this on my machine, and I'm working on a fix.
by tstellar
Wed Dec 21, 2022 8:28 pm
Forum: Discussions
Topic: Mingw Builds Available for Windows
Replies: 1
Views: 326

Mingw Builds Available for Windows

I've added some mingw builds to the CI. Please test them out if you are interested in running bygfoot on Windows. The current Windows builds we have don't really work, so I'm hoping the mingw builds can replace them.
by tstellar
Sun Aug 14, 2022 11:25 pm
Forum: Bug reports
Topic: Bug in calendar Europa League
Replies: 9
Views: 2813

Re: Bug in calendar Europa League

Can you upload the S03_W39 and S03_W43 saves?