Tanner B. C.
Tanner B. C.
Are there any plans on adding this feature? It was mentioned that they were planning to release a follow-up PEP later in 2022, but it has been two years. Has...
Alright, thanks for the quick response! I am interested in championing a new PEP for this, although am unsure if I have enough experience to do so. I will have...
Attribute associated with `TAGame.Team_TA:LogoData` should not be `ActiveActor`. Instead, it should be a `LogoData` struct/class that defines the following for deserialization: ``` swap_colors: bool logo_id: u32 ```
Consider changing `ClientLoadoutOnline` to be more in line with the formatting of `ClientLoadout`. Although the way it is currently done *does* work, this can be a lot easier to read,...