Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touchscreen PP Reworks (Speed, Acc, Flashlight) #81

Open
BenZeng04 opened this issue Feb 13, 2019 · 2 comments
Open

Touchscreen PP Reworks (Speed, Acc, Flashlight) #81

BenZeng04 opened this issue Feb 13, 2019 · 2 comments

Comments

@BenZeng04
Copy link

BenZeng04 commented Feb 13, 2019

Refer to #79 for the Accuracy and Speed Acc changes

Flashlight is one of the most unrewarding mods that you can use on touchscreen for a variety of reasons.

The most obvious reason is due to how FL only boosts aim, while TD puts a massive nerf on aim, negating the effects of the boost.

Secondly, playing FL on touchscreen is considered much more difficult overall due to how the cursor simply teleports around, which means that less overall area would be uncovered due to the little cursor movement.

A Touchscreen FL rebalance (buff) is quite necessary as suggested by many touchscreen players.

Edit: Visual of the proposed bonus

How this will work is:
aimValue *= 1.0f + 0.4f * Math.Min(1.0f, totalHits / 100.0f) + (totalHits > 100 ? 0.4.f * Math.Min(1.0f, (totalHits - 100)/200.0f) + (totalHits > 300 ? (totalHits - 300) / 900.0f : 0.0f) : 0.0f);

In shorthand, aim boost goes from 1x to 1.4x after 100 objects. Aim boost then goes from 1.4x to 1.8x after 300 objects. Past 300 objects, aim is boosted 1x per 900 objects.

@BenZeng04
Copy link
Author

After further discussion, we've decided to alter the values to give much more of a boost to longer maps:
aimValue *= 1.0f + 0.4f * Math.Min(1.0f, totalHits / 95.0f) + (totalHits > 95 ? 0.45.f * Math.Min(1.0f, (totalHits - 95)/205.0f) + (totalHits > 300 ? (totalHits - 300) / 550.0f : 0.0f) : 0.0f);
In shorthand, aim boost goes from 1x to 1.4x after 95 objects. Aim boost then goes from 1.4x to 1.85x after 300 objects. Past 300 objects, aim is boosted 1x per 550 objects.

@BenZeng04 BenZeng04 changed the title Touchscreen Reworks (Speed, Acc, Flashlight) Touchscreen PP Reworks (Speed, Acc, Flashlight) Feb 15, 2019
@BenZeng04
Copy link
Author

https://docs.google.com/document/d/1950nb8tm23V_jsBi2Y0Hba8-ljDnl-uAkaR75ycFKG0/edit?usp=sharing Nearly all info can be found here. This includes a new touchscreen aim and speed rebalance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant