Jump to content

oi_oi_ginger_roy

Members+
  • Posts

    713
  • Joined

  • Last visited

Everything posted by oi_oi_ginger_roy

  1. You could edit the file to swap it with vice captain… means you won’t see VC but you’ll get HP in there
  2. Ah superb - thank you Loving the skin btw and can't wait for the new tactic screen to be working
  3. Does anyone know how i can keep the orange colour from the base game but still use this skin? For some reason i've taken a shine to the orange
  4. Great stuff as always 💪🏻 Quick question and it’s not just related to this skin but I quite like the orange of the new base version. How would I use this skin but retain the original colours?
  5. Anyone have an issue where the game sounds glitch and then it all goes silent until the next bit of action. Normally you hear the crowd sounds between highlights but nearly every game i play, it cuts out and goes weird... I know it's quite minor but i like to hear the crowd Is there anything i can do to fix this?
  6. Yeah i guess so - the game automatically adds a caretaker manager when there isn't one In that case, if i wanted to add their job under their name, any idea what i put and where in the follow code? <panel> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <!-- THIS MAKES USE OF THE PLAYER CARD CODE THATS USED IN THE DRAFT MODE --> <container > <layout class="vertical_arrange" vertical_layout="-1,110" /> <record id="object_property" get_property="objt" set_property="objt"/> <container > <attachment_group class="horizontal_arrange" horizontal_alignment="left,extend" horizontal_gap="12" horizontal_offset="0"/> <!-- MANAGER PHOTO --> <container width="150"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <!-- PRESS CONFERENCE BACKGROUND --> <container class="client_object_viewer_xml_panel" file="club/tcs/overview/header pc bg" > <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <record id="object_property" get_property="objt" set_property="objt"/> </container> <!-- PLAYER FACE --> <widget class="object_portrait_picture" id="face" image_alignment="centre_x, centre_y" scale_picture="true" wants_mouse_events="false"> <record id="object_property" get_property="objt" set_property="objt" /> </widget> </container> <!-- INFO ON RIGHT --> <container > <attachment_group class="vertical_arrange" vertical_alignment="fill" /> <!-- NAME --> <widget class="person_button" style="semi_bold" alignment="left,centre_y" info_popup_enabled="true" person_is_human="true" colour="fg"> <record id="object_property" get_property="Pers" set_property="valu" /> </widget> <!-- NATION AND FLAG --> <container height="20" > <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <widget class="editable_client_object_property_panel" id="intc" auto_size="all"> <record id="widget_info" class="nation_button" icon_enabled="true" auto_size="all" colour="text"/> <record id="widget_properties" auto_size="all" /> <record id="object_property" dont_set_hint="true" get_property="PNat"> <record id="object_property" get_property="objt" set_property="Pers" /> </record> </widget> </container> <!-- MANAGER REPUTATION --> <widget class="global_reputation_stars_label" id="pReP" navigation_focus_target="true" subject_is_person="true" alignment="left,centre_y"> <record id="object_property" get_property="Prsa" dont_set_hint="true" /> </widget> <!--nation--> <widget class="formation_label"> <record id="object_property" get_property="Nppf"/> </widget> </container> </container> <!-- CLUB STATS --> <widget class="table" mode="fill_rows, stripe_rows, printable" id="clst" layout="-3,-1,-3,-1" row_spacing="0"> <flags id="auto_size" value="vertical" /> <boolean id="auto_size_rows" value="true" /> <boolean id="fixed_size_rows" value="false" /> <boolean id="save_session_state" value="true" /> <boolean id="sdst" value="true" /> <list id="column_table_properties"> <record indx="0"> <boolean id="sort_disabled" value="true" /> </record> <record indx="1"> <boolean id="sort_disabled" value="true" /> <flags id="alignment" value="centre_y" /> </record> <record indx="2"> <boolean id="sort_disabled" value="true" /> </record> <record indx="3"> <boolean id="sort_disabled" value="true" /> <flags id="alignment" value="centre_y" /> </record> <record indx="4"> <boolean id="sort_disabled" value="true" /> </record> <record indx="5"> <boolean id="sort_disabled" value="true" /> <flags id="alignment" value="centre_y" /> </record> </list> <!--Game Played - Club --> <widget class="label" id="Lcgp" row="0" col="0"> <record id="object_property"> <integer id="get_property" value="Ccmp" /> <boolean id="name" value="true" /> </record> </widget> <widget class="dashed_number_label" id="Vcgp" row="0" col="1" auto_size="all" spec="text" size="normal"> <record id="object_property"> <integer id="get_property" value="Ccmp" /> </record> </widget> <!--Games Won - Club --> <widget class="label" id="Lcgw" row="1" col="0"> <record id="object_property"> <integer id="get_property" value="POgw" /> <boolean id="name" value="true" /> </record> </widget> <widget class="dashed_number_label" id="Vcgw" row="1" col="1" auto_size="all" spec="text" size="normal"> <record id="object_property"> <integer id="get_property" value="Ccmw" /> </record> </widget> <!--Games Drawn - Club --> <widget class="label" id="Lcgd" row="2" col="0"> <record id="object_property"> <integer id="get_property" value="POgd" /> <boolean id="name" value="true" /> </record> </widget> <widget class="dashed_number_label" id="Vcgd" row="2" col="1" auto_size="all" spec="text" size="normal"> <record id="object_property"> <integer id="get_property" value="Ccmd" /> </record> </widget> <!--Games Lost - Club --> <widget class="label" id="Lcgl" row="3" col="0"> <record id="object_property"> <integer id="get_property" value="POgl" /> <boolean id="name" value="true" /> </record> </widget> <widget class="dashed_number_label" id="Vcgl" row="3" col="1" auto_size="all" spec="text" size="normal"> <record id="object_property"> <integer id="get_property" value="Ccml" /> </record> </widget> <!--Goals Scored - Club --> <widget class="label" id="Lcgf" row="0" col="2"> <record id="object_property"> <integer id="get_property" value="Cclf" /> <boolean id="name" value="true" /> </record> </widget> <widget class="dashed_number_label" id="Vcgf" row="0" col="3" auto_size="all" spec="text" size="normal"> <record id="object_property"> <integer id="get_property" value="Cclf" /> </record> </widget> <!--Goals Conceded - Club --> <widget class="label" id="Lcgc" row="1" col="2"> <record id="object_property"> <integer id="get_property" value="Ccla" /> <boolean id="name" value="true" /> </record> </widget> <widget class="dashed_number_label" id="Vcgc" row="1" col="3" auto_size="all" spec="text" size="normal"> <record id="object_property"> <integer id="get_property" value="Ccla" /> </record> </widget> <!--Goal Difference - Club--> <widget class="label" id="Lcdi" row="2" col="2"> <record id="object_property"> <integer id="get_property" value="Tgdf" /> <boolean id="name" value="true" /> </record> </widget> <widget class="dashed_number_label" id="Vcdi" row="2" col="3" auto_size="all" spec="text" size="normal"> <record id="object_property"> <integer id="get_property" value="Ccdf" /> </record> </widget> <!-- Win Ratio - Club--> <widget class="label" id="Lcwr" row="3" col="2"> <record id="object_property"> <integer id="get_property" value="TgwR" /> <boolean id="name" value="true" /> </record> </widget> <widget class="dashed_record_percentage_label" id="Vcwr" row="3" col="3" auto_size="all" spec="text" size="normal"> <record id="object_property"> <integer id="get_property" value="Ccwr" /> </record> </widget> <!-- everything should be left aligned --> <record id="default_properties"> <flags id="alignment" value="left,centre_y" /> </record> </widget> </container> </panel>
  7. See that is what i have but it doesn't seem to work for some reason... <panel> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <boolean id="should_force_refresh" value="true"/> <!-- IF MANAGER IS AT CLUB --> <container id="manC"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/> <widget class="person_snapshot_club_overview_panel" id="mana" player="false" file="club/tcs/header manager snapshot"> <record id="object_property" get_property="TMnR" set_property="objt"/> </widget> </container> <!-- NO MANAGER --> <container id="nomC"> <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" /> <widget class="object_action_button" id="oabt" action_id="TCpJ" colour="secondary" red_replacement="secondary"> <record id="object_property"> <integer id="get_property" value="objt" /> <integer id="set_property" value="objt" /> </record> </widget> </container> </panel>
  8. I've added this to a panel for the club info page - however is there any way of it displaying "no manager" "apply for job" etc when there isn't a manager... this example above, he is a caretaker manager but i don't want to see that
  9. Whereabouts would i need to look if i wanted to change a skins background colour to that of the default skin?
  10. Hi all What would i need to change in this skin if i wanted to amend a default scoreboard to have the team full name and badge? (but still want it to show the branded ones like the EFL etc when i'm in that league) Basically i'd like it to look like this (think it was a fm21 mod) when there isn't an official licensed one available...
  11. This is what i was trying to remove too - even if i give equal capacity to each side it still displays like the above?!
  12. I'm trying to do this - have extracted the XML but i don't know how i put it back into the game using the resource archiver... Anyone able to help me out here? Ignore this ^ - have figured it out
  13. Are there any decent squad views i can download that lists the key attributes for each position/role? Would make things so much easier for me when it comes to choosing the best player for the position. I know I can create them myself but I’m lazy
  14. Competition names you don't have to but club names you do... the files you replace are over-written on each update. So if you don't change it before a new save then you're stuck with the made up names etc...
  15. Yeah this. Just cos the transfer window shuts on the 7th they then have to implement all the changes and do a round of testing etc so that would push that update into the following week which would be more like the end of March
  16. I normally do this... All divisions in: England Spain Germany France Italy Scotland Top 2 divisions in: Brazil Argentina Netherlands Portugal Belgium Top division in: Sweden Norway Denmark Switzerland Austria Large DB - Load all current international players, Players from top division clubs, Players from top clubs, Players with continental rep, Players with national rep, Players from clubs in continental competitions.
  17. From the Google Localization Quality Assurance (LQA) is the last stage in the game localization process. Primarily, it focuses on linguistic testing and translation quality review but also covers UI/UX evaluation, compliance testing, culturalization, internationalization, functional tests and more. In short, native speaking linguists with expertise in gaming and local culture play and review your game, making sure that there are no errors or problems - both linguistically and visually. If the game is about to be published in multiple languages, every version should be tested by the appropriate native professional.
  18. Out of interest what do these test names refer to? and what is a good sign/bad sign?
  19. On my current save i have Arkadiusz Milik up front and just now i popped into Sainsburys and saw that the date of March 9th was on some Milk that i bought, which is a sign - so going by this it must mean the patch will be out next Thursday...
  20. Exactly that. They could quite easily have set the entry cut off date as last week if they wanted to
×
×
  • Create New...