[Discontinued] Ethereal FAF Client 1.0

I'm not a huge fan of very dark UI, i've never been too fond of FAFs look and feel. I'd love a style for FAF something like the style of Valorant
alt text

On the Create Game screen:
alt text
Instead of having a title, I'd have the Min rating set to a default value of Zero and a Max rating of 3000. That would encourage people to get into the habit of setting ranges if they require one but would otherwise all games were essentially All Welcome.
Would be great if you could favourite your preferred maps so they are always listed first.

On the Game Lobby screen:
alt text
We discussed in Jip's excellent thread some improvements that could be made for the Game Lobby screen.

@scout_more_often i`d like to see concept that will fit our client xD

@scout_more_often I asked around about first image. Idea come in mind to move lobby side simulator to client, it will require a lot of work and no one will work. I would like to, but i`m not experienced well for that xD

About create lobby screen... i will try to create something special

We appreciate everything you are attempting, believe me 🙂

@scout_more_often
As an FYI you could design your own theme even for the Official client if you want to lighten it up a bit.

Also on the rating limits remember that some people have negative ratings.

Some visual updates

Added some UI interactive.

Gap? What the gap?

alt text

What is that? What?


it is fucking FAF ANALYTICSSSSSSSSSSSSSSSSSSSS by Kazbek! Now you are able to check any player on FAF by FAF Analytics in client =).
Still requires some CSS injection but even on this stage it looks suuuuuuuuuuuuuuuper cool

Wow this client can do EVERYTHING!!! Except actually play games 🤣

@askaholic That is true, but who like rushing these days 😃 I have 3 month to finish this as mush as possible before i leave to army for a year 😄

is it possible to integrate some of the features of the lobby mod that makes it clearer what the teams are and what the balance is like?

@derpfaf Yes, but it will be done as custom modification that made by client itself. It should be embedded into patch intead

I wish you good luck. It is really hard to rewrite a client from scratch and you have a long way to go.
My advise for you would be:

  • Keep in mind that if this project succeeds it gets big (FAF Client has 83642 loc only the core project) and that you will need a good clean architecture
  • Try build a minimal valuable product first (get it to launch custom games and download maps and mods) and make sure it is stable. Building all java client features is hard, there are many idiotic features it has. And ppl always wish for more features.

Nobody cared for all the features the java client had, most ppl stayed with the py client. Java client was received as unstable, since it broke many times. That was mainly the lack of testers/ users and that in game development and patching everybody tested with py client and therefore broke java client. And also there was active development on the java client where as the py client just stayed the same. And ppl just like what they are used to.

Soon™️

@axel12 Thank you! Yeah, i am not going to implement all features that official client has at the moment. Mostly just curious and making some notes.

Lets digress a little from the client, what do you think about GW?

Note that this is just ideas rn

I know that faf already has a relatively ready-made GW server, but I didn't dare to watch it xD, so I only made a visual concept of my ideas. I dont have such server capacities as faf do but i will find something for a few month for testing purpose. The difference is that i will use same faf lobby server and connected in parallel my server with simple logic for interaction with players in GW. Games will be launched as normal global FAF games with SIM mod, that will be created on fly by client itself, and customized lobby. Modificated lobby will prevent connecting strangers/observers to the main teams of the game. SIM mod will spawn the units that the player/general of the battle sent from one side (cant really say is it worth it. You are sending acu or pre build units to battle). I am to lazy to write everything that i have in mind, but i think this two simple concepts will give some thoughts xD

Also, this is simplified concepts, like a lot, i am thinking about much difficult infrastructure for that, like ETA of movements / bases / defenses

Some ready answers:

  1. Replay watchable? In theory yes, client will generate the same SIM mod as it did on launch of game (like map generator)
  2. Pre made units in game? So in the stage of creating request for battle in zome planet, player will add some units, the cost of units will be paid from the faction resources. Client will generate SIM mod before game launchs that will contains this units
  3. How will be zones generated? I have no ideas right now, but i think it is not hard that it looks like.
  4. What if the enemy team does not come out to fight in time? They will lose
  5. What if no one comes to the fight on time? The battle request will be canceled
  6. How will be perform global restart? xD No idea

WelcomeCommander.png
Home.png

Everyone likes GW, and it would surely increase the player- and game numbers, but the load of work and commitment that comes with this project is extravagant high.

And even if you have a highly skilled developer(s) - I am sure there is a ton of back load for the current/future Client for fixing or adding features which needs to be addressed first.

I think when the new client is release-ready and bug free with all essential functions working, then a discussion about the GW is more relevant.

@magge Yeah, GW will not be released with client xD Just some thoughts and as notes for future me

The front end is where the current GW implementation needs the most work anyways. A backend server has existed for many years, and although the same is true for a front end written in react, the performance is so bad it’s completely unusable.