Jump to content

lugui

Members+
  • Posts

    388
  • Joined

  • Last visited

Everything posted by lugui

  1. Because I like it this way. I wasn't interested in investing more time thinking about other solutions at the moment. And I like it aesthetically. In any case, the final version was different and satisfied me.
  2. Thanks again. I'm a simple man: I know when I'm overcomplicating and wasting time not playing the game, which is the most important thing of all. I threw in some logos to fill the space and I'm more than satisfied. Thanks!
  3. Thank you so much, @snowofman. It was just the spark I needed to get something and go from there. I implemented the <widget class="interaction_featured_object_team_budget_panel" > in transfer history panel.xml (what was your logical process to come up with this? I will pay more attention to better understand the whole thing with the widget classes) and it started to populate the widget. Then, I extracted and tried a few things with generic/interaction featured object team budget panel.xml, adjusting colors, translations and spacing. At the moment I have the following, which is something very close to what I was looking for, I am satisfied: One last question and I'll leave you alone, if I may: Based on the code below for generic/interaction featured object team budget panel.xml, would you suggest any adjustment so that I could break down both values for transfers and wages and align them horizontally, on the same line? Something like this mockup: Anyways, thank you so much again for all your help, as usual.
  4. Unfortunately, I couldn't make much progress with this question above, so I gave it up for a moment. However, I have been trying to implement a simple version of the available transfer/wage budget widget, something that already exists and is default on the Transfer Center screen (F9) and in Scouting top bar.xml. But nothing I've done so far with the original or tweaked codes has allowed me to populate the values for transfer budget and wages. Would anyone with more experience have any suggestions, please? I'll leave the code I'm working on, any light would help. Thanks in advance! transfer history panel.xml Trying to implement this: TRY Here, under the Transfer History screen (generic/transfer history panel.xml):
  5. That would be great. I'd be interest to learn how to implement this as well, in case you ever come accross the solution, please. Studying the file, I haven't been able to figure out a way yet...
  6. I'm trying to improve the transfer history page (transfer history panel.xml) and I'm happy with what I've managed to tweak so far, but I'd like one last shot and customize the "view"/columns that are visible by adding player faces. I tried the traditional method (<record id="port" auto_hide_priority="1" />), but no luck. I'll leave the code I'm working with, especially this part below, which I feel is something important to achieve what I mentioned (or maybe not! ) <!-- default properties adopted by every item in table --> <record id="default_properties"> <flags id="algn" value="left,centre_y" /> </record> Please if anyone knows, thanks in advance. <!-- main table --> <container class="contrast_box" red_replacement="primary" transparency="0.55" id="trtt" force_title_borders="false"> <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true"/> <!-- embedded buttons --> <container id="btns" embed_in_frame="true" navigation_container="true"> <attachment_group class="title_embedded_panel_left" /> <!-- month widget (used for nation and continent views)--> <widget class="embedded_left_right_list" id="mont" sele="mont" auto_size="all" embed_in_frame="true" reverse_function="true"> <translation id="text" translation_id="247947" type="use" value="Month" /> </widget> <!-- filter button --> <widget class="embedded_filter_button" id="plsf" target="trtt" auto_size="horizontal" embed_in_frame="true" /> </container> <widget class="text" id="Nosi" auto_size="none" alignment="centre" hidden="true"> <translation id="text" translation_id="315038" type="use" value="No transfers to display[COMMENT - transfer centre; used when there are no impending transfers to display]" /> </widget> <container> <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" /> <!-- table for showing youth players and comp transfers--> <widget class="table" id="tabl" save_session_state="true" save_default_state="true" mode="fill_rows, stripe_rows, printable, keyboard, show_bullets, select_rows, select_multiple" wants_lazy_load="true" fixed_size_rows="true" auto_size_rows="false" get_row_data_event="ustt" auto_size="none" row_height="20"> <boolean id="navigation_container" value="true" /> <boolean id="default_focus" value="true" /> <!-- default properties adopted by every item in table --> <record id="default_properties"> <flags id="algn" value="left,centre_y" /> </record> </widget> <container id="inou" draw_vertical_dividers="true"> <attachment_group class="horizontal_arrange" horizontal_alignment="fill"> <global id="horizontal_gap" name="ui.inner_box_gap"/> </attachment_group> <container class="inner_contrast_box" id="inbx" font="bundesliga-condensed" colour="fg positive" size="12"> <translation id="text" translation_id="491862" type="use" value="Transfers In[COMMENT: AREA: Confidence; SUB-AREA: Board Confidence; FR-BN: ?; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: title for summary overview of confidence regarding transfers into the club]" /> <attachment_group class="vertical_arrange" vertical_alignment="top,extend"/> <widget class="text" id="tivl" auto_size="all" font="bundesliga-condensed" size="12" style="bold" /> <widget class="spacer" height="1"/> <container> <attachment_group class="vertical_arrange" vertical_alignment="bottom,extend" vertical_gap="0" vertical_offset="0" horizontal_inset="0" /> <widget class="text" id="Noin" alignment="centre" hidden="true"> <translation id="text" translation_id="315038" type="use" value="No transfers to display[COMMENT - transfer centre; used when there are no impending transfers to display]" /> </widget> <widget class="table" id="trin" save_session_state="true" mode="fill_rows, stripe_rows, printable, keyboard, show_bullets, select_rows, select_multiple" wants_lazy_load="true" auto_size_rows="false" get_row_data_event="utit" row_height="20" navigation_container="true" msov="itSL" msex="itUL" row_highlighted_event="itSL"> <!-- default properties adopted by every item in table --> <record id="default_properties"> <flags id="alignment" value="left,centre_y" /> </record> </widget> <widget class="icon_button" id="wati" auto_size="all" click_event="watn" controller_button="y_button"> <layout class="stick_to_sides_attachment" alignment="left" /> <translation id="text" translation_id="275840" type="use" value="Where Are They Now?" /> </widget> </container> </container> <container class="inner_contrast_box" id="oubx" font="bundesliga-condensed" colour="fg negative" size="12"> <translation id="text" translation_id="491863" type="use" value="Transfers Out[COMMENT: AREA: Confidence; SUB-AREA: Board Confidence; FR-BN: ?; TONE: Formal; CHARLIMIT: None; REF-ID: n/a; NOTE: title for summary overview of confidence regarding transfers out of the club]" /> <attachment_group class="vertical_arrange" vertical_alignment="top,extend" /> <widget class="text" id="tovl" auto_size="all" font="bundesliga-condensed" size="12" style="bold" /> <widget class="spacer" height="1"/> <container> <attachment_group class="vertical_arrange" vertical_alignment="bottom,extend" vertical_gap="0" vertical_offset="0" horizontal_inset="0" /> <widget class="text" id="Noou" alignment="centre" hidden="true"> <translation id="text" translation_id="315038" type="use" value="No transfers to display[COMMENT - transfer centre; used when there are no impending transfers to display]" /> </widget> <widget class="table" id="trou" save_session_state="true" mode="fill_rows, stripe_rows, printable, keyboard, show_bullets, select_rows, select_multiple" wants_lazy_load="true" auto_size_rows="false" get_row_data_event="utot" row_height="22" navigation_container="true" msov="itSL" msex="itUL" row_highlighted_event="itSL"> <!-- default properties adopted by every item in table --> <record id="default_properties"> <flags id="alignment" value="left,centre_y" /> </record> </widget> </container> </container> </container> </container>
  7. Glad it worked, guys. One great thing about exchanging ideas is that in a short time you've even managed to evolve the code into something even better. @Powermonger, how could I implement the icon used on the left/behind the faces, please? I dont have much space nor resolution to play with, but I'd like to try it.
  8. Thank you so much for sharing this, not to mention the effort to put it all together. Game changer.
  9. A while ago I spent an unhealthy amount of time trying to figure out and get this Hot Prospect thing working and populating the bar in Team Squad. With a lot of error and testing, it was only possible with the code below. Worth the try. In my setup, the information used on the Team Squad screen is pulled by the team squad.xml from team squad information facts.xml, that I created myself. But I imagine you know where to put it in your configuration there. I suggest ignoring/adjusting my used style and translation values to your liking. I hope it gives you at least a direction on what to look for, let me know.
  10. Thank you! I will need to rebuild a few custom views in order for it to work - as it apparently only changes the default ones - but thats a start:
  11. Does anyone know which .xml files control the screen with the names within your shortlist - and basically the screen with the search results for players in general. I want to compact the spaces there a bit more, mess around with the row_height=XXX value needed to achieve this. Thanks in advance!
  12. All good, mate. I've also been looking for weeks to understand in all possible places and in different skins where the line of the month + year comes from, without success. Anyway, your help already gave me something different to play with, thanks again.
  13. As always, many thanks for your help! I think I'm getting somewhere. From what you suggested, it was possible to recolor the respective lines of the dates for the matches, but not the line that indicates the month in which the set of games takes place - as highlighted below. Anyway, it's already something that stands out more in the visualization, something I wanted in order to get away from everything completely plain white. If there is something specific for the month + year line and someone knows how to do it, I'd be grateful. If not, I'll live with the current setting, no issues. Thanks again, @snowofman.
  14. Sorry to revive this old question, but would someone more experienced know if it's possible to do this, please? Anything would help. I confess I'm pessimistic, I downloaded and checked over 8 different skins and none had it edited, maybe they never wanted to do it/paid attention to or it's just hardcoded. Thanks in advance.
  15. I like this approach, mate. Especially the (strong and) dark background, top bar with the team color and simpler graphics. Nice touch on the shaded dividers used in the top boxes, with the squad info. How did you manage to centralize these menus for all screens if you don't mind teaching please?
  16. The loan screen looks so much better, optimized and "breathing. I really like the profile column on the left and of course, the color scheme and dark contrasts.
  17. Congrats! Thank you for always being available to help whenever possible, either with something direct or helping to think of possibilities. In particular, for your patience, didactics and respect with beginners like myself and many others.
  18. Hello all, Please, could someone point me where I could find what I need to edit to recolour the bit that indicates/separates the respective months, within the fixtures screen? I would like to recolour the text other than white, in order to create a visual contrast as far as visualization of the months section. I've tried a few things in fixtures list sub panel.xml and fixtures list panel.xml, but no luck. I've got a feeling it could have something to do with fixture properties.xml - in order to allow some customization for that part - but I have got nothing there so far either. Any help is much apreciated, thanks!
  19. Really dig what you've done with the icons behind the player faces at the top, would love to learn how to do it, please. As for your questions, specially the second one, try checking in person properties.xml for both Nationality and Second Nationality. In the 'column_widget_properties': <flags id="use_format" change the value bit to "very_short". You will need to clear cache, reload the skin AND restart the game in order for it to work.
  20. Very inspiring. I saw your panel and tried to improve mine a little. If I may ask, how did you manage to place the 3 frames/units in such horizontal sequence/layout? I don't count on a lot of space or resolution, but I would like to try something similar.
  21. This is very nice and reading the entire thread now, I can only imagine the amount of work you have dedicated to reach such a neat solution, congrats and thanks for sharing it with us. Sorry for such a question, but what should/could I adjust in order to have the teams's full name, instead of the three letter ones? Once again, brillant work and thank you!
  22. Thank you very much, got the changes I wanted to implement.
  23. Hello everybody, Any kind soul would know which panel I could change the fonts, sizes and styles for items 1, 2 and 3, please? This is the list of news in the inbox Thanks in advance!
  24. I am in my 2nd season with Guingamp - I plan to update some things here soon, I usually lurk and enjoy this thread, as a fan of the french leagues myself! - and both I got PSG away as well, 9th and 10th round. All of this with dozens of non-league and island clubs remaining. Of course I got trashed. "Good thing" to see that it wasn't one of those things only in my head.
×
×
  • Create New...