Would it be possible to search for a matchmaker game while watching replays?
Ethereal FAF Client 2.0
@archsimkat as long as you dont break patches xD Currently there is no safe handler if you start watch old replay, because i am updating game before any action was made
- Joining queue -> checking and updating patch -> sending command to join queue -> in queue... Opening replays -> trying to
update the game - In case if you are in lobby, if replay will ask for patch update, it will throw an error on update, because game files is busy
You can break your tmm game if you do this:
- Join queue
- Updating game...
- Joining queue
- Opening old replay
- Updating game!!!
- ...
- Queue match found
- No check for patch
- Game dead
I can make a safehandler on every match found, but it will ruin experience for everyone in queue, because you will detain everyone while updating
UPD. Actually, it wont work, if you updated game on replay, because the game files will be busy with opened game, so you ruin your tmm anyway XD
UPD2. I dont know how much info is hidden inside of .fafreplay, if there wont be any versioning, it will be hard to determine if the replay safe to watch... Or i can just deny update if replay requires it so it wont ruin your tmm game xD
2.0.7.3 Bug fixes
https://github.com/Eternal-ll/Ethereal-FAF-Client/releases/tag/2.0.7.3
Changelog:
- Delay ice launch for safe connect
- Optimize ram usage
- Support Ice adapter 3.3
Download and replace .dll to fix problem with patcher xD
2.0.8 dev-chat, hosting fix Latest
https://github.com/Eternal-ll/Ethereal-FAF-Client/releases/tag/2.0.8
Changelog:
- Test IRC chat
- Fix hosting local/generated maps
stillborn client xD i`ve updated it days ago and i was told right now that hosting is not working
That IRC renaming will cause problems elsewhere. How do you keep the online players in sync with IRC players if the renamed before you join? How will you message or even find your friends if they have renamed.
He said, "I've been to the year 3000
Not much has changed, but they live underwater
And your great-great-great-granddaughter
Is playin' FAF, playin' FAF"
@brutus5000 Two friend will find the way to meet
I will sync only disconnected from IRC server users. And ive got players id`s on IRC.
Word of warning, don't assume the ID's will stay there forever, they were already removed before and I had to ask them to be brought back
@giebmasse In worst case i will wait PR for server where it will notify about player connectivity state And for backing up ID`s, thanks!))
@giebmasse said in Ethereal FAF Client 2.0:
Word of warning, don't assume the ID's will stay there forever, they were already removed before and I had to ask them to be brought back
Technically it was an accident
But yeah no guarantees they will also be there
2.0.9 (2022-10-22)
Changelog
- Full support of IRC chat
- Open private DM with player
- Filter channel users
- Support emoji syntax
:emoji:
on chat input - Remember last user channels for next IRC session
- Parallel initilization of patch watcher (faster launch)
- Updated ICE to 3.2.2
FAQ
How to join channel/s?
- Use chat input /join #channel1, #channel2, ..., <#channel>
- Use channel/user input <#channel> and press Enter
How to leave channel/s?
- Use chat input /part #channel1, #channel2, ..., <#channel>
- Use leave button, hover on required channel in the sidebar list and press "Leave" button
RAW IRC commands
- Use slash '/'
Example:
- UI: /join #channel
- IRC: JOIN #channel
Emoji Sample:
- Write
:tada:
- Converted to
How to copy message?
- Right click on message
- Click on "Copy text"
- Done!
No one probably noticed, but patch client was broken xD
Sending HTTP request GET https://api.faforever.com/data//data/featuredMods/0/files/latest
2.0.10 (2022-10-23)
Changelog
- Fix game patcher
- Fix custom map downloading on game launch
- Fix idle games list not updating on game launch
- Fix oauth logo
- Host page background now transparent
- Added clean patch initialization (no more dependant on exist patch folder, but still using auto-game detect method)
- Added game filters: OnlyGeneratedMaps / HidePrivateLobbies / EnableMapsBlacklist
- Added players ratinsg to idle/live custom/coop games
- Carefully closing ice adapter
- Host page moved into navigation frame
- Code cleanup
FAQ
How to hide specific map?
- Right click on game card
- Click on "Ban map"
Hello, the client keeps looking better and better!
I have a few suggestions/requests that may be useful for all.
-
Option to hide moded games, especially due to the fact that the client does not support them anyway.
The error you get: "SIM modes not supported" -
Possibility to see the game list as a detail list just as it is in official client under option "table" view.
-
Chat: adding friends/foes. If there is a possibility to sync with already existing lists that a player made with the official client.
-
History: official client will delete all history and private conversations, an option to save them will be most wellcome.
Thanks again for your hard work))
Incoming 2.1.0 (31.10.2022)
Changelog
-
Added client updater
-
Added safe handler in patcher for busy files
-
Added game logs on 'C:\ProgramData\FAForever\logs\game_{uid}.log'
-
Fixed background colors in host view
-
Moved fonts to separate DLL (ligher updates)
-
[SubCon] Option to hide moded games request
-
[SubCon] Chat: adding friends/foes request
A few updates will be forced in case of any bug fixes. Updates will come in small packages (less than 5 mb). After this update, in every launch client will do the confirmation of current local version with latest stable update on repo. Process of updating is simple
- Closing faf client
- Updating
- Relaunching faf client
@subcon you only get the SIM modes not supported if the mods are install external not through the mod vault any mods download from the vault will not show that
"The needs of the many outweigh the needs of the few" - Spock
@rowey the problem is i do not support any vault mod right now. i can do shitcoding to install them on launch, but i dont want to xD