- Move all new
.proto
files toprotobuf_files/
- Make sure that your virtual environment has the
protobuf
library installed. If not then install it with the version in therequirements/app.txt
file. - To generate/update python files in
src/steam_network/protocol/messages/
from above directory, run command:inv generate-protobuf-messages
- If you received a warning log in the console that some of the messages already exist, check that the mentioned file is not obsolete.
- Check imports in
steam_network/protocol/protobuf_client.py
. Some messages could have moved or been renamed. - Build the plugin and check that it works, especially features which may be affected by changes in their protobuf messages.