Kerim Čamdžić

Results 6 comments of Kerim Čamdžić

There is a titanfall vpk reader software tou can take a look at here https://github.com/barnabwhy/TFVPKTool It is write in javascript/typescript But the basic priciples still apply here and can be...

https://learn.microsoft.com/bs-latn-ba/windows/win32/api/minidumpapiset/nf-minidumpapiset-minidumpwritedump?redirectedfrom=MSDN Reference for minidumps on windows

On another note you could also use sentey.io but im not sure if it creates local crashdumps you can debug https://docs.sentry.io/platforms/native/guides/minidumps/

> * [ ] Print file to console without saving Could posibly have a --dry-run argument and just simulate the output vpk structer Example: ``` vpkeditcli -o whaterver_dir.vpk --dry-run The...

remove these 2 lines https://github.com/ValveSoftware/source-sdk-2013/blob/a62efecf624923d3bacc67b8ee4b7f8a9855abfd/src/game/server/server_tf.vpc#L12 https://github.com/ValveSoftware/source-sdk-2013/blob/a62efecf624923d3bacc67b8ee4b7f8a9855abfd/src/game/client/client_tf.vpc#L17

is it possible to patch the the actual lib? sigmatching or something else?