- [p]the interface system[/p][/*]
- [p]the match animation system[/p][/*]
- [p]the graphics system[/p][/*]
Main game screen
[p]Let’s start with the screen that is the center of all the player’s football activities:[/p][p][img src="https://clan.akamai.steamstatic.com/images/8937755/45b764868ca0b1ac6cc847270f7d5e2cf1e2c949.jpg"][/img][/p][p]In addition to the overall design overhaul, we implemented three other important changes:[/p][p][/p]1) Faster work with mail messages
[p]Often, we understand the essence of a letter just from its subject line. So why open the mail client if everything is already clear?[/p][p]That’s why we decided to display message subjects directly on the main screen. If you want to mark a message as read, simply right-click on it. If you want to read it - left-click.[/p][p]For those who have played Civilization, this approach will be familiar - that’s exactly how event messages are managed there.[/p][p][/p]2) Gear menu
[p]Previously, this menu was located in the bottom-left corner. But it often competed with the “Back” button. Because of this, on some screens the menu was hidden, since the “Back” button had higher priority. This also meant that in some cases, returning to the main game menu was not very convenient. So we moved the gear menu to the top-right corner - just like it’s done in many applications.[/p][p][/p]3) Tournament logo
[p]Notice how the name of the “Premier League” tournament is styled. We designed it to resemble a tournament logo. Now, on many screens, it will appear specifically as a logo. If this decision proves successful after the release of FTGW and we see that it doesn’t cause problems on various interface screens, then in the future we will allow mods to upload images with logos of real or fictional tournaments.[/p][p][/p]Team screen
[p][img src="https://clan.akamai.steamstatic.com/images/8937755/0ae92b52084929a0f54e3dec952d268d22ad49d7.jpg"][/img][/p]Number of footballers on the screen
[p]One of the things we’ve focused on is the number of footballers visible on a single screen.[/p][p]On the one hand, we try to make the interface so that the fonts and other elements are large enough. I’m 43 years old, and I don’t like straining my eyes to read small text on a screen. From talking to our players, I’ve gathered that most people playing our game are men aged 35+. So, for many, this is also a relevant issue.[/p][p]On the other hand, it’s nice to have more information visible on the screen without needing to scroll.[/p][p]So, we’ve optimised the space as much as possible to make it more comfortable to play without having to squint at small fonts. Previously, you could see 15 footballers on the screen at the same time; now you can see 20. That means you can view the entire starting line-up and all substitutes without scrolling through the list.[/p][p]Here’s a comparison of how it was and how it is now:[/p][p][img src="https://clan.akamai.steamstatic.com/images/8937755/3bc174b640eb648aaaa4fe292e727d3c79e829c8.jpg"][/img][/p]Special list scrolling
[p]Previously, the list of footballers would scroll as a whole - with both the starting line-up and the substitutes moving together. So, if you wanted to move a footballer from the second squad to the main one, you had to scroll down, grab the footballer, and drag them upwards until the list automatically scrolled to the desired position.[/p][p]Now, we’ve fixed the starting line-up in place. Only the second squad and the substitutes scroll. This means fewer unnecessary movements when selecting footballers for a match.[/p][p][/p]Contracts
[p]The contracts screen functions the same way as before, although now it shows more footballers than it used to. However, we’ve added a small improvement that will make life a little easier for those who like to plan their finances based on the value of their footballers’ contracts. This is especially useful at the start of the transfer window:[/p][p][img src="https://clan.akamai.steamstatic.com/images/8937755/6d65f8a8508ad53faefe8ec96025ea9c1d8205cf.jpg"][/img][/p][p]On the right, you can now see information about:[/p]- [p]The total value of all your footballers if you were to sell them right now.[/p][/*]
- [p]The cost of extending all contracts by 1 year - even for those whose contracts don’t yet need renewing. This helps you plan your finances for the future.[/p][/*]
- [p]The cost of extending the contracts that are about to expire by 1 year. This allows you to plan your finances for the current transfer window without having to open each footballer’s contract renewal screen and manually calculate the total required amount.[/p][/*]