November 3, 20196 yr Wizard A new rhythm aim trainer is added. View full update Join the community on Discord!
November 3, 20196 yr 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
November 3, 20196 yr Author Wizard 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. Join the community on Discord!
November 3, 20196 yr 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.
November 3, 20196 yr 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.
November 3, 20196 yr Author Wizard 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. Join the community on Discord!
November 3, 20196 yr 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, 20196 yr by kamyker
August 22, 20214 yr Author Wizard 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 Join the community on Discord!
Create an account or sign in to comment