Giter Site home page Giter Site logo

some advise about dbdeazyqte HOT 2 CLOSED

en73r avatar en73r commented on August 20, 2024
some advise

from dbdeazyqte.

Comments (2)

En73r avatar En73r commented on August 20, 2024

Indeed, 4k resolution is not supported by this program yet. But it's because of that I don't have a 4k monitor and I don't know the corresponding variable values. You see, the size of the QTE area doesn't change as the same ratio as the resolution do. So I have to manually set the variable values in different resolutions, instead of just multiplying them by the ratio.

You are very welcome to upload your screenshot which contains a QTE circle so that I can know the variable values of 4k resolution or more unknown resolutions.

If you want to add the config yourself, you can check out the code here:

DBDEazyQTE/DBDEazyQTE.py

Lines 524 to 527 in cba61d9

if (im.height == 1600):
crop_w, crop_h = 250, 250
elif (im.height == 1080):
crop_w, crop_h = 150, 150

This code actually set the size of the cropped square(QTE area) for 2560x1600 and 1920x1080 separately.
crop_w and crop_h stand for the width and the height of the cropped square.

from dbdeazyqte.

xanxus135 avatar xanxus135 commented on August 20, 2024

thx you reply me.
I have already uploaded the three screenshot images in here , while at same time i will be try to add the config then go into game debug variable values.

look forward to your subsequent improvement. :-)

sceenshot(4k-h2160-w3840).zip

from dbdeazyqte.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.