You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
latest games tend to have squads. Players are given the choice to chat with their squad only and to pick up squads
new events
EVT_CLIENT_SQUAD_SAY (need to be fired by parser)
EVT_CLIENT_SQUAD_CHANGE (could be fired by the 'squad' setter in the Client class)
new saysquad parser method
make parsers provide the saysquad(squadId, msg) method
additional work
maybe introduce a "capabilities" object/dict for all parers that would allow to specify if a game supports squads. This object should be thought to support futures capabilities easily
update parsers for games with squads
update chatlogger plugin to support squad chat
The text was updated successfully, but these errors were encountered:
context
latest games tend to have squads. Players are given the choice to chat with their squad only and to pick up squads
new events
EVT_CLIENT_SQUAD_SAY (need to be fired by parser)
EVT_CLIENT_SQUAD_CHANGE (could be fired by the 'squad' setter in the Client class)
new saysquad parser method
make parsers provide the saysquad(squadId, msg) method
additional work
The text was updated successfully, but these errors were encountered: