Rossen
Rossen
Does it download all files? Can I put the php stuff in a separate directory?
Is this still available as feature of the game client? If not, then it is likely sunset for good, and should be marked as deprecated.
No idea. If there is no enum in the protobufs, it is likely hardcored in the game executable.
Hi @jakoch thanks for this. Do you know how/where this list was obtained from? The only ref on github is https://github.com/Marc3842h/Titan/blob/b54a1393ff0f7d05ad56ef0dac101d85227a5cd4/Titan/Util/CooldownUtil.cs
Those are unified manages, you can use `send_um` to send them by specifying the `.#1` then parameters as `dict`. The service and rpc definitions are located at the end of...
1. Just call send multiple times, it queues the message until you yield to the event loop 2. You have to convert it to float, as they store it as...
@Sebastian666 what OS? and do you have nvidia gpu?
See https://github.com/ventoy/Ventoy/issues/502#issuecomment-922120514
You can disable apport without removing: `sed -i 's/^enabled=1/enabled=0/g' /etc/default/apport`
Yeah, should be fine to remove. I did at some point encounter removal of `apport` trying to remove other packages. Disabling it via config file is the most persistent option...