Skip to content

GetAimDownZoomScale bugged? #10

@370chan

Description

@370chan

return 1.0F + (3.0F - 2.0F * powf(adsState, 1.5F)) * powf(adsState, 3.0F) * adsState;

Previously:
return 1.0F + (3.0F - 2.0F * powf(ads, 1.5F)) * powf(ads, 3.0F) * delta;
Is this changed line correct?
The behaviour in-game is different since the last version, however I don't know how proper and true to AoS the last version was in this regard.
Due to this, the debug weapon spread reticule seems weird and classic zoom appears to do nothing at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions