-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MegaThread] Outstanding issues, fixes and planned improvements #160
Comments
Instead of Party Chat to send messages to the player, have Closed Captions been considered? They can be enabled with |
That would be a very interesting option. I personally have closed captions disabled; can this be implemented without the stock captions spamming "That heavy is a spy!"? |
The stock captions basically do not work for anything other than the developer commentary Edit: After checking, only the developer commentary is captioned in the entire game |
one thing to consider would be how custom huds affect the display of messages, as well as the default settings. if CC are turned off by default, whats the best UX for bringing the feature to the user? The less things a user has to manually toggle or flip to install the app, the better. additionally, how does this affect useability? Closed Captions fade away and are not recallable, what if the information you want to present should be referencable at multiple periods? If something is important enough to notify the user of, is it important enough to also give them persistent access to it? These are all questions that should be considered. additionally, would adding a set of closed captions make the |
I also wonder about if closed captions would be possible to change at runtime or if we would be stuck with a preset list of captions we setup before the game launches. I would guess the |
I think simply toggling them on using rcon is fine
The chat has the same issue, notably with community servers being able to clear the chat using sourcemod plugins, or simply because of spam. I think this kind of information should be made visible in the web interface
¯\_(ツ)_/¯ |
Some investigation from Seercat on discord makes the CC approach seem quite promising:
|
For future reference, the JS one you might be referencing to is this one by p0358, it is also mentioned on the official valvesoftware developer page which leads me to believe it isn't a hacky implementation |
There are caption mods for all voicelines. |
Yes. You do a closecaption file with just what you want (in this case, custom ones), and set |
This thread is for tracking extant or outstanding items which I believe should be broken down and worked on to improve the quality of MAC prior to open beta release
Client Backend
Client Frontend
Progress
Add fields here or modify existing fields as tasks are picked up and completed
SteamHistory integration
And for the frontend, we would need:
Decisions that need to be made:
Additional SSE messages
The text was updated successfully, but these errors were encountered: