Wizard DPI Wizard Posted November 3, 2019 Wizard Posted November 3, 2019 A new rhythm aim trainer is added. View full update
Drimzi Posted November 3, 2019 Posted November 3, 2019 The fov for me seems to be 90 instead of 87.3376. I never changed it. It defaulted to 90. Excerpt of my config.txt. "MouseSensitivity": 3.0, "FovVertical": 90.0, I did a very crude test, sending enough counts to rotate to the edge of the screen. I lined up the edge of the screen with the black line. 87.3376 undershot. https://streamable.com/bt1kc 90 was spot on. https://streamable.com/ddml7
Wizard DPI Wizard Posted November 3, 2019 Author Wizard Posted November 3, 2019 2 minutes ago, Drimzi said: The fov for me seems to be 90 instead of 87.3376. I never changed it. It defaulted to 90. Mine defaulted to 87.3376 for some reason, strange.
Drimzi Posted November 3, 2019 Posted November 3, 2019 10 minutes ago, DPI Wizard said: Mine defaulted to 87.3376 for some reason, strange. Turns out my config is due to beta version. After disabling cloud sync, deleting the config, and instead of opening the game to generate a new config, I validated the game files instead, and it created a new config. "MouseSensitivity": 1.2999999523162842, "FovVertical": 87.33760070800781, Dev says he will revert the defaults next patch, as the current default config.txt is his personal config.txt.
kamyker Posted November 3, 2019 Posted November 3, 2019 Hi, gamedev here. Thanks for adding game to the website. As Drimzi said it was my config with 105 in-game Apex fov. @DPI Wizard You should think about making some kind of paid rest api for games to use. I'd buy it and integrate simple calculator into BeatAim. Credentials or key could be used to authenticate requests and communication between servers.
Wizard DPI Wizard Posted November 3, 2019 Author Wizard Posted November 3, 2019 23 minutes ago, kamyker said: Hi, gamedev here. Thanks for adding game to the website. As Drimzi said it was my config with 105 in-game Apex fov. That makes sense, I've set the default FOV to 90 now. 24 minutes ago, kamyker said: @DPI Wizard You should think about making some kind of paid rest api for games to use. I'd buy it and integrate simple calculator into BeatAim. Credentials or key could be used to authenticate requests and communication between servers. Yes, and I almost have one ready actually. You can see a manual test of it here (this link will only work for you) where you select a game and a sensitivity, and whenever you change game the sensitivity will be calculated. There are a few issues however. This example is using all default values (FOV, aspect ratio, multipliers, Windows Pointer Speed etc). This will make a lot of conversion invalid depending on what settings the user actually have. So ideally any conversion will need all the fields in the calculator (except monitor size) to be accurate, but then it gets very complicated. So it's not easy to find a good and user-friendly solution to this.
kamyker Posted November 3, 2019 Posted November 3, 2019 (edited) 51 minutes ago, DPI Wizard said: There are a few issues however. This example is using all default values (FOV, aspect ratio, multipliers, Windows Pointer Speed etc). This will make a lot of conversion invalid depending on what settings the user actually have. So ideally any conversion will need all the fields in the calculator (except monitor size) to be accurate, but then it gets very complicated. So it's not easy to find a good and user-friendly solution to this. For the simplest usage I imagine user would type only input in-game sensitivity and FOV (maybe dpi also if it matters?). There are many values that can be provided by the game itself and assume that same settings are used in the input game. Resolution, aspect ratio, even win pointer speed seems easy to get in C# (Unity): stackoverflow.com I guess for now I will open Steam overlay with your website @Edit Would be good if api also converted fov. Imo this could be the case also on the website and this value converted: Edited November 3, 2019 by kamyker
tuphac Posted August 17, 2021 Posted August 17, 2021 @DPI Wizard can we please get the ADS aim calculation also please?
Wizard DPI Wizard Posted August 22, 2021 Author Wizard Posted August 22, 2021 On 8/17/2021 at 9:29 AM, tuphac said: @DPI Wizard can we please get the ADS aim calculation also please? ADS is added
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now