Jump to content

DANNY1000000

Members+
  • Posts

    1,118
  • Joined

  • Last visited

Everything posted by DANNY1000000

  1. Doesn't work, can't believe this hasn't been fixed yet.
  2. Silly to get annoyed about both regs though once appeased. file uploaded UnhappyChampionsLeagueRegBefore26th.fm
  3. I have left players out of my champions league registration, they were unhappy then it settled down initially by me saying I wanted to use them in the league. I had another round of registration, on 20th January, where I had to convince 4 of them again, 2 of them happy once I told them I had spoken to a highly influential player and 1 remained unhappy. Literally the next day after convincing them there was yet another registration, on 27th January, and now they're all unhappy again. Why are there 2 registration opportunities within a week of each other when I'm yet to play my final group stage game? The players should remember that they have been convinced previously unless there's a promise or their squad status changes.
  4. My bad, didn't see the whole comment. Was on a small laptop screen before.
  5. Unpack it with the resource archiver tool
  6. I had an offer for a player of 5.5m with add ons, I removed the add ons and set the price to 10m and locked it red. They then offered me 9m
  7. I feel like if SI are going with "Early Access" rather than "Beta" then there should be public patch notes.
  8. Is there a way to change the values in a search filter like "Conceded per 90" has values limited to 0.25, 0.50, 0.75, 1.00. There's no in between.
  9. He signed a new contract on 28/05/24 then said he was retiring a few days after. Doesn't really make sense.
  10. Should I be able to sign this player for his minimum fee? Red Star are in the conference league.
  11. What is the point in this? I signed him for 3.1m, he's had a great season, his value is between 1.5-4.6m and no matter how many times I reject the offer they come back with the same kind of offer over and over and over. Don't get me started on the last day of the transfer window with this type of thing either. Such a repetitive bogus feature, I don't know if is deliberate to unsettle the player or what but even when they are unsettled or not they keep coming in with crap offers when I keep refusing. You wouldn't get a club IRL come in with the exact same bid 6-7 times in the same day. Sorry about the rant but this gets my goat.
  12. I had to use the "--disable_flip_discard" argument too. I'm running a AMD 6600 XT
  13. Yeah there's a lot of tedious actions that could be grouped like this. I'd like to see group praise/criticise implemented. Also would like to see the ability to select multiple players and scout them with a keyboard shortcut.
  14. Its there to represent personality in this instance but its not a property. The property in the club properties.xml for personality is Csca so I don't understand how it knows what it is
  15. Does anyone know how the personality is populated here? <container> <attachment_group class="vertical_arrange_autosize" vertical_gap="2" /> <!-- personality --> <widget class="text" font="title" auto_size="vertical" alignment="left, centre_y"> <translation id="text" translation_id="247713" type="use" value="Personality" /> </widget> <widget class="text" id="psty" spec="text" auto_size="vertical" alignment="left, centre_y" /> </container> I can see it comes from the last widget but I can't find psty anywhere with regards to it being a property, I don't understand how it populates the widget with the value.
  16. The panel to add these is club overview details panel affiliate.xml in the panels/club folder. The tool tips are wrong for some of them but I don't care much about that. Here's the code I have. <!--Training Facilities--> <container> <attachment_group class="vertical_arrange_autosize" vertical_offset="0" vertical_gap="0" horizontal_inset="0" /> <widget class="label" id="creL" spec="text" size="small" alignment="centre_x,top" auto_size="vertical" font="label" colour="faded text"> <record id="object_property"> <integer id="get_property" value="TfcS" /> <boolean id="name" value="true"/> </record> </widget> <widget class="training_facilities_stars_label" id="crep" mode="1" alignment="centre" auto_size="all" navigation_focus_target="false"> <layout class="centre_in_parent_attachment" alignment="horizontal" /> <record id="object_property"> <integer id="get_property" value="Ctf*" /> </record> </widget> </container> <!--Youth Facilities--> <container> <attachment_group class="vertical_arrange_autosize" vertical_offset="0" vertical_gap="0" horizontal_inset="0" /> <widget class="label" id="creL" spec="text" size="small" alignment="centre_x,top" auto_size="vertical" font="label" colour="faded text"> <record id="object_property"> <integer id="get_property" value="TytS" /> <boolean id="name" value="true"/> </record> </widget> <widget class="club_reputation_stars_label" id="crep" mode="1" alignment="centre" auto_size="all" navigation_focus_target="false"> <layout class="centre_in_parent_attachment" alignment="horizontal" /> <record id="object_property"> <integer id="get_property" value="Cfc*" /> </record> </widget> </container> <!--Junior Coaching--> <container> <attachment_group class="vertical_arrange_autosize" vertical_offset="0" vertical_gap="0" horizontal_inset="0" /> <widget class="label" id="cfiL" spec="text" size="small" alignment="centre_x,top" auto_size="vertical" font="label" colour="faded text"> <record id="object_property"> <integer id="get_property" value="Cyos" /> <boolean id="name" value="true"/> </record> </widget> <widget class="youth_facilities_stars_label"> <record id="object_property" dont_set_hint="true" get_property="Cytv"/> </widget> </container> <!--Youth Recruitment--> <container> <attachment_group class="vertical_arrange_autosize" vertical_offset="0" vertical_gap="0" horizontal_inset="0" /> <widget class="label" id="cfiL" spec="text" size="small" alignment="centre_x,top" auto_size="vertical" font="label" colour="faded text"> <record id="object_property"> <integer id="get_property" value="Crcs" /> <boolean id="name" value="true"/> </record> </widget> <widget class="youth_facilities_stars_label"> <record id="object_property" dont_set_hint="true" get_property="Crcb"/> </widget> </container>
  17. I can't get anything to display in that panel at all really. Just empty stars
  18. Its frustrating. What's the customisation_context?
  19. I have them working in affiliates >> https://ibb.co/1s7trhD. They just don't work in here. I think there needs to be some kind of context like a team or club
  20. Yeah I tried various combinations of the IDs but no joy
  21. Haha good luck, I managed to get stars without the actual data so hopefully you're more successful.
  22. It's like the panel doesn't have access to these attributes/properties. I don't know if they can be imported into any files or they are just unavailable (not global properties)
×
×
  • Create New...