Jump to content

Rino72.

Members+
  • Posts

    102
  • Joined

  • Last visited

Posts posted by Rino72.

  1. 9 hours ago, footballfreak78 said:

    I've been busy with work so I've been running a lot of "start unemployed" saves running the "go on holiday" for 2 years then checking to see if any Tycoon takeovers occur.  I'll upload when I get some time tomorrow but I have:

     

    AC Milan - Back End Tycoon

    Rangers - Front End Tycoon

    Same save:  Huddersfield, Middlesbrough and Go Ahead Eagles (Holland) all have front end Tycoons.

    Could you upload the Rangers one please?

  2. I've had this problem in the last few versions but never got round to raising it so here goes;

     

    Despite being in overall control of my Reserve/Youth squads individual training, more often than not some of my players additional focus training defaults to 'None'.

     

    It is quite frustrating as it affects their development as it can go months in game before I notice.

     

    Any ideas?

  3. GK - Mendy (Dida)

     

    DR - Porro / Hakimi (Cafu)

    DL - Gvardiol (Maldini)

    DC - Demiral / Koulibaly (Stam)

    DC - Bastoni / Dias (Nesta)

     

    MC - Barella / De Roon (Gattusso)

    MC - Tonali (Pirlo)

    MC - Pellegrini / Bernardo Silva (Seedorf)

     

    AM - Dybala / De Bruyne (Kaka)

    ST - Haaland / Lewandowski (Sheva)

    ST - Immobile / Icardi (Inzaghi)

     

    Szoboszlai / Zaniolo (Rui Costa)

    Locatelli (Ambrosini)

     

  4. On 13/01/2022 at 22:50, a31632 said:

    You can use Notepad (in Windows) but I strongly advise to use Notepad++ (I use this myself) which is free software. There are multiple plugins available in this and it will check if the file is correctly coded. This will help prevent crashes in the game when not correctly coded,

     

    Thanks for that, appreciated. One last question, what are the file names that need edited? I notice that there is a fair few files in each folder once extracted.

  5. 4 hours ago, a31632 said:

     

     

    When you add the code in client object browser you have to put it in the section prior to where the screen build up is coded, otherwise it will not show, show corrupted or crash the game.

    See below how it is located in between the code for "match background picture" and the container for the rest of the code in this xml file:

     


            <!-- match background picture - covers entire screen -->
            <widget class="picture" id="Mbkg" scale_picture="true" keep_aspect_ratio="false">
                <record id="object_property">
                    <integer id="get_property" value="bgnd" />
                    <integer id="set_property" value="file" />
                </record>
                <attachment class="test_multiple_globals_attachment" default_value="true">
                    <list id="get_properties">
                        <record get_property="MatS" test_mode="equal" value="false" skip_if_null="true" />
                        <!-- PROP_FULL_SCREEN_3D_BEING_DRAWN -->
                        <record get_property="Ma3D" test_mode="equal" value="true" comparison_mode="or" skip_if_null="true" />
                    </list>
                    <integer id="set_property" value="hidn" />
                </attachment>
            </widget>

         <!-- tunnel interview scene - covers entire screen -->
      <widget class="picture" file="backgrounds/tunnel" scale_picture="true" keep_aspect_ratio="false">
        <attachment class="test_multiple_globals_attachment" default_value="false">
          <list id="get_properties">
            <record get_property="sect" test_mode="0" value="mpPh" skip_if_null="false"/>
            <record get_property="sect" test_mode="0" comparison_mode="1" value="mpPa" skip_if_null="true" />
          </list>
          <integer id="set_property" value="Shwn"/>
        </attachment>
      </widget>
     
        <!-- pre match briefing scene - covers entire screen -->
        <widget class="picture" file="backgrounds/briefing" scale_picture="true" keep_aspect_ratio="false">
            <attachment class="test_multiple_globals_attachment" default_value="false">
                <list id="get_properties">
                    <record get_property="section" test_mode="equal" value="phBR" skip_if_null="false"/>
                    <record get_property="section" test_mode="equal" comparison_mode="or" value="paBR" skip_if_null="true" />
                    <record get_property="FS  " test_mode="equal" comparison_mode="and" value="true" skip_if_null="true" />
                </list>
                <integer id="set_property" value="Shwn"/>
            </attachment>
        </widget>

        <!-- press conference - covers entire screen -->
        <widget class="picture" id="prCN" file="backgrounds/press">
            <attachment class="test_multiple_globals_attachment" default_value="false">
                <list id="get_properties">
                    <record get_property="section" test_mode="equal" value="PprC" skip_if_null="false"/>
                </list>
                <integer id="set_property" value="Shwn"/>
            </attachment>
        </widget>

      <!-- welcome to club - covers entire screen -->
      <widget class="picture" id="brEn" file="backgrounds/briefing">
         <attachment class="test_multiple_globals_attachment" default_value="false">
          <list id="get_properties">
            <record get_property="section" test_mode="equal" value="Twtc" skip_if_null="false"/>
          </list>
          <integer id="set_property" value="Shwn"/>
        </attachment>
      </widget>

        <!-- club vision meeting - covers entire screen -->
        <widget class="picture" id="CVEn" file="backgrounds/briefing">
            <attachment class="test_multiple_globals_attachment" default_value="false">
                <list id="get_properties">
                    <record get_property="section" test_mode="0" value="Cvim" skip_if_null="false"/>
                </list>
                <integer id="set_property" value="Shwn"/>
            </attachment>
        </widget>    
      <!-- dressing room scene - covers entire screen -->
      <widget class="picture" file="backgrounds/dressing room" scale_picture="true" keep_aspect_ratio="false">
        <attachment class="test_multiple_globals_attachment" default_value="false">
          <list id="get_properties">
            <record get_property="sect" test_mode="0" value="htmt" skip_if_null="false"/>
            <record get_property="sect" test_mode="0" comparison_mode="1" value="atmt" skip_if_null="true" />
          </list>
          <integer id="set_property" value="Shwn"/>
        </attachment>
      </widget>

      
        <!-- custom background scene -->
        <container id="cBsC">
            <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

            <!--widgets added in code here-->
        </container>

        <container>
            <layout class="arrange_horizontal_attachment" alignment="left,extend" gap="0" offset="0" />
            <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />

            <!--when the screen size changes, so does the width of the sidebar - make sure we lay ourselves out correctly-->
            <attachment class="test_screen_size_attachment" alignment="horizontal" min_value="0" max_value="1124" action_event="layD" disable_setting_name="force_small_sidebar"/>

    Apologies for the silly question but can you advise what files these are and what app do you use to open these files?

    I am a total novice when it comes to this side of the game so any feedback/guide would be appreciated.

    I've got as far as extracting the simatchviewer folder on the resource archiver but that's as far as my knowledge goes!

  6. Have got the mods sort of working but am unable to adjust the panels vertically (horizontally is fine).

    Also, when I choose a teams formation box it is just blank. Not got a clue where I'm going wrong here, can anyone help?

    I'm using the 'Base Skin With Background Support' if any help.

    Cheers.

  7. 1 minute ago, Smurf said:

    Much better than any Mac you could buy for that price.

    Case
    COOLERMASTER ELITE 130 CASE
    Processor (CPU)
    Intel® Core™ i5 Six Core Processor i5-9600K (3.7 GHz) 9 MB Cache
    Motherboard
    ASUS® STRIX B360-I GAMING: Mini-ITX, LGA1151, USB 3.1, SATA 6GBs
    Memory (RAM)
    16GB Corsair VENGEANCE DDR4 2400MHz (2 x 8GB)
    Graphics Card
    6GB NVIDIA GEFORCE GTX 1660 - HDMI, DP - GeForce GTX VR Ready!
    1st Storage Drive
    1TB SEAGATE BARRACUDA SATA-III 3.5" HDD, 6GB/s, 7200RPM, 64MB CACHE
    1st M.2 SSD Drive
    512GB INTEL® 660p M.2 NVMe PCIe SSD (upto 1500MB/sR | 1000MB/sW)
    DVD/BLU-RAY Drive
    NOT REQUIRED
    Power Supply
    CORSAIR 350W VS SERIES™ VS-350 POWER SUPPLY
    Power Cable
    1 x 1 Metre UK Power Cable (Kettle Lead)
    Processor Cooling
    CoolerMaster MasterLiquid Lite 120 High Performance Liquid Cooler
    Thermal Paste
    COOLER MASTER MASTERGEL MAKER THERMAL COMPOUND
    Sound Card
    ONBOARD 6 CHANNEL (5.1) HIGH DEF AUDIO (AS STANDARD)
    Wireless/Wired Networking
    GIGABIT LAN PORT + Wi-Fi (Wi-Fi excluded on H310I-PLUS)
    USB/Thunderbolt Options
    MIN. 2 x USB 3.0 & 4 x USB 2.0 PORTS @ BACK PANEL + MIN. 2 FRONT PORTS
    Operating System
    Genuine Windows 10 Home 64 Bit - inc. Single Licence
    Operating System Language
    United Kingdom - English Language
    Windows Recovery Media
    Windows 10 Multi-Language Recovery Image - Unlimited Downloads from Online Account
    Office Software
    FREE 30 Day Trial of Microsoft® Office® 365 (Operating System Required)
    Anti-Virus
    BullGuard™ Internet Security - Free 90 Day License inc. Gamer Mode
    Browser
    Microsoft® Edge (Windows 10 Only)
    Monitor
    AOC I2790VQ/BT 27" IPS Monitor - 1920x1080
    Warranty
    3 Year Standard Warranty (1 Month Collect & Return, 1 Year Parts, 3 Year Labour)
    Delivery
    STANDARD INSURED DELIVERY TO UK MAINLAND (MON-FRI)
    Build Time
    Standard Build - Approximately 12 to 14 working days

    Price: £1,178.00 including VAT and Delivery

    Unique URL to re-configure: https://www.pcspecialist.ie/saved-configurations/intel-sff-gaming/04duFU5BUz/

    That looks perfect, many thanks again. 

  8. 7 minutes ago, Smurf said:

    I always say - a Mac of most configurations will be fine. 

    But for less money you can buy a Windows PC/Laptop for cheaper - with much better specs.

    If you want to spend the money on the Mac - go for the i5 procesor - and the 560x is a slightly better graphics card. 

    Get 8gb RAM - but you can order RAM for much cheaper to bring it up to 16gb - which I recommend - don't add RAM on the Mac site - it's a rip-off. You can buy it yourself, and there's easy access panels to replace it.

    Thanks mate, appreciated. Fairly usless when it comes to this side of things, do you have any suggestions in mind?

  9. Well after 10 years, my Mac has decided to bite the dust and am on the look out for a replacement. I've came across this one but am just wondering if this would be able to handle FM2020 on highest  3D graphics settings?

    Also usually play with 7-9 leagues loaded and a large database with facepacks etc...

    Apple iMac (21.5-inch Retina 4K display, 3.4GHz quad-core Intel Core i5, 8GB RAM, 1TB Fusion Drive)

    • 21.5-inch (diagonal) 4096x2304 Retina 4K display
    • Quad-core 8th-generation Intel Core i3 or 6-core 8th-generation Intel Core i5 processor
    • Radeon Pro 555X or 560X graphics processor

    Fairly clueless when it comes to the above so any feedback will be appreciated.

    Cheers.

  10. 4 hours ago, Rashidi said:

    I can’t speak for Loki, but it’s a tad bit challenging  to get me to London since I am 8 time zones away. Nevertheless, I am happy that the SI communications team is turning to the FM community to publicise the game. It hasn’t always been like that but the last two seasons have been a step in the right direction.

    Can't wait for your content mate. Your videos have made me a 100 x better player. :applause:

  11. 11 hours ago, mikenevo said:

    Audero is decent enough for this league, but Rajkovic is definitely better when you compare them. Audero has certain stats such as Determination and Reflexes which are better, but apart from that Rajkovic is either level or better. Rajkovic also has better potential.

    I'm not sure why you couldn't get a work permit, I didn't seem to have any issues.

    Goalkeepers.thumb.png.e13c5e040dd15d63982e22f2dd1e8a30.png

    Aye it's a weird one, SFA at it again no doubt :lol:

    Audero has developed alot better in my save, will get a pic uploaded when back on the computer. 

    Rajkovic ended up at Sevilla on 96k per week so hopefully I can get Audero to join permanently.

  12. 6 hours ago, mikenevo said:

    That's weird, it's costing me £38mil for exactly the same 7k seats, I wonder why it's costing you more? I'm pretty sure it gets wiped off. Luckily for me I just sold Morelos for £36.5mil so that almost covers the cost. Bit disappointing to lose him though...

     

    I thought I'd check out Gravenberch, he looks really good, but not for £72mil...

     

    See if you can sign Predrag Rajkovic from Maccabi Tel-Aviv, he's also Serbian

    Not sure why its dearer myself, it's not 7k exactly just a few hundred more.

    I had everything agreed with Rajkovic to arrive as McGregor's replacement for 2m and 20k a week in wages only for him to fail his work permit. Weird as he had over 20 caps for Serbia and was down as one of their key players.

    Ended up signing Audero on loan from Juve who looks even better than Rajkovic so pretty happy with how its played out.

  13. 11 hours ago, trueblue said:

    How much did gravenberch cost you?  I was tempted to go in for him too,,, but as my midfield was the area i really needed to improve i was worried about spending so much and then relying on a young kid

    Think it was only £6m plus another £3/4m in installments, was still at Ajax and is still only 18, also now down as a wonderkid.

    Looks phenomenal though and scored a hat trick on his European debut.

    Massive selection headache with centre mids now though; Gravenberch, Elneny, Alena, Fleck, Kohr and Arfield all fighting for 2/3 spots.

    Also spoiled on the wings too with Gnabry, Kent, Roberts, Woo-Yeong and Malcolm all in contention!

  14. 27 minutes ago, trueblue said:

    Happened to me also.  When Dave King told me that we had sold 40k+ season tickets for the year ahead I cheekily requested a stadium expansion ,, thinking he would tell me where to go.  He has approved it,, and I had already talked him into upgrading the youth training facilities as well.  A lot of my transfer deals are over 2 or 3 years too.  Plus just after spending all I have ,, as the season started I got another msg off him saying due to an increased bank balance he is upping the money avail from transfers from 80% to 100%.

    Not sure where all this money is coming from,,, maybe its EBT's again lol.  

     

    I have had in other saves before tho,,,where you get so far into building work then they run out of cash and put a stop to it,,, so guess we will have to wait and see. 

    Aye the board defo seem to be very generous money wise this year!

    After selling Barisic I signed Rafa Soares and Ryan Gravenberch and still had £10m plus to spend. Also got something like £60k free for wages.

    I think King has found some extra cash down the back of his couch...

  15. So I'm a month into season 3 and after selling Barisic (£28m) and Xadas (£11m) my bank balance has shot up to £50m.

    I've asked for a stadium expansion which the board have agreed to but it's going to cost £42m and it'll only be an additional 7k seats.

    Once this is complete next year, will that figure be wiped off my balance? Pretty annoying if it does as I've wheeled and dealed some amount to get it to where it's at!

  16. 5 hours ago, LukasZ_VCF said:

    you should make offer till the end of next season ;) I took him that way to Valencia at start it was like almost free and I didn't had right winger so I played him there

    He's definitely a level above the rest of the Scottish league that's for sure.

    If I got him for next season my wing options would be outrageous - Gnabry, Patrick Robert's, Kent and Malcolm.

    Joveljic and Eggestein battling it out up top too, gonna be a challenge keeping them all happy!

  17. So after managing to reduce celtics lead at the top from 8 points to 3, I went into the 2nd last old firm game confident of a win. Malcolm was proving an inspired loan signing hitting 7 goals in his first 8 apps.

    What do I then do going into this game? Forget to change my heavily rotated squad from the game before and leave him on the bench! Lost 1-0 too which means the league is all but over.

    Did get some revenge in the Scottish Cup though, sending them out in the quarter finals so it looks like this will be my only chance of silverware after a successful first season.

    Also in the quarter final of the Europa League after beating both Zenit and Salzburg 5-1 on aggregate. PSG next though so it looks like our Euro journey stops there.

    Just want the season over now so I can unleash Gnabry and P Roberts.

×
×
  • Create New...