Skip to content
View in the app

A better way to browse. Learn more.

Mouse Sensitivity Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

The Outlast Trials

Featured Replies

  • 6 months later...
  • Replies 9
  • Views 5.1k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • DPI Wizard
    DPI Wizard

    This is also fixed now

  • The game is now in early access and FOV can now be modified by adding the lines "[/script/opp.rbsettings_gameplay] DefaultFOV=110.000000 AimingFOV=110.000000" to "Game.ini" at "%LOCALAPPDATA%\OPP\

  • DPI Wizard
    DPI Wizard

    I've added support for FOV change now.

The game is now in early access and FOV can now be modified by adding the lines

"[/script/opp.rbsettings_gameplay]
DefaultFOV=110.000000
AimingFOV=110.000000"
to "Game.ini" at "%LOCALAPPDATA%\OPP\Saved\Config\WindowsClient\" does this have any affect on calculated sensitivity?
  • 5 months later...

Looks like the update that came out yesterday might have changed a lot of these settings. None of the settings existed in the files and even after adding them it didn't seem to affect anything.

  • 4 months later...

Hi @DPI Wizard,

I tried adding the line to the input.ini file as instructed and different polling rates (from 4 khz to 250 hz) but my mouse sensitivity was way off. Have there been any changes made to this?

Cheers!

Ah yeah the range is horrible now, thanks for updating it though! I've had to adjust my FOV to get something workable. It appears that the calculator isn't taking different FOVs into account for this output?

Thanks again

image.png.97b80d48f2650b9c15f5e96386c29a20.png

  • 2 years later...

A more precise sensitivity can be set in %LOCALAPPDATA%\OPP\Saved\SavedGames\Preferences-(numbers).sav at offset 0x584 with a 32-bit float. The lowest normal value that can be set is 0.1, which correspondes to 0x3DCCCCCD, or "CD CC CC 3D" when viewed in a hex editor. Here is some simple Python code to make the sensitivity hex value that you can copy and paste at that offset. Replace 0.075 with the desired sensitivity.

import struct
struct.pack('<f', 0.075).hex()

With 0.075, this would output '9a99993d', so 9A would be set at offset 0x584, 99 at 0x585, and so on.

If the 0x584 offset changes in the future, you can easily find it by opening the file and changing the sensitivity value in game and applying it, and the changes will reflect in the Preferences file.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.