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

Add more games to the sensitvities list #28

Open
antimundo opened this issue Jun 26, 2024 · 0 comments
Open

Add more games to the sensitvities list #28

antimundo opened this issue Jun 26, 2024 · 0 comments
Labels
enhancement Improve an already existing feature

Comments

@antimundo
Copy link
Member

Players can customize the reference game for their sensivity on Settings -> Controls > Game

The list of games are defined on settings_controls.gd:

const games_sensitivities: Dictionary = {
	"Counter Strike 2": 0.022,
	"Apex Legends": 0.022,
	"Team Fortress 2": 0.022,
	"Valorant": 0.07,
}

Right now this list is very poor, containing very few games, and it should be expanded with more popular FPS games (Ovewatch 2, Halo infinite, R6 Siege, COD Warzone, The Finals, Destiny 2...)

I made a guide on how to handle these sensitivity conversions: https://github.com/Nokorpo/LibreAim/wiki/Sensitivity-conversions

So, the job is to add more games, with the correct sensitivity conversion. Please everyone feel free to contribute on this issue.

@antimundo antimundo changed the title Add more Add more games to the sensitvities list Jun 26, 2024
@antimundo antimundo added the enhancement Improve an already existing feature label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve an already existing feature
Projects
Development

No branches or pull requests

1 participant