En73r / DBDEazyQTE

A simple yet powerful script for Dead By Daylight. It can help you pass the QTE check automatically
MIT License
94 stars 24 forks source link

plz thx #10

Open showusped opened 1 year ago

showusped commented 1 year ago

Hello, if I need to add a new resolution (3440 * 1440), can I directly change the default resolution (2560x1440) or do I need to change other places at the same time

En73r commented 1 year ago

Actually, you just need to set the size of the QTE detection based on the real scaling of the corresponding resolution. To do this, you can get a screenshot containing a QTE in the corresponding resolution. Then find a proper size of a square that should be a little larger than the QTE circle. eg. 200*200 or 250*250. Finally, you can set the crop_w, crop_h of corresponding resolution as below, https://github.com/En73r/DBDEazyQTE/blob/02b47d68183e43c40c6e40ae40c78deedf5dc8e0/DBDEazyQTE.py#L525-L530

showusped commented 1 year ago

After I do this, the engine will still explode. I don't know why. Maybe it is the curved screen?