-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fc25 Players #12
Comments
Thanks a lot !! I'll put this dataset in the repo. Although I did not understand the use case of |
Example with Group : Bayer 04 Leverkusen v Eintracht Frankfurt Rare: Min 3 (without group you dont have idea what players are good or not) Raw Config EA: EA Code; case SBCEligibilityKey.PLAYER_RARITY_GROUP: [...] (UTSBCChallengeEntity.prototype.getNumberOfPlayersByGroup = function ( [...] (UTItemEntity.prototype.belongsToGroup = function (t) { |
I try to do this challange https://www.futbin.com/25/squad-building-challenges/Challenges/182/total-rush-challenge-3 as you can see all solutions are Gold players and 1 Bronze or 1 Silver, then not special players need it like icons. requirements Config: df = df[df['Rarity'].isin(['Common', 'Rare'])] # Filter out players with rarity other than Common and Rare we dont wanna solve with Icons or Special Players FORMATION = "4-4-2" create_unique_club_constraint timeout 300 Maybe i setup something wrong? or there issue ? |
Thanks a lot of taking interest! So the config is slightly off. SBC = https://www.futbin.com/25/squad-building-challenges/Challenges/182/total-rush-challenge-3 I used
Let me know if you have any other questions! I’ve tried to comment the code as accurately as possible to match the SBC requirements as they typically appear. |
I used
|
I generate Fc 25 players inventary
https://drive.google.com/file/d/1X6mmLpnx9uKUvTUI5rDCe3Bz42jkNFmS/view?usp=sharing
I added also Groups cause missing in your SBC solver some challange require Group parameter
The text was updated successfully, but these errors were encountered: