Jump to content

somemadcaaant

Premium Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    somemadcaaant reacted to DPI Wizard in Dying Light 2 Stay Human   
    Probably a bug, the in-game values should be 100% precise. I've added a special option for config file FOV now as it has more decimals and range.
  2. Like
    somemadcaaant reacted to Finnbiff in Dying Light 2 Stay Human   
    Dunno if it was a bug, but changing to DirectX12 and restarting somehow fixed it 😅
  3. Like
    somemadcaaant reacted to DPI Wizard in Battlefield 2042   
    There's nothing that uses just the GstInput.MouseSensitivityVehicle value, so it's not something that is calculated. In your case you should use the max value of 1.5 to get most of the vehicle sensitivity within range. But they are vastly different from hipfire, so for instance Transport Vehicles will still be out of range.
    https://www.mouse-sensitivity.com/?share=ffbc50a6650be94a924bc8fe6f8b10ab
  4. Like
    somemadcaaant reacted to CaptaPraelium in Battlefield 2042   
    The following command will fix it for you:
    $path = '\Documents\Battlefield 2042\settings\'; $infile = 'PROFSAVE_Profile'; $outfile = 'PROFSAVE_Profile_Patch3'; Rename-Item $env:USERPROFILE$path$infile $outfile; Get-Content $env:USERPROFILE$path$outfile | Select-String -pattern "ConceptYaw" -notmatch | Out-File -Encoding utf8NoBOM $env:USERPROFILE$path$infile Just paste that into powershell and hit enter.
     
    It will rename the existing file and otherwise leave it untouched. It will then create a copy of it with the correct name and the broken lines removed. If you use nonstandard bindings you'll need to recreate them but chances are that's all. HTH
  5. Like
    somemadcaaant reacted to philheath in Battlefield 2042   
    for people who cant move there mouse left and right, delete the 2042 prosave files in Documents, DICE is down tremendously :'D
  6. Like
    somemadcaaant reacted to CaptaPraelium in Battlefield 2042   
    Sorry this is a little offtopic but I have a couple tips that might be useful:

    1) Getting your controller to work on PC
    2042 wants to use your first game controller and only that one. Lots of devices have game controller abilities even if they aren't a controller (eg my mouse does) so your controller may not be seen by the game. You can use https://github.com/ViGEm/HidHide  to hide all but the one you want to use like so:


     
    2) Getting OBS to capture 2042 with an RTSS overlay:
    The new version of RTSS will work with BF2042 out-of-the-box, and OBS will capture BF2042 out-of-the-box, but combine all three, and OBS captures a blank screen.
    You need to edit the bf2042.exe.cfg file (C:\Program Files (x86)\RivaTuner Statistics Server\Profiles\BF2042.exe.cfg) and add these two lines to the hooking section:
    [Hooking] HookDXGISwapChainPresentVT = 1 HookDXGISwapChainResizeBuffersVT = 1
    Enjoy.
  7. Like
    somemadcaaant reacted to DPI Wizard in Battlefield 2042   
    Hipfire is added, aims are coming!
  8. Like
    somemadcaaant reacted to H3rr7w3rg in Chivalry 2   
    Hello,
    is it possible to insert in the input-file the same code (to disable the mouse-acceleration) like in the Outriders input-file, because both games are using the UE4?
    Thanks

  9. Like
    somemadcaaant reacted to DPI Wizard in Chivalry 2   
    Use a polling rate of 500 Hz or lower in this game to disable smoothing.
    View full update
  10. Like
    somemadcaaant reacted to DPI Wizard in Doom Eternal   
    Smoothing doesn't affect the sensitivity in this game though, as in the 360 distance will still be correct. It does however add a small lag and can make it feel terrible.
  11. Like
    somemadcaaant reacted to DPI Wizard in Red Dead Redemption 2   
    First person is working like it should, it does not have the analog stick issue. Should be easy for R* to fix third person, hopefully they get enough feedback to pick it up. I might be able to make sensible third person calculations too despite the issues, working on that now.
  12. Like
    somemadcaaant reacted to DPI Wizard in Remnant: From the Ashes   
    It maxes out at 135, and while ADS is affected by FOV change, scope is not. All updated now
  13. Like
    somemadcaaant reacted to Korppi in Remnant: From the Ashes   
    Omg thank you, I immedietly noticed something was wrong, negative acceleration is very strong in this one.
  14. Like
    somemadcaaant reacted to DPI Wizard in Remnant: From the Ashes   
    They need to be calculated separately, but just use the "All" option to calculate them both
  15. Like
    somemadcaaant reacted to DPI Wizard in Hunt: Showdown 1896   
    Updated everything now
  16. Like
    somemadcaaant reacted to DPI Wizard in Hunt: Showdown 1896   
    Updating it today!
  17. Like
    somemadcaaant reacted to DPI Wizard in Deathgarden   
    This is correct for UE4 games that scale Y axis to 70% of X indeed.
  18. Thanks
    somemadcaaant reacted to DPI Wizard in Deathgarden   
    It's working here, can you show me a screenshot of the entire calculator? There's probably a particular setting I need to fix.

    I'll check the vertical sensitivity.
  19. Thanks
    somemadcaaant reacted to DPI Wizard in Deathgarden   
    I see now thanks! The issue is that the calculation is out of range, but it's not displayed. If you switch to In-game sensitivity for Deathgarden you will see the correct error messages. I'll see if I can fix this.