Nokorpo / LibreAim

Free and open source FPS aim trainer made with Godot.
https://discord.gg/u2Hm8sMagF
Apache License 2.0
107 stars 14 forks source link

Add more games to the sensitvities list #28

Open antimundo opened 3 months ago

antimundo commented 3 months ago

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.