Deweh / Native-Animation-Framework

A multi-character animation framework for Fallout 4.
GNU General Public License v3.0
20 stars 5 forks source link

World point markers display incorrectly on non-16:9 resolutions. #12

Closed Deweh closed 8 months ago

Deweh commented 8 months ago

Description:

World point markers (namely node markers within the animation studio) are not aligned correctly when the game is in an aspect ratio other than 16:9.

Reproduction Steps:

1.) Configure the game to use a resolution with an aspect ratio other than 16:9. 2.) World point markers will be misaligned.

Proposed Fix:

Get the current screen dimensions from the MenuCursor & calculate the correct screen positions using the aspect ratio differential.